From f12d0d338ea01860e2e55099ac50c0e9a251e437 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 26 Apr 2024 09:04:12 +0000 Subject: [PATCH 1/3] Weekly OpenApiDocs Download. --- config/ModuleMetadata.json | 6 +- openApiDocs/beta/Applications.yml | 884 ++-- openApiDocs/beta/Bookings.yml | 647 +-- openApiDocs/beta/Calendar.yml | 3007 ++++---------- openApiDocs/beta/ChangeNotifications.yml | 12 +- openApiDocs/beta/CloudCommunications.yml | 498 +-- openApiDocs/beta/Compliance.yml | 577 ++- openApiDocs/beta/CrossDeviceExperiences.yml | 116 +- openApiDocs/beta/DeviceManagement.Actions.yml | 445 +- .../beta/DeviceManagement.Administration.yml | 451 +- .../beta/DeviceManagement.Enrollment.yml | 275 +- .../beta/DeviceManagement.Functions.yml | 97 +- openApiDocs/beta/DeviceManagement.yml | 227 +- openApiDocs/beta/Devices.CloudPrint.yml | 517 +-- .../beta/Devices.CorporateManagement.yml | 541 ++- .../beta/Devices.ServiceAnnouncement.yml | 160 +- openApiDocs/beta/DirectoryObjects.yml | 20 +- openApiDocs/beta/Education.yml | 1261 ++---- openApiDocs/beta/Files.yml | 1684 +++----- openApiDocs/beta/Groups.yml | 1256 +++--- .../beta/Identity.DirectoryManagement.yml | 1045 ++--- openApiDocs/beta/Identity.Governance.yml | 2808 +++++-------- openApiDocs/beta/Identity.Partner.yml | 119 +- openApiDocs/beta/Identity.SignIns.yml | 2105 +++------- openApiDocs/beta/Mail.yml | 328 +- openApiDocs/beta/ManagedTenants.yml | 318 +- openApiDocs/beta/Notes.yml | 397 +- openApiDocs/beta/People.yml | 626 +-- openApiDocs/beta/PersonalContacts.yml | 103 +- openApiDocs/beta/Planner.yml | 698 +--- openApiDocs/beta/Reports.yml | 377 +- openApiDocs/beta/SchemaExtensions.yml | 12 +- openApiDocs/beta/Search.yml | 1004 +++-- openApiDocs/beta/Security.yml | 1472 +++---- openApiDocs/beta/Sites.yml | 1603 ++------ openApiDocs/beta/Teams.yml | 3625 +++++------------ openApiDocs/beta/Users.Actions.yml | 1272 +++--- openApiDocs/beta/Users.Functions.yml | 448 +- openApiDocs/beta/Users.yml | 683 ++-- openApiDocs/beta/WindowsUpdates.yml | 321 +- openApiDocs/v1.0/Applications.yml | 867 ++-- openApiDocs/v1.0/Bookings.yml | 247 +- openApiDocs/v1.0/Calendar.yml | 1281 ++---- openApiDocs/v1.0/CloudCommunications.yml | 265 +- openApiDocs/v1.0/Compliance.yml | 74 +- openApiDocs/v1.0/CrossDeviceExperiences.yml | 19 +- openApiDocs/v1.0/DeviceManagement.Actions.yml | 37 +- .../v1.0/DeviceManagement.Administration.yml | 694 +--- .../v1.0/DeviceManagement.Enrollment.yml | 129 +- .../v1.0/DeviceManagement.Functions.yml | 18 + openApiDocs/v1.0/DeviceManagement.yml | 1062 ++--- openApiDocs/v1.0/Devices.CloudPrint.yml | 316 +- .../v1.0/Devices.CorporateManagement.yml | 1371 ++----- .../v1.0/Devices.ServiceAnnouncement.yml | 70 +- openApiDocs/v1.0/DirectoryObjects.yml | 4 + openApiDocs/v1.0/Education.yml | 1118 ++--- openApiDocs/v1.0/Files.yml | 2063 ++++------ openApiDocs/v1.0/Groups.yml | 1168 ++++-- .../v1.0/Identity.DirectoryManagement.yml | 584 +-- openApiDocs/v1.0/Identity.Governance.yml | 1608 +++----- openApiDocs/v1.0/Identity.Partner.yml | 119 +- openApiDocs/v1.0/Identity.SignIns.yml | 1313 ++---- openApiDocs/v1.0/Mail.yml | 310 +- openApiDocs/v1.0/Notes.yml | 654 +-- openApiDocs/v1.0/People.yml | 28 +- openApiDocs/v1.0/PersonalContacts.yml | 103 +- openApiDocs/v1.0/Planner.yml | 571 +-- openApiDocs/v1.0/Reports.yml | 463 ++- openApiDocs/v1.0/SchemaExtensions.yml | 2 +- openApiDocs/v1.0/Search.yml | 201 +- openApiDocs/v1.0/Security.yml | 1044 ++--- openApiDocs/v1.0/Sites.yml | 2276 ++++------- openApiDocs/v1.0/Teams.yml | 3196 ++++----------- openApiDocs/v1.0/Users.Actions.yml | 63 +- openApiDocs/v1.0/Users.Functions.yml | 592 ++- openApiDocs/v1.0/Users.yml | 370 +- 76 files changed, 19515 insertions(+), 36830 deletions(-) diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index a5136fbceb..02226b27a3 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -27,15 +27,15 @@ "versions": { "authentication": { "prerelease": "", - "version": "2.18.0" + "version": "2.19.0" }, "beta": { "prerelease": "", - "version": "2.18.0" + "version": "2.19.0" }, "v1.0": { "prerelease": "", - "version": "2.18.0" + "version": "2.19.0" } } } diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 1280fcd4e6..beaa2013b9 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -14,7 +14,7 @@ paths: description: Get the list of applications in this organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta operationId: application_ListApplication parameters: - name: ConsistencyLevel @@ -78,7 +78,7 @@ paths: description: Create a new application object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta operationId: application_CreateApplication requestBody: description: New entity @@ -105,7 +105,7 @@ paths: description: Get the properties and relationships of an application object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta operationId: application_GetApplication parameters: - name: application-id @@ -153,7 +153,7 @@ paths: description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta operationId: application_UpdateApplication parameters: - name: application-id @@ -188,7 +188,7 @@ paths: description: 'Deletes an application. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta operationId: application_DeleteApplication parameters: - name: application-id @@ -275,11 +275,7 @@ paths: delete: tags: - applications.appManagementPolicy - 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 + summary: Delete ref of navigation property appManagementPolicies for applications operationId: application.appManagementPolicy_DeleteAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -375,11 +371,7 @@ paths: post: tags: - applications.appManagementPolicy - 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 + summary: Create new navigation property ref to appManagementPolicies for applications operationId: application_CreateAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -401,11 +393,7 @@ paths: delete: tags: - applications.appManagementPolicy - 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 + summary: Delete ref of navigation property appManagementPolicies for applications operationId: application_DeleteAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -511,11 +499,7 @@ paths: put: tags: - applications.connectorGroup - 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-1.0 + summary: Update the ref of navigation property connectorGroup in applications operationId: application_SetConnectorGroupGraphBPreRef parameters: - name: application-id @@ -610,11 +594,8 @@ paths: get: tags: - applications.extensionProperty - 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 + summary: Get extensionProperties from applications + description: 'Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).' operationId: application_ListExtensionProperty parameters: - name: application-id @@ -672,11 +653,7 @@ paths: post: tags: - applications.extensionProperty - 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 + summary: Create new navigation property to extensionProperties for applications operationId: application_CreateExtensionProperty parameters: - name: application-id @@ -708,11 +685,8 @@ paths: get: tags: - applications.extensionProperty - 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 + summary: Get extensionProperties from applications + description: 'Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).' operationId: application_GetExtensionProperty parameters: - name: application-id @@ -803,11 +777,7 @@ paths: delete: tags: - applications.extensionProperty - 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 + summary: Delete navigation property extensionProperties for applications operationId: application_DeleteExtensionProperty parameters: - name: application-id @@ -864,11 +834,8 @@ paths: get: tags: - applications.federatedIdentityCredential - 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 + summary: Get federatedIdentityCredentials from applications + description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' operationId: application_ListFederatedIdentityCredential parameters: - name: application-id @@ -926,11 +893,7 @@ paths: post: tags: - applications.federatedIdentityCredential - 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 + summary: Create new navigation property to federatedIdentityCredentials for applications operationId: application_CreateFederatedIdentityCredential parameters: - name: application-id @@ -962,11 +925,8 @@ paths: get: tags: - applications.federatedIdentityCredential - 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 + summary: Get federatedIdentityCredentials from applications + description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' operationId: application_GetFederatedIdentityCredential parameters: - name: application-id @@ -1018,11 +978,7 @@ paths: patch: tags: - applications.federatedIdentityCredential - summary: Update federatedIdentityCredential - description: Update the properties of a federatedIdentityCredential object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0 + summary: Update the navigation property federatedIdentityCredentials in applications operationId: application_UpdateFederatedIdentityCredential parameters: - name: application-id @@ -1061,11 +1017,7 @@ paths: delete: tags: - applications.federatedIdentityCredential - 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-1.0 + summary: Delete navigation property federatedIdentityCredentials for applications operationId: application_DeleteFederatedIdentityCredential parameters: - name: application-id @@ -1100,11 +1052,8 @@ paths: get: tags: - applications.federatedIdentityCredential - 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 + summary: Get federatedIdentityCredentials from applications + description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' operationId: application.federatedIdentityCredential_GetGraphBPreName parameters: - name: application-id @@ -1155,11 +1104,7 @@ paths: patch: tags: - applications.federatedIdentityCredential - summary: Update federatedIdentityCredential - description: Update the properties of a federatedIdentityCredential object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0 + summary: Update the navigation property federatedIdentityCredentials in applications operationId: application.federatedIdentityCredential_UpdateGraphBPreName parameters: - name: application-id @@ -1197,11 +1142,7 @@ paths: delete: tags: - applications.federatedIdentityCredential - 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-1.0 + summary: Delete navigation property federatedIdentityCredentials for applications operationId: application.federatedIdentityCredential_DeleteGraphBPreName parameters: - name: application-id @@ -1451,7 +1392,7 @@ paths: description: 'Add a key credential to an application. This method, along with removeKey, can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don''t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won''t be able to use this service action. You can use the Update application operation to perform an update instead.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta operationId: application_addKey parameters: - name: application-id @@ -1496,7 +1437,7 @@ paths: description: Adds a strong password to an application. You can also add passwords while creating the application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta operationId: application_addPassword parameters: - name: application-id @@ -1537,7 +1478,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: application_checkMemberGroup parameters: - name: application-id @@ -1645,7 +1586,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: application_getMemberGroup parameters: - name: application-id @@ -1753,7 +1694,7 @@ paths: description: 'Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta operationId: application_removeKey parameters: - name: application-id @@ -1794,7 +1735,7 @@ paths: description: Removes a password from an application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta operationId: application_removePassword parameters: - name: application-id @@ -1833,7 +1774,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: application_restore parameters: - name: application-id @@ -1862,7 +1803,7 @@ paths: description: 'Set the the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta operationId: application_setVerifiedPublisher parameters: - name: application-id @@ -1899,7 +1840,7 @@ paths: description: 'Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta operationId: application_unsetVerifiedPublisher parameters: - name: application-id @@ -1922,9 +1863,6 @@ paths: - 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.' - 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 @@ -1993,11 +1931,7 @@ paths: delete: tags: - applications.directoryObject - 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-1.0 + summary: Delete ref of navigation property owners for applications operationId: application.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: application-id @@ -2252,9 +2186,6 @@ paths: - 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.' - 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 @@ -2302,11 +2233,7 @@ paths: post: tags: - applications.directoryObject - 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-1.0 + summary: Create new navigation property ref to owners for applications operationId: application_CreateOwnerGraphBPreRef parameters: - name: application-id @@ -2328,11 +2255,7 @@ paths: delete: tags: - applications.directoryObject - 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-1.0 + summary: Delete ref of navigation property owners for applications operationId: application_DeleteOwnerGraphBPreRef parameters: - name: application-id @@ -2770,11 +2693,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get jobs from applications + description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' operationId: application.synchronization_ListJob parameters: - name: application-id @@ -2832,11 +2752,7 @@ paths: post: tags: - applications.synchronization - 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 + summary: Create new navigation property to jobs for applications operationId: application.synchronization_CreateJob parameters: - name: application-id @@ -2868,11 +2784,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get jobs from applications + description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' operationId: application.synchronization_GetJob parameters: - name: application-id @@ -2963,11 +2876,7 @@ paths: delete: tags: - applications.synchronization - 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 + summary: Delete navigation property jobs for applications operationId: application.synchronization_DeleteJob parameters: - name: application-id @@ -3203,7 +3112,7 @@ paths: description: 'Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job continues from where it left off when a start call is made.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta operationId: application.synchronization.job_pause parameters: - name: application-id @@ -3236,7 +3145,7 @@ paths: description: Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. No user or group will be provisioned on-demand that would not have been provisioned through the regular provisioning cycles. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta operationId: application.synchronization.job_provisionOnDemand parameters: - name: application-id @@ -3287,7 +3196,7 @@ paths: description: 'Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta operationId: application.synchronization.job_restart parameters: - name: application-id @@ -3332,7 +3241,7 @@ paths: description: 'Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don''t create scripts to call the start job continuously while it''s running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta operationId: application.synchronization.job_start parameters: - name: application-id @@ -3365,7 +3274,7 @@ paths: description: Validate that the credentials are valid in the tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta operationId: application.synchronization.job_validateCredential parameters: - name: application-id @@ -3418,11 +3327,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get schema from applications + description: The synchronization schema configured for the job. operationId: application.synchronization.job_GetSchema parameters: - name: application-id @@ -3474,11 +3380,7 @@ paths: patch: tags: - applications.synchronization - 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 + summary: Update the navigation property schema in applications operationId: application.synchronization.job_UpdateSchema parameters: - name: application-id @@ -3814,7 +3716,7 @@ paths: description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta operationId: application.synchronization.job.schema.directory_discover parameters: - name: application-id @@ -3886,6 +3788,10 @@ paths: tags: - applications.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta operationId: application.synchronization.job.schema_filterOperator parameters: - name: application-id @@ -3968,6 +3874,10 @@ paths: tags: - applications.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta operationId: application.synchronization.job.schema_function parameters: - name: application-id @@ -4053,7 +3963,7 @@ paths: description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta operationId: application.synchronization.job.schema_parseExpression parameters: - name: application-id @@ -4174,7 +4084,7 @@ paths: description: Acquire an OAuth Access token to authorize the Microsoft Entra provisioning service to provision users into an application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta operationId: application.synchronization_acquireAccessToken parameters: - name: application-id @@ -4307,11 +4217,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get templates from applications + description: Pre-configured synchronization settings for a particular application. operationId: application.synchronization_ListTemplate parameters: - name: application-id @@ -4454,11 +4361,7 @@ paths: patch: tags: - applications.synchronization - 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 + summary: Update the navigation property templates in applications operationId: application.synchronization_UpdateTemplate parameters: - name: application-id @@ -4921,7 +4824,7 @@ paths: description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta operationId: application.synchronization.template.schema.directory_discover parameters: - name: application-id @@ -4993,6 +4896,10 @@ paths: tags: - applications.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta operationId: application.synchronization.template.schema_filterOperator parameters: - name: application-id @@ -5075,6 +4982,10 @@ paths: tags: - applications.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta operationId: application.synchronization.template.schema_function parameters: - name: application-id @@ -5160,7 +5071,7 @@ paths: description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta operationId: application.synchronization.template.schema_parseExpression parameters: - name: application-id @@ -5232,11 +5143,7 @@ paths: get: tags: - applications.tokenIssuancePolicy - 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 + summary: Get tokenIssuancePolicies from applications operationId: application_ListTokenIssuancePolicy parameters: - name: application-id @@ -5295,11 +5202,7 @@ paths: delete: tags: - applications.tokenIssuancePolicy - 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 + summary: Delete ref of navigation property tokenIssuancePolicies for applications operationId: application.tokenIssuancePolicy_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5356,11 +5259,7 @@ paths: get: tags: - applications.tokenIssuancePolicy - 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 + summary: Get ref of tokenIssuancePolicies from applications operationId: application_ListTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5398,11 +5297,7 @@ paths: post: tags: - applications.tokenIssuancePolicy - 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 + summary: Create new navigation property ref to tokenIssuancePolicies for applications operationId: application_CreateTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5424,11 +5319,7 @@ paths: delete: tags: - applications.tokenIssuancePolicy - 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 + summary: Delete ref of navigation property tokenIssuancePolicies for applications operationId: application_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5463,11 +5354,8 @@ paths: get: tags: - applications.tokenLifetimePolicy - 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-1.0 + summary: Get tokenLifetimePolicies from applications + description: The tokenLifetimePolicies assigned to this application. Supports $expand. operationId: application_ListTokenLifetimePolicy parameters: - name: application-id @@ -5526,11 +5414,7 @@ paths: delete: tags: - applications.tokenLifetimePolicy - 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-1.0 + summary: Delete ref of navigation property tokenLifetimePolicies for applications operationId: application.tokenLifetimePolicy_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5587,11 +5471,8 @@ paths: get: tags: - applications.tokenLifetimePolicy - 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-1.0 + summary: Get ref of tokenLifetimePolicies from applications + description: The tokenLifetimePolicies assigned to this application. Supports $expand. operationId: application_ListTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5629,11 +5510,7 @@ paths: post: tags: - applications.tokenLifetimePolicy - 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-1.0 + summary: Create new navigation property ref to tokenLifetimePolicies for applications operationId: application_CreateTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5655,11 +5532,7 @@ paths: delete: tags: - applications.tokenLifetimePolicy - 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-1.0 + summary: Delete ref of navigation property tokenLifetimePolicies for applications operationId: application_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5698,7 +5571,7 @@ paths: description: Get the properties and relationships of an application object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta operationId: application_GetApplicationGraphBPreAppId parameters: - name: appId @@ -5746,7 +5619,7 @@ paths: description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta operationId: application_UpdateApplicationGraphBPreAppId parameters: - name: appId @@ -5781,7 +5654,7 @@ paths: description: 'Deletes an application. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta operationId: application_DeleteApplicationGraphBPreAppId parameters: - name: appId @@ -5812,7 +5685,7 @@ paths: description: Get the properties and relationships of an application object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta operationId: application_GetApplicationGraphBPreUniqueName parameters: - name: uniqueName @@ -5860,7 +5733,7 @@ paths: description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta operationId: application_UpdateApplicationGraphBPreUniqueName parameters: - name: uniqueName @@ -5895,7 +5768,7 @@ paths: description: 'Deletes an application. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta operationId: application_DeleteApplicationGraphBPreUniqueName parameters: - name: uniqueName @@ -5947,6 +5820,10 @@ paths: tags: - applications.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted applications without having to perform a full read of the entire resource collection. See Using Delta Query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta operationId: application_delta parameters: - $ref: '#/components/parameters/top' @@ -6019,7 +5896,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: application_getGraphBPreId requestBody: description: Action parameters @@ -6072,7 +5949,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: application_getUserOwnedObject requestBody: description: Action parameters @@ -6108,7 +5985,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: application_validateProperty requestBody: description: Action parameters @@ -6148,7 +6025,7 @@ paths: description: Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta operationId: applicationTemplate_ListApplicationTemplate parameters: - $ref: '#/components/parameters/top' @@ -6203,7 +6080,7 @@ paths: description: Retrieve the properties of an applicationTemplate object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta operationId: applicationTemplate_GetApplicationTemplate parameters: - name: applicationTemplate-id @@ -6252,7 +6129,7 @@ paths: description: Add an instance of an application from the Microsoft Entra application gallery into your directory. The application template with ID 8adf8e6e-67b2-4cf2-a259-e3dc5476c621 can be used to add a non-gallery app that you can configure different single-sign on (SSO) modes like SAML SSO and password-based SSO. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta operationId: applicationTemplate_instantiate parameters: - name: applicationTemplate-id @@ -6306,9 +6183,6 @@ paths: - groups.appRoleAssignment summary: Get appRoleAssignments from groups description: Represents the app roles a group has been granted for an application. Supports $expand. - 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 @@ -6376,11 +6250,7 @@ paths: post: tags: - groups.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignments for groups operationId: group_CreateAppRoleAssignment parameters: - name: group-id @@ -6514,11 +6384,7 @@ paths: delete: tags: - groups.appRoleAssignment - 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 + summary: Delete navigation property appRoleAssignments for groups operationId: group_DeleteAppRoleAssignment parameters: - name: group-id @@ -6760,11 +6626,8 @@ paths: get: tags: - onPremisesPublishingProfiles.onPremisesAgentGroup - summary: List onPremisesAgentGroups - description: Retrieve a list of onPremisesAgentGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onpremisesagentgroup-list?view=graph-rest-1.0 + summary: Get agentGroups from onPremisesPublishingProfiles + description: List of existing onPremisesAgentGroup objects. Read-only. Nullable. operationId: onPremisesPublishingProfile_ListAgentGroup parameters: - name: onPremisesPublishingProfile-id @@ -6822,11 +6685,7 @@ paths: post: tags: - onPremisesPublishingProfiles.onPremisesAgentGroup - summary: Create onPremisesAgentGroup - description: Create a new onPremisesAgentGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onpremisesagentgroup-post?view=graph-rest-1.0 + summary: Create new navigation property to agentGroups for onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_CreateAgentGroup parameters: - name: onPremisesPublishingProfile-id @@ -6858,11 +6717,8 @@ paths: get: tags: - onPremisesPublishingProfiles.onPremisesAgentGroup - summary: Get onPremisesAgentGroup - description: Retrieve the properties and relationships of an onPremisesAgentGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onpremisesagentgroup-get?view=graph-rest-1.0 + summary: Get agentGroups from onPremisesPublishingProfiles + description: List of existing onPremisesAgentGroup objects. Read-only. Nullable. operationId: onPremisesPublishingProfile_GetAgentGroup parameters: - name: onPremisesPublishingProfile-id @@ -6914,11 +6770,7 @@ paths: patch: tags: - onPremisesPublishingProfiles.onPremisesAgentGroup - summary: Update onPremisesAgentGroup - description: Update the properties of an onPremisesAgentGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onpremisesagentgroup-update?view=graph-rest-1.0 + summary: Update the navigation property agentGroups in onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_UpdateAgentGroup parameters: - name: onPremisesPublishingProfile-id @@ -6957,11 +6809,7 @@ paths: delete: tags: - onPremisesPublishingProfiles.onPremisesAgentGroup - summary: Delete onPremisesAgentGroup - description: Delete an onPremisesAgentGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onpremisesagentgroup-delete?view=graph-rest-1.0 + summary: Delete navigation property agentGroups for onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_DeleteAgentGroup parameters: - name: onPremisesPublishingProfile-id @@ -8259,11 +8107,8 @@ paths: get: tags: - onPremisesPublishingProfiles.onPremisesAgent - summary: List onPremisesAgents - description: Retrieve a list of onPremisesAgent objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onpremisesagent-list?view=graph-rest-1.0 + summary: Get agents from onPremisesPublishingProfiles + description: List of existing onPremisesAgent objects. Read-only. Nullable. operationId: onPremisesPublishingProfile_ListAgent parameters: - name: onPremisesPublishingProfile-id @@ -8353,11 +8198,8 @@ paths: get: tags: - onPremisesPublishingProfiles.onPremisesAgent - summary: Get onPremisesAgent - description: Retrieve the properties and relationships of an onPremisesAgent object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onpremisesagent-get?view=graph-rest-1.0 + summary: Get agents from onPremisesPublishingProfiles + description: List of existing onPremisesAgent objects. Read-only. Nullable. operationId: onPremisesPublishingProfile_GetAgent parameters: - name: onPremisesPublishingProfile-id @@ -8766,11 +8608,8 @@ paths: get: tags: - onPremisesPublishingProfiles.connectorGroup - summary: List connectorGroups - description: Retrieve a list of connectorGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/connectorgroup-list?view=graph-rest-1.0 + summary: Get connectorGroups from onPremisesPublishingProfiles + description: List of existing connectorGroup objects for applications published through Application Proxy. Read-only. Nullable. operationId: onPremisesPublishingProfile_ListConnectorGroup parameters: - name: onPremisesPublishingProfile-id @@ -8828,11 +8667,7 @@ paths: post: tags: - onPremisesPublishingProfiles.connectorGroup - summary: Create connectorGroup - description: Create a connectorGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0 + summary: Create new navigation property to connectorGroups for onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_CreateConnectorGroup parameters: - name: onPremisesPublishingProfile-id @@ -8864,11 +8699,8 @@ paths: get: tags: - onPremisesPublishingProfiles.connectorGroup - summary: Get connectorGroup - description: Retrieve the properties of a connectorGroup. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/connectorgroup-get?view=graph-rest-1.0 + summary: Get connectorGroups from onPremisesPublishingProfiles + description: List of existing connectorGroup objects for applications published through Application Proxy. Read-only. Nullable. operationId: onPremisesPublishingProfile_GetConnectorGroup parameters: - name: onPremisesPublishingProfile-id @@ -8920,11 +8752,7 @@ paths: patch: tags: - onPremisesPublishingProfiles.connectorGroup - summary: Update connectorGroups - description: Update the properties of a connectorGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/connectorgroup-update?view=graph-rest-1.0 + summary: Update the navigation property connectorGroups in onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_UpdateConnectorGroup parameters: - name: onPremisesPublishingProfile-id @@ -8963,11 +8791,7 @@ paths: delete: tags: - onPremisesPublishingProfiles.connectorGroup - summary: Delete connectorGroup - description: Delete a connectorGroup. All connectors and applications must be removed from the connector group before a connector group can be deleted. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/connectorgroup-delete?view=graph-rest-1.0 + summary: Delete navigation property connectorGroups for onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_DeleteConnectorGroup parameters: - name: onPremisesPublishingProfile-id @@ -9651,11 +9475,8 @@ paths: get: tags: - onPremisesPublishingProfiles.connector - summary: List connectors - description: Retrieve a list of connector objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/connector-list?view=graph-rest-1.0 + summary: Get connectors from onPremisesPublishingProfiles + description: List of existing connector objects for applications published through Application Proxy. Read-only. Nullable. operationId: onPremisesPublishingProfile_ListConnector parameters: - name: onPremisesPublishingProfile-id @@ -9745,11 +9566,8 @@ paths: get: tags: - onPremisesPublishingProfiles.connector - summary: Get connector - description: Retrieve the properties and relationships of a connector object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/connector-get?view=graph-rest-1.0 + summary: Get connectors from onPremisesPublishingProfiles + description: List of existing connector objects for applications published through Application Proxy. Read-only. Nullable. operationId: onPremisesPublishingProfile_GetConnector parameters: - name: onPremisesPublishingProfile-id @@ -10158,11 +9976,8 @@ paths: get: tags: - onPremisesPublishingProfiles.publishedResource - 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-1.0 + summary: Get publishedResources from onPremisesPublishingProfiles + description: List of existing publishedResource objects. Read-only. Nullable. operationId: onPremisesPublishingProfile_ListPublishedResource parameters: - name: onPremisesPublishingProfile-id @@ -10220,11 +10035,7 @@ paths: post: tags: - onPremisesPublishingProfiles.publishedResource - summary: Create publishedResource - description: Create a new publishedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/publishedresource-post?view=graph-rest-1.0 + summary: Create new navigation property to publishedResources for onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_CreatePublishedResource parameters: - name: onPremisesPublishingProfile-id @@ -10256,11 +10067,8 @@ paths: get: tags: - onPremisesPublishingProfiles.publishedResource - summary: Get publishedResource - description: Retrieve the properties and relationships of publishedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/publishedresource-get?view=graph-rest-1.0 + summary: Get publishedResources from onPremisesPublishingProfiles + description: List of existing publishedResource objects. Read-only. Nullable. operationId: onPremisesPublishingProfile_GetPublishedResource parameters: - name: onPremisesPublishingProfile-id @@ -10312,11 +10120,7 @@ paths: patch: tags: - onPremisesPublishingProfiles.publishedResource - summary: Update publishedResource - description: Update the properties of published resource publishedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/publishedresource-update?view=graph-rest-1.0 + summary: Update the navigation property publishedResources in onPremisesPublishingProfiles operationId: onPremisesPublishingProfile_UpdatePublishedResource parameters: - name: onPremisesPublishingProfile-id @@ -10730,7 +10534,7 @@ paths: description: Retrieve a list of servicePrincipal objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta operationId: servicePrincipal_ListServicePrincipal parameters: - name: ConsistencyLevel @@ -10794,7 +10598,7 @@ paths: description: Create a new servicePrincipal object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta operationId: servicePrincipal_CreateServicePrincipal requestBody: description: New entity @@ -10821,7 +10625,7 @@ paths: description: Retrieve the properties and relationships of a servicePrincipal object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta operationId: servicePrincipal_GetServicePrincipal parameters: - name: servicePrincipal-id @@ -10869,7 +10673,7 @@ paths: description: 'Create a new servicePrincipal object if it doesn''t exist, or update the properties of an existing servicePrincipal object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta operationId: servicePrincipal_UpdateServicePrincipal parameters: - name: servicePrincipal-id @@ -10904,7 +10708,7 @@ paths: description: Delete a servicePrincipal object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta operationId: servicePrincipal_DeleteServicePrincipal parameters: - name: servicePrincipal-id @@ -11067,11 +10871,8 @@ paths: get: tags: - servicePrincipals.appRoleAssignment - summary: List appRoleAssignments granted for a service principal - description: 'Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0 + summary: Get appRoleAssignedTo from servicePrincipals + description: 'App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand.' operationId: servicePrincipal_ListAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -11129,11 +10930,7 @@ paths: post: tags: - servicePrincipals.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignedTo for servicePrincipals operationId: servicePrincipal_CreateAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -11257,11 +11054,7 @@ paths: delete: tags: - servicePrincipals.appRoleAssignment - 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 + summary: Delete navigation property appRoleAssignedTo for servicePrincipals operationId: servicePrincipal_DeleteAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -11320,9 +11113,6 @@ paths: - servicePrincipals.appRoleAssignment summary: Get appRoleAssignments from servicePrincipals description: 'App role assignment for another app or service, granted to this service principal. Supports $expand.' - 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 @@ -11390,11 +11180,7 @@ paths: post: tags: - servicePrincipals.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignments for servicePrincipals operationId: servicePrincipal_CreateAppRoleAssignment parameters: - name: servicePrincipal-id @@ -11528,11 +11314,7 @@ paths: delete: tags: - servicePrincipals.appRoleAssignment - 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-1.0 + summary: Delete navigation property appRoleAssignments for servicePrincipals operationId: servicePrincipal_DeleteAppRoleAssignment parameters: - name: servicePrincipal-id @@ -11599,11 +11381,8 @@ paths: get: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Get claimsMappingPolicies from servicePrincipals + description: The claimsMappingPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListClaimsMappingPolicy parameters: - name: servicePrincipal-id @@ -11662,11 +11441,7 @@ paths: delete: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Delete ref of navigation property claimsMappingPolicies for servicePrincipals operationId: servicePrincipal.claimsMappingPolicy_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11723,11 +11498,8 @@ paths: get: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Get ref of claimsMappingPolicies from servicePrincipals + description: The claimsMappingPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11765,11 +11537,7 @@ paths: post: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Create new navigation property ref to claimsMappingPolicies for servicePrincipals operationId: servicePrincipal_CreateClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11791,11 +11559,7 @@ paths: delete: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Delete ref of navigation property claimsMappingPolicies for servicePrincipals operationId: servicePrincipal_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11830,11 +11594,8 @@ paths: get: tags: - servicePrincipals.directoryObject - 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-1.0 + summary: Get createdObjects from servicePrincipals + description: Directory objects created by this service principal. Read-only. Nullable. operationId: servicePrincipal_ListCreatedObject parameters: - name: servicePrincipal-id @@ -12101,11 +11862,8 @@ paths: get: tags: - servicePrincipals.delegatedPermissionClassification - 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 + summary: Get delegatedPermissionClassifications from servicePrincipals + description: The permission classifications for delegated permissions exposed by the app that this service principal represents. Supports $expand. operationId: servicePrincipal_ListDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -12163,11 +11921,7 @@ paths: post: tags: - servicePrincipals.delegatedPermissionClassification - 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 + summary: Create new navigation property to delegatedPermissionClassifications for servicePrincipals operationId: servicePrincipal_CreateDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -12291,11 +12045,7 @@ paths: delete: tags: - servicePrincipals.delegatedPermissionClassification - 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 + summary: Delete navigation property delegatedPermissionClassifications for servicePrincipals operationId: servicePrincipal_DeleteDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -12953,11 +12703,8 @@ paths: get: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Get homeRealmDiscoveryPolicies from servicePrincipals + description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListHomeRealmDiscoveryPolicy parameters: - name: servicePrincipal-id @@ -13016,11 +12763,7 @@ paths: delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals operationId: servicePrincipal.homeRealmDiscoveryPolicy_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -13077,11 +12820,8 @@ paths: get: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Get ref of homeRealmDiscoveryPolicies from servicePrincipals + description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -13119,11 +12859,7 @@ paths: post: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Create new navigation property ref to homeRealmDiscoveryPolicies for servicePrincipals operationId: servicePrincipal_CreateHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -13145,11 +12881,7 @@ paths: delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals operationId: servicePrincipal_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -13423,6 +13155,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function getTeamsLicensingDetails + description: Get the license status of a user in Microsoft Teams. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta operationId: servicePrincipal.licenseDetail_getTeamsLicensingDetail parameters: - name: servicePrincipal-id @@ -13449,9 +13185,6 @@ paths: - 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.' - 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 @@ -14106,7 +13839,7 @@ paths: description: "Creates a self-signed signing certificate and returns a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects which are added to the servicePrincipal: \n+ The keyCredentials object with the following objects:\n + A private key object with usage set to Sign.\n + A public key object with usage set to Verify.\n+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. Once set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta operationId: servicePrincipal_addTokenSigningCertificate parameters: - name: servicePrincipal-id @@ -14153,7 +13886,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: servicePrincipal_checkMemberGroup parameters: - name: servicePrincipal-id @@ -14261,7 +13994,7 @@ paths: description: Create single sign-on credentials using a password for a user or group. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta operationId: servicePrincipal_createPasswordSingleSignOnCredential parameters: - name: servicePrincipal-id @@ -14306,7 +14039,7 @@ paths: description: Delete single sign-on credentials using a password for a user or group. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta operationId: servicePrincipal_deletePasswordSingleSignOnCredential parameters: - name: servicePrincipal-id @@ -14343,7 +14076,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: servicePrincipal_getMemberGroup parameters: - name: servicePrincipal-id @@ -14451,7 +14184,7 @@ paths: description: Get a list of single sign-on credentials using a password for a user or group. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta operationId: servicePrincipal_getPasswordSingleSignOnCredential parameters: - name: servicePrincipal-id @@ -14492,7 +14225,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: servicePrincipal_restore parameters: - name: servicePrincipal-id @@ -14521,7 +14254,7 @@ paths: description: Update single sign-on credentials using a password for a user or group. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta operationId: servicePrincipal_updatePasswordSingleSignOnCredential parameters: - name: servicePrincipal-id @@ -14558,11 +14291,8 @@ paths: get: tags: - servicePrincipals.oAuth2PermissionGrant - 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 + 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. operationId: servicePrincipal_ListOauth2PermissionGrant parameters: - name: servicePrincipal-id @@ -14697,11 +14427,8 @@ paths: get: tags: - servicePrincipals.directoryObject - 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-1.0 + 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).' operationId: servicePrincipal_ListOwnedObject parameters: - name: servicePrincipal-id @@ -15366,9 +15093,6 @@ paths: - 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).' - 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 @@ -15437,11 +15161,7 @@ paths: delete: tags: - servicePrincipals.directoryObject - 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-1.0 + summary: Delete ref of navigation property owners for servicePrincipals operationId: servicePrincipal.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: servicePrincipal-id @@ -15696,9 +15416,6 @@ paths: - 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).' - 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 @@ -15746,11 +15463,7 @@ paths: post: tags: - servicePrincipals.directoryObject - 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-1.0 + summary: Create new navigation property ref to owners for servicePrincipals operationId: servicePrincipal_CreateOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -15772,11 +15485,7 @@ paths: delete: tags: - servicePrincipals.directoryObject - 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-1.0 + summary: Delete ref of navigation property owners for servicePrincipals operationId: servicePrincipal_DeleteOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -16111,11 +15820,8 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Get remoteDesktopSecurityConfiguration from servicePrincipals + description: The remoteDesktopSecurityConfiguration object applied to this service principal. Supports $filter (eq) for isRemoteDesktopProtocolEnabled property. operationId: servicePrincipal_GetRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -16159,11 +15865,7 @@ paths: patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Update the navigation property remoteDesktopSecurityConfiguration in servicePrincipals operationId: servicePrincipal_UpdateRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -16194,11 +15896,7 @@ paths: delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Delete navigation property remoteDesktopSecurityConfiguration for servicePrincipals operationId: servicePrincipal_DeleteRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -16225,11 +15923,8 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + 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. operationId: servicePrincipal.remoteDesktopSecurityConfiguration_ListTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16287,11 +15982,7 @@ paths: post: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Create new navigation property to targetDeviceGroups for servicePrincipals operationId: servicePrincipal.remoteDesktopSecurityConfiguration_CreateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16323,11 +16014,8 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + 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. operationId: servicePrincipal.remoteDesktopSecurityConfiguration_GetTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16379,11 +16067,7 @@ paths: patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Update the navigation property targetDeviceGroups in servicePrincipals operationId: servicePrincipal.remoteDesktopSecurityConfiguration_UpdateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16422,11 +16106,7 @@ paths: delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Delete navigation property targetDeviceGroups for servicePrincipals operationId: servicePrincipal.remoteDesktopSecurityConfiguration_DeleteTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16586,11 +16266,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + 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.' operationId: servicePrincipal.synchronization_ListJob parameters: - name: servicePrincipal-id @@ -16648,11 +16325,7 @@ paths: post: tags: - servicePrincipals.synchronization - 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 + summary: Create new navigation property to jobs for servicePrincipals operationId: servicePrincipal.synchronization_CreateJob parameters: - name: servicePrincipal-id @@ -16684,11 +16357,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + 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.' operationId: servicePrincipal.synchronization_GetJob parameters: - name: servicePrincipal-id @@ -16779,11 +16449,7 @@ paths: delete: tags: - servicePrincipals.synchronization - 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 + summary: Delete navigation property jobs for servicePrincipals operationId: servicePrincipal.synchronization_DeleteJob parameters: - name: servicePrincipal-id @@ -17019,7 +16685,7 @@ paths: description: 'Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job continues from where it left off when a start call is made.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta operationId: servicePrincipal.synchronization.job_pause parameters: - name: servicePrincipal-id @@ -17052,7 +16718,7 @@ paths: description: Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. No user or group will be provisioned on-demand that would not have been provisioned through the regular provisioning cycles. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta operationId: servicePrincipal.synchronization.job_provisionOnDemand parameters: - name: servicePrincipal-id @@ -17103,7 +16769,7 @@ paths: description: 'Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta operationId: servicePrincipal.synchronization.job_restart parameters: - name: servicePrincipal-id @@ -17148,7 +16814,7 @@ paths: description: 'Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don''t create scripts to call the start job continuously while it''s running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta operationId: servicePrincipal.synchronization.job_start parameters: - name: servicePrincipal-id @@ -17181,7 +16847,7 @@ paths: description: Validate that the credentials are valid in the tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta operationId: servicePrincipal.synchronization.job_validateCredential parameters: - name: servicePrincipal-id @@ -17234,11 +16900,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + summary: Get schema from servicePrincipals + description: The synchronization schema configured for the job. operationId: servicePrincipal.synchronization.job_GetSchema parameters: - name: servicePrincipal-id @@ -17290,11 +16953,7 @@ paths: patch: tags: - servicePrincipals.synchronization - 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 + summary: Update the navigation property schema in servicePrincipals operationId: servicePrincipal.synchronization.job_UpdateSchema parameters: - name: servicePrincipal-id @@ -17630,7 +17289,7 @@ paths: description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta operationId: servicePrincipal.synchronization.job.schema.directory_discover parameters: - name: servicePrincipal-id @@ -17702,6 +17361,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta operationId: servicePrincipal.synchronization.job.schema_filterOperator parameters: - name: servicePrincipal-id @@ -17784,6 +17447,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta operationId: servicePrincipal.synchronization.job.schema_function parameters: - name: servicePrincipal-id @@ -17869,7 +17536,7 @@ paths: description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta operationId: servicePrincipal.synchronization.job.schema_parseExpression parameters: - name: servicePrincipal-id @@ -17990,7 +17657,7 @@ paths: description: Acquire an OAuth Access token to authorize the Microsoft Entra provisioning service to provision users into an application. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta operationId: servicePrincipal.synchronization_acquireAccessToken parameters: - name: servicePrincipal-id @@ -18123,11 +17790,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + summary: Get templates from servicePrincipals + description: Pre-configured synchronization settings for a particular application. operationId: servicePrincipal.synchronization_ListTemplate parameters: - name: servicePrincipal-id @@ -18270,11 +17934,7 @@ paths: patch: tags: - servicePrincipals.synchronization - 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 + summary: Update the navigation property templates in servicePrincipals operationId: servicePrincipal.synchronization_UpdateTemplate parameters: - name: servicePrincipal-id @@ -18737,7 +18397,7 @@ paths: description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta operationId: servicePrincipal.synchronization.template.schema.directory_discover parameters: - name: servicePrincipal-id @@ -18809,6 +18469,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta operationId: servicePrincipal.synchronization.template.schema_filterOperator parameters: - name: servicePrincipal-id @@ -18891,6 +18555,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta operationId: servicePrincipal.synchronization.template.schema_function parameters: - name: servicePrincipal-id @@ -18976,7 +18644,7 @@ paths: description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta operationId: servicePrincipal.synchronization.template.schema_parseExpression parameters: - name: servicePrincipal-id @@ -19184,11 +18852,8 @@ paths: get: tags: - servicePrincipals.tokenLifetimePolicy - 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 + summary: Get tokenLifetimePolicies from servicePrincipals + description: The tokenLifetimePolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListTokenLifetimePolicy parameters: - name: servicePrincipal-id @@ -19324,9 +18989,6 @@ paths: tags: - servicePrincipals.directoryObject summary: Get transitiveMemberOf from servicePrincipals - 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 @@ -19980,7 +19642,7 @@ paths: description: Retrieve the properties and relationships of a servicePrincipal object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta operationId: servicePrincipal_GetServicePrincipalGraphBPreAppId parameters: - name: appId @@ -20028,7 +19690,7 @@ paths: description: 'Create a new servicePrincipal object if it doesn''t exist, or update the properties of an existing servicePrincipal object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta operationId: servicePrincipal_UpdateServicePrincipalGraphBPreAppId parameters: - name: appId @@ -20063,7 +19725,7 @@ paths: description: Delete a servicePrincipal object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta operationId: servicePrincipal_DeleteServicePrincipalGraphBPreAppId parameters: - name: appId @@ -20115,6 +19777,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted service principals without having to perform a full read of the entire resource collection.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta operationId: servicePrincipal_delta parameters: - $ref: '#/components/parameters/top' @@ -20187,7 +19853,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: servicePrincipal_getGraphBPreId requestBody: description: Action parameters @@ -20240,7 +19906,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: servicePrincipal_getUserOwnedObject requestBody: description: Action parameters @@ -20276,7 +19942,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: servicePrincipal_validateProperty requestBody: description: Action parameters @@ -20314,9 +19980,6 @@ paths: - users.appRoleAssignment summary: Get appRoleAssignments from users description: Represents the app roles a user has been granted for an application. Supports $expand. - 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 @@ -20384,11 +20047,7 @@ paths: post: tags: - users.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignments for users operationId: user_CreateAppRoleAssignment parameters: - name: user-id @@ -20522,11 +20181,7 @@ paths: delete: tags: - users.appRoleAssignment - 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 + summary: Delete navigation property appRoleAssignments for users operationId: user_DeleteAppRoleAssignment parameters: - name: user-id @@ -20642,7 +20297,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -25434,7 +25089,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -25849,11 +25504,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -25872,7 +25527,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -26603,7 +26258,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -27024,6 +26679,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -27034,7 +26690,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -28657,11 +28313,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 @@ -30594,13 +30250,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -30825,7 +30481,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -31027,7 +30683,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -31759,7 +31415,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -31767,7 +31423,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object @@ -35393,11 +35049,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -37084,11 +36740,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -37104,13 +36760,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -43035,7 +42691,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index 4b5fe641b9..501aaea566 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -186,11 +186,8 @@ paths: get: tags: - bookingBusinesses.bookingAppointment - 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 + summary: Get appointments from bookingBusinesses + description: All the appointments of this business. Read-only. Nullable. operationId: bookingBusiness_ListAppointment parameters: - name: bookingBusiness-id @@ -248,11 +245,7 @@ paths: post: tags: - bookingBusinesses.bookingAppointment - 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 + summary: Create new navigation property to appointments for bookingBusinesses operationId: bookingBusiness_CreateAppointment parameters: - name: bookingBusiness-id @@ -284,11 +277,8 @@ paths: get: tags: - bookingBusinesses.bookingAppointment - 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-1.0 + summary: Get appointments from bookingBusinesses + description: All the appointments of this business. Read-only. Nullable. operationId: bookingBusiness_GetAppointment parameters: - name: bookingBusiness-id @@ -340,11 +330,7 @@ paths: patch: tags: - bookingBusinesses.bookingAppointment - 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 + summary: Update the navigation property appointments in bookingBusinesses operationId: bookingBusiness_UpdateAppointment parameters: - name: bookingBusiness-id @@ -383,11 +369,7 @@ paths: delete: tags: - bookingBusinesses.bookingAppointment - 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 + summary: Delete navigation property appointments for bookingBusinesses operationId: bookingBusiness_DeleteAppointment parameters: - name: bookingBusiness-id @@ -426,7 +408,7 @@ paths: description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta operationId: bookingBusiness.appointment_cancel parameters: - name: bookingBusiness-id @@ -492,9 +474,6 @@ paths: - bookingBusinesses.bookingAppointment summary: Get calendarView from bookingBusinesses description: The set of appointments of this business in a specified date range. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0 operationId: bookingBusiness_ListCalendarView parameters: - name: bookingBusiness-id @@ -747,7 +726,7 @@ paths: description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta operationId: bookingBusiness.calendarView_cancel parameters: - name: bookingBusiness-id @@ -811,11 +790,8 @@ paths: get: tags: - bookingBusinesses.bookingCustomer - summary: List customers - description: Get a list of bookingCustomer objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0 + summary: Get customers from bookingBusinesses + description: All the customers of this business. Read-only. Nullable. operationId: bookingBusiness_ListCustomer parameters: - name: bookingBusiness-id @@ -873,11 +849,7 @@ paths: post: tags: - bookingBusinesses.bookingCustomer - 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 + summary: Create new navigation property to customers for bookingBusinesses operationId: bookingBusiness_CreateCustomer parameters: - name: bookingBusiness-id @@ -909,11 +881,8 @@ paths: get: tags: - bookingBusinesses.bookingCustomer - 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 + summary: Get customers from bookingBusinesses + description: All the customers of this business. Read-only. Nullable. operationId: bookingBusiness_GetCustomer parameters: - name: bookingBusiness-id @@ -965,11 +934,7 @@ paths: patch: tags: - bookingBusinesses.bookingCustomer - 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 + summary: Update the navigation property customers in bookingBusinesses operationId: bookingBusiness_UpdateCustomer parameters: - name: bookingBusiness-id @@ -1008,11 +973,7 @@ paths: delete: tags: - bookingBusinesses.bookingCustomer - 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 + summary: Delete navigation property customers for bookingBusinesses operationId: bookingBusiness_DeleteCustomer parameters: - name: bookingBusiness-id @@ -1069,11 +1030,8 @@ paths: get: tags: - bookingBusinesses.bookingCustomQuestion - 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 + summary: Get customQuestions from bookingBusinesses + description: All custom questions of this business. operationId: bookingBusiness_ListCustomQuestion parameters: - name: bookingBusiness-id @@ -1131,11 +1089,7 @@ paths: post: tags: - bookingBusinesses.bookingCustomQuestion - 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 + summary: Create new navigation property to customQuestions for bookingBusinesses operationId: bookingBusiness_CreateCustomQuestion parameters: - name: bookingBusiness-id @@ -1167,11 +1121,8 @@ paths: get: tags: - bookingBusinesses.bookingCustomQuestion - 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 + summary: Get customQuestions from bookingBusinesses + description: All custom questions of this business. operationId: bookingBusiness_GetCustomQuestion parameters: - name: bookingBusiness-id @@ -1223,11 +1174,7 @@ paths: patch: tags: - bookingBusinesses.bookingCustomQuestion - 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 + summary: Update the navigation property customQuestions in bookingBusinesses operationId: bookingBusiness_UpdateCustomQuestion parameters: - name: bookingBusiness-id @@ -1266,11 +1213,7 @@ paths: delete: tags: - bookingBusinesses.bookingCustomQuestion - summary: Delete bookingCustomQuestion - description: Delete the specified bookingCustomQuestion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0 + summary: Delete navigation property customQuestions for bookingBusinesses operationId: bookingBusiness_DeleteCustomQuestion parameters: - name: bookingBusiness-id @@ -1331,7 +1274,7 @@ paths: description: Get the availability information of staff members of a Microsoft Bookings calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta operationId: bookingBusiness_getStaffAvailability parameters: - name: bookingBusiness-id @@ -1391,7 +1334,7 @@ paths: description: 'Make the scheduling page of this business available to external customers. Set the isPublished property to true, and publicUrl property to the URL of the scheduling page.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta operationId: bookingBusiness_publish parameters: - name: bookingBusiness-id @@ -1416,7 +1359,7 @@ paths: description: 'Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and publicUrl property to null.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta operationId: bookingBusiness_unpublish parameters: - name: bookingBusiness-id @@ -1437,11 +1380,8 @@ paths: get: tags: - bookingBusinesses.bookingService - 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 + summary: Get services from bookingBusinesses + description: All the services offered by this business. Read-only. Nullable. operationId: bookingBusiness_ListService parameters: - name: bookingBusiness-id @@ -1499,11 +1439,7 @@ paths: post: tags: - bookingBusinesses.bookingService - 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 + summary: Create new navigation property to services for bookingBusinesses operationId: bookingBusiness_CreateService parameters: - name: bookingBusiness-id @@ -1535,11 +1471,8 @@ paths: get: tags: - bookingBusinesses.bookingService - 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 + summary: Get services from bookingBusinesses + description: All the services offered by this business. Read-only. Nullable. operationId: bookingBusiness_GetService parameters: - name: bookingBusiness-id @@ -1591,11 +1524,7 @@ paths: patch: tags: - bookingBusinesses.bookingService - 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 + summary: Update the navigation property services in bookingBusinesses operationId: bookingBusiness_UpdateService parameters: - name: bookingBusiness-id @@ -1634,11 +1563,7 @@ paths: delete: tags: - bookingBusinesses.bookingService - 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 + summary: Delete navigation property services for bookingBusinesses operationId: bookingBusiness_DeleteService parameters: - name: bookingBusiness-id @@ -1695,11 +1620,8 @@ paths: get: tags: - bookingBusinesses.bookingStaffMember - 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 + summary: Get staffMembers from bookingBusinesses + description: All the staff members that provide services in this business. Read-only. Nullable. operationId: bookingBusiness_ListStaffMember parameters: - name: bookingBusiness-id @@ -1757,11 +1679,7 @@ paths: post: tags: - bookingBusinesses.bookingStaffMember - summary: Create bookingStaffMember - description: Create a new staff member 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 + summary: Create new navigation property to staffMembers for bookingBusinesses operationId: bookingBusiness_CreateStaffMember parameters: - name: bookingBusiness-id @@ -1793,11 +1711,8 @@ paths: get: tags: - bookingBusinesses.bookingStaffMember - 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 + summary: Get staffMembers from bookingBusinesses + description: All the staff members that provide services in this business. Read-only. Nullable. operationId: bookingBusiness_GetStaffMember parameters: - name: bookingBusiness-id @@ -1849,11 +1764,7 @@ paths: patch: tags: - bookingBusinesses.bookingStaffMember - 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 + summary: Update the navigation property staffMembers in bookingBusinesses operationId: bookingBusiness_UpdateStaffMember parameters: - name: bookingBusiness-id @@ -1892,11 +1803,7 @@ paths: delete: tags: - bookingBusinesses.bookingStaffMember - summary: Delete bookingStaffMember - description: Delete a staff member in the specified bookingbusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0 + summary: Delete navigation property staffMembers for bookingBusinesses operationId: bookingBusiness_DeleteStaffMember parameters: - name: bookingBusiness-id @@ -2363,11 +2270,7 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete bookingBusiness - description: Delete a bookingBusiness object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0 + summary: Delete navigation property bookingBusinesses for solutions operationId: solution_DeleteBookingBusiness parameters: - name: bookingBusiness-id @@ -2394,11 +2297,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get appointments from solutions + description: All the appointments of this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListAppointment parameters: - name: bookingBusiness-id @@ -2456,11 +2356,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to appointments for solutions operationId: solution.bookingBusiness_CreateAppointment parameters: - name: bookingBusiness-id @@ -2492,11 +2388,8 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get bookingAppointment - description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The start and end properties are always returned in UTC. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0 + summary: Get appointments from solutions + description: All the appointments of this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetAppointment parameters: - name: bookingBusiness-id @@ -2548,11 +2441,7 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update bookingAppointment - description: Update the properties of a bookingAppointment object in the specified bookingBusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0 + summary: Update the navigation property appointments in solutions operationId: solution.bookingBusiness_UpdateAppointment parameters: - name: bookingBusiness-id @@ -2591,11 +2480,7 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete bookingAppointment - description: Delete a bookingAppointment in the specified bookingBusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0 + summary: Delete navigation property appointments for solutions operationId: solution.bookingBusiness_DeleteAppointment parameters: - name: bookingBusiness-id @@ -2634,7 +2519,7 @@ paths: description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta operationId: solution.bookingBusiness.appointment_cancel parameters: - name: bookingBusiness-id @@ -2700,9 +2585,6 @@ paths: - solutions.bookingBusiness summary: Get calendarView from solutions description: The set of appointments of this business in a specified date range. Read-only. Nullable. - 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 @@ -2955,7 +2837,7 @@ paths: description: 'Cancel the specified bookingAppointment in the specified bookingBusiness, and send a message to the involved customer and staff members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta operationId: solution.bookingBusiness.calendarView_cancel parameters: - name: bookingBusiness-id @@ -3019,11 +2901,8 @@ paths: get: tags: - solutions.bookingBusiness - summary: List customers - description: Get a list of bookingCustomer objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0 + summary: Get customers from solutions + description: All the customers of this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListCustomer parameters: - name: bookingBusiness-id @@ -3081,11 +2960,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to customers for solutions operationId: solution.bookingBusiness_CreateCustomer parameters: - name: bookingBusiness-id @@ -3117,11 +2992,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get customers from solutions + description: All the customers of this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetCustomer parameters: - name: bookingBusiness-id @@ -3173,11 +3045,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property customers in solutions operationId: solution.bookingBusiness_UpdateCustomer parameters: - name: bookingBusiness-id @@ -3216,11 +3084,7 @@ paths: delete: tags: - solutions.bookingBusiness - 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 + summary: Delete navigation property customers for solutions operationId: solution.bookingBusiness_DeleteCustomer parameters: - name: bookingBusiness-id @@ -3277,11 +3141,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get customQuestions from solutions + description: All custom questions of this business. operationId: solution.bookingBusiness_ListCustomQuestion parameters: - name: bookingBusiness-id @@ -3339,11 +3200,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to customQuestions for solutions operationId: solution.bookingBusiness_CreateCustomQuestion parameters: - name: bookingBusiness-id @@ -3375,11 +3232,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get customQuestions from solutions + description: All custom questions of this business. operationId: solution.bookingBusiness_GetCustomQuestion parameters: - name: bookingBusiness-id @@ -3431,11 +3285,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property customQuestions in solutions operationId: solution.bookingBusiness_UpdateCustomQuestion parameters: - name: bookingBusiness-id @@ -3474,11 +3324,7 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete bookingCustomQuestion - description: Delete the specified bookingCustomQuestion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0 + summary: Delete navigation property customQuestions for solutions operationId: solution.bookingBusiness_DeleteCustomQuestion parameters: - name: bookingBusiness-id @@ -3539,7 +3385,7 @@ paths: description: Get the availability information of staff members of a Microsoft Bookings calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta operationId: solution.bookingBusiness_getStaffAvailability parameters: - name: bookingBusiness-id @@ -3599,7 +3445,7 @@ paths: description: 'Make the scheduling page of this business available to external customers. Set the isPublished property to true, and publicUrl property to the URL of the scheduling page.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta operationId: solution.bookingBusiness_publish parameters: - name: bookingBusiness-id @@ -3624,7 +3470,7 @@ paths: description: 'Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and publicUrl property to null.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta operationId: solution.bookingBusiness_unpublish parameters: - name: bookingBusiness-id @@ -3645,11 +3491,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get services from solutions + description: All the services offered by this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListService parameters: - name: bookingBusiness-id @@ -3707,11 +3550,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to services for solutions operationId: solution.bookingBusiness_CreateService parameters: - name: bookingBusiness-id @@ -3743,11 +3582,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get services from solutions + description: All the services offered by this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetService parameters: - name: bookingBusiness-id @@ -3799,11 +3635,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property services in solutions operationId: solution.bookingBusiness_UpdateService parameters: - name: bookingBusiness-id @@ -3842,11 +3674,7 @@ paths: delete: tags: - solutions.bookingBusiness - 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 + summary: Delete navigation property services for solutions operationId: solution.bookingBusiness_DeleteService parameters: - name: bookingBusiness-id @@ -3903,11 +3731,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get staffMembers from solutions + description: All the staff members that provide services in this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListStaffMember parameters: - name: bookingBusiness-id @@ -3965,11 +3790,7 @@ paths: post: tags: - solutions.bookingBusiness - summary: Create bookingStaffMember - description: Create a new staff member 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 + summary: Create new navigation property to staffMembers for solutions operationId: solution.bookingBusiness_CreateStaffMember parameters: - name: bookingBusiness-id @@ -4001,11 +3822,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get staffMembers from solutions + description: All the staff members that provide services in this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetStaffMember parameters: - name: bookingBusiness-id @@ -4057,11 +3875,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property staffMembers in solutions operationId: solution.bookingBusiness_UpdateStaffMember parameters: - name: bookingBusiness-id @@ -4100,11 +3914,7 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete bookingStaffMember - description: Delete a staff member in the specified bookingbusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0 + summary: Delete navigation property staffMembers for solutions operationId: solution.bookingBusiness_DeleteStaffMember parameters: - name: bookingBusiness-id @@ -4175,11 +3985,7 @@ paths: get: tags: - solutions.bookingCurrency - summary: List bookingCurrencies - description: Get a list of bookingCurrency objects available to a Microsoft Bookings business. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0 + summary: Get bookingCurrencies from solutions operationId: solution_ListBookingCurrency parameters: - $ref: '#/components/parameters/top' @@ -4252,11 +4058,7 @@ paths: get: tags: - solutions.bookingCurrency - summary: Get bookingCurrency - description: 'Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0 + summary: Get bookingCurrencies from solutions operationId: solution_GetBookingCurrency parameters: - name: bookingCurrency-id @@ -4372,11 +4174,7 @@ paths: get: tags: - solutions.businessScenario - summary: List businessScenarios - description: Get a list of all businessScenario objects in an organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-1.0 + summary: Get businessScenarios from solutions operationId: solution_ListBusinessScenario parameters: - $ref: '#/components/parameters/top' @@ -4426,11 +4224,7 @@ paths: post: tags: - solutions.businessScenario - summary: Create businessScenario - description: Create a new businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-1.0 + summary: Create new navigation property to businessScenarios for solutions operationId: solution_CreateBusinessScenario requestBody: description: New navigation property @@ -4453,11 +4247,7 @@ paths: get: tags: - solutions.businessScenario - summary: Get businessScenario - description: Read the properties and relationships of a businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-1.0 + summary: Get businessScenarios from solutions operationId: solution_GetBusinessScenario parameters: - name: businessScenario-id @@ -4501,11 +4291,7 @@ paths: patch: tags: - solutions.businessScenario - summary: Update businessScenario - description: Update the properties of a businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-1.0 + summary: Update the navigation property businessScenarios in solutions operationId: solution_UpdateBusinessScenario parameters: - name: businessScenario-id @@ -4536,11 +4322,7 @@ paths: delete: tags: - solutions.businessScenario - summary: Delete businessScenario - description: Delete a businessScenario object. The deletion of a scenario causes all data associated with the scenario to be deleted. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-1.0 + summary: Delete navigation property businessScenarios for solutions operationId: solution_DeleteBusinessScenario parameters: - name: businessScenario-id @@ -4567,11 +4349,8 @@ paths: get: tags: - solutions.businessScenario - summary: Get businessScenarioPlanner - description: Read the properties and relationships of a businessScenarioPlanner object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-1.0 + summary: Get planner from solutions + description: Planner content related to the scenario. operationId: solution.businessScenario_GetPlanner parameters: - name: businessScenario-id @@ -4677,7 +4456,7 @@ paths: description: 'Get information about the plannerPlan mapped to a given target. If a plannerPlan doesn''t exist for the specified target at the time of the request, a new plan will be created for the businessScenario.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta operationId: solution.businessScenario.planner_getPlan parameters: - name: businessScenario-id @@ -4714,11 +4493,8 @@ paths: get: tags: - solutions.businessScenario - summary: Get plannerPlanConfiguration - description: Read the properties and relationships of a plannerPlanConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-1.0 + summary: Get planConfiguration from solutions + description: The configuration of Planner plans that will be created for the scenario. operationId: solution.businessScenario.planner_GetPlanConfiguration parameters: - name: businessScenario-id @@ -4762,11 +4538,7 @@ paths: patch: tags: - solutions.businessScenario - summary: Update plannerPlanConfiguration - description: Update the properties of a plannerPlanConfiguration object for a businessScenario. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-1.0 + summary: Update the navigation property planConfiguration in solutions operationId: solution.businessScenario.planner_UpdatePlanConfiguration parameters: - name: businessScenario-id @@ -4824,11 +4596,8 @@ paths: get: tags: - solutions.businessScenario - summary: List plannerPlanConfigurationLocalizations - description: Get a list of the plannerPlanConfigurationLocalization objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-1.0 + summary: Get localizations from solutions + description: Localized names for the plan configuration. operationId: solution.businessScenario.planner.planConfiguration_ListLocalization parameters: - name: businessScenario-id @@ -4886,11 +4655,7 @@ paths: post: tags: - solutions.businessScenario - summary: Create plannerPlanConfigurationLocalization - description: Create a new plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-post-localizations?view=graph-rest-1.0 + summary: Create new navigation property to localizations for solutions operationId: solution.businessScenario.planner.planConfiguration_CreateLocalization parameters: - name: businessScenario-id @@ -4922,11 +4687,8 @@ paths: get: tags: - solutions.businessScenario - summary: Get plannerPlanConfigurationLocalization - description: Read the properties and relationships of a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-get?view=graph-rest-1.0 + summary: Get localizations from solutions + description: Localized names for the plan configuration. operationId: solution.businessScenario.planner.planConfiguration_GetLocalization parameters: - name: businessScenario-id @@ -4978,11 +4740,7 @@ paths: patch: tags: - solutions.businessScenario - summary: Update plannerPlanConfigurationLocalization - description: Update the properties of a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-update?view=graph-rest-1.0 + summary: Update the navigation property localizations in solutions operationId: solution.businessScenario.planner.planConfiguration_UpdateLocalization parameters: - name: businessScenario-id @@ -5021,11 +4779,7 @@ paths: delete: tags: - solutions.businessScenario - summary: Delete plannerPlanConfigurationLocalization - description: Delete a plannerPlanConfigurationLocalization object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplanconfiguration-delete-localizations?view=graph-rest-1.0 + summary: Delete navigation property localizations for solutions operationId: solution.businessScenario.planner.planConfiguration_DeleteLocalization parameters: - name: businessScenario-id @@ -5082,11 +4836,8 @@ paths: get: tags: - solutions.businessScenario - summary: Get plannerTaskConfiguration - description: Read the properties and relationships of a plannerTaskConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-1.0 + summary: Get taskConfiguration from solutions + description: The configuration of Planner tasks that will be created for the scenario. operationId: solution.businessScenario.planner_GetTaskConfiguration parameters: - name: businessScenario-id @@ -5130,11 +4881,7 @@ paths: patch: tags: - solutions.businessScenario - summary: Update plannerTaskConfiguration - description: Update the properties of a plannerTaskConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-1.0 + summary: Update the navigation property taskConfiguration in solutions operationId: solution.businessScenario.planner_UpdateTaskConfiguration parameters: - name: businessScenario-id @@ -5192,11 +4939,8 @@ paths: get: tags: - solutions.businessScenario - summary: List businessScenarioTasks - description: Get a list of the businessScenarioTask objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-1.0 + summary: Get tasks from solutions + description: The Planner tasks for the scenario. operationId: solution.businessScenario.planner_ListTask parameters: - name: businessScenario-id @@ -5254,11 +4998,7 @@ paths: post: tags: - solutions.businessScenario - summary: Create businessScenarioTask - description: Create a new businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-1.0 + summary: Create new navigation property to tasks for solutions operationId: solution.businessScenario.planner_CreateTask parameters: - name: businessScenario-id @@ -5290,11 +5030,8 @@ paths: get: tags: - solutions.businessScenario - summary: Get businessScenarioTask - description: Read the properties and relationships of a businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-1.0 + summary: Get tasks from solutions + description: The Planner tasks for the scenario. operationId: solution.businessScenario.planner_GetTask parameters: - name: businessScenario-id @@ -5346,11 +5083,7 @@ paths: patch: tags: - solutions.businessScenario - summary: Update businessScenarioTask - description: Update the properties of a businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-1.0 + summary: Update the navigation property tasks in solutions operationId: solution.businessScenario.planner_UpdateTask parameters: - name: businessScenario-id @@ -5389,11 +5122,7 @@ paths: delete: tags: - solutions.businessScenario - summary: Delete businessScenarioTask - description: Delete a businessScenarioTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-1.0 + summary: Delete navigation property tasks for solutions operationId: solution.businessScenario.planner_DeleteTask parameters: - name: businessScenario-id @@ -5428,11 +5157,8 @@ paths: get: tags: - solutions.businessScenario - 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-1.0 + summary: Get assignedToTaskBoardFormat from solutions + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: solution.businessScenario.planner.task_GetAssignedToTaskBoardFormat parameters: - name: businessScenario-id @@ -5485,9 +5211,6 @@ paths: tags: - solutions.businessScenario summary: Update the navigation property assignedToTaskBoardFormat in solutions - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: solution.businessScenario.planner.task_UpdateAssignedToTaskBoardFormat parameters: - name: businessScenario-id @@ -5568,11 +5291,8 @@ paths: get: tags: - solutions.businessScenario - 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 + summary: Get bucketTaskBoardFormat from solutions + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: solution.businessScenario.planner.task_GetBucketTaskBoardFormat parameters: - name: businessScenario-id @@ -5625,9 +5345,6 @@ paths: tags: - solutions.businessScenario summary: Update the navigation property bucketTaskBoardFormat in solutions - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: solution.businessScenario.planner.task_UpdateBucketTaskBoardFormat parameters: - name: businessScenario-id @@ -5708,11 +5425,8 @@ paths: get: tags: - solutions.businessScenario - 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 + summary: Get details from solutions + description: Read-only. Nullable. More details about the task. operationId: solution.businessScenario.planner.task_GetDetail parameters: - name: businessScenario-id @@ -5765,9 +5479,6 @@ paths: tags: - solutions.businessScenario summary: Update the navigation property details in solutions - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: solution.businessScenario.planner.task_UpdateDetail parameters: - name: businessScenario-id @@ -5848,11 +5559,8 @@ paths: get: tags: - solutions.businessScenario - 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 + summary: Get progressTaskBoardFormat from solutions + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: solution.businessScenario.planner.task_GetProgressTaskBoardFormat parameters: - name: businessScenario-id @@ -5905,9 +5613,6 @@ paths: tags: - solutions.businessScenario summary: Update the navigation property progressTaskBoardFormat in solutions - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: solution.businessScenario.planner.task_UpdateProgressTaskBoardFormat parameters: - name: businessScenario-id @@ -6010,11 +5715,7 @@ paths: get: tags: - solutions.businessScenario - summary: Get businessScenario - description: Read the properties and relationships of a businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-1.0 + summary: Get businessScenarios from solutions operationId: solution.businessScenario_GetGraphBPreUniqueName parameters: - name: uniqueName @@ -6058,11 +5759,7 @@ paths: patch: tags: - solutions.businessScenario - summary: Update businessScenario - description: Update the properties of a businessScenario object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-1.0 + summary: Update the navigation property businessScenarios in solutions operationId: solution.businessScenario_UpdateGraphBPreUniqueName parameters: - name: uniqueName @@ -6093,11 +5790,7 @@ paths: delete: tags: - solutions.businessScenario - summary: Delete businessScenario - description: Delete a businessScenario object. The deletion of a scenario causes all data associated with the scenario to be deleted. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-1.0 + summary: Delete navigation property businessScenarios for solutions operationId: solution.businessScenario_DeleteGraphBPreUniqueName parameters: - name: uniqueName @@ -7367,11 +7060,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. operationId: solution.virtualEvent.event.session.attendanceReport_ListAttendanceRecord parameters: - name: virtualEvent-id @@ -9447,11 +9137,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. operationId: solution.virtualEvent.townhall.session.attendanceReport_ListAttendanceRecord parameters: - name: virtualEventTownhall-id @@ -10570,11 +10257,7 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List webinars - description: Get the list of all virtualEventWebinar objects created in the tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0 + summary: Get webinars from solutions operationId: solution.virtualEvent_ListWebinar parameters: - $ref: '#/components/parameters/top' @@ -10647,11 +10330,7 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get virtualEventWebinar - description: Read the properties and relationships of a virtualEventWebinar object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0 + summary: Get webinars from solutions operationId: solution.virtualEvent_GetWebinar parameters: - name: virtualEventWebinar-id @@ -11257,11 +10936,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List virtualEventRegistrations - description: Get a list of all registration records of a webinar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0 + summary: Get registrations from solutions + description: Registration records of the webinar. operationId: solution.virtualEvent.webinar_ListRegistration parameters: - name: virtualEventWebinar-id @@ -11351,11 +11027,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get virtualEventRegistration - description: Get the properties and relationships of a virtualEventRegistration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0 + summary: Get registrations from solutions + description: Registration records of the webinar. operationId: solution.virtualEvent.webinar_GetRegistration parameters: - name: virtualEventWebinar-id @@ -11700,11 +11373,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get virtualEventRegistration - description: Get the properties and relationships of a virtualEventRegistration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0 + summary: Get registrations from solutions + description: Registration records of the webinar. operationId: solution.virtualEvent.webinar.registration_GetGraphBPreEmail parameters: - name: virtualEventWebinar-id @@ -11830,11 +11500,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get virtualEventRegistration - description: Get the properties and relationships of a virtualEventRegistration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0 + summary: Get registrations from solutions + description: Registration records of the webinar. operationId: solution.virtualEvent.webinar.registration_GetGraphBPreUserId parameters: - name: virtualEventWebinar-id @@ -12458,11 +12125,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. operationId: solution.virtualEvent.webinar.session.attendanceReport_ListAttendanceRecord parameters: - name: virtualEventWebinar-id @@ -13429,6 +13093,10 @@ paths: tags: - solutions.Functions summary: Invoke function getByUserIdAndRole + description: Get a virtualEventWebinar collection where the specified user is either the organizer or a coorganizer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta operationId: solution.virtualEvent.webinar_getGraphBPreUserIdAndRole parameters: - name: userId @@ -13509,6 +13177,10 @@ 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. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta operationId: solution.virtualEvent.webinar_getGraphBPreUserRole parameters: - name: role @@ -15015,7 +14687,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -15024,19 +14696,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -15044,19 +14716,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -15064,12 +14736,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -15086,13 +14758,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -15272,11 +14944,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -16018,6 +15690,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 3e20d084e3..ed81adad65 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -46,8 +46,8 @@ paths: get: tags: - groups.calendar - summary: Get calendarPermission - description: Get the specified permissions object of a user or group calendar that has been shared. + summary: Get calendarPermissions from groups + description: The permissions of the users with whom the calendar is shared. operationId: group.calendar_ListCalendarPermission parameters: - name: group-id @@ -94,11 +94,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to calendarPermissions for groups operationId: group.calendar_CreateCalendarPermission parameters: - name: group-id @@ -130,11 +126,8 @@ paths: get: tags: - groups.calendar - 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 + summary: Get calendarPermissions from groups + description: The permissions of the users with whom the calendar is shared. operationId: group.calendar_GetCalendarPermission parameters: - name: group-id @@ -176,11 +169,7 @@ paths: patch: tags: - groups.calendar - 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 + summary: Update the navigation property calendarPermissions in groups operationId: group.calendar_UpdateCalendarPermission parameters: - name: group-id @@ -219,11 +208,7 @@ paths: delete: tags: - groups.calendar - 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 + summary: Delete navigation property calendarPermissions for groups operationId: group.calendar_DeleteCalendarPermission parameters: - name: group-id @@ -281,9 +266,6 @@ paths: - groups.calendar summary: Get calendarView from groups description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: group.calendar_ListCalendarView parameters: - name: group-id @@ -407,11 +389,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView_ListAttachment parameters: - name: group-id @@ -476,11 +455,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.calendarView_CreateAttachment parameters: - name: group-id @@ -520,11 +495,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView_GetAttachment parameters: - name: group-id @@ -584,11 +556,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.calendarView_DeleteAttachment parameters: - name: group-id @@ -831,11 +799,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -908,11 +873,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -960,11 +921,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -1032,11 +990,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -1176,8 +1130,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -1250,11 +1204,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.calendarView.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -1302,11 +1252,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -1519,9 +1466,6 @@ paths: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -1677,11 +1621,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: group-id @@ -1762,11 +1703,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -1822,11 +1759,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: group-id @@ -1902,11 +1836,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: group-id @@ -2070,8 +2000,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: group-id @@ -2152,11 +2082,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.calendarView.exceptionOccurrence.instance_CreateExtension parameters: - name: group-id @@ -2212,11 +2138,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: group-id @@ -2525,8 +2448,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView_ListExtension parameters: - name: group-id @@ -2591,11 +2514,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.calendarView_CreateExtension parameters: - name: group-id @@ -2635,11 +2554,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView_GetExtension parameters: - name: group-id @@ -2820,9 +2736,6 @@ paths: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendar.calendarView_ListInstance parameters: - name: group-id @@ -2962,11 +2875,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.instance_ListAttachment parameters: - name: group-id @@ -3039,11 +2949,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -3091,11 +2997,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.instance_GetAttachment parameters: - name: group-id @@ -3163,11 +3066,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.calendarView.instance_DeleteAttachment parameters: - name: group-id @@ -3450,11 +3349,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -3535,11 +3431,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -3595,11 +3487,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -3675,11 +3564,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -3843,8 +3728,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -3925,11 +3810,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -3985,11 +3866,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -4269,8 +4147,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.instance_ListExtension parameters: - name: group-id @@ -4343,11 +4221,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.calendarView.instance_CreateExtension parameters: - name: group-id @@ -4395,11 +4269,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.instance_GetExtension parameters: - name: group-id @@ -4660,11 +4531,8 @@ paths: get: tags: - groups.calendar - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from groups + description: The events in the calendar. Navigation property. Read-only. operationId: group.calendar_ListEvent parameters: - name: group-id @@ -4721,11 +4589,7 @@ paths: post: tags: - groups.calendar - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for groups operationId: group.calendar_CreateEvent parameters: - name: group-id @@ -4884,11 +4748,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event_ListAttachment parameters: - name: group-id @@ -4953,11 +4814,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.event_CreateAttachment parameters: - name: group-id @@ -4997,11 +4854,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event_GetAttachment parameters: - name: group-id @@ -5061,11 +4915,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.event_DeleteAttachment parameters: - name: group-id @@ -5308,11 +5158,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -5385,11 +5232,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -5437,11 +5280,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -5509,11 +5349,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.event.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -5653,8 +5489,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -5727,11 +5563,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.event.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -5779,11 +5611,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -5996,9 +5825,6 @@ paths: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendar.event.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -6154,11 +5980,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence.instance_ListAttachment parameters: - name: group-id @@ -6239,11 +6062,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -6299,11 +6118,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence.instance_GetAttachment parameters: - name: group-id @@ -6379,11 +6195,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: group-id @@ -6547,8 +6359,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.exceptionOccurrence.instance_ListExtension parameters: - name: group-id @@ -6629,11 +6441,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.event.exceptionOccurrence.instance_CreateExtension parameters: - name: group-id @@ -6689,11 +6497,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.exceptionOccurrence.instance_GetExtension parameters: - name: group-id @@ -7002,8 +6807,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event_ListExtension parameters: - name: group-id @@ -7068,11 +6873,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.event_CreateExtension parameters: - name: group-id @@ -7112,11 +6913,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event_GetExtension parameters: - name: group-id @@ -7297,9 +7095,6 @@ paths: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendar.event_ListInstance parameters: - name: group-id @@ -7439,11 +7234,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.instance_ListAttachment parameters: - name: group-id @@ -7516,11 +7308,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.event.instance_CreateAttachment parameters: - name: group-id @@ -7568,11 +7356,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.instance_GetAttachment parameters: - name: group-id @@ -7640,11 +7425,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.event.instance_DeleteAttachment parameters: - name: group-id @@ -7927,11 +7708,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.instance.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -8012,11 +7790,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -8072,11 +7846,8 @@ paths: get: tags: - groups.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.instance.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -8152,11 +7923,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -8320,8 +8087,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.instance.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -8402,11 +8169,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.event.instance.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -8462,11 +8225,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.instance.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -8746,8 +8506,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.instance_ListExtension parameters: - name: group-id @@ -8820,11 +8580,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendar.event.instance_CreateExtension parameters: - name: group-id @@ -8872,11 +8628,8 @@ paths: get: tags: - groups.calendar - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.instance_GetExtension parameters: - name: group-id @@ -9139,9 +8892,6 @@ paths: - groups.event summary: Get calendarView from groups description: The calendar view for the calendar. Read-only. - 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 @@ -9265,11 +9015,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView_ListAttachment parameters: - name: group-id @@ -9334,11 +9081,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendarView_CreateAttachment parameters: - name: group-id @@ -9378,11 +9121,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView_GetAttachment parameters: - name: group-id @@ -9442,11 +9182,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendarView_DeleteAttachment parameters: - name: group-id @@ -9689,11 +9425,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -9766,11 +9499,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -9818,11 +9547,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -9890,11 +9616,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -10034,8 +9756,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -10108,11 +9830,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendarView.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -10160,11 +9878,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -10377,9 +10092,6 @@ paths: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendarView.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -10535,11 +10247,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: group-id @@ -10620,11 +10329,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -10680,11 +10385,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: group-id @@ -10760,11 +10462,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: group-id @@ -10928,8 +10626,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: group-id @@ -11010,11 +10708,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendarView.exceptionOccurrence.instance_CreateExtension parameters: - name: group-id @@ -11070,11 +10764,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: group-id @@ -11383,8 +11074,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView_ListExtension parameters: - name: group-id @@ -11449,11 +11140,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendarView_CreateExtension parameters: - name: group-id @@ -11493,11 +11180,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView_GetExtension parameters: - name: group-id @@ -11678,9 +11362,6 @@ paths: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendarView_ListInstance parameters: - name: group-id @@ -11820,11 +11501,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.instance_ListAttachment parameters: - name: group-id @@ -11897,11 +11575,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -11949,11 +11623,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.instance_GetAttachment parameters: - name: group-id @@ -12021,11 +11692,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendarView.instance_DeleteAttachment parameters: - name: group-id @@ -12308,11 +11975,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -12393,11 +12057,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -12453,11 +12113,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -12533,11 +12190,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -12701,8 +12354,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -12783,11 +12436,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -12843,11 +12492,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -13127,8 +12773,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.instance_ListExtension parameters: - name: group-id @@ -13201,11 +12847,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.calendarView.instance_CreateExtension parameters: - name: group-id @@ -13253,11 +12895,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.instance_GetExtension parameters: - name: group-id @@ -13518,11 +13157,8 @@ paths: get: tags: - groups.event - 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 + summary: Get events from groups + description: The group's events. operationId: group_ListEvent parameters: - name: group-id @@ -13569,11 +13205,7 @@ paths: post: tags: - groups.event - 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 + summary: Create new navigation property to events for groups operationId: group_CreateEvent parameters: - name: group-id @@ -13605,11 +13237,8 @@ paths: get: tags: - groups.event - 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 + summary: Get events from groups + description: The group's events. operationId: group_GetEvent parameters: - name: group-id @@ -13651,11 +13280,7 @@ paths: patch: tags: - groups.event - 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 + summary: Update the navigation property events in groups operationId: group_UpdateEvent parameters: - name: group-id @@ -13694,11 +13319,7 @@ paths: delete: tags: - groups.event - 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 + summary: Delete navigation property events for groups operationId: group_DeleteEvent parameters: - name: group-id @@ -13733,11 +13354,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event_ListAttachment parameters: - name: group-id @@ -13802,11 +13420,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.event_CreateAttachment parameters: - name: group-id @@ -13846,11 +13460,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event_GetAttachment parameters: - name: group-id @@ -13910,11 +13521,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.event_DeleteAttachment parameters: - name: group-id @@ -14157,11 +13764,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -14234,11 +13838,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.event.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -14286,11 +13886,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -14358,11 +13955,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.event.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -14502,8 +14095,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -14576,11 +14169,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.event.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -14628,11 +14217,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -14845,9 +14431,6 @@ paths: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.event.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -15003,11 +14586,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence.instance_ListAttachment parameters: - name: group-id @@ -15088,11 +14668,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: group-id @@ -15148,11 +14724,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence.instance_GetAttachment parameters: - name: group-id @@ -15228,11 +14801,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: group-id @@ -15396,8 +14965,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.exceptionOccurrence.instance_ListExtension parameters: - name: group-id @@ -15478,11 +15047,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.event.exceptionOccurrence.instance_CreateExtension parameters: - name: group-id @@ -15538,11 +15103,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.exceptionOccurrence.instance_GetExtension parameters: - name: group-id @@ -15851,8 +15413,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event_ListExtension parameters: - name: group-id @@ -15917,11 +15479,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.event_CreateExtension parameters: - name: group-id @@ -15961,11 +15519,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event_GetExtension parameters: - name: group-id @@ -16146,9 +15701,6 @@ paths: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.event_ListInstance parameters: - name: group-id @@ -16288,11 +15840,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.instance_ListAttachment parameters: - name: group-id @@ -16365,11 +15914,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.event.instance_CreateAttachment parameters: - name: group-id @@ -16417,11 +15962,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.instance_GetAttachment parameters: - name: group-id @@ -16489,11 +16031,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.event.instance_DeleteAttachment parameters: - name: group-id @@ -16776,11 +16314,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.instance.exceptionOccurrence_ListAttachment parameters: - name: group-id @@ -16861,11 +16396,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: group-id @@ -16921,11 +16452,8 @@ paths: get: tags: - groups.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.instance.exceptionOccurrence_GetAttachment parameters: - name: group-id @@ -17001,11 +16529,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: group-id @@ -17169,8 +16693,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.instance.exceptionOccurrence_ListExtension parameters: - name: group-id @@ -17251,11 +16775,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.event.instance.exceptionOccurrence_CreateExtension parameters: - name: group-id @@ -17311,11 +16831,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.instance.exceptionOccurrence_GetExtension parameters: - name: group-id @@ -17595,8 +17112,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.instance_ListExtension parameters: - name: group-id @@ -17669,11 +17186,7 @@ paths: post: tags: - groups.event - 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-1.0 + summary: Create new navigation property to extensions for groups operationId: group.event.instance_CreateExtension parameters: - name: group-id @@ -17721,11 +17234,8 @@ paths: get: tags: - groups.event - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.instance_GetExtension parameters: - name: group-id @@ -17990,7 +17500,7 @@ paths: description: 'Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta operationId: place_UpdatePlace parameters: - name: place-id @@ -18868,7 +18378,7 @@ paths: description: 'Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta operationId: place_UpdatePlaceGraphBPrePlaceId parameters: - name: placeId @@ -19068,11 +18578,8 @@ paths: get: tags: - users.calendar - summary: Get calendar - description: "Get the properties and relationships of a calendar object. The calendar can be one for a user,\nor the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0 + summary: Get calendar from users + description: The user's primary calendar. Read-only. operationId: user_GetCalendar parameters: - name: user-id @@ -19106,11 +18613,7 @@ paths: patch: tags: - users.calendar - summary: Update calendar - description: "Update the properties of a calendar object. The calendar can be one for a user,\nor the default calendar of a Microsoft 365 group." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0 + summary: Update the navigation property calendar in users operationId: user_UpdateCalendar parameters: - name: user-id @@ -19138,42 +18641,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: - tags: - - users.calendar - summary: Delete calendar - description: Delete a calendar other than the default calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-delete?view=graph-rest-1.0 - operationId: user_DeleteCalendar - 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' - x-ms-docs-operation-type: operation '/users/{user-id}/calendar/calendarPermissions': get: tags: - users.calendar - summary: Get calendarPermission - description: Get the specified permissions object of a user or group calendar that has been shared. + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_ListCalendarPermission parameters: - name: user-id @@ -19220,11 +18693,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to calendarPermissions for users operationId: user.calendar_CreateCalendarPermission parameters: - name: user-id @@ -19256,11 +18725,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_GetCalendarPermission parameters: - name: user-id @@ -19302,11 +18768,7 @@ paths: patch: tags: - users.calendar - 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 + summary: Update the navigation property calendarPermissions in users operationId: user.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -19345,11 +18807,7 @@ paths: delete: tags: - users.calendar - 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 + summary: Delete navigation property calendarPermissions for users operationId: user.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -19407,9 +18865,6 @@ paths: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: user.calendar_ListCalendarView parameters: - name: user-id @@ -19533,11 +18988,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListAttachment parameters: - name: user-id @@ -19602,11 +19054,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -19646,11 +19094,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_GetAttachment parameters: - name: user-id @@ -19710,11 +19155,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView_DeleteAttachment parameters: - name: user-id @@ -19957,11 +19398,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -20034,11 +19472,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -20086,11 +19520,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -20158,11 +19589,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -20302,8 +19729,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -20376,11 +19803,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -20428,11 +19851,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -20645,9 +20065,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -20803,11 +20220,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -20888,11 +20302,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -20948,11 +20358,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -21028,11 +20435,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -21196,8 +20599,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -21278,11 +20681,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -21338,11 +20737,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -21651,8 +21047,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_ListExtension parameters: - name: user-id @@ -21717,11 +21113,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView_CreateExtension parameters: - name: user-id @@ -21761,11 +21153,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_GetExtension parameters: - name: user-id @@ -21946,9 +21335,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -22088,11 +21474,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance_ListAttachment parameters: - name: user-id @@ -22165,11 +21548,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -22217,11 +21596,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance_GetAttachment parameters: - name: user-id @@ -22289,11 +21665,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -22576,11 +21948,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -22661,11 +22030,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -22721,11 +22086,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -22801,11 +22163,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -22969,8 +22327,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -23051,11 +22409,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -23111,11 +22465,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -23395,8 +22746,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_ListExtension parameters: - name: user-id @@ -23469,11 +22820,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.instance_CreateExtension parameters: - name: user-id @@ -23521,11 +22868,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_GetExtension parameters: - name: user-id @@ -23786,11 +23130,8 @@ paths: get: tags: - users.calendar - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. operationId: user.calendar_ListEvent parameters: - name: user-id @@ -23847,11 +23188,7 @@ paths: post: tags: - users.calendar - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user.calendar_CreateEvent parameters: - name: user-id @@ -24010,11 +23347,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListAttachment parameters: - name: user-id @@ -24079,11 +23413,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -24123,11 +23453,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_GetAttachment parameters: - name: user-id @@ -24187,11 +23514,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event_DeleteAttachment parameters: - name: user-id @@ -24434,11 +23757,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -24511,11 +23831,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -24563,11 +23879,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -24635,11 +23948,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -24779,8 +24088,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -24853,11 +24162,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -24905,11 +24210,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -25122,9 +24424,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -25280,11 +24579,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -25365,11 +24661,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -25425,11 +24717,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -25505,11 +24794,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -25673,8 +24958,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -25755,11 +25040,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -25815,11 +25096,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -26128,8 +25406,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_ListExtension parameters: - name: user-id @@ -26194,11 +25472,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event_CreateExtension parameters: - name: user-id @@ -26238,11 +25512,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_GetExtension parameters: - name: user-id @@ -26423,9 +25694,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -26565,11 +25833,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance_ListAttachment parameters: - name: user-id @@ -26642,11 +25907,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -26694,11 +25955,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance_GetAttachment parameters: - name: user-id @@ -26766,11 +26024,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.instance_DeleteAttachment parameters: - name: user-id @@ -27053,11 +26307,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -27138,11 +26389,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -27198,11 +26445,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -27278,11 +26522,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -27446,8 +26686,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -27528,11 +26768,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -27588,11 +26824,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -27872,8 +27105,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_ListExtension parameters: - name: user-id @@ -27946,11 +27179,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.instance_CreateExtension parameters: - name: user-id @@ -27998,11 +27227,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_GetExtension parameters: - name: user-id @@ -28263,11 +27489,8 @@ paths: get: tags: - users.calendarGroup - summary: List calendarGroups - description: Get the user's calendar groups. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0 + summary: Get calendarGroups from users + description: The user's calendar groups. Read-only. Nullable. operationId: user_ListCalendarGroup parameters: - name: user-id @@ -28314,11 +27537,7 @@ paths: post: tags: - users.calendarGroup - summary: Create CalendarGroup - description: Use this API to create a new CalendarGroup. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0 + summary: Create new navigation property to calendarGroups for users operationId: user_CreateCalendarGroup parameters: - name: user-id @@ -28350,11 +27569,8 @@ paths: get: tags: - users.calendarGroup - summary: Get calendarGroup - description: Retrieve the properties and relationships of a calendar group object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0 + summary: Get calendarGroups from users + description: The user's calendar groups. Read-only. Nullable. operationId: user_GetCalendarGroup parameters: - name: user-id @@ -28396,11 +27612,7 @@ paths: patch: tags: - users.calendarGroup - summary: Update calendargroup - description: Update the properties of calendargroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-update?view=graph-rest-1.0 + summary: Update the navigation property calendarGroups in users operationId: user_UpdateCalendarGroup parameters: - name: user-id @@ -28439,11 +27651,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete calendarGroup - description: Delete a calendar group other than the default calendar group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-delete?view=graph-rest-1.0 + summary: Delete navigation property calendarGroups for users operationId: user_DeleteCalendarGroup parameters: - name: user-id @@ -28478,11 +27686,8 @@ paths: get: tags: - users.calendarGroup - summary: List calendars - description: Retrieve a list of calendars belonging to a calendar group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0 + summary: Get calendars from users + description: The calendars in the calendar group. Navigation property. Read-only. Nullable. operationId: user.calendarGroup_ListCalendar parameters: - name: user-id @@ -28537,11 +27742,7 @@ paths: post: tags: - users.calendarGroup - summary: Create Calendar - description: Use this API to create a new calendar in a calendar group for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0 + summary: Create new navigation property to calendars for users operationId: user.calendarGroup_CreateCalendar parameters: - name: user-id @@ -28722,8 +27923,8 @@ paths: get: tags: - users.calendarGroup - summary: Get calendarPermission - description: Get the specified permissions object of a user or group calendar that has been shared. + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendarGroup.calendar_ListCalendarPermission parameters: - name: user-id @@ -28786,11 +27987,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to calendarPermissions for users operationId: user.calendarGroup.calendar_CreateCalendarPermission parameters: - name: user-id @@ -28838,11 +28035,8 @@ paths: get: tags: - users.calendarGroup - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendarGroup.calendar_GetCalendarPermission parameters: - name: user-id @@ -28900,11 +28094,7 @@ paths: patch: tags: - users.calendarGroup - 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 + summary: Update the navigation property calendarPermissions in users operationId: user.calendarGroup.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -28959,11 +28149,7 @@ paths: delete: tags: - users.calendarGroup - 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 + summary: Delete navigation property calendarPermissions for users operationId: user.calendarGroup.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -29053,9 +28239,6 @@ paths: - users.calendarGroup summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: user.calendarGroup.calendar_ListCalendarView parameters: - name: user-id @@ -29211,11 +28394,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView_ListAttachment parameters: - name: user-id @@ -29296,11 +28476,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -29356,11 +28532,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView_GetAttachment parameters: - name: user-id @@ -29436,11 +28609,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.calendarView_DeleteAttachment parameters: - name: user-id @@ -29763,11 +28932,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -29856,11 +29022,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -29924,11 +29086,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -30012,11 +29171,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -30204,8 +29359,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -30294,11 +29449,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -30362,11 +29513,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -30643,9 +29791,6 @@ paths: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -30833,11 +29978,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -30934,11 +30076,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -31010,11 +30148,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -31106,11 +30241,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -31322,8 +30453,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -31420,11 +30551,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -31496,11 +30623,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -31905,8 +31029,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView_ListExtension parameters: - name: user-id @@ -31987,11 +31111,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.calendarView_CreateExtension parameters: - name: user-id @@ -32047,11 +31167,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView_GetExtension parameters: - name: user-id @@ -32296,9 +31413,6 @@ paths: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView_ListInstance parameters: - name: user-id @@ -32470,11 +31584,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.instance_ListAttachment parameters: - name: user-id @@ -32563,11 +31674,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -32631,11 +31738,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.instance_GetAttachment parameters: - name: user-id @@ -32719,11 +31823,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -33086,11 +32186,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -33187,11 +32284,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -33263,11 +32356,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -33359,11 +32449,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -33575,8 +32661,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -33673,11 +32759,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -33749,11 +32831,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -34113,8 +33192,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.instance_ListExtension parameters: - name: user-id @@ -34203,11 +33282,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.calendarView.instance_CreateExtension parameters: - name: user-id @@ -34271,11 +33346,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.instance_GetExtension parameters: - name: user-id @@ -34632,11 +33704,8 @@ paths: get: tags: - users.calendarGroup - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. operationId: user.calendarGroup.calendar_ListEvent parameters: - name: user-id @@ -34709,11 +33778,7 @@ paths: post: tags: - users.calendarGroup - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user.calendarGroup.calendar_CreateEvent parameters: - name: user-id @@ -34936,11 +34001,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event_ListAttachment parameters: - name: user-id @@ -35021,11 +34083,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.event_CreateAttachment parameters: - name: user-id @@ -35081,11 +34139,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event_GetAttachment parameters: - name: user-id @@ -35161,11 +34216,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.event_DeleteAttachment parameters: - name: user-id @@ -35488,11 +34539,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -35581,11 +34629,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -35649,11 +34693,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -35737,11 +34778,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.event.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -35929,8 +34966,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -36019,11 +35056,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.event.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -36087,11 +35120,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -36368,9 +35398,6 @@ paths: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -36558,11 +35585,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -36659,11 +35683,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -36735,11 +35755,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -36831,11 +35848,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -37047,8 +36060,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -37145,11 +36158,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -37221,11 +36230,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -37630,8 +36636,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event_ListExtension parameters: - name: user-id @@ -37712,11 +36718,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.event_CreateExtension parameters: - name: user-id @@ -37772,11 +36774,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event_GetExtension parameters: - name: user-id @@ -38021,9 +37020,6 @@ paths: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event_ListInstance parameters: - name: user-id @@ -38195,11 +37191,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.instance_ListAttachment parameters: - name: user-id @@ -38288,11 +37281,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -38356,11 +37345,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.instance_GetAttachment parameters: - name: user-id @@ -38444,11 +37430,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.event.instance_DeleteAttachment parameters: - name: user-id @@ -38811,11 +37793,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -38912,11 +37891,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -38988,11 +37963,8 @@ paths: get: tags: - users.calendarGroup - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -39084,11 +38056,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -39300,8 +38268,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -39398,11 +38366,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -39474,11 +38438,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -39838,8 +38799,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.instance_ListExtension parameters: - name: user-id @@ -39928,11 +38889,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.event.instance_CreateExtension parameters: - name: user-id @@ -39996,11 +38953,8 @@ paths: get: tags: - users.calendarGroup - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.instance_GetExtension parameters: - name: user-id @@ -40407,11 +39361,8 @@ paths: get: tags: - users.calendar - summary: List calendars - description: 'Get all the user''s calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0 + summary: Get calendars from users + description: The user's calendars. Read-only. Nullable. operationId: user_ListCalendar parameters: - name: user-id @@ -40468,11 +39419,7 @@ paths: post: tags: - users.calendar - summary: Create calendar - description: Create a new calendar for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0 + summary: Create new navigation property to calendars for users operationId: user_CreateCalendar parameters: - name: user-id @@ -40631,8 +39578,8 @@ paths: get: tags: - users.calendar - summary: Get calendarPermission - description: Get the specified permissions object of a user or group calendar that has been shared. + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_ListCalendarPermission parameters: - name: user-id @@ -40687,11 +39634,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to calendarPermissions for users operationId: user.calendar_CreateCalendarPermission parameters: - name: user-id @@ -40731,11 +39674,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_GetCalendarPermission parameters: - name: user-id @@ -40785,11 +39725,7 @@ paths: patch: tags: - users.calendar - 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 + summary: Update the navigation property calendarPermissions in users operationId: user.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -40836,11 +39772,7 @@ paths: delete: tags: - users.calendar - 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 + summary: Delete navigation property calendarPermissions for users operationId: user.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -40914,9 +39846,6 @@ paths: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: user.calendar_ListCalendarView parameters: - name: user-id @@ -41056,11 +39985,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListAttachment parameters: - name: user-id @@ -41133,11 +40059,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -41185,11 +40107,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_GetAttachment parameters: - name: user-id @@ -41257,11 +40176,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView_DeleteAttachment parameters: - name: user-id @@ -41544,11 +40459,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -41629,11 +40541,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -41689,11 +40597,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -41769,11 +40674,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -41937,8 +40838,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -42019,11 +40920,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -42079,11 +40976,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -42328,9 +41222,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -42502,11 +41393,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -42595,11 +41483,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -42663,11 +41547,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -42751,11 +41632,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -42943,8 +41820,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -43033,11 +41910,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -43101,11 +41974,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -43462,8 +42332,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_ListExtension parameters: - name: user-id @@ -43536,11 +42406,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView_CreateExtension parameters: - name: user-id @@ -43588,11 +42454,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_GetExtension parameters: - name: user-id @@ -43805,9 +42668,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -43963,11 +42823,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance_ListAttachment parameters: - name: user-id @@ -44048,11 +42905,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -44108,11 +42961,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance_GetAttachment parameters: - name: user-id @@ -44188,11 +43038,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -44515,11 +43361,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -44608,11 +43451,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -44676,11 +43515,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -44764,11 +43600,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -44956,8 +43788,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -45046,11 +43878,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -45114,11 +43942,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -45438,8 +44263,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_ListExtension parameters: - name: user-id @@ -45520,11 +44345,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.instance_CreateExtension parameters: - name: user-id @@ -45580,11 +44401,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_GetExtension parameters: - name: user-id @@ -45893,11 +44711,8 @@ paths: get: tags: - users.calendar - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. operationId: user.calendar_ListEvent parameters: - name: user-id @@ -45962,11 +44777,7 @@ paths: post: tags: - users.calendar - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user.calendar_CreateEvent parameters: - name: user-id @@ -46157,11 +44968,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListAttachment parameters: - name: user-id @@ -46234,11 +45042,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -46286,11 +45090,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_GetAttachment parameters: - name: user-id @@ -46358,11 +45159,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event_DeleteAttachment parameters: - name: user-id @@ -46645,11 +45442,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -46730,11 +45524,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -46790,11 +45580,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -46870,11 +45657,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -47038,8 +45821,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -47120,11 +45903,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -47180,11 +45959,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -47429,9 +46205,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -47603,11 +46376,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -47696,11 +46466,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -47764,11 +46530,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -47852,11 +46615,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -48044,8 +46803,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -48134,11 +46893,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -48202,11 +46957,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -48563,8 +47315,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_ListExtension parameters: - name: user-id @@ -48637,11 +47389,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event_CreateExtension parameters: - name: user-id @@ -48689,11 +47437,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_GetExtension parameters: - name: user-id @@ -48906,9 +47651,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -49064,11 +47806,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance_ListAttachment parameters: - name: user-id @@ -49149,11 +47888,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -49209,11 +47944,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance_GetAttachment parameters: - name: user-id @@ -49289,11 +48021,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.instance_DeleteAttachment parameters: - name: user-id @@ -49616,11 +48344,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -49709,11 +48434,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -49777,11 +48498,8 @@ paths: get: tags: - users.calendar - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -49865,11 +48583,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -50057,8 +48771,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -50147,11 +48861,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -50215,11 +48925,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -50539,8 +49246,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_ListExtension parameters: - name: user-id @@ -50621,11 +49328,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.instance_CreateExtension parameters: - name: user-id @@ -50681,11 +49384,8 @@ paths: get: tags: - users.calendar - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_GetExtension parameters: - name: user-id @@ -51017,9 +49717,6 @@ paths: - users.event summary: Get calendarView from users description: The calendar view for the calendar. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0 operationId: user_ListCalendarView parameters: - name: user-id @@ -51163,11 +49860,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView_ListAttachment parameters: - name: user-id @@ -51232,11 +49926,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarView_CreateAttachment parameters: - name: user-id @@ -51276,11 +49966,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView_GetAttachment parameters: - name: user-id @@ -51340,11 +50027,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarView_DeleteAttachment parameters: - name: user-id @@ -51587,11 +50270,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -51664,11 +50344,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarView.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -51716,11 +50392,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -51788,11 +50461,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarView.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -51932,8 +50601,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -52006,11 +50675,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarView.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -52058,11 +50723,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -52275,9 +50937,6 @@ paths: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -52433,11 +51092,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -52518,11 +51174,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarView.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -52578,11 +51230,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -52658,11 +51307,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarView.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -52826,8 +51471,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -52908,11 +51553,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarView.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -52968,11 +51609,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -53281,8 +51919,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView_ListExtension parameters: - name: user-id @@ -53347,11 +51985,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarView_CreateExtension parameters: - name: user-id @@ -53391,11 +52025,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView_GetExtension parameters: - name: user-id @@ -53576,9 +52207,6 @@ paths: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarView_ListInstance parameters: - name: user-id @@ -53718,11 +52346,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.instance_ListAttachment parameters: - name: user-id @@ -53795,11 +52420,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -53847,11 +52468,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.instance_GetAttachment parameters: - name: user-id @@ -53919,11 +52537,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -54206,11 +52820,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -54291,11 +52902,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarView.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -54351,11 +52958,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -54431,11 +53035,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarView.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -54599,8 +53199,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -54681,11 +53281,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarView.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -54741,11 +53337,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -55025,8 +53618,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.instance_ListExtension parameters: - name: user-id @@ -55099,11 +53692,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.calendarView.instance_CreateExtension parameters: - name: user-id @@ -55151,11 +53740,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.instance_GetExtension parameters: - name: user-id @@ -55416,11 +54002,8 @@ paths: get: tags: - users.event - summary: List events - description: "Get a list of event objects from the user's default calendar or\nfrom a specified calendar. The list contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event. There are two scenarios where an app can get events in another user's calendar:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The user's events. The default is to show events under the Default Calendar. Read-only. Nullable. operationId: user_ListEvent parameters: - name: user-id @@ -55477,11 +54060,7 @@ paths: post: tags: - users.event - summary: Create event - description: "Create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because the\nstart and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipment\nlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejects\nthe meeting request based on the free/busy schedule of the resource.\nIf the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,\nthe server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executives\nor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user_CreateEvent parameters: - name: user-id @@ -55513,11 +54092,8 @@ paths: get: tags: - users.event - summary: Get event - description: 'Get the properties and relationships of the specified event object. An app can get an event in another user''s calendar if: Because the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0 + summary: Get events from users + description: The user's events. The default is to show events under the Default Calendar. Read-only. Nullable. operationId: user_GetEvent parameters: - name: user-id @@ -55569,11 +54145,7 @@ paths: patch: tags: - users.event - summary: Update event - description: Update the properties of the event object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-update?view=graph-rest-1.0 + summary: Update the navigation property events in users operationId: user_UpdateEvent parameters: - name: user-id @@ -55612,11 +54184,7 @@ paths: delete: tags: - users.event - summary: Delete event - description: 'Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer''s calendar sends a cancellation message to the meeting attendees.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delete?view=graph-rest-1.0 + summary: Delete navigation property events for users operationId: user_DeleteEvent parameters: - name: user-id @@ -55651,11 +54219,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event_ListAttachment parameters: - name: user-id @@ -55720,11 +54285,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.event_CreateAttachment parameters: - name: user-id @@ -55764,11 +54325,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event_GetAttachment parameters: - name: user-id @@ -55828,11 +54386,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.event_DeleteAttachment parameters: - name: user-id @@ -56075,11 +54629,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -56152,11 +54703,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.event.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -56204,11 +54751,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -56276,11 +54820,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.event.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -56420,8 +54960,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -56494,11 +55034,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.event.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -56546,11 +55082,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -56763,9 +55296,6 @@ paths: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -56921,11 +55451,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence.instance_ListAttachment parameters: - name: user-id @@ -57006,11 +55533,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.event.exceptionOccurrence.instance_CreateAttachment parameters: - name: user-id @@ -57066,11 +55589,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence.instance_GetAttachment parameters: - name: user-id @@ -57146,11 +55666,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.event.exceptionOccurrence.instance_DeleteAttachment parameters: - name: user-id @@ -57314,8 +55830,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.exceptionOccurrence.instance_ListExtension parameters: - name: user-id @@ -57396,11 +55912,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.event.exceptionOccurrence.instance_CreateExtension parameters: - name: user-id @@ -57456,11 +55968,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.exceptionOccurrence.instance_GetExtension parameters: - name: user-id @@ -57769,8 +56278,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event_ListExtension parameters: - name: user-id @@ -57835,11 +56344,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.event_CreateExtension parameters: - name: user-id @@ -57879,11 +56384,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event_GetExtension parameters: - name: user-id @@ -58064,9 +56566,6 @@ paths: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.event_ListInstance parameters: - name: user-id @@ -58206,11 +56705,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.instance_ListAttachment parameters: - name: user-id @@ -58283,11 +56779,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.event.instance_CreateAttachment parameters: - name: user-id @@ -58335,11 +56827,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.instance_GetAttachment parameters: - name: user-id @@ -58407,11 +56896,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.event.instance_DeleteAttachment parameters: - name: user-id @@ -58694,11 +57179,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.instance.exceptionOccurrence_ListAttachment parameters: - name: user-id @@ -58779,11 +57261,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.event.instance.exceptionOccurrence_CreateAttachment parameters: - name: user-id @@ -58839,11 +57317,8 @@ paths: get: tags: - users.event - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.instance.exceptionOccurrence_GetAttachment parameters: - name: user-id @@ -58919,11 +57394,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, message, Outlook task, or post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.event.instance.exceptionOccurrence_DeleteAttachment parameters: - name: user-id @@ -59087,8 +57558,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.instance.exceptionOccurrence_ListExtension parameters: - name: user-id @@ -59169,11 +57640,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.event.instance.exceptionOccurrence_CreateExtension parameters: - name: user-id @@ -59229,11 +57696,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.instance.exceptionOccurrence_GetExtension parameters: - name: user-id @@ -59513,8 +57977,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.instance_ListExtension parameters: - name: user-id @@ -59587,11 +58051,7 @@ paths: post: tags: - users.event - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.event.instance_CreateExtension parameters: - name: user-id @@ -59639,11 +58099,8 @@ paths: get: tags: - users.event - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.instance_GetExtension parameters: - name: user-id diff --git a/openApiDocs/beta/ChangeNotifications.yml b/openApiDocs/beta/ChangeNotifications.yml index 33f34cd810..a0fd8a67ef 100644 --- a/openApiDocs/beta/ChangeNotifications.yml +++ b/openApiDocs/beta/ChangeNotifications.yml @@ -14,7 +14,7 @@ paths: description: 'Retrieve a list of webhook subscriptions. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta operationId: subscription_ListSubscription parameters: - $ref: '#/components/parameters/search' @@ -44,7 +44,7 @@ paths: description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta operationId: subscription_CreateSubscription requestBody: description: New entity @@ -71,7 +71,7 @@ paths: description: Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta operationId: subscription_GetSubscription parameters: - name: subscription-id @@ -109,7 +109,7 @@ paths: description: 'Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta operationId: subscription_UpdateSubscription parameters: - name: subscription-id @@ -144,7 +144,7 @@ paths: description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta operationId: subscription_DeleteSubscription parameters: - name: subscription-id @@ -175,7 +175,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: subscription_reauthorize parameters: - name: subscription-id diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 09fa7c213a..cd1c8d48ba 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -69,11 +69,7 @@ paths: get: tags: - communications.callRecord - 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-1.0 + summary: Get callRecords from communications operationId: communication_ListCallRecord parameters: - $ref: '#/components/parameters/top' @@ -146,11 +142,7 @@ paths: get: tags: - communications.callRecord - 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-1.0 + summary: Get callRecords from communications operationId: communication_GetCallRecord parameters: - name: callRecord-id @@ -355,11 +347,8 @@ paths: get: tags: - communications.callRecord - 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-1.0 + summary: Get participants_v2 from communications + description: List of distinct participants in the call. operationId: communication.callRecord_ListParticipants_v2 parameters: - name: callRecord-id @@ -598,11 +587,8 @@ paths: get: tags: - communications.callRecord - 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-1.0 + 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.' operationId: communication.callRecord_ListSession parameters: - name: callRecord-id @@ -1308,8 +1294,7 @@ paths: get: tags: - communications.call - summary: Get call - description: Retrieve the properties and relationships of a call object. + summary: Get calls from communications operationId: communication_ListCall parameters: - $ref: '#/components/parameters/top' @@ -1359,11 +1344,7 @@ paths: post: tags: - communications.call - 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-1.0 + summary: Create new navigation property to calls for communications operationId: communication_CreateCall requestBody: description: New navigation property @@ -1386,11 +1367,7 @@ paths: get: tags: - communications.call - 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 + summary: Get calls from communications operationId: communication_GetCall parameters: - name: call-id @@ -1465,11 +1442,7 @@ paths: delete: tags: - communications.call - 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 + summary: Delete navigation property calls for communications operationId: communication_DeleteCall parameters: - name: call-id @@ -1496,11 +1469,7 @@ paths: get: tags: - communications.call - 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-1.0 + summary: Get audioRoutingGroups from communications operationId: communication.call_ListAudioRoutingGroup parameters: - name: call-id @@ -1558,11 +1527,7 @@ paths: post: tags: - communications.call - 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-1.0 + summary: Create new navigation property to audioRoutingGroups for communications operationId: communication.call_CreateAudioRoutingGroup parameters: - name: call-id @@ -1594,11 +1559,7 @@ paths: get: tags: - communications.call - 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-1.0 + summary: Get audioRoutingGroups from communications operationId: communication.call_GetAudioRoutingGroup parameters: - name: call-id @@ -1650,11 +1611,7 @@ paths: patch: tags: - communications.call - 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-1.0 + summary: Update the navigation property audioRoutingGroups in communications operationId: communication.call_UpdateAudioRoutingGroup parameters: - name: call-id @@ -1693,11 +1650,7 @@ paths: delete: tags: - communications.call - 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-1.0 + summary: Delete navigation property audioRoutingGroups for communications operationId: communication.call_DeleteAudioRoutingGroup parameters: - name: call-id @@ -1754,11 +1707,7 @@ paths: get: tags: - communications.call - 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 + summary: Get contentSharingSessions from communications operationId: communication.call_ListContentSharingSession parameters: - name: call-id @@ -1848,11 +1797,7 @@ paths: get: tags: - communications.call - 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-1.0 + summary: Get contentSharingSessions from communications operationId: communication.call_GetContentSharingSession parameters: - name: call-id @@ -2004,7 +1949,7 @@ paths: description: 'Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta operationId: communication.call_addLargeGalleryView parameters: - name: call-id @@ -2046,7 +1991,7 @@ paths: description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification contains the chatInfo and meetingInfo parameters. The bot is expected to answer, reject or redirect the call before the call times out. The current timeout value is 15 seconds. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta operationId: communication.call_answer parameters: - name: call-id @@ -2097,7 +2042,7 @@ paths: description: 'Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this API can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a ubscribeToTone operation because it operates independent of any operation queue.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta operationId: communication.call_cancelMediaProcessing parameters: - name: call-id @@ -2139,7 +2084,7 @@ paths: description: Allow applications to share screen content with the participants of a group call. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta operationId: communication.call_changeScreenSharingRole parameters: - name: call-id @@ -2176,7 +2121,7 @@ paths: description: 'Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that doesn''t receive this request within 45 minutes is considered inactive and ends. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that ended results in a 404 Not Found error. The resources related to the call should be cleaned up on the application side.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta operationId: communication.call_keepAlive parameters: - name: call-id @@ -2201,7 +2146,7 @@ paths: description: 'Allows the application to mute itself. This is a server mute, meaning that the server drops all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta operationId: communication.call_mute parameters: - name: call-id @@ -2243,7 +2188,7 @@ paths: description: 'Play a prompt in the call. For more information about how to handle operations, see commsOperation' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta operationId: communication.call_playPrompt parameters: - name: call-id @@ -2370,7 +2315,7 @@ paths: description: 'Record a short audio response from the caller. A bot can use this API to capture a voice response from a caller after they''re prompted for a response. For more information about how to handle operations, see commsOperation. This action isn''t intended to record the entire call. The maximum length of recording is 2 minutes.The Cloud Communications Platform doesn''t save the recording permanently and discards it shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value provided in the completed notification.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta operationId: communication.call_recordResponse parameters: - name: call-id @@ -2451,7 +2396,7 @@ paths: description: Redirect an incoming call that wasn't answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta operationId: communication.call_redirect parameters: - name: call-id @@ -2509,7 +2454,7 @@ paths: description: 'Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification contains the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API doesn''t end existing calls that have already been answered. Use delete call to end a call.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta operationId: communication.call_reject parameters: - name: call-id @@ -2597,7 +2542,7 @@ paths: description: Subscribe to DTMF (dual-tone multi-frequency signaling) to allow you to be notified when the user presses keys on a dialpad. This action is supported only for calls that are initiated with serviceHostedMediaConfig. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta operationId: communication.call_subscribeToTone parameters: - name: call-id @@ -2639,7 +2584,7 @@ paths: description: 'Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta operationId: communication.call_transfer parameters: - name: call-id @@ -2678,7 +2623,7 @@ paths: description: 'Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta operationId: communication.call_unmute parameters: - name: call-id @@ -2720,7 +2665,7 @@ paths: description: Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta operationId: communication.call_updateRecordingStatus parameters: - name: call-id @@ -2760,8 +2705,7 @@ paths: get: tags: - communications.call - summary: Get addLargeGalleryViewOperation - description: Get the status of an operation that adds the large gallery view to a call. + summary: Get operations from communications operationId: communication.call_ListOperation parameters: - name: call-id @@ -2851,11 +2795,7 @@ paths: get: tags: - communications.call - 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 + summary: Get operations from communications operationId: communication.call_GetOperation parameters: - name: call-id @@ -3003,11 +2943,7 @@ paths: get: tags: - communications.call - 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 + summary: Get participants from communications operationId: communication.call_ListParticipant parameters: - name: call-id @@ -3097,11 +3033,7 @@ paths: get: tags: - communications.call - 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 + summary: Get participants from communications operationId: communication.call_GetParticipant parameters: - name: call-id @@ -3192,11 +3124,7 @@ paths: delete: tags: - communications.call - 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 + summary: Delete navigation property participants for communications operationId: communication.call_DeleteParticipant parameters: - name: call-id @@ -3235,7 +3163,7 @@ paths: description: 'Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta operationId: communication.call.participant_mute parameters: - name: call-id @@ -3285,7 +3213,7 @@ paths: description: Put a participant on hold and play music in the background. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta operationId: communication.call.participant_startHoldMusic parameters: - name: call-id @@ -3337,7 +3265,7 @@ paths: description: Reincorporate a participant previously put on hold to the call. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta operationId: communication.call.participant_stopHoldMusic parameters: - name: call-id @@ -3406,10 +3334,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' + 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-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta operationId: communication.call.participant_invite parameters: - name: call-id @@ -3455,7 +3383,7 @@ paths: description: Mute all participants in the call. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta operationId: communication.call.participant_muteAll parameters: - name: call-id @@ -3516,7 +3444,7 @@ paths: description: 'Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta operationId: communication.call_logTeleconferenceDeviceQuality requestBody: description: Action parameters @@ -3544,7 +3472,7 @@ paths: description: Get the presence information for multiple users. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta operationId: communication_getPresencesGraphBPreUserId requestBody: description: Action parameters @@ -3588,11 +3516,7 @@ paths: get: tags: - communications.onlineMeeting - 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-1.0 + summary: Get onlineMeetings from communications operationId: communication_ListOnlineMeeting parameters: - $ref: '#/components/parameters/top' @@ -3768,9 +3692,6 @@ paths: tags: - communications.onlineMeeting summary: Get alternativeRecording for the navigation property onlineMeetings from communications - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: communication_GetOnlineMeetingsAlternativeRecording parameters: - name: onlineMeeting-id @@ -4042,11 +3963,8 @@ paths: get: tags: - communications.onlineMeeting - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from communications + description: List of attendance records of an attendance report. Read-only. operationId: communication.onlineMeeting.attendanceReport_ListAttendanceRecord parameters: - name: onlineMeeting-id @@ -4356,9 +4274,6 @@ paths: tags: - communications.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from communications - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: communication_GetOnlineMeetingsAttendeeReport parameters: - name: onlineMeeting-id @@ -4413,9 +4328,6 @@ paths: tags: - communications.onlineMeeting summary: Get broadcastRecording for the navigation property onlineMeetings from communications - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: communication_GetOnlineMeetingsBroadcastRecording parameters: - name: onlineMeeting-id @@ -4469,11 +4381,7 @@ paths: get: tags: - communications.onlineMeeting - summary: Get meetingAttendanceReport - description: 'Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. Each time an online meeting ends, an attendance report is generated for that session.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0 + summary: Get meetingAttendanceReport from communications operationId: communication.onlineMeeting_GetMeetingAttendanceReport parameters: - name: onlineMeeting-id @@ -4575,11 +4483,8 @@ paths: get: tags: - communications.onlineMeeting - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from communications + description: List of attendance records of an attendance report. Read-only. operationId: communication.onlineMeeting.meetingAttendanceReport_ListAttendanceRecord parameters: - name: onlineMeeting-id @@ -4819,6 +4724,10 @@ paths: tags: - communications.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl + description: 'Get a join web URL for a Teams Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta operationId: communication.onlineMeeting_getVirtualAppointmentJoinWebUrl parameters: - name: onlineMeeting-id @@ -4853,7 +4762,7 @@ paths: description: Send an SMS reminder to external attendees for a Teams Virtual Appointment. This feature requires Teams Premium and attendees must have a valid United States phone number to receive SMS notifications. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta operationId: communication.onlineMeeting_sendVirtualAppointmentReminderSm parameters: - name: onlineMeeting-id @@ -4894,7 +4803,7 @@ paths: description: 'Send an SMS notification to external attendees when a Teams Virtual Appointment is confirmed, rescheduled, or canceled. This feature requires Teams Premium. Attendees must have a valid United States phone number to receive these SMS notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta operationId: communication.onlineMeeting_sendVirtualAppointmentSm parameters: - name: onlineMeeting-id @@ -4932,9 +4841,6 @@ paths: tags: - communications.onlineMeeting summary: Get recording for the navigation property onlineMeetings from communications - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: communication_GetOnlineMeetingsRecording parameters: - name: onlineMeeting-id @@ -4988,8 +4894,8 @@ paths: get: tags: - communications.onlineMeeting - 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.' + summary: Get recordings from communications + description: The recordings of an online meeting. Read-only. operationId: communication.onlineMeeting_ListRecording parameters: - name: onlineMeeting-id @@ -5079,11 +4985,8 @@ paths: get: tags: - communications.onlineMeeting - 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 + summary: Get recordings from communications + description: The recordings of an online meeting. Read-only. operationId: communication.onlineMeeting_GetRecording parameters: - name: onlineMeeting-id @@ -5384,11 +5287,8 @@ paths: get: tags: - communications.onlineMeeting - summary: Get externalMeetingRegistration - description: Get the externalMeetingRegistration details associated with an onlineMeeting. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0 + summary: Get registration from communications + description: The registration that is enabled for an online meeting. One online meeting can only have one registration enabled. operationId: communication.onlineMeeting_GetRegistration parameters: - name: onlineMeeting-id @@ -5432,11 +5332,7 @@ paths: patch: tags: - communications.onlineMeeting - summary: Update meetingRegistration - description: Update the details of a meetingRegistration object assciated with an onlineMeeting on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0 + summary: Update the navigation property registration in communications operationId: communication.onlineMeeting_UpdateRegistration parameters: - name: onlineMeeting-id @@ -5467,11 +5363,7 @@ paths: delete: tags: - communications.onlineMeeting - summary: Delete meetingRegistration - description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0 + summary: Delete navigation property registration for communications operationId: communication.onlineMeeting_DeleteRegistration parameters: - name: onlineMeeting-id @@ -5498,11 +5390,8 @@ paths: get: tags: - communications.onlineMeeting - summary: Get customRegistrationQuestion - description: Get a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0 + summary: Get customQuestions from communications + description: Custom registration questions. operationId: communication.onlineMeeting.registration_ListCustomQuestion parameters: - name: onlineMeeting-id @@ -5560,11 +5449,7 @@ paths: post: tags: - communications.onlineMeeting - summary: Create meetingRegistrationQuestion - description: Create a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0 + summary: Create new navigation property to customQuestions for communications operationId: communication.onlineMeeting.registration_CreateCustomQuestion parameters: - name: onlineMeeting-id @@ -5596,11 +5481,8 @@ paths: get: tags: - communications.onlineMeeting - summary: Get customRegistrationQuestion - description: Get a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistrationquestion-get?view=graph-rest-1.0 + summary: Get customQuestions from communications + description: Custom registration questions. operationId: communication.onlineMeeting.registration_GetCustomQuestion parameters: - name: onlineMeeting-id @@ -5652,11 +5534,7 @@ paths: patch: tags: - communications.onlineMeeting - summary: Update meetingRegistrationQuestion - description: Update a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistrationquestion-update?view=graph-rest-1.0 + summary: Update the navigation property customQuestions in communications operationId: communication.onlineMeeting.registration_UpdateCustomQuestion parameters: - name: onlineMeeting-id @@ -5695,11 +5573,7 @@ paths: delete: tags: - communications.onlineMeeting - summary: Delete meetingRegistrationQuestion - description: Delete a custom registration question from a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistrationquestion-delete?view=graph-rest-1.0 + summary: Delete navigation property customQuestions for communications operationId: communication.onlineMeeting.registration_DeleteCustomQuestion parameters: - name: onlineMeeting-id @@ -5996,11 +5870,8 @@ paths: get: tags: - communications.onlineMeeting - 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 + summary: Get transcripts from communications + description: The transcripts of an online meeting. Read-only. operationId: communication.onlineMeeting_ListTranscript parameters: - name: onlineMeeting-id @@ -6090,11 +5961,8 @@ paths: get: tags: - communications.onlineMeeting - 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 + summary: Get transcripts from communications + description: The transcripts of an online meeting. Read-only. operationId: communication.onlineMeeting_GetTranscript parameters: - name: onlineMeeting-id @@ -6222,9 +6090,6 @@ paths: - communications.onlineMeeting summary: Get content for the navigation property transcripts from communications description: The content of the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: communication.onlineMeeting_GetTranscriptsContent parameters: - name: onlineMeeting-id @@ -6301,9 +6166,6 @@ paths: - communications.onlineMeeting summary: Get metadataContent for the navigation property transcripts from communications description: The time-aligned metadata of the utterances in the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: communication.onlineMeeting_GetTranscriptsMetadataContent parameters: - name: onlineMeeting-id @@ -6576,6 +6438,10 @@ paths: tags: - communications.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl + description: 'Get a join web URL for a Teams Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta operationId: communication.onlineMeeting.joinWebUrl_getVirtualAppointmentJoinWebUrl parameters: - name: joinWebUrl @@ -6610,7 +6476,7 @@ paths: description: Send an SMS reminder to external attendees for a Teams Virtual Appointment. This feature requires Teams Premium and attendees must have a valid United States phone number to receive SMS notifications. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta operationId: communication.onlineMeeting.joinWebUrl_sendVirtualAppointmentReminderSm parameters: - name: joinWebUrl @@ -6651,7 +6517,7 @@ paths: description: 'Send an SMS notification to external attendees when a Teams Virtual Appointment is confirmed, rescheduled, or canceled. This feature requires Teams Premium. Attendees must have a valid United States phone number to receive these SMS notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta operationId: communication.onlineMeeting.joinWebUrl_sendVirtualAppointmentSm parameters: - name: joinWebUrl @@ -6706,7 +6572,7 @@ paths: description: 'Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta operationId: communication.onlineMeeting_createOrGet requestBody: description: Action parameters @@ -6818,6 +6684,10 @@ paths: 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta operationId: communication.onlineMeeting_getAllTranscript parameters: - $ref: '#/components/parameters/top' @@ -6883,8 +6753,7 @@ paths: get: tags: - communications.presence - summary: Get presence - description: Get a user's presence information. + summary: Get presences from communications operationId: communication_ListPresence parameters: - $ref: '#/components/parameters/top' @@ -6957,11 +6826,7 @@ paths: get: tags: - communications.presence - 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 + summary: Get presences from communications operationId: communication_GetPresence parameters: - name: presence-id @@ -7067,7 +6932,7 @@ paths: description: 'Clear a presence session of an application for a user. If it is the user''s only presence session, a successful clearPresence changes the user''s presence to Offline/Offline. Read more about presence sessions and their time-out and expiration. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta operationId: communication.presence_clearPresence parameters: - name: presence-id @@ -7105,7 +6970,7 @@ paths: description: Clear the preferred availability and activity status for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta operationId: communication.presence_clearUserPreferredPresence parameters: - name: presence-id @@ -7130,7 +6995,7 @@ paths: description: Set the availability and activity status in a presence session of an application for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta operationId: communication.presence_setPresence parameters: - name: presence-id @@ -7177,7 +7042,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta operationId: communication.presence_setStatusMessage parameters: - name: presence-id @@ -7214,7 +7079,7 @@ paths: description: 'Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user''s presence is the preferred presence. Preferred presence takes effect only when there is at least one presence session of the user. Otherwise, the user''s presence stays as Offline. A presence session can be created as a result of a successful setPresence operation, or if the user is signed in on a Teams client. Read more about presence sessions and their time-out and expiration. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta operationId: communication.presence_setUserPreferredPresence parameters: - name: presence-id @@ -7268,11 +7133,8 @@ paths: get: tags: - users.onlineMeeting - 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-1.0 + summary: Get onlineMeetings from users + description: 'Information about a meeting, including the URL used to join a meeting, the attendees list, and the description.' operationId: user_ListOnlineMeeting parameters: - name: user-id @@ -7330,11 +7192,7 @@ paths: post: tags: - users.onlineMeeting - summary: Create onlineMeeting - description: Create an online meeting on behalf of a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0 + summary: Create new navigation property to onlineMeetings for users operationId: user_CreateOnlineMeeting parameters: - name: user-id @@ -7419,11 +7277,7 @@ paths: patch: tags: - users.onlineMeeting - summary: Update onlineMeeting - description: Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0 + summary: Update the navigation property onlineMeetings in users operationId: user_UpdateOnlineMeeting parameters: - name: user-id @@ -7462,11 +7316,7 @@ paths: delete: tags: - users.onlineMeeting - summary: Delete onlineMeeting - description: Delete an onlineMeeting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0 + summary: Delete navigation property onlineMeetings for users operationId: user_DeleteOnlineMeeting parameters: - name: user-id @@ -7502,9 +7352,6 @@ paths: tags: - users.onlineMeeting summary: Get alternativeRecording for the navigation property onlineMeetings from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: user_GetOnlineMeetingsAlternativeRecording parameters: - name: user-id @@ -7832,11 +7679,8 @@ paths: get: tags: - users.onlineMeeting - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from users + description: List of attendance records of an attendance report. Read-only. operationId: user.onlineMeeting.attendanceReport_ListAttendanceRecord parameters: - name: user-id @@ -8202,9 +8046,6 @@ paths: tags: - users.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: user_GetOnlineMeetingsAttendeeReport parameters: - name: user-id @@ -8275,9 +8116,6 @@ paths: tags: - users.onlineMeeting summary: Get broadcastRecording for the navigation property onlineMeetings from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: user_GetOnlineMeetingsBroadcastRecording parameters: - name: user-id @@ -8347,11 +8185,7 @@ paths: get: tags: - users.onlineMeeting - summary: Get meetingAttendanceReport - description: 'Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. Each time an online meeting ends, an attendance report is generated for that session.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0 + summary: Get meetingAttendanceReport from users operationId: user.onlineMeeting_GetMeetingAttendanceReport parameters: - name: user-id @@ -8477,11 +8311,8 @@ paths: get: tags: - users.onlineMeeting - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from users + description: List of attendance records of an attendance report. Read-only. operationId: user.onlineMeeting.meetingAttendanceReport_ListAttendanceRecord parameters: - name: user-id @@ -8769,9 +8600,6 @@ paths: tags: - users.onlineMeeting summary: Get recording for the navigation property onlineMeetings from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: user_GetOnlineMeetingsRecording parameters: - name: user-id @@ -8841,8 +8669,8 @@ paths: get: tags: - users.onlineMeeting - 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.' + summary: Get recordings from users + description: The recordings of an online meeting. Read-only. operationId: user.onlineMeeting_ListRecording parameters: - name: user-id @@ -8948,11 +8776,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get recordings from users + description: The recordings of an online meeting. Read-only. operationId: user.onlineMeeting_GetRecording parameters: - name: user-id @@ -9224,11 +9049,8 @@ paths: get: tags: - users.onlineMeeting - summary: Get externalMeetingRegistration - description: Get the externalMeetingRegistration details associated with an onlineMeeting. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0 + summary: Get registration from users + description: The registration that is enabled for an online meeting. One online meeting can only have one registration enabled. operationId: user.onlineMeeting_GetRegistration parameters: - name: user-id @@ -9280,11 +9102,7 @@ paths: patch: tags: - users.onlineMeeting - summary: Update meetingRegistration - description: Update the details of a meetingRegistration object assciated with an onlineMeeting on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0 + summary: Update the navigation property registration in users operationId: user.onlineMeeting_UpdateRegistration parameters: - name: user-id @@ -9323,11 +9141,7 @@ paths: delete: tags: - users.onlineMeeting - summary: Delete meetingRegistration - description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0 + summary: Delete navigation property registration for users operationId: user.onlineMeeting_DeleteRegistration parameters: - name: user-id @@ -9362,11 +9176,8 @@ paths: get: tags: - users.onlineMeeting - summary: Get customRegistrationQuestion - description: Get a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0 + summary: Get customQuestions from users + description: Custom registration questions. operationId: user.onlineMeeting.registration_ListCustomQuestion parameters: - name: user-id @@ -9432,11 +9243,7 @@ paths: post: tags: - users.onlineMeeting - summary: Create meetingRegistrationQuestion - description: Create a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0 + summary: Create new navigation property to customQuestions for users operationId: user.onlineMeeting.registration_CreateCustomQuestion parameters: - name: user-id @@ -9476,11 +9283,8 @@ paths: get: tags: - users.onlineMeeting - summary: Get customRegistrationQuestion - description: Get a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistrationquestion-get?view=graph-rest-1.0 + summary: Get customQuestions from users + description: Custom registration questions. operationId: user.onlineMeeting.registration_GetCustomQuestion parameters: - name: user-id @@ -9540,11 +9344,7 @@ paths: patch: tags: - users.onlineMeeting - summary: Update meetingRegistrationQuestion - description: Update a custom registration question associated with a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistrationquestion-update?view=graph-rest-1.0 + summary: Update the navigation property customQuestions in users operationId: user.onlineMeeting.registration_UpdateCustomQuestion parameters: - name: user-id @@ -9591,11 +9391,7 @@ paths: delete: tags: - users.onlineMeeting - summary: Delete meetingRegistrationQuestion - description: Delete a custom registration question from a meetingRegistration object on behalf of the organizer. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/meetingregistrationquestion-delete?view=graph-rest-1.0 + summary: Delete navigation property customQuestions for users operationId: user.onlineMeeting.registration_DeleteCustomQuestion parameters: - name: user-id @@ -9956,11 +9752,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get transcripts from users + description: The transcripts of an online meeting. Read-only. operationId: user.onlineMeeting_ListTranscript parameters: - name: user-id @@ -10066,11 +9859,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get transcripts from users + description: The transcripts of an online meeting. Read-only. operationId: user.onlineMeeting_GetTranscript parameters: - name: user-id @@ -10222,9 +10012,6 @@ paths: - users.onlineMeeting summary: Get content for the navigation property transcripts from users description: The content of the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: user.onlineMeeting_GetTranscriptsContent parameters: - name: user-id @@ -10317,9 +10104,6 @@ paths: - users.onlineMeeting summary: Get metadataContent for the navigation property transcripts from users description: The time-aligned metadata of the utterances in the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: user.onlineMeeting_GetTranscriptsMetadataContent parameters: - name: user-id @@ -10489,11 +10273,7 @@ paths: patch: tags: - users.onlineMeeting - summary: Update onlineMeeting - description: Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0 + summary: Update the navigation property onlineMeetings in users operationId: user.onlineMeeting_UpdateGraphBPreJoinWebUrl parameters: - name: user-id @@ -10532,11 +10312,7 @@ paths: delete: tags: - users.onlineMeeting - summary: Delete onlineMeeting - description: Delete an onlineMeeting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0 + summary: Delete navigation property onlineMeetings for users operationId: user.onlineMeeting_DeleteGraphBPreJoinWebUrl parameters: - name: user-id @@ -10593,11 +10369,7 @@ paths: get: tags: - users.presence - summary: 'presence: setStatusMessage' - description: Set a presence status message for a user. An optional expiration date and time can be supplied. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 + summary: Get presence from users operationId: user_GetPresence parameters: - name: user-id @@ -12595,11 +12367,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -13222,7 +12994,7 @@ components: averageAudioNetworkJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true averageBandwidthEstimate: @@ -13239,7 +13011,7 @@ components: averageJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true averagePacketLossRate: @@ -13260,7 +13032,7 @@ components: averageRoundTripTime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Average network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true averageVideoFrameLossPercentage: @@ -13275,7 +13047,7 @@ components: nullable: true averageVideoPacketLossRate: type: number - description: 'Average fraction of packets lost, as specified in [RFC 3550][], computed over the duration of the session.' + description: 'Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session.' format: float nullable: true endDateTime: @@ -13301,13 +13073,13 @@ components: maxAudioNetworkJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true maxJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Maximum jitter for the stream computed as specified in RFC 3550, denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true maxPacketLossRate: @@ -13323,7 +13095,7 @@ components: maxRoundTripTime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Maximum network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true packetUtilization: @@ -13638,7 +13410,7 @@ components: roundTripTime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in [ISO 8601][] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.' + description: 'The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.' format: duration nullable: true additionalProperties: diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 3952fa3813..4c576db3b0 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -164,11 +164,7 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get cases from compliance operationId: compliance.ediscovery_ListCase parameters: - $ref: '#/components/parameters/top' @@ -224,11 +220,7 @@ paths: post: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Create new navigation property to cases for compliance operationId: compliance.ediscovery_CreateCase requestBody: description: New navigation property @@ -257,11 +249,7 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get cases from compliance operationId: compliance.ediscovery_GetCase parameters: - name: case-id @@ -311,11 +299,7 @@ paths: patch: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Update the navigation property cases in compliance operationId: compliance.ediscovery_UpdateCase parameters: - name: case-id @@ -352,11 +336,7 @@ paths: delete: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Delete navigation property cases for compliance operationId: compliance.ediscovery_DeleteCase parameters: - name: case-id @@ -389,11 +369,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get custodians from compliance + description: Returns a list of case custodian objects for this case. Nullable. operationId: compliance.ediscovery.case_ListCustodian parameters: - name: case-id @@ -457,11 +434,7 @@ paths: post: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Create new navigation property to custodians for compliance operationId: compliance.ediscovery.case_CreateCustodian parameters: - name: case-id @@ -499,11 +472,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get custodians from compliance + description: Returns a list of case custodian objects for this case. Nullable. operationId: compliance.ediscovery.case_GetCustodian parameters: - name: case-id @@ -561,11 +531,7 @@ paths: patch: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Update the navigation property custodians in compliance operationId: compliance.ediscovery.case_UpdateCustodian parameters: - name: case-id @@ -714,7 +680,7 @@ paths: description: 'Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an Advanced eDiscovery case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta operationId: compliance.ediscovery.case.custodian_activate parameters: - name: case-id @@ -788,7 +754,7 @@ paths: description: 'Release a custodian from a case. For details, see Release a custodian from a case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta operationId: compliance.ediscovery.case.custodian_release parameters: - name: case-id @@ -893,11 +859,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List custodian siteSources - description: Get a list of siteSource objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-1.0 + summary: Get siteSources from compliance + description: Data source entity for SharePoint sites associated with the custodian. operationId: compliance.ediscovery.case.custodian_ListSiteSource parameters: - name: case-id @@ -969,11 +932,7 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create custodian siteSource - description: Create a new custodian siteSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-1.0 + summary: Create new navigation property to siteSources for compliance operationId: compliance.ediscovery.case.custodian_CreateSiteSource parameters: - name: case-id @@ -1019,11 +978,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get siteSource - description: Read the properties and relationships of a siteSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-1.0 + summary: Get siteSources from compliance + description: Data source entity for SharePoint sites associated with the custodian. operationId: compliance.ediscovery.case.custodian_GetSiteSource parameters: - name: case-id @@ -1142,11 +1098,7 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete siteSource - description: Delete a siteSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-1.0 + summary: Delete navigation property siteSources for compliance operationId: compliance.ediscovery.case.custodian_DeleteSiteSource parameters: - name: case-id @@ -1299,11 +1251,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List unifiedGroupSources - description: Get a list of the unifiedGroupSource objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-1.0 + summary: Get unifiedGroupSources from compliance + description: Data source entity for groups associated with the custodian. operationId: compliance.ediscovery.case.custodian_ListUnifiedGroupSource parameters: - name: case-id @@ -1375,11 +1324,7 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create unifiedGroupSource - description: Create a new unifiedGroupSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-1.0 + summary: Create new navigation property to unifiedGroupSources for compliance operationId: compliance.ediscovery.case.custodian_CreateUnifiedGroupSource parameters: - name: case-id @@ -1425,11 +1370,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get unifiedGroupSource - description: Read the properties and relationships of a unifiedGroupSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-1.0 + summary: Get unifiedGroupSources from compliance + description: Data source entity for groups associated with the custodian. operationId: compliance.ediscovery.case.custodian_GetUnifiedGroupSource parameters: - name: case-id @@ -1548,11 +1490,7 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete unifiedGroupSource - description: Delete a unifiedGroupSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-1.0 + summary: Delete navigation property unifiedGroupSources for compliance operationId: compliance.ediscovery.case.custodian_DeleteUnifiedGroupSource parameters: - name: case-id @@ -1830,11 +1768,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List custodian userSources - description: Get a list of the userSource objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-1.0 + summary: Get userSources from compliance + description: Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site. operationId: compliance.ediscovery.case.custodian_ListUserSource parameters: - name: case-id @@ -1906,11 +1841,7 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create custodian userSource - description: Create a new custodian userSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-1.0 + summary: Create new navigation property to userSources for compliance operationId: compliance.ediscovery.case.custodian_CreateUserSource parameters: - name: case-id @@ -1956,11 +1887,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get userSource - description: Read the properties and relationships of a userSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-1.0 + summary: Get userSources from compliance + description: Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site. operationId: compliance.ediscovery.case.custodian_GetUserSource parameters: - name: case-id @@ -2079,11 +2007,7 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete userSource - description: Delete a userSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-1.0 + summary: Delete navigation property userSources for compliance operationId: compliance.ediscovery.case.custodian_DeleteUserSource parameters: - name: case-id @@ -2280,8 +2204,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get legalHold - description: Read the properties and relationships of a legalHold object. + summary: Get legalHolds from compliance + description: Returns a list of case legalHold objects for this case. Nullable. operationId: compliance.ediscovery.case_ListLegalHold parameters: - name: case-id @@ -2383,11 +2307,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get legalHolds from compliance + description: Returns a list of case legalHold objects for this case. Nullable. operationId: compliance.ediscovery.case_GetLegalHold parameters: - name: case-id @@ -2445,11 +2366,7 @@ paths: patch: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Update the navigation property legalHolds in compliance operationId: compliance.ediscovery.case_UpdateLegalHold parameters: - name: case-id @@ -2494,11 +2411,7 @@ paths: delete: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Delete navigation property legalHolds for compliance operationId: compliance.ediscovery.case_DeleteLegalHold parameters: - name: case-id @@ -2539,11 +2452,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List legalHold siteSources - description: Get the list of siteSource objecs associated with a legal hold. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-1.0 + summary: Get siteSources from compliance + description: Data source entity for SharePoint sites associated with the legal hold. operationId: compliance.ediscovery.case.legalHold_ListSiteSource parameters: - name: case-id @@ -2615,11 +2525,7 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create legalHold siteSource - description: Adds a siteSource to a legalHold object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-1.0 + summary: Create new navigation property to siteSources for compliance operationId: compliance.ediscovery.case.legalHold_CreateSiteSource parameters: - name: case-id @@ -3453,11 +3359,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List legalHold userSources - description: Get the list of userSource objects associated with a legal hold. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-1.0 + summary: Get userSources from compliance + description: Data source entity for a the legal hold. This is the container for a mailbox and OneDrive for Business site. operationId: compliance.ediscovery.case.legalHold_ListUserSource parameters: - name: case-id @@ -3529,11 +3432,7 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create legalHold userSource - description: Adds a userSource to a legalHold object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-1.0 + summary: Create new navigation property to userSources for compliance operationId: compliance.ediscovery.case.legalHold_CreateUserSource parameters: - name: case-id @@ -3816,7 +3715,7 @@ paths: description: 'Close an eDiscovery case. For details, see Close a case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta operationId: compliance.ediscovery.case_close parameters: - name: case-id @@ -3847,7 +3746,7 @@ paths: description: 'Reopen an eDiscovery case that was closed. For details, see Reopen a closed case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta operationId: compliance.ediscovery.case_reopen parameters: - name: case-id @@ -3874,11 +3773,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get noncustodialDataSources from compliance + description: Returns a list of case noncustodialDataSource objects for this case. Nullable. operationId: compliance.ediscovery.case_ListNoncustodialDataSource parameters: - name: case-id @@ -3942,11 +3838,7 @@ paths: post: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Create new navigation property to noncustodialDataSources for compliance operationId: compliance.ediscovery.case_CreateNoncustodialDataSource parameters: - name: case-id @@ -3984,11 +3876,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get noncustodialDataSources from compliance + description: Returns a list of case noncustodialDataSource objects for this case. Nullable. operationId: compliance.ediscovery.case_GetNoncustodialDataSource parameters: - name: case-id @@ -4375,7 +4264,7 @@ paths: description: Releases the non-custodial data source from the case. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta operationId: compliance.ediscovery.case.noncustodialDataSource_release parameters: - name: case-id @@ -5078,8 +4967,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get reviewSet - description: Retrieve the properties and relationships of a reviewSet object. + summary: Get reviewSets from compliance + description: Returns a list of reviewSet objects in the case. Read-only. Nullable. operationId: compliance.ediscovery.case_ListReviewSet parameters: - name: case-id @@ -5143,11 +5032,7 @@ paths: post: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Create new navigation property to reviewSets for compliance operationId: compliance.ediscovery.case_CreateReviewSet parameters: - name: case-id @@ -5185,11 +5070,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get reviewSets from compliance + description: Returns a list of reviewSet objects in the case. Read-only. Nullable. operationId: compliance.ediscovery.case_GetReviewSet parameters: - name: case-id @@ -5337,7 +5219,7 @@ paths: description: 'Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a caseExportOperation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta operationId: compliance.ediscovery.case.reviewSet_addToReviewSet parameters: - name: case-id @@ -5390,7 +5272,7 @@ paths: description: 'Initiate an export from a reviewSet. For details, see Export documents from a review set in Advanced eDiscovery.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta operationId: compliance.ediscovery.case.reviewSet_export parameters: - name: case-id @@ -5451,11 +5333,7 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List reviewSetQueries - description: Retrieve a list of eDiscovery reviewSetQuery objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-1.0 + summary: Get queries from compliance operationId: compliance.ediscovery.case.reviewSet_ListQuery parameters: - name: case-id @@ -5527,11 +5405,7 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create reviewSetQuery - description: Create a new reviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-1.0 + summary: Create new navigation property to queries for compliance operationId: compliance.ediscovery.case.reviewSet_CreateQuery parameters: - name: case-id @@ -5577,11 +5451,7 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get reviewSetQuery - description: Retrieve the properties and relationships of an eDiscovery reviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-1.0 + summary: Get queries from compliance operationId: compliance.ediscovery.case.reviewSet_GetQuery parameters: - name: case-id @@ -5647,11 +5517,7 @@ paths: patch: tags: - compliance.ediscoveryroot - summary: Update reviewSetQuery - description: Update the properties of an eDiscovery reviewSetQuery. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-1.0 + summary: Update the navigation property queries in compliance operationId: compliance.ediscovery.case.reviewSet_UpdateQuery parameters: - name: case-id @@ -5704,11 +5570,7 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete reviewSetQuery - description: Delete a reviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-1.0 + summary: Delete navigation property queries for compliance operationId: compliance.ediscovery.case.reviewSet_DeleteQuery parameters: - name: case-id @@ -5761,7 +5623,7 @@ paths: description: Apply tags to documents that match the specified reviewSetQuery. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta operationId: compliance.ediscovery.case.reviewSet.query_applyTag parameters: - name: case-id @@ -5886,11 +5748,7 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get settings from compliance operationId: compliance.ediscovery.case_GetSetting parameters: - name: case-id @@ -5940,11 +5798,7 @@ paths: patch: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Update the navigation property settings in compliance operationId: compliance.ediscovery.case_UpdateSetting parameters: - name: case-id @@ -6018,7 +5872,7 @@ paths: description: Reset a caseSettings object to the default values. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta operationId: compliance.ediscovery.case.setting_resetToDefault parameters: - name: case-id @@ -6045,11 +5899,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get sourceCollections from compliance + description: Returns a list of sourceCollection objects associated with this case. operationId: compliance.ediscovery.case_ListSourceCollection parameters: - name: case-id @@ -6113,11 +5964,7 @@ paths: post: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Create new navigation property to sourceCollections for compliance operationId: compliance.ediscovery.case_CreateSourceCollection parameters: - name: case-id @@ -6214,11 +6061,7 @@ paths: patch: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Update the navigation property sourceCollections in compliance operationId: compliance.ediscovery.case_UpdateSourceCollection parameters: - name: case-id @@ -6263,11 +6106,7 @@ paths: delete: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Delete navigation property sourceCollections for compliance operationId: compliance.ediscovery.case_DeleteSourceCollection parameters: - name: case-id @@ -6308,11 +6147,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List additionalSources - description: Get a list of additional dataSource objects associated with a source collection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-1.0 + summary: Get additionalSources from compliance + description: Adds an additional source to the sourceCollection. operationId: compliance.ediscovery.case.sourceCollection_ListAdditionalSource parameters: - name: case-id @@ -6635,11 +6471,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List addToReviewSetOperation - description: 'Get the last addToReviewSetOperation object associated with a source collection. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-1.0 + summary: Get addToReviewSetOperation from compliance + description: Adds the results of the sourceCollection to the specified reviewSet. operationId: compliance.ediscovery.case.sourceCollection_GetAddToReviewSetOperation parameters: - name: case-id @@ -6698,11 +6531,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List custodianSources - description: Get the list of dataSource objects associated with a source collection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-1.0 + summary: Get custodianSources from compliance + description: Custodian sources that are included in the sourceCollection. operationId: compliance.ediscovery.case.sourceCollection_ListCustodianSource parameters: - name: case-id @@ -6879,11 +6709,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List estimateStatisticsOperation - description: 'Get the last estimateStatisticsOperation object associated with a source collection. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-1.0 + summary: Get lastEstimateStatisticsOperation from compliance + description: The last estimate operation associated with the sourceCollection. operationId: compliance.ediscovery.case.sourceCollection_GetLastEstimateStatisticsOperation parameters: - name: case-id @@ -6946,7 +6773,7 @@ paths: description: 'Run an estimate of the number of emails and documents in the source collection. To learn more about source collections (also known as searches in eDiscovery), see Collect data for a case in Advanced eDiscovery.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta operationId: compliance.ediscovery.case.sourceCollection_estimateStatistics parameters: - name: case-id @@ -6985,7 +6812,7 @@ paths: description: "Permanently delete Microsoft Teams messages contained in a sourceCollection. You can collect and purge the following categories of Teams content:\n- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.\n- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.\n- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.\n- Private channels - Message posts, replies, and attachments shared in a private Teams channel.\n- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:\n- eDiscovery solution series: Data spillage scenario - Search and purge\n- Advanced eDiscovery workflow for content in Microsoft Teams " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta operationId: compliance.ediscovery.case.sourceCollection_purgeData parameters: - name: case-id @@ -7020,11 +6847,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List noncustodialSources - description: Get a list of noncustodialDataSource associated with a sourceCollection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-1.0 + summary: Get noncustodialSources from compliance + description: noncustodialDataSource sources that are included in the sourceCollection operationId: compliance.ediscovery.case.sourceCollection_ListNoncustodialSource parameters: - name: case-id @@ -7229,11 +7053,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get tags from compliance + description: Returns a list of tag objects associated to this case. operationId: compliance.ediscovery.case_ListTag parameters: - name: case-id @@ -7297,11 +7118,7 @@ paths: post: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Create new navigation property to tags for compliance operationId: compliance.ediscovery.case_CreateTag parameters: - name: case-id @@ -7339,11 +7156,8 @@ paths: get: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Get tags from compliance + description: Returns a list of tag objects associated to this case. operationId: compliance.ediscovery.case_GetTag parameters: - name: case-id @@ -7401,11 +7215,7 @@ paths: patch: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Update the navigation property tags in compliance operationId: compliance.ediscovery.case_UpdateTag parameters: - name: case-id @@ -7450,11 +7260,7 @@ paths: delete: tags: - compliance.ediscoveryroot - 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-1.0 + summary: Delete navigation property tags for compliance operationId: compliance.ediscovery.case_DeleteTag parameters: - name: case-id @@ -7495,11 +7301,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: List childTags - description: Get a list of child tag objects associated with a tag. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-1.0 + summary: Get childTags from compliance + description: Returns the tags that are a child of a tag. operationId: compliance.ediscovery.case.tag_ListChildTag parameters: - name: case-id @@ -7864,11 +7667,7 @@ paths: get: tags: - privacy.subjectRightsRequest - 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 + summary: Get subjectRightsRequests from privacy operationId: privacy_ListSubjectRightsRequest parameters: - $ref: '#/components/parameters/top' @@ -7924,11 +7723,7 @@ paths: post: tags: - privacy.subjectRightsRequest - 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 + summary: Create new navigation property to subjectRightsRequests for privacy operationId: privacy_CreateSubjectRightsRequest requestBody: description: New navigation property @@ -7957,11 +7752,7 @@ paths: get: tags: - privacy.subjectRightsRequest - 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 + summary: Get subjectRightsRequests from privacy operationId: privacy_GetSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -8011,11 +7802,7 @@ paths: patch: tags: - privacy.subjectRightsRequest - 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 + summary: Update the navigation property subjectRightsRequests in privacy operationId: privacy_UpdateSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -8813,11 +8600,8 @@ paths: get: tags: - privacy.subjectRightsRequest - 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-1.0 + summary: Get notes from privacy + description: List of notes associated with the request. operationId: privacy.subjectRightsRequest_ListNote parameters: - name: subjectRightsRequest-id @@ -8881,11 +8665,7 @@ paths: post: tags: - privacy.subjectRightsRequest - 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 + summary: Create new navigation property to notes for privacy operationId: privacy.subjectRightsRequest_CreateNote parameters: - name: subjectRightsRequest-id @@ -10892,6 +10672,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -11498,7 +11284,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -11644,7 +11430,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -11883,7 +11669,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -12780,11 +12566,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -14369,7 +14155,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -14630,6 +14416,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14713,6 +14546,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -15710,6 +15549,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -15720,7 +15560,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -16929,11 +16769,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -16949,13 +16789,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -17525,13 +17365,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -18054,6 +17894,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.publicationFacet: title: publicationFacet @@ -20403,6 +20245,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -23040,7 +22926,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -23049,19 +22935,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -23069,19 +22955,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -23089,12 +22975,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -23111,13 +22997,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -29921,7 +29807,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -34361,6 +34247,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 18b91c18a9..2be63d9e48 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -193,11 +193,7 @@ paths: delete: tags: - users.userActivity - summary: Delete an activity - description: Delete an existing user activity for your app. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-activity?view=graph-rest-1.0 + summary: Delete navigation property activities for users operationId: user_DeleteActivity parameters: - name: user-id @@ -400,11 +396,7 @@ paths: patch: tags: - users.userActivity - summary: Delete a historyItem - description: Delete an existing history item for an existing user activity. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 + summary: Update the navigation property historyItems in users operationId: user.activity_UpdateHistoryItem parameters: - name: user-id @@ -1462,9 +1454,6 @@ paths: - users.device summary: Get memberOf from users description: Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0 operationId: user.device_ListMemberGraphOPre parameters: - name: user-id @@ -2027,9 +2016,6 @@ paths: - users.device summary: Get registeredOwners from users 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0 operationId: user.device_ListRegisteredOwner parameters: - name: user-id @@ -2106,11 +2092,7 @@ paths: delete: tags: - users.device - 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 + summary: Delete ref of navigation property registeredOwners for users operationId: user.device.registeredOwner_DeleteDirectoryObjectGraphBPreRef parameters: - name: user-id @@ -2405,9 +2387,6 @@ paths: - users.device summary: Get ref of registeredOwners from users 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0 operationId: user.device_ListRegisteredOwnerGraphBPreRef parameters: - name: user-id @@ -2463,11 +2442,7 @@ paths: post: tags: - users.device - 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 + summary: Create new navigation property ref to registeredOwners for users operationId: user.device_CreateRegisteredOwnerGraphBPreRef parameters: - name: user-id @@ -2497,11 +2472,7 @@ paths: delete: tags: - users.device - 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 + summary: Delete ref of navigation property registeredOwners for users operationId: user.device_DeleteRegisteredOwnerGraphBPreRef parameters: - name: user-id @@ -2894,9 +2865,6 @@ paths: - users.device summary: Get registeredUsers from users 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.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0 operationId: user.device_ListRegisteredUser parameters: - name: user-id @@ -2973,11 +2941,7 @@ paths: delete: tags: - users.device - 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 + summary: Delete ref of navigation property registeredUsers for users operationId: user.device.registeredUser_DeleteDirectoryObjectGraphBPreRef parameters: - name: user-id @@ -3272,9 +3236,6 @@ paths: - users.device summary: Get ref of registeredUsers from users 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.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0 operationId: user.device_ListRegisteredUserGraphBPreRef parameters: - name: user-id @@ -3330,11 +3291,7 @@ paths: post: tags: - users.device - 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 + summary: Create new navigation property ref to registeredUsers for users operationId: user.device_CreateRegisteredUserGraphBPreRef parameters: - name: user-id @@ -3364,11 +3321,7 @@ paths: delete: tags: - users.device - 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 + summary: Delete ref of navigation property registeredUsers for users operationId: user.device_DeleteRegisteredUserGraphBPreRef parameters: - name: user-id @@ -3761,9 +3714,6 @@ paths: - users.device summary: Get transitiveMemberOf from users description: Groups and administrative units that this device is a member of. This operation is transitive. Supports $expand. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0 operationId: user.device_ListTransitiveMemberGraphOPre parameters: - name: user-id @@ -4324,11 +4274,8 @@ paths: get: tags: - users.device - 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-1.0 + summary: Get usageRights from users + description: Represents the usage rights a device has been granted. operationId: user.device_ListUsageRight parameters: - name: user-id @@ -7221,7 +7168,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -9261,11 +9208,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -9284,7 +9231,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -10015,7 +9962,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -10342,6 +10289,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -10352,7 +10300,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -10862,11 +10810,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -11451,13 +11399,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -11904,7 +11852,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -12106,7 +12054,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -12755,11 +12703,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 @@ -14369,7 +14317,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -14377,7 +14325,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object @@ -18130,11 +18078,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -18150,13 +18098,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -24134,7 +24082,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 00f829a3d0..94d84fbe0a 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -709,6 +709,45 @@ 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: @@ -1359,7 +1398,7 @@ paths: description: Reprovision a Cloud PC with an Intune managed device ID. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_reprovisionCloudPc parameters: - name: managedDevice-id @@ -1434,7 +1473,7 @@ paths: description: Upgrade or downgrade an existing Cloud PC to another configuration with a new virtual CPU (vCPU) and storage size. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_resizeCloudPc parameters: - name: managedDevice-id @@ -1478,7 +1517,7 @@ paths: description: Restore a Cloud PC device to a previous state with an Intune managed device ID. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_restoreCloudPc parameters: - name: managedDevice-id @@ -1666,7 +1705,7 @@ paths: description: 'Set the review status of a specific Cloud PC device. Use this API to set the review status of a Cloud PC to in review if you consider a Cloud PC as suspicious. After the review is completed, use this API again to set the Cloud PC back to a normal state.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_setCloudPcReviewStatus parameters: - name: managedDevice-id @@ -1956,7 +1995,7 @@ paths: description: Bulk reprovision a set of Cloud PC devices with Intune managed device IDs. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_bulkReprovisionCloudPc requestBody: description: Action parameters @@ -1997,7 +2036,7 @@ paths: description: Restore multiple Cloud PC devices with a single request that includes the IDs of Intune managed devices and a restore point date and time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_bulkRestoreCloudPc requestBody: description: Action parameters @@ -2045,7 +2084,7 @@ paths: description: Set the review status of multiple Cloud PC devices with a single request that includes the IDs of Intune managed devices. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_bulkSetCloudPcReviewStatus requestBody: description: Action parameters @@ -3884,6 +3923,44 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/microsoft.graph.revoke': + post: + tags: + - deviceManagement.Actions + summary: Invoke action revoke + operationId: deviceManagement.elevationRequest_revoke + parameters: + - name: privilegeManagementElevationRequest-id + in: path + description: The unique identifier of privilegeManagementElevationRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: privilegeManagementElevationRequest + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reviewerJustification: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegeManagementElevationRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/microsoft.graph.assign': post: tags: @@ -4311,6 +4388,59 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/microsoft.graph.assign': + post: + tags: + - deviceManagement.Actions + summary: Invoke action assign + operationId: deviceManagement.hardwareConfiguration_assign + parameters: + - name: hardwareConfiguration-id + in: path + description: The unique identifier of hardwareConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: hardwareConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + hardwareConfigurationAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hardwareConfigurationAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of hardwareConfigurationAssignment + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hardwareConfigurationAssignment' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore /deviceManagement/importedDeviceIdentities/microsoft.graph.importDeviceIdentityList: post: tags: @@ -4668,6 +4798,45 @@ 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: @@ -5318,7 +5487,7 @@ paths: description: Reprovision a Cloud PC with an Intune managed device ID. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta operationId: deviceManagement.managedDevice_reprovisionCloudPc parameters: - name: managedDevice-id @@ -5393,7 +5562,7 @@ paths: description: Upgrade or downgrade an existing Cloud PC to another configuration with a new virtual CPU (vCPU) and storage size. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta operationId: deviceManagement.managedDevice_resizeCloudPc parameters: - name: managedDevice-id @@ -5437,7 +5606,7 @@ paths: description: Restore a Cloud PC device to a previous state with an Intune managed device ID. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta operationId: deviceManagement.managedDevice_restoreCloudPc parameters: - name: managedDevice-id @@ -5625,7 +5794,7 @@ paths: description: 'Set the review status of a specific Cloud PC device. Use this API to set the review status of a Cloud PC to in review if you consider a Cloud PC as suspicious. After the review is completed, use this API again to set the Cloud PC back to a normal state.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta operationId: deviceManagement.managedDevice_setCloudPcReviewStatus parameters: - name: managedDevice-id @@ -5915,7 +6084,7 @@ paths: description: Bulk reprovision a set of Cloud PC devices with Intune managed device IDs. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta operationId: deviceManagement.managedDevice_bulkReprovisionCloudPc requestBody: description: Action parameters @@ -5956,7 +6125,7 @@ paths: description: Restore multiple Cloud PC devices with a single request that includes the IDs of Intune managed devices and a restore point date and time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta operationId: deviceManagement.managedDevice_bulkRestoreCloudPc requestBody: description: Action parameters @@ -6004,7 +6173,7 @@ paths: description: Set the review status of multiple Cloud PC devices with a single request that includes the IDs of Intune managed devices. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta operationId: deviceManagement.managedDevice_bulkSetCloudPcReviewStatus requestBody: description: Action parameters @@ -6673,7 +6842,7 @@ paths: description: 'Set the status of the notification associated with the specified alertRecord on the Microsoft EndPoint Manager admin center as sent, by setting the isPortalNotificationSent property of the portal notification to true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta operationId: deviceManagement.monitoring.alertRecord_setPortalNotificationAsSent parameters: - name: alertRecord-id @@ -12720,7 +12889,7 @@ paths: description: Change the account type of the user on a specific Cloud PC. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_changeUserAccountType parameters: - name: cloudPC-id @@ -12778,7 +12947,7 @@ paths: description: End the grace period for a specific Cloud PC. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. It allows users to access Cloud PCs for up to seven days before deprovisioning occurs. Ending the grace period immediately deprovisions the Cloud PC without waiting the seven days. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_endGracePeriod parameters: - name: cloudPC-id @@ -12803,7 +12972,7 @@ paths: description: 'Power off a Windows 365 Frontline Cloud PC. This action supports Microsoft Endpoint Manager (MEM) admin scenarios. After a Windows 365 Frontline Cloud PC is powered off, it''s deallocated, and licenses are revoked immediately. Only IT admin users can perform this action. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_powerOff parameters: - name: cloudPC-id @@ -12828,7 +12997,7 @@ paths: description: 'Power on a Windows 365 Frontline Cloud PC. This action supports Microsoft Endpoint Manager (MEM) admin scenarios. After a Windows 365 Frontline Cloud PC is powered on, it is allocated to a user, and licenses are assigned immediately. Only IT admin users can perform this action. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_powerOn parameters: - name: cloudPC-id @@ -12853,7 +13022,7 @@ paths: description: Reboot a specific Cloud PC. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_reboot parameters: - name: cloudPC-id @@ -12878,7 +13047,7 @@ paths: description: Rename a specific Cloud PC. Use this API to update the displayName for the Cloud PC entity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_rename parameters: - name: cloudPC-id @@ -12916,7 +13085,7 @@ paths: description: Reprovision a specific Cloud PC. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_reprovision parameters: - name: cloudPC-id @@ -12989,7 +13158,7 @@ paths: description: Restore a specific Cloud PC. Use this API to trigger a remote action that restores a Cloud PC device to a previous state. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_restore parameters: - name: cloudPC-id @@ -13027,7 +13196,7 @@ paths: description: Retry installation for the partner agents that failed to install on the Cloud PC. Service side checks which agent installation failed firstly and retry. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_retryPartnerAgentInstallation parameters: - name: cloudPC-id @@ -13052,7 +13221,7 @@ paths: description: 'Start a specific Cloud PC for a user. Currently, only Windows 365 Frontline Cloud PCs are supported.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-start?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-start?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_start parameters: - name: cloudPC-id @@ -13077,7 +13246,7 @@ paths: description: 'Stop a specific Cloud PC for a user. Currently, only Windows 365 Frontline Cloud PCs are supported.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-stop?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_stop parameters: - name: cloudPC-id @@ -13102,7 +13271,7 @@ paths: description: Troubleshoot a specific Cloud PC. Use this API to check the health status of the Cloud PC and the session host. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_troubleshoot parameters: - name: cloudPC-id @@ -13127,7 +13296,7 @@ paths: description: 'Perform a bulk resize action to resize a group of cloudPCs that have successfully passed validation. If any devices can''t be resized, those devices indicate ''resize failed''. The remaining devices are provisioned for the resize process.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_bulkResize requestBody: description: Action parameters @@ -13184,7 +13353,7 @@ paths: description: Validate that a set of cloudPC devices meet the requirements to be bulk resized. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_validateBulkResize requestBody: description: Action parameters @@ -13235,7 +13404,7 @@ paths: description: Reupload a cloudPcDeviceImage object that failed to upload. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.deviceImage_reupload parameters: - name: cloudPcDeviceImage-id @@ -13260,7 +13429,7 @@ paths: description: Run health checks on the cloudPcOnPremisesConnection object. It triggers a new health check for this cloudPcOnPremisesConnection object and change the healthCheckStatus and healthCheckStatusDetails properties when check finished. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.onPremisesConnection_runHealthCheck parameters: - name: cloudPcOnPremisesConnection-id @@ -13285,7 +13454,7 @@ paths: description: Update the Active Directory domain password for a cloudPcOnPremisesConnection object. This API is supported when the type of the cloudPcOnPremisesConnection object is hybridAzureADJoin. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.onPremisesConnection_updateAdDomainPassword parameters: - name: cloudPcOnPremisesConnection-id @@ -13323,7 +13492,7 @@ paths: description: 'Apply the current provisioning policy configuration to all Cloud PC devices under a specified policy. Currently, the region is the only policy setting that you can apply.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.provisioningPolicy_apply parameters: - name: cloudPcProvisioningPolicy-id @@ -13366,7 +13535,7 @@ paths: description: Assign cloudPcProvisioningPolicy to user groups. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.provisioningPolicy_assign parameters: - name: cloudPcProvisioningPolicy-id @@ -13411,7 +13580,7 @@ paths: description: Update the provisioning policy configuration for a set of Cloud PC devices by their IDs. This method supports retry and allows you to apply the configuration to a subset of Cloud PCs initially to test. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.provisioningPolicy_applyConfig requestBody: description: Action parameters @@ -13450,7 +13619,7 @@ paths: description: 'Get the remote action status reports, including data such as the Cloud PC ID, Cloud PC device display name, initiating user''s principal name, device owner''s user principal name, action taken, and action state.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getActionStatusReport requestBody: description: Action parameters @@ -13588,7 +13757,7 @@ paths: description: 'Get the device recommendation reports for Cloud PCs, such as the usage category report. The usage category report categorizes a Cloud PC as Undersized, Oversized, Rightsized, or Underutilized, and also provides the recommended SKU when the Cloud PC isn''t Rightsized.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getCloudPcRecommendationReport requestBody: description: Action parameters @@ -13660,7 +13829,7 @@ paths: description: 'Get the overall connection quality reports for all devices within a current tenant during a given time period, including metrics like the average round trip time (P50), average available bandwidth, and UDP connection percentage. Get also other real-time metrics such as last connection round trip time, last connection client IP, last connection gateway, and last connection protocol.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getConnectionQualityReport requestBody: description: Action parameters @@ -13730,7 +13899,7 @@ paths: description: 'Get the daily aggregated remote connection reports, such as round trip time, available bandwidth, and so on, in a given period.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getDailyAggregatedRemoteConnectionReport requestBody: description: Action parameters @@ -13800,7 +13969,7 @@ paths: description: 'Get the Windows 365 Frontline reports, such as real-time or historical data reports.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getFrontlineReport requestBody: description: Action parameters @@ -13872,7 +14041,7 @@ paths: description: 'Get inaccessible Cloud PCs with details, including the latest health state, failed connection count, failed health check count, and system status. An inaccessible Cloud PC represents a Cloud PC that is in an unavailable state (at least one of the health checks failed) or has consecutive user connections failure.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getInaccessibleCloudPcReport requestBody: description: Action parameters @@ -13944,7 +14113,7 @@ paths: description: 'Get the raw real-time remote connection report for a Cloud PC without any calculation, such as roundTripTime or available bandwidth, which are aggregated hourly from the raw event data.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getRawRemoteConnectionReport requestBody: description: Action parameters @@ -14014,7 +14183,7 @@ paths: description: 'Get the remote connection history records of a Cloud PC during a given period. This report contains data such as signInDateTime, signOutDateTime, usageInHour, remoteSignInTimeInSec and roundTripTimeInMsP50, and so on. This data is aggregated hourly for a specified time period, such as the last seven days.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getRemoteConnectionHistoricalReport requestBody: description: Action parameters @@ -14084,7 +14253,7 @@ paths: description: 'Get a usage report on shared-use licenses, such as servicePlanId, licenseCount, and claimedLicenseCount, for real-time, 7 days, or 28 days trend.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getSharedUseLicenseUsageReport requestBody: description: Action parameters @@ -14162,7 +14331,7 @@ paths: description: Get the total aggregated remote connection usage of a Cloud PC during a given time span. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getTotalAggregatedRemoteConnectionReport requestBody: description: Action parameters @@ -14298,7 +14467,7 @@ paths: description: Assign a cloudPcUserSetting to user groups. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.userSetting_assign parameters: - name: cloudPcUserSetting-id @@ -16433,6 +16602,17 @@ components: additionalProperties: type: object description: The entity represents an ADML (Administrative Template language) XML file uploaded by Administrator. + microsoft.graph.hardwareConfigurationAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: hardwareConfigurationAssignment + type: object + properties: + target: + $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' + additionalProperties: + type: object + description: Contains properties used to assign a hardware configuration to a group. microsoft.graph.importedDeviceIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -17554,25 +17734,25 @@ components: modelAsString: false values: - value: none - description: Default. No platform type specified. + description: Indicates the settings contained in this configuration don't have a platform set. name: none - value: android - description: Settings for Android platform. + description: 'Indicates that the settings contained in associated configuration applies to the Android operating system. ' name: android - value: iOS - description: Settings for iOS platform. + description: Indicates that the settings contained in associated configuration applies to the iOS operating system. name: iOS - value: macOS - description: Settings for MacOS platform. + description: Indicates that the settings contained in associated configuration applies to the MacOS operating system. name: macOS - value: windows10X - description: Windows 10 X. + description: Indicates that the settings contained in associated configuration applies to the Windows 10X operating system. name: windows10X - value: windows10 - description: Settings for Windows 10 platform. + description: Indicates that the settings contained in associated configuration applies to the Windows 10 operating system. name: windows10 - value: linux - description: Settings for Linux platform. + description: Indicates that the settings contained in associated configuration applies to the Linux operating system. name: linux - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. @@ -19336,6 +19516,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -22823,7 +23009,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -22975,7 +23161,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -23771,6 +23957,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23854,6 +24087,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -24945,6 +25184,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -24955,7 +25195,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -25350,7 +25590,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 @@ -27819,13 +28059,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -28050,7 +28290,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -28252,7 +28492,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -29199,6 +29439,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -32027,7 +32311,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -32036,19 +32320,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -32056,19 +32340,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -32076,12 +32360,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -32098,13 +32382,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -32741,11 +33025,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -34101,11 +34385,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -34121,13 +34405,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -35343,6 +35627,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.sharePointIdentitySet: allOf: @@ -40096,7 +40382,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -44135,6 +44421,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index 2be204fe91..fe9fd0840c 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -11254,11 +11254,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get auditEvents from deviceManagement + description: Cloud PC audit event. operationId: deviceManagement.virtualEndpoint_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -11331,11 +11328,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get auditEvents from deviceManagement + description: Cloud PC audit event. operationId: deviceManagement.virtualEndpoint_GetAuditEvent parameters: - name: cloudPcAuditEvent-id @@ -11452,6 +11446,7 @@ paths: tags: - deviceManagement.virtualEndpoint summary: Get bulkActions from deviceManagement + description: Bulk actions applied to a Cloud PC. operationId: deviceManagement.virtualEndpoint_ListBulkAction parameters: - $ref: '#/components/parameters/top' @@ -11525,6 +11520,7 @@ paths: tags: - deviceManagement.virtualEndpoint summary: Get bulkActions from deviceManagement + description: Bulk actions applied to a Cloud PC. operationId: deviceManagement.virtualEndpoint_GetBulkAction parameters: - name: cloudPcBulkAction-id @@ -11640,11 +11636,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get cloudPCs from deviceManagement + description: Cloud managed virtual desktops. operationId: deviceManagement.virtualEndpoint_ListCloudPC parameters: - $ref: '#/components/parameters/top' @@ -11717,11 +11710,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get cloudPCs from deviceManagement + description: Cloud managed virtual desktops. operationId: deviceManagement.virtualEndpoint_GetCloudPC parameters: - name: cloudPC-id @@ -11837,11 +11827,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get crossCloudGovernmentOrganizationMapping from deviceManagement + description: Cloud PC organization mapping between public and US Government Community Cloud (GCC) organizations. operationId: deviceManagement.virtualEndpoint_GetCrossCloudGovernmentOrganizationMapping parameters: - name: $select @@ -11918,11 +11905,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get deviceImages from deviceManagement + description: The image resource on Cloud PC. operationId: deviceManagement.virtualEndpoint_ListDeviceImage parameters: - $ref: '#/components/parameters/top' @@ -11972,11 +11956,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to deviceImages for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateDeviceImage requestBody: description: New navigation property @@ -11999,11 +11979,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get deviceImages from deviceManagement + description: The image resource on Cloud PC. operationId: deviceManagement.virtualEndpoint_GetDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -12078,11 +12055,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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 + summary: Delete navigation property deviceImages for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -12123,11 +12096,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get externalPartnerSettings from deviceManagement + description: The external partner settings on a Cloud PC. operationId: deviceManagement.virtualEndpoint_ListExternalPartnerSetting parameters: - $ref: '#/components/parameters/top' @@ -12177,11 +12147,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Create new navigation property to externalPartnerSettings for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateExternalPartnerSetting requestBody: description: New navigation property @@ -12204,11 +12170,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get externalPartnerSettings from deviceManagement + description: The external partner settings on a Cloud PC. operationId: deviceManagement.virtualEndpoint_GetExternalPartnerSetting parameters: - name: cloudPcExternalPartnerSetting-id @@ -12252,11 +12215,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Update the navigation property externalPartnerSettings in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateExternalPartnerSetting parameters: - name: cloudPcExternalPartnerSetting-id @@ -12328,11 +12287,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get frontLineServicePlans from deviceManagement + description: Front-line service plans for a Cloud PC. operationId: deviceManagement.virtualEndpoint_ListFrontLineServicePlan parameters: - $ref: '#/components/parameters/top' @@ -12405,11 +12361,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get frontLineServicePlans from deviceManagement + description: Front-line service plans for a Cloud PC. operationId: deviceManagement.virtualEndpoint_GetFrontLineServicePlan parameters: - name: cloudPcFrontLineServicePlan-id @@ -12525,11 +12478,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get galleryImages from deviceManagement + description: The gallery image resource on Cloud PC. operationId: deviceManagement.virtualEndpoint_ListGalleryImage parameters: - $ref: '#/components/parameters/top' @@ -12602,11 +12552,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get galleryImages from deviceManagement + description: The gallery image resource on Cloud PC. operationId: deviceManagement.virtualEndpoint_GetGalleryImage parameters: - name: cloudPcGalleryImage-id @@ -12722,11 +12669,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + 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. operationId: deviceManagement.virtualEndpoint_ListOnPremisesConnection parameters: - $ref: '#/components/parameters/top' @@ -12776,11 +12720,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to onPremisesConnections for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateOnPremisesConnection requestBody: description: New navigation property @@ -12803,11 +12743,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + 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. operationId: deviceManagement.virtualEndpoint_GetOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -12851,11 +12788,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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 + summary: Update the navigation property onPremisesConnections in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -12886,11 +12819,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Delete navigation property onPremisesConnections for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -12931,11 +12860,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get organizationSettings from deviceManagement + description: The Cloud PC organization settings for a tenant. operationId: deviceManagement.virtualEndpoint_GetOrganizationSetting parameters: - name: $select @@ -12971,11 +12897,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Update the navigation property organizationSettings in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateOrganizationSetting requestBody: description: New navigation property values @@ -13016,11 +12938,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get provisioningPolicies from deviceManagement + description: Cloud PC provisioning policy. operationId: deviceManagement.virtualEndpoint_ListProvisioningPolicy parameters: - $ref: '#/components/parameters/top' @@ -13076,11 +12995,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to provisioningPolicies for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateProvisioningPolicy requestBody: description: New navigation property @@ -13109,11 +13024,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get provisioningPolicies from deviceManagement + description: Cloud PC provisioning policy. operationId: deviceManagement.virtualEndpoint_GetProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -13163,11 +13075,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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 + summary: Update the navigation property provisioningPolicies in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -13204,11 +13112,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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 + summary: Delete navigation property provisioningPolicies for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -14037,8 +13941,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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. + summary: Get exportJobs from deviceManagement + description: The export jobs created for downloading reports. operationId: deviceManagement.virtualEndpoint.report_ListExportJob parameters: - $ref: '#/components/parameters/top' @@ -14088,11 +13992,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Create new navigation property to exportJobs for deviceManagement operationId: deviceManagement.virtualEndpoint.report_CreateExportJob requestBody: description: New navigation property @@ -14115,11 +14015,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get exportJobs from deviceManagement + description: The export jobs created for downloading reports. operationId: deviceManagement.virtualEndpoint.report_GetExportJob parameters: - name: cloudPcExportJob-id @@ -14235,11 +14132,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get servicePlans from deviceManagement + description: Cloud PC service plans. operationId: deviceManagement.virtualEndpoint_ListServicePlan parameters: - $ref: '#/components/parameters/top' @@ -14429,11 +14323,7 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: List cloudPcSharedUseServicePlans (deprecated) - description: Get a list of the cloudPcSharedUseServicePlan objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualendpoint-list-shareduseserviceplans?view=graph-rest-1.0 + summary: Get sharedUseServicePlans from deviceManagement operationId: deviceManagement.virtualEndpoint_ListSharedUseServicePlan parameters: - $ref: '#/components/parameters/top' @@ -14518,11 +14408,7 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPcSharedUseServicePlan (deprecated) - description: Read the properties and relationships of a cloudPcSharedUseServicePlan object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpcshareduseserviceplan-get?view=graph-rest-1.0 + summary: Get sharedUseServicePlans from deviceManagement operationId: deviceManagement.virtualEndpoint_GetSharedUseServicePlan parameters: - name: cloudPcSharedUseServicePlan-id @@ -14662,11 +14548,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get snapshots from deviceManagement + description: Cloud PC snapshots. operationId: deviceManagement.virtualEndpoint_ListSnapshot parameters: - $ref: '#/components/parameters/top' @@ -14739,11 +14622,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get snapshots from deviceManagement + description: Cloud PC snapshots. operationId: deviceManagement.virtualEndpoint_GetSnapshot parameters: - name: cloudPcSnapshot-id @@ -14859,11 +14739,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get supportedRegions from deviceManagement + description: Cloud PC supported regions. operationId: deviceManagement.virtualEndpoint_ListSupportedRegion parameters: - $ref: '#/components/parameters/top' @@ -15053,11 +14930,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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-1.0 + summary: Get userSettings from deviceManagement + description: Cloud PC user settings. operationId: deviceManagement.virtualEndpoint_ListUserSetting parameters: - $ref: '#/components/parameters/top' @@ -15107,11 +14981,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to userSettings for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateUserSetting requestBody: description: New navigation property @@ -15134,11 +15004,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get userSettings from deviceManagement + description: Cloud PC user settings. operationId: deviceManagement.virtualEndpoint_GetUserSetting parameters: - name: cloudPcUserSetting-id @@ -15182,11 +15049,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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 + summary: Update the navigation property userSettings in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateUserSetting parameters: - name: cloudPcUserSetting-id @@ -15217,11 +15080,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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 + summary: Delete navigation property userSettings for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteUserSetting parameters: - name: cloudPcUserSetting-id @@ -17226,6 +17085,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcBulkAction' + description: Bulk actions applied to a Cloud PC. x-ms-navigationProperty: true cloudPCs: type: array @@ -17363,12 +17223,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 date and time when the bulk action was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true displayName: type: string + description: Name of the bulk action. scheduledDuringMaintenanceWindow: type: boolean + description: 'Indicates whether the bulk actions can be initiated during maintenance window. When true, bulk action will use maintenance window to schedule action, When false means bulk action will not use the maintenance window. Default value is false.' nullable: true additionalProperties: type: object @@ -18386,6 +18249,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -20320,9 +20189,9 @@ components: description: The ID of the audit resource. resourceType: type: string + description: The type of the audit resource. type: type: string - description: The type of the audit resource. additionalProperties: type: object microsoft.graph.cloudPcBulkActionSummary: @@ -20333,26 +20202,31 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of Cloud PCs where the action failed. format: int32 inProgressCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of Cloud PCs where the action is in progress. format: int32 notSupportedCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of Cloud PCs where the action isn't supported. format: int32 pendingCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of Cloud PCs where the action is pending. format: int32 successfulCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: The number of Cloud PCs where the action is successful. format: int32 additionalProperties: type: object @@ -22485,7 +22359,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -22637,7 +22511,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -23433,6 +23307,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23516,6 +23437,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -24607,6 +24534,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -24617,7 +24545,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -28267,13 +28195,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -28498,7 +28426,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -28700,7 +28628,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -29647,6 +29575,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -32223,7 +32195,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -32232,19 +32204,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -32252,19 +32224,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -32272,12 +32244,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -32294,13 +32266,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -32937,11 +32909,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -34285,11 +34257,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -34305,13 +34277,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -35527,6 +35499,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.sharePointIdentitySet: allOf: @@ -40322,7 +40296,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -44361,6 +44335,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Enrollment.yml b/openApiDocs/beta/DeviceManagement.Enrollment.yml index 54a2222a36..67a30dd747 100644 --- a/openApiDocs/beta/DeviceManagement.Enrollment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrollment.yml @@ -4981,11 +4981,8 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.cloudPC.resourceNamespace_ListResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -5075,11 +5072,8 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.cloudPC.resourceNamespace_GetResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -5420,11 +5414,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get unifiedRoleAssignmentMultiple - description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0 + summary: Get roleAssignments from roleManagement operationId: roleManagement.cloudPC_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -5474,11 +5464,7 @@ paths: post: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.cloudPC_CreateRoleAssignment requestBody: description: New navigation property @@ -5501,11 +5487,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get unifiedRoleAssignmentMultiple - description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0 + summary: Get roleAssignments from roleManagement operationId: roleManagement.cloudPC_GetRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -5549,11 +5531,7 @@ paths: patch: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Update the navigation property roleAssignments in roleManagement operationId: roleManagement.cloudPC_UpdateRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -5584,11 +5562,7 @@ paths: delete: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.cloudPC_DeleteRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -6187,11 +6161,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.cloudPC_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -6241,11 +6211,7 @@ paths: post: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.cloudPC_CreateRoleDefinition requestBody: description: New navigation property @@ -6268,11 +6234,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.cloudPC_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -6316,11 +6278,7 @@ paths: patch: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.cloudPC_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -6351,11 +6309,7 @@ paths: delete: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.cloudPC_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -6889,11 +6843,8 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.deviceManagement.resourceNamespace_ListResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -6983,11 +6934,8 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.deviceManagement.resourceNamespace_GetResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -7328,11 +7276,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get unifiedRoleAssignmentMultiple - description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0 + summary: Get roleAssignments from roleManagement operationId: roleManagement.deviceManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -7382,11 +7326,7 @@ paths: post: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.deviceManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -7409,11 +7349,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get unifiedRoleAssignmentMultiple - description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0 + summary: Get roleAssignments from roleManagement operationId: roleManagement.deviceManagement_GetRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -7457,11 +7393,7 @@ paths: patch: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Update the navigation property roleAssignments in roleManagement operationId: roleManagement.deviceManagement_UpdateRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -7492,11 +7424,7 @@ paths: delete: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.deviceManagement_DeleteRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -8095,11 +8023,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.deviceManagement_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -8149,11 +8073,7 @@ paths: post: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.deviceManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -8176,11 +8096,7 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.deviceManagement_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -8224,11 +8140,7 @@ paths: patch: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.deviceManagement_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -8259,11 +8171,7 @@ paths: delete: tags: - roleManagement.rbacApplicationMultiple - 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-1.0 + summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.deviceManagement_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -8621,11 +8529,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Get customAppScopes from roleManagement + description: Workload-specific scope object that represents the resources for which the principal has been granted access. operationId: roleManagement.exchange_ListCustomAppScope parameters: - $ref: '#/components/parameters/top' @@ -8675,11 +8580,7 @@ paths: post: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Create new navigation property to customAppScopes for roleManagement operationId: roleManagement.exchange_CreateCustomAppScope requestBody: description: New navigation property @@ -8702,11 +8603,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Get customAppScopes from roleManagement + description: Workload-specific scope object that represents the resources for which the principal has been granted access. operationId: roleManagement.exchange_GetCustomAppScope parameters: - name: customAppScope-id @@ -8750,11 +8648,7 @@ paths: patch: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Update the navigation property customAppScopes in roleManagement operationId: roleManagement.exchange_UpdateCustomAppScope parameters: - name: customAppScope-id @@ -8785,11 +8679,7 @@ paths: delete: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Delete navigation property customAppScopes for roleManagement operationId: roleManagement.exchange_DeleteCustomAppScope parameters: - name: customAppScope-id @@ -9007,11 +8897,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.exchange.resourceNamespace_ListResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -9101,11 +8988,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.exchange.resourceNamespace_GetResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -9446,11 +9330,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Get roleAssignments from roleManagement + description: Resource to grant access to users or groups. operationId: roleManagement.exchange_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -9500,11 +9381,7 @@ paths: post: tags: - roleManagement.unifiedRbacApplication - 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 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.exchange_CreateRoleAssignment requestBody: description: New navigation property @@ -9527,11 +9404,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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 + summary: Get roleAssignments from roleManagement + description: Resource to grant access to users or groups. operationId: roleManagement.exchange_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -9606,11 +9480,7 @@ paths: delete: tags: - roleManagement.unifiedRbacApplication - 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 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.exchange_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -9892,11 +9762,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement + description: The roles allowed by RBAC providers and the permissions assigned to the roles. operationId: roleManagement.exchange_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -9969,11 +9836,8 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement + description: The roles allowed by RBAC providers and the permissions assigned to the roles. operationId: roleManagement.exchange_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -11713,6 +11577,10 @@ components: extractHardwareHash: type: boolean description: HardwareHash Extraction for the profile + 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 @@ -11722,12 +11590,22 @@ components: type: string description: Profile last modified time format: date-time + locale: + type: string + description: 'The locale (language) 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.' + nullable: true managementServiceAppId: type: string - description: AzureAD management app ID used during client device-based enrollment discovery + description: 'The Entra management service App ID which gets used during client device-based enrollment discovery. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true + outOfBoxExperienceSetting: + $ref: '#/components/schemas/microsoft.graph.outOfBoxExperienceSetting' outOfBoxExperienceSettings: $ref: '#/components/schemas/microsoft.graph.outOfBoxExperienceSettings' + preprovisioningAllowed: + type: boolean + 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 for OOBE is allowed to be used. When false, Windows Autopilot for pre-provisioned deployment mode for OOBE is not allowed. The default is FALSE.' + nullable: true roleScopeTagIds: type: array items: @@ -13024,6 +12902,29 @@ components: additionalProperties: type: object description: Enrollment status screen setting + microsoft.graph.outOfBoxExperienceSetting: + title: outOfBoxExperienceSetting + type: object + properties: + deviceUsageType: + $ref: '#/components/schemas/microsoft.graph.windowsDeviceUsageType' + escapeLinkHidden: + type: boolean + description: 'When TRUE, the link that allows user to start over with a different account on company sign-in is hidden. When false, the link that allows user to start over with a different account on company sign-in is available. Default value is FALSE.' + eulaHidden: + type: boolean + description: 'When TRUE, EULA is hidden to the end user during OOBE. When FALSE, EULA is shown to the end user during OOBE. Default value is FALSE.' + keyboardSelectionPageSkipped: + type: boolean + description: 'When TRUE, the keyboard selection page is hidden to the end user during OOBE if Language and Region are set. When FALSE, the keyboard selection page is skipped during OOBE.' + privacySettingsHidden: + type: boolean + description: 'When TRUE, privacy settings is hidden to the end user during OOBE. When FALSE, privacy settings is shown to the end user during OOBE. Default value is FALSE.' + userType: + $ref: '#/components/schemas/microsoft.graph.windowsUserType' + additionalProperties: + type: object + description: 'The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' microsoft.graph.outOfBoxExperienceSettings: title: outOfBoxExperienceSettings type: object @@ -13046,7 +12947,7 @@ components: $ref: '#/components/schemas/microsoft.graph.windowsUserType' additionalProperties: type: object - description: Out of box experience setting + description: 'The Windows Autopilot Deployment Profile settings used by the Autopilot device for out-of-box experience. 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 outOfBoxExperienceSetting instead.' microsoft.graph.windowsAutopilotProfileAssignmentDetailedStatus: title: windowsAutopilotProfileAssignmentDetailedStatus enum: diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index f9b87ed0f0..b4cf30c70d 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -215,6 +215,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getCloudPcRemoteActionResults + description: Check the Cloud PC-specified remote action results for a Cloud PC device. Cloud PC supports reprovision and resize remote actions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_getCloudPcRemoteActionResult parameters: - name: managedDevice-id @@ -258,6 +262,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getCloudPcReviewStatus + description: Get the review status of a specific Cloud PC device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta operationId: deviceManagement.comanagedDevice_getCloudPcReviewStatus parameters: - name: managedDevice-id @@ -816,6 +824,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getCloudPcRemoteActionResults + description: Check the Cloud PC-specified remote action results for a Cloud PC device. Cloud PC supports reprovision and resize remote actions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta operationId: deviceManagement.managedDevice_getCloudPcRemoteActionResult parameters: - name: managedDevice-id @@ -859,6 +871,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getCloudPcReviewStatus + description: Get the review status of a specific Cloud PC device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta operationId: deviceManagement.managedDevice_getCloudPcReviewStatus parameters: - name: managedDevice-id @@ -2115,6 +2131,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getAuditActivityTypes + description: Get audit activity types by tenant ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.auditEvent_getAuditActivityType parameters: - $ref: '#/components/parameters/top' @@ -2151,6 +2171,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getCloudPcConnectivityHistory + description: Get the connectivity history of a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_getCloudPcConnectivityHistory parameters: - name: cloudPC-id @@ -2194,6 +2218,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getCloudPcLaunchInfo + description: Get the cloudPCLaunchInfo for the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_getCloudPcLaunchInfo parameters: - name: cloudPC-id @@ -2219,6 +2247,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getFrontlineCloudPcAccessState + description: 'Get the frontlineCloudPcAccessState of a frontline Cloud PC. This API only supports shared-use licenses. For more information, see cloudPcProvisioningPolicy. Shared-use licenses allow three users per license, with one user signed in at a time. Callers can get the latest frontline Cloud PC accessState and determine whether the frontline Cloud PC is accessible to a user. If a web client needs to connect to a frontline Cloud PC, the sharedCloudPcAccessState validates the bookmark scenario. If sharedCloudPcAccessState isn''t active/activating/standbyMode, the web client shows a bad bookmark.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_getFrontlineCloudPcAccessState parameters: - name: cloudPC-id @@ -2244,6 +2276,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getShiftWorkCloudPcAccessState + description: 'Get the shiftWorkCloudPcAccessState of a shift work Cloud PC. This API only supports shared-use licenses. For more information, see cloudPcProvisioningPolicy. Shared-use licenses allow three users per license, with one user signed in at a time. Callers can get the latest shift work Cloud PC accessState and determine whether the shift work Cloud PC is accessible to the user. If a web client needs to connect to a shift work Cloud PC, the sharedCloudPcAccessState validates the bookmark scenario. If sharedCloudPcAccessState is not active/activating/standbyMode, the web client shows a ''bad bookmark''.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_getShiftWorkCloudPcAccessState parameters: - name: cloudPC-id @@ -2275,6 +2311,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getSupportedCloudPcRemoteActions + description: 'Get a list of supported Cloud PC remote actions for a specific Cloud PC device, including the action names and capabilities.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_getSupportedCloudPcRemoteAction parameters: - name: cloudPC-id @@ -2318,6 +2358,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getProvisionedCloudPCs + description: Get all provisioned Cloud PCs of a specific service plan for users under a Microsoft Entra user group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.cloudPC_getProvisionedCloudPC parameters: - name: groupId @@ -2400,6 +2444,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getSourceImages + description: Get cloudPcSourceDeviceImage objects that can be uploaded and used on Cloud PCs. View a list of all the managed image resources from your Microsoft Entra subscriptions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.deviceImage_getSourceImage parameters: - $ref: '#/components/parameters/top' @@ -2435,6 +2483,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getEffectivePermissions + description: 'Get the effective permissions of the currently authenticated user, helping UX hide or disable content that the current user doesn''t have access to.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_getEffectivePermission parameters: - $ref: '#/components/parameters/top' @@ -2471,6 +2523,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function retrieveScopedPermissions + description: Get the permissions and corresponding scope IDs for which the authenticated user has access. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_retrieveScopedPermission parameters: - $ref: '#/components/parameters/top' @@ -2522,6 +2578,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getRealTimeRemoteConnectionLatency + description: Get the real-time connection latency information for a Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getRealTimeRemoteConnectionLatency parameters: - name: cloudPcId @@ -2554,6 +2614,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getRealTimeRemoteConnectionStatus + description: 'Get the real-time connection status information, such as signInStatus or daysSinceLastUse, for a Cloud PC.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_getRealTimeRemoteConnectionStatus parameters: - name: cloudPcId @@ -2586,6 +2650,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getStorageAccounts + description: List all storage accounts cloudPcForensicStorageAccount that can be used to store a snapshot or snapshots of a Cloud PC for forensic analysis. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.snapshot_getStorageAccount parameters: - name: subscriptionId @@ -2629,6 +2697,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getSubscriptions + description: List all subscriptions cloudPcSubscription that can be used to store a snapshot or snapshots of a Cloud PC for forensic analysis. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.snapshot_getSubscription parameters: - $ref: '#/components/parameters/top' @@ -3603,11 +3675,6 @@ components: description: 'Indicates the last DateTime that the request was modified. The value cannot be modified and is automatically populated whenever values in the request are updated. For example, when the ''status'' property changes from needsApproval to approved. 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. Read-only. This property is read-only.' format: date-time readOnly: true - operationApprovalPolicies: - type: string - description: The operational approval policies used in the request. Indicates the policy and platform combinations that are required for this request to be approved or rejected. Read-only. This property is read-only. - nullable: true - readOnly: true requestDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -4344,25 +4411,25 @@ components: modelAsString: false values: - value: none - description: Default. No platform type specified. + description: Indicates the settings contained in this configuration don't have a platform set. name: none - value: android - description: Settings for Android platform. + description: 'Indicates that the settings contained in associated configuration applies to the Android operating system. ' name: android - value: iOS - description: Settings for iOS platform. + description: Indicates that the settings contained in associated configuration applies to the iOS operating system. name: iOS - value: macOS - description: Settings for MacOS platform. + description: Indicates that the settings contained in associated configuration applies to the MacOS operating system. name: macOS - value: windows10X - description: Windows 10 X. + description: Indicates that the settings contained in associated configuration applies to the Windows 10X operating system. name: windows10X - value: windows10 - description: Settings for Windows 10 platform. + description: Indicates that the settings contained in associated configuration applies to the Windows 10 operating system. name: windows10 - value: linux - description: Settings for Linux platform. + description: Indicates that the settings contained in associated configuration applies to the Linux operating system. name: linux - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. @@ -5612,11 +5679,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -5785,7 +5852,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 diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 3833a96309..a4b7a98e22 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -166,11 +166,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get siteLists from admin + description: A collection of site lists to support Internet Explorer mode. operationId: admin.edge.internetExplorerMode_ListSiteList parameters: - $ref: '#/components/parameters/top' @@ -220,11 +217,7 @@ paths: post: tags: - admin.edge - 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 + summary: Create new navigation property to siteLists for admin operationId: admin.edge.internetExplorerMode_CreateSiteList requestBody: description: New navigation property @@ -247,11 +240,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get siteLists from admin + description: A collection of site lists to support Internet Explorer mode. operationId: admin.edge.internetExplorerMode_GetSiteList parameters: - name: browserSiteList-id @@ -295,11 +285,7 @@ paths: patch: tags: - admin.edge - 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 + summary: Update the navigation property siteLists in admin operationId: admin.edge.internetExplorerMode_UpdateSiteList parameters: - name: browserSiteList-id @@ -330,11 +316,7 @@ paths: delete: tags: - admin.edge - 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 + summary: Delete navigation property siteLists for admin operationId: admin.edge.internetExplorerMode_DeleteSiteList parameters: - name: browserSiteList-id @@ -361,11 +343,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sharedCookies from admin + description: A collection of shared cookies defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_ListSharedCookie parameters: - name: browserSiteList-id @@ -423,11 +402,7 @@ paths: post: tags: - admin.edge - 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 + summary: Create new navigation property to sharedCookies for admin operationId: admin.edge.internetExplorerMode.siteList_CreateSharedCookie parameters: - name: browserSiteList-id @@ -459,11 +434,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sharedCookies from admin + description: A collection of shared cookies defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_GetSharedCookie parameters: - name: browserSiteList-id @@ -515,11 +487,7 @@ paths: patch: tags: - admin.edge - 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 + summary: Update the navigation property sharedCookies in admin operationId: admin.edge.internetExplorerMode.siteList_UpdateSharedCookie parameters: - name: browserSiteList-id @@ -558,11 +526,7 @@ paths: delete: tags: - admin.edge - 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 + summary: Delete navigation property sharedCookies for admin operationId: admin.edge.internetExplorerMode.siteList_DeleteSharedCookie parameters: - name: browserSiteList-id @@ -619,11 +583,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sites from admin + description: A collection of sites defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_ListSite parameters: - name: browserSiteList-id @@ -681,11 +642,7 @@ paths: post: tags: - admin.edge - 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 + summary: Create new navigation property to sites for admin operationId: admin.edge.internetExplorerMode.siteList_CreateSite parameters: - name: browserSiteList-id @@ -717,11 +674,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sites from admin + description: A collection of sites defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_GetSite parameters: - name: browserSiteList-id @@ -773,11 +727,7 @@ paths: patch: tags: - admin.edge - 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 + summary: Update the navigation property sites in admin operationId: admin.edge.internetExplorerMode.siteList_UpdateSite parameters: - name: browserSiteList-id @@ -816,11 +766,7 @@ paths: delete: tags: - admin.edge - 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 + summary: Delete navigation property sites for admin operationId: admin.edge.internetExplorerMode.siteList_DeleteSite parameters: - name: browserSiteList-id @@ -27522,7 +27468,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -27613,7 +27559,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -27852,11 +27798,8 @@ paths: get: tags: - deviceManagement.monitoring - 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-1.0 + summary: Get alertRecords from deviceManagement + description: The collection of records of alert events. operationId: deviceManagement.monitoring_ListAlertRecord parameters: - $ref: '#/components/parameters/top' @@ -27929,11 +27872,8 @@ paths: get: tags: - deviceManagement.monitoring - 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-1.0 + summary: Get alertRecords from deviceManagement + description: The collection of records of alert events. operationId: deviceManagement.monitoring_GetAlertRecord parameters: - name: alertRecord-id @@ -28049,11 +27989,8 @@ paths: get: tags: - deviceManagement.monitoring - 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-1.0 + summary: Get alertRules from deviceManagement + description: The collection of alert rules. operationId: deviceManagement.monitoring_ListAlertRule parameters: - $ref: '#/components/parameters/top' @@ -28103,11 +28040,7 @@ paths: post: tags: - deviceManagement.monitoring - 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-1.0 + summary: Create new navigation property to alertRules for deviceManagement operationId: deviceManagement.monitoring_CreateAlertRule requestBody: description: New navigation property @@ -28130,11 +28063,8 @@ paths: get: tags: - deviceManagement.monitoring - 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-1.0 + summary: Get alertRules from deviceManagement + description: The collection of alert rules. operationId: deviceManagement.monitoring_GetAlertRule parameters: - name: alertRule-id @@ -28178,11 +28108,7 @@ paths: patch: tags: - deviceManagement.monitoring - 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-1.0 + summary: Update the navigation property alertRules in deviceManagement operationId: deviceManagement.monitoring_UpdateAlertRule parameters: - name: alertRule-id @@ -42815,7 +42741,7 @@ components: intuneAccountId: 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: Intune Account ID for given tenant + description: Intune Account Id for given tenant format: uuid intuneBrand: $ref: '#/components/schemas/microsoft.graph.intuneBrand' @@ -42835,7 +42761,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: Maximum number of DEP tokens allowed per-tenant. + description: Maximum number of dep tokens allowed per-tenant. format: int32 settings: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettings' @@ -45278,26 +45204,26 @@ components: nullable: true categoryId: type: string - description: Specify category in which the setting is under. Support $filters. + description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) nullable: true description: type: string - description: Description of the setting. + description: Description of the item nullable: true displayName: type: string - description: 'Name of the setting. For example: Allow Toast.' + description: Display name of the item nullable: true helpText: type: string - description: Help text of the setting. Give more details of the setting. + description: Help text of the item nullable: true infoUrls: type: array items: type: string nullable: true - description: List of links more info for the setting can be found at. + description: List of links more info for the setting can be found at keywords: type: array items: @@ -45321,7 +45247,7 @@ components: description: List of referred setting information. rootDefinitionId: type: string - description: Root setting definition id if the setting is a child setting. + description: Root setting definition if the setting is a child setting. nullable: true settingUsage: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage' @@ -48249,7 +48175,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -53297,58 +53223,58 @@ components: properties: configurationFileContent: type: string - description: File content of the hardware configuration + description: The file content contains custom hardware settings that will be applied to the assigned devices' BIOS. Max allowed file size is 5KB. Represented as bytes. Required. format: base64url createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: Timestamp of when the hardware configuration was created. This property is read-only. + description: 'The date and time of when the BIOS configuration profile was created. The value cannot be modified and is automatically populated when the device is enrolled. 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. Read-Only. This property is read-only.' format: date-time readOnly: true description: type: string - description: Description of the hardware configuration + description: 'The description of the hardware configuration. Use this to provide context, purpose, applications, etc of the BIOS configuration profile for your organization''s admins. Max length is 1000 characters. Optional.' nullable: true displayName: type: string - description: Name of the hardware configuration + description: The name of the hardware BIOS configuration profile. It serves as user-friendly name to identify hardware BIOS configuration profiles. Max length is 150 characters. Required. Read-Only. fileName: type: string - description: File name of the hardware configuration + description: The file name for the BIOS configuration profile's ConfigurationFileContent. Max length is 150 characters. Required. hardwareConfigurationFormat: $ref: '#/components/schemas/microsoft.graph.hardwareConfigurationFormat' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: Timestamp of when the hardware configuration was modified. This property is read-only. + description: 'The date and time of when the BIOS configuration profile was last modified. The value cannot be modified and is automatically populated when the device is enrolled. 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. Read-Only. Read-Only. This property is read-only.' format: date-time readOnly: true perDevicePasswordDisabled: type: boolean - description: A value indicating whether per devcive pasword disabled + description: 'When TRUE, indicates whether the policy-assigned devices'' passwords are disabled. When FALSE, indicates they are enabled. Default is FALSE. Required.' roleScopeTagIds: type: array items: type: string nullable: true - description: List of Scope Tag IDs for the hardware configuration + description: A list of unique Scope Tag IDs associated with the hardware configuration. Optional. version: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Version of the hardware configuration (E.g. 1, 2, 3 ...)' + description: 'The version of the hardware configuration (E.g. 1, 2, 3 ...). This is incremented after a change to the BIOS configuration profile''s settings file name (FileName property), settings file content (ConfigurationFileContent property), or the PerDevicePasswordDisabled property. Read-Only.' format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.hardwareConfigurationAssignment' - description: List of the Azure AD user group ids that hardware configuration will be applied to. Only security groups and Office 365 Groups are supported. + description: A list of the Entra user group ids that hardware configuration will be applied to. Only security groups and Office 365 Groups are supported. Optional. x-ms-navigationProperty: true deviceRunStates: type: array items: $ref: '#/components/schemas/microsoft.graph.hardwareConfigurationDeviceState' - description: List of run states for the hardware configuration across all devices + description: List of run states for the hardware configuration across all devices. Read-Only. x-ms-navigationProperty: true runSummary: $ref: '#/components/schemas/microsoft.graph.hardwareConfigurationRunSummary' @@ -53356,7 +53282,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.hardwareConfigurationUserState' - description: List of run states for the hardware configuration across all users + description: List of run states for the hardware configuration across all users. Read-Only. x-ms-navigationProperty: true additionalProperties: type: object @@ -54539,7 +54465,7 @@ components: nullable: true managementServiceAppId: type: string - description: AzureAD management app ID used during client device-based enrollment discovery + description: 'The Entra management service App ID which gets used during client device-based enrollment discovery. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true outOfBoxExperienceSetting: $ref: '#/components/schemas/microsoft.graph.outOfBoxExperienceSetting' @@ -62547,11 +62473,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -68993,7 +68919,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -69803,11 +69729,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -69826,7 +69752,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -70560,6 +70486,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -70570,7 +70497,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -71919,9 +71846,9 @@ components: description: The ID of the audit resource. resourceType: type: string + description: The type of the audit resource. type: type: string - description: The type of the audit resource. additionalProperties: type: object microsoft.graph.cloudPcBulkActionSummary: @@ -74705,13 +74632,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -74936,7 +74863,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -75138,7 +75065,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -76091,7 +76018,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -76099,7 +76026,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object @@ -78664,11 +78591,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 @@ -79464,11 +79391,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -79484,13 +79411,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -84664,7 +84591,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index edba8ecb85..735f62315f 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -69,11 +69,8 @@ paths: get: tags: - print.printConnector - 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 + summary: Get connectors from print + description: The list of available print connectors. operationId: print_ListConnector parameters: - $ref: '#/components/parameters/top' @@ -146,11 +143,8 @@ paths: get: tags: - print.printConnector - 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 + summary: Get connectors from print + description: The list of available print connectors. operationId: print_GetConnector parameters: - name: printConnector-id @@ -194,11 +188,7 @@ paths: patch: tags: - print.printConnector - 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 + summary: Update the navigation property connectors in print operationId: print_UpdateConnector parameters: - name: printConnector-id @@ -229,11 +219,7 @@ paths: delete: tags: - print.printConnector - 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 + summary: Delete navigation property connectors for print operationId: print_DeleteConnector parameters: - name: printConnector-id @@ -274,8 +260,7 @@ paths: get: tags: - print.printOperation - summary: Get printOperation - description: Retrieve the properties and relationships of a printOperation object. + summary: Get operations from print operationId: print_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -348,11 +333,7 @@ paths: get: tags: - print.printOperation - 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 + summary: Get operations from print operationId: print_GetOperation parameters: - name: printOperation-id @@ -468,11 +449,8 @@ paths: get: tags: - print.printer - 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 + summary: Get printers from print + description: The list of printers registered in the tenant. operationId: print_ListPrinter parameters: - $ref: '#/components/parameters/top' @@ -545,11 +523,8 @@ paths: get: tags: - print.printer - 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 + summary: Get printers from print + description: The list of printers registered in the tenant. operationId: print_GetPrinter parameters: - name: printer-id @@ -593,11 +568,7 @@ paths: patch: tags: - print.printer - 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 + summary: Update the navigation property printers in print operationId: print_UpdatePrinter parameters: - name: printer-id @@ -628,11 +599,7 @@ paths: delete: tags: - print.printer - 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 + summary: Delete navigation property printers for print operationId: print_DeletePrinter parameters: - name: printer-id @@ -659,11 +626,8 @@ paths: get: tags: - print.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-1.0 + summary: Get connectors from print + description: The connectors that are associated with the printer. operationId: print.printer_ListConnector parameters: - name: printer-id @@ -1360,7 +1324,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta operationId: print.printer.job.document_createUploadSession parameters: - name: printer-id @@ -1447,7 +1411,7 @@ paths: description: 'Abort a print job. Only applications using application permissions can abort a print job. Aborting 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-abort?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta operationId: print.printer.job_abort parameters: - name: printer-id @@ -1493,7 +1457,7 @@ paths: description: 'Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta operationId: print.printer.job_cancel parameters: - name: printer-id @@ -1561,7 +1525,7 @@ paths: description: 'Redirect a print job to a different printer. Redirecting 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 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/printjob-redirect?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta operationId: print.printer.job_redirect parameters: - name: printer-id @@ -2115,6 +2079,10 @@ paths: tags: - print.Functions summary: Invoke function getCapabilities + description: Get a list of capabilities for the printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta operationId: print.printer_getCapability parameters: - name: printer-id @@ -2176,7 +2144,7 @@ paths: description: Restore a printer's default settings to the values specified by the manufacturer. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta operationId: print.printer_restoreFactoryDefault parameters: - name: printer-id @@ -2384,11 +2352,8 @@ paths: get: tags: - print.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 + summary: Get taskTriggers from print + description: A list of task triggers that are associated with the printer. operationId: print.printer_ListTaskTrigger parameters: - name: printer-id @@ -2446,11 +2411,7 @@ paths: post: tags: - print.printer - 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-1.0 + summary: Create new navigation property to taskTriggers for print operationId: print.printer_CreateTaskTrigger parameters: - name: printer-id @@ -2482,11 +2443,8 @@ paths: get: tags: - print.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-1.0 + summary: Get taskTriggers from print + description: A list of task triggers that are associated with the printer. operationId: print.printer_GetTaskTrigger parameters: - name: printer-id @@ -2577,11 +2535,7 @@ paths: delete: tags: - print.printer - 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-1.0 + summary: Delete navigation property taskTriggers for print operationId: print.printer_DeleteTaskTrigger parameters: - name: printer-id @@ -2710,7 +2664,7 @@ paths: description: 'Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta operationId: print.printer_create requestBody: description: Action parameters @@ -2955,11 +2909,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get allowedGroups from print + description: The groups whose users have access to print using the printer. operationId: print.printerShare_ListAllowedGroup parameters: - name: printerShare-id @@ -3024,11 +2975,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedGroups for print operationId: print.printerShare.allowedGroup_DeleteGroupGraphBPreRef parameters: - name: printerShare-id @@ -3206,11 +3153,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get ref of allowedGroups from print + description: The groups whose users have access to print using the printer. operationId: print.printerShare_ListAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3254,11 +3198,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property ref to allowedGroups for print operationId: print.printerShare_CreateAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3286,11 +3226,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedGroups for print operationId: print.printerShare_DeleteAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3331,11 +3267,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get allowedUsers from print + description: The users who have access to print using the printer. operationId: print.printerShare_ListAllowedUser parameters: - name: printerShare-id @@ -3400,11 +3333,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedUsers for print operationId: print.printerShare.allowedUser_DeleteUserGraphBPreRef parameters: - name: printerShare-id @@ -3685,11 +3614,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get ref of allowedUsers from print + description: The users who have access to print using the printer. operationId: print.printerShare_ListAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -3733,11 +3659,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property ref to allowedUsers for print operationId: print.printerShare_CreateAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -3765,11 +3687,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedUsers for print operationId: print.printerShare_DeleteAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -4444,7 +4362,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta operationId: print.printerShare.job.document_createUploadSession parameters: - name: printerShare-id @@ -4543,7 +4461,7 @@ paths: description: 'Abort a print job. Only applications using application permissions can abort a print job. Aborting 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-abort?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta operationId: print.printerShare.job_abort parameters: - name: printerShare-id @@ -4595,7 +4513,7 @@ paths: description: 'Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta operationId: print.printerShare.job_cancel parameters: - name: printerShare-id @@ -4669,7 +4587,7 @@ paths: description: 'Redirect a print job to a different printer. Redirecting 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 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/printjob-redirect?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta operationId: print.printerShare.job_redirect parameters: - name: printerShare-id @@ -5360,11 +5278,8 @@ paths: get: tags: - print.printService - 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 + summary: Get services from print + description: The list of available Universal Print service endpoints. operationId: print_ListService parameters: - $ref: '#/components/parameters/top' @@ -5437,11 +5352,8 @@ paths: get: tags: - print.printService - 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 + summary: Get services from print + description: The list of available Universal Print service endpoints. operationId: print_GetService parameters: - name: printService-id @@ -5543,11 +5455,8 @@ paths: get: tags: - print.printService - 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-1.0 + summary: Get endpoints from print + description: Endpoints that can be used to access the service. Read-only. Nullable. operationId: print.service_ListEndpoint parameters: - name: printService-id @@ -5637,11 +5546,8 @@ paths: get: tags: - print.printService - 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 + summary: Get endpoints from print + description: Endpoints that can be used to access the service. Read-only. Nullable. operationId: print.service_GetEndpoint parameters: - name: printService-id @@ -5803,11 +5709,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get shares from print + description: The list of printer shares registered in the tenant. operationId: print_ListShare parameters: - $ref: '#/components/parameters/top' @@ -5857,11 +5760,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property to shares for print operationId: print_CreateShare requestBody: description: New navigation property @@ -5884,11 +5783,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get shares from print + description: The list of printer shares registered in the tenant. operationId: print_GetShare parameters: - name: printerShare-id @@ -5932,11 +5828,7 @@ paths: patch: tags: - print.printerShare - 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 + summary: Update the navigation property shares in print operationId: print_UpdateShare parameters: - name: printerShare-id @@ -5967,11 +5859,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete navigation property shares for print operationId: print_DeleteShare parameters: - name: printerShare-id @@ -5998,11 +5886,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get allowedGroups from print + description: The groups whose users have access to print using the printer. operationId: print.share_ListAllowedGroup parameters: - name: printerShare-id @@ -6061,11 +5946,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedGroups for print operationId: print.share.allowedGroup_DeleteGroupGraphBPreRef parameters: - name: printerShare-id @@ -6219,11 +6100,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get ref of allowedGroups from print + description: The groups whose users have access to print using the printer. operationId: print.share_ListAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -6261,11 +6139,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property ref to allowedGroups for print operationId: print.share_CreateAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -6287,11 +6161,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedGroups for print operationId: print.share_DeleteAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -6326,11 +6196,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get allowedUsers from print + description: The users who have access to print using the printer. operationId: print.share_ListAllowedUser parameters: - name: printerShare-id @@ -6389,11 +6256,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedUsers for print operationId: print.share.allowedUser_DeleteUserGraphBPreRef parameters: - name: printerShare-id @@ -6638,11 +6501,8 @@ paths: get: tags: - print.printerShare - 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-1.0 + summary: Get ref of allowedUsers from print + description: The users who have access to print using the printer. operationId: print.share_ListAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -6680,11 +6540,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property ref to allowedUsers for print operationId: print.share_CreateAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -6706,11 +6562,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedUsers for print operationId: print.share_DeleteAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -7307,7 +7159,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta operationId: print.share.job.document_createUploadSession parameters: - name: printerShare-id @@ -7394,7 +7246,7 @@ paths: description: 'Abort a print job. Only applications using application permissions can abort a print job. Aborting 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-abort?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta operationId: print.share.job_abort parameters: - name: printerShare-id @@ -7440,7 +7292,7 @@ paths: description: 'Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta operationId: print.share.job_cancel parameters: - name: printerShare-id @@ -7508,7 +7360,7 @@ paths: description: 'Redirect a print job to a different printer. Redirecting 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 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/printjob-redirect?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta operationId: print.share.job_redirect parameters: - name: printerShare-id @@ -8121,11 +7973,7 @@ paths: get: tags: - print.printTaskDefinition - 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 + summary: Get taskDefinitions from print operationId: print_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -8175,11 +8023,7 @@ paths: post: tags: - print.printTaskDefinition - 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-1.0 + summary: Create new navigation property to taskDefinitions for print operationId: print_CreateTaskDefinition requestBody: description: New navigation property @@ -8202,11 +8046,7 @@ paths: get: tags: - print.printTaskDefinition - 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-1.0 + summary: Get taskDefinitions from print operationId: print_GetTaskDefinition parameters: - name: printTaskDefinition-id @@ -8250,11 +8090,7 @@ paths: patch: tags: - print.printTaskDefinition - 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-1.0 + summary: Update the navigation property taskDefinitions in print operationId: print_UpdateTaskDefinition parameters: - name: printTaskDefinition-id @@ -8285,11 +8121,7 @@ paths: delete: tags: - print.printTaskDefinition - 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-1.0 + summary: Delete navigation property taskDefinitions for print operationId: print_DeleteTaskDefinition parameters: - name: printTaskDefinition-id @@ -8316,11 +8148,8 @@ paths: get: tags: - print.printTaskDefinition - 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 + 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. operationId: print.taskDefinition_ListTask parameters: - name: printTaskDefinition-id @@ -8410,11 +8239,8 @@ paths: get: tags: - print.printTaskDefinition - 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-1.0 + 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. operationId: print.taskDefinition_GetTask parameters: - name: printTaskDefinition-id @@ -8466,11 +8292,7 @@ paths: patch: tags: - print.printTaskDefinition - 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-1.0 + summary: Update the navigation property tasks in print operationId: print.taskDefinition_UpdateTask parameters: - name: printTaskDefinition-id @@ -10861,6 +10683,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -11998,7 +11826,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -13924,7 +13752,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -14214,6 +14042,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14297,6 +14172,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -15294,6 +15175,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -15304,7 +15186,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -17146,13 +17028,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -17599,7 +17481,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -17801,7 +17683,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -20271,6 +20153,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -22908,7 +22834,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -22917,19 +22843,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -22937,19 +22863,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -22957,12 +22883,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -22979,13 +22905,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -24008,11 +23934,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -24028,13 +23954,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -25461,6 +25387,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.sharePointIdentitySet: allOf: @@ -29850,7 +29778,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -33094,6 +33022,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 42959ed979..af9d405af9 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -4857,6 +4857,246 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get managedAppLogCollectionRequests from deviceAppManagement + description: Zero or more log collection requests triggered for the app. + operationId: deviceAppManagement.managedAppRegistration_ListManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.managedAppLogCollectionRequestCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Create new navigation property to managedAppLogCollectionRequests for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_CreateManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get managedAppLogCollectionRequests from deviceAppManagement + description: Zero or more log collection requests triggered for the app. + operationId: deviceAppManagement.managedAppRegistration_GetManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppLogCollectionRequest-id + in: path + description: The unique identifier of managedAppLogCollectionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppLogCollectionRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppRegistration + summary: Update the navigation property managedAppLogCollectionRequests in deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_UpdateManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppLogCollectionRequest-id + in: path + description: The unique identifier of managedAppLogCollectionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppLogCollectionRequest + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppRegistration + summary: Delete navigation property managedAppLogCollectionRequests for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_DeleteManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppLogCollectionRequest-id + in: path + description: The unique identifier of managedAppLogCollectionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppLogCollectionRequest + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppRegistration.managedAppLogCollectionRequest_GetCount + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations': get: tags: @@ -42569,6 +42809,109 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get deploymentSummary from deviceAppManagement + description: Navigation property to deployment summary of the configuration. + operationId: deviceAppManagement.windowsManagedAppProtection_GetDeploymentSummary + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Update the navigation property deploymentSummary in deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_UpdateDeploymentSummary + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Delete navigation property deploymentSummary for deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_DeleteDeploymentSummary + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/microsoft.graph.assign': post: tags: @@ -48848,13 +49191,15 @@ components: type: string description: 'Semicolon seperated list of device models allowed, as a string, for the managed app to work.' nullable: true + appActionIfAccountIsClockedOut: + $ref: '#/components/schemas/microsoft.graph.managedAppRemediationAction' appActionIfIosDeviceModelNotAllowed: $ref: '#/components/schemas/microsoft.graph.managedAppRemediationAction' appDataEncryptionType: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string - description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: A custom browser protocol to open weblink on iOS. nullable: true customDialerAppProtocol: type: string @@ -49044,6 +49389,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -49053,6 +49404,53 @@ components: additionalProperties: type: object description: The ManagedAppEntity is the base entity type for all other entity types under app management workflow. + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -51411,6 +51809,8 @@ components: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. x-ms-navigationProperty: true + deploymentSummary: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' additionalProperties: type: object description: Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on a Windows device @@ -53059,6 +53459,50 @@ components: - value: androidFactoryRomModified description: The app registration is running on an Android device on which the factory ROM has been modified. name: androidFactoryRomModified + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mimeContent: title: mimeContent type: object @@ -54081,7 +54525,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 @@ -56263,6 +56707,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -57630,6 +58080,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequestCollectionResponse: + title: Collection of managedAppLogCollectionRequest + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.managedAppOperationCollectionResponse: title: Collection of managedAppOperation type: object @@ -59190,25 +59653,25 @@ components: modelAsString: false values: - value: none - description: Default. No platform type specified. + description: Indicates the settings contained in this configuration don't have a platform set. name: none - value: android - description: Settings for Android platform. + description: 'Indicates that the settings contained in associated configuration applies to the Android operating system. ' name: android - value: iOS - description: Settings for iOS platform. + description: Indicates that the settings contained in associated configuration applies to the iOS operating system. name: iOS - value: macOS - description: Settings for MacOS platform. + description: Indicates that the settings contained in associated configuration applies to the MacOS operating system. name: macOS - value: windows10X - description: Windows 10 X. + description: Indicates that the settings contained in associated configuration applies to the Windows 10X operating system. name: windows10X - value: windows10 - description: Settings for Windows 10 platform. + description: Indicates that the settings contained in associated configuration applies to the Windows 10 operating system. name: windows10 - value: linux - description: Settings for Linux platform. + description: Indicates that the settings contained in associated configuration applies to the Linux operating system. name: linux - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. @@ -61427,7 +61890,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -61579,7 +62042,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -62979,6 +63442,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -62989,7 +63453,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -65574,13 +66038,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -65805,7 +66269,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -66007,7 +66471,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -68038,7 +68502,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -68047,19 +68511,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -68067,19 +68531,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -68087,12 +68551,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -68109,13 +68573,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -68752,11 +69216,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -70028,11 +70492,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -70048,13 +70512,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -71270,6 +71734,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.sharePointIdentitySet: allOf: @@ -75063,7 +75529,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -78677,6 +79143,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object @@ -80093,6 +80560,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistrationCollectionResponse' + microsoft.graph.managedAppLogCollectionRequestCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequestCollectionResponse' microsoft.graph.managedAppOperationCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Devices.ServiceAnnouncement.yml b/openApiDocs/beta/Devices.ServiceAnnouncement.yml index 4a9d632b6e..b1a14f52a1 100644 --- a/openApiDocs/beta/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/beta/Devices.ServiceAnnouncement.yml @@ -14,7 +14,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_publish parameters: - name: browserSiteList-id @@ -137,11 +137,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_ListHealthOverview parameters: - $ref: '#/components/parameters/top' @@ -214,11 +211,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_GetHealthOverview parameters: - name: serviceHealth-id @@ -539,6 +533,10 @@ paths: tags: - 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 @@ -614,11 +612,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_ListIssue parameters: - $ref: '#/components/parameters/top' @@ -691,11 +686,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_GetIssue parameters: - name: serviceHealthIssue-id @@ -798,6 +790,10 @@ paths: tags: - 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.issue_incidentReport parameters: - name: serviceHealthIssue-id @@ -843,11 +839,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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-1.0 + 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.' operationId: admin.serviceAnnouncement_ListMessage parameters: - $ref: '#/components/parameters/top' @@ -920,11 +913,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_GetMessage parameters: - name: serviceUpdateMessage-id @@ -1026,11 +1016,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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-1.0 + summary: Get attachments from admin + description: A collection of serviceAnnouncementAttachments. operationId: admin.serviceAnnouncement.message_ListAttachment parameters: - name: serviceUpdateMessage-id @@ -1120,11 +1107,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + summary: Get attachments from admin + description: A collection of serviceAnnouncementAttachments. operationId: admin.serviceAnnouncement.message_GetAttachment parameters: - name: serviceUpdateMessage-id @@ -1252,9 +1236,6 @@ paths: - admin.serviceAnnouncement summary: Get content for the navigation property attachments from admin description: The attachment content. - 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_GetAttachmentsContent parameters: - name: serviceUpdateMessage-id @@ -1353,9 +1334,6 @@ paths: - admin.serviceAnnouncement summary: Get attachmentsArchive for the navigation property messages from admin description: The zip file of all attachments for a message. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_GetMessagesAttachmentsArchive parameters: - name: serviceUpdateMessage-id @@ -1428,7 +1406,7 @@ paths: description: Archive a list of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_archive requestBody: description: Action parameters @@ -1470,7 +1448,7 @@ paths: description: Change the status of a list of serviceUpdateMessages to favorite for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_favorite requestBody: description: Action parameters @@ -1512,7 +1490,7 @@ paths: description: Mark a list of serviceUpdateMessages as read for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_markRead requestBody: description: Action parameters @@ -1554,7 +1532,7 @@ paths: description: Mark a list of serviceUpdateMessages as unread for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_markUnread requestBody: description: Action parameters @@ -1596,7 +1574,7 @@ paths: description: Unarchive a list of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_unarchive requestBody: description: Action parameters @@ -1638,7 +1616,7 @@ paths: description: Remove the favorite status of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_unfavorite requestBody: description: Action parameters @@ -1680,7 +1658,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_addMember parameters: - name: deploymentAudience-id @@ -1727,7 +1705,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_addMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -1778,7 +1756,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_removeMember parameters: - name: deploymentAudience-id @@ -1825,7 +1803,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_removeMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -2032,7 +2010,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_addMember parameters: - name: deploymentAudience-id @@ -2079,7 +2057,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_addMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -2130,7 +2108,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_removeMember parameters: - name: deploymentAudience-id @@ -2177,7 +2155,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_removeMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -2384,7 +2362,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object, if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. If all updatableAsset objects are the same type, you can also use the method updateAudienceById to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta operationId: admin.window.update.deploymentAudience_updateAudience parameters: - name: deploymentAudience-id @@ -2435,7 +2413,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. You can also use the method updateAudience to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience_updateAudienceGraphBPreId parameters: - name: deploymentAudience-id @@ -2493,7 +2471,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_addMember parameters: - name: deployment-id @@ -2540,7 +2518,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_addMembersGraphBPreId parameters: - name: deployment-id @@ -2591,7 +2569,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_removeMember parameters: - name: deployment-id @@ -2638,7 +2616,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_removeMembersGraphBPreId parameters: - name: deployment-id @@ -2845,7 +2823,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_addMember parameters: - name: deployment-id @@ -2892,7 +2870,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_addMembersGraphBPreId parameters: - name: deployment-id @@ -2943,7 +2921,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_removeMember parameters: - name: deployment-id @@ -2990,7 +2968,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_removeMembersGraphBPreId parameters: - name: deployment-id @@ -3197,7 +3175,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object, if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. If all updatableAsset objects are the same type, you can also use the method updateAudienceById to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta operationId: admin.window.update.deployment.audience_updateAudience parameters: - name: deployment-id @@ -3248,7 +3226,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. You can also use the method updateAudience to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience_updateAudienceGraphBPreId parameters: - name: deployment-id @@ -3303,6 +3281,10 @@ paths: tags: - admin.Functions summary: Invoke function getKnownIssuesByTimeRange + description: Get known issues related to a particular product based on a specified timeframe in the past. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta operationId: admin.window.update.product_getKnownIssuesGraphBPreTimeRange parameters: - name: product-id @@ -3549,7 +3531,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.updatableAsset_addMember parameters: - name: updatableAsset-id @@ -3588,7 +3570,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.updatableAsset_addMembersGraphBPreId parameters: - name: updatableAsset-id @@ -3631,7 +3613,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.updatableAsset_removeMember parameters: - name: updatableAsset-id @@ -3670,7 +3652,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.updatableAsset_removeMembersGraphBPreId parameters: - name: updatableAsset-id @@ -3833,7 +3815,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_addMember parameters: - name: updatePolicy-id @@ -3880,7 +3862,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_addMembersGraphBPreId parameters: - name: updatePolicy-id @@ -3931,7 +3913,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_removeMember parameters: - name: updatePolicy-id @@ -3978,7 +3960,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_removeMembersGraphBPreId parameters: - name: updatePolicy-id @@ -4185,7 +4167,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_addMember parameters: - name: updatePolicy-id @@ -4232,7 +4214,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_addMembersGraphBPreId parameters: - name: updatePolicy-id @@ -4283,7 +4265,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_removeMember parameters: - name: updatePolicy-id @@ -4330,7 +4312,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_removeMembersGraphBPreId parameters: - name: updatePolicy-id @@ -4537,7 +4519,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object, if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. If all updatableAsset objects are the same type, you can also use the method updateAudienceById to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience_updateAudience parameters: - name: updatePolicy-id @@ -4588,7 +4570,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. You can also use the method updateAudience to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience_updateAudienceGraphBPreId parameters: - name: updatePolicy-id @@ -5635,11 +5617,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DirectoryObjects.yml b/openApiDocs/beta/DirectoryObjects.yml index f27a8e3618..223947fbe2 100644 --- a/openApiDocs/beta/DirectoryObjects.yml +++ b/openApiDocs/beta/DirectoryObjects.yml @@ -97,7 +97,7 @@ paths: description: Retrieve the properties and relationships of a directoryObject object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta operationId: directoryObject_GetDirectoryObject parameters: - name: directoryObject-id @@ -176,7 +176,7 @@ paths: description: 'Delete a directory object, for example, a group, user, application, or service principal.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta operationId: directoryObject_DeleteDirectoryObject parameters: - name: directoryObject-id @@ -207,7 +207,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: directoryObject_checkMemberGroup parameters: - name: directoryObject-id @@ -315,7 +315,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: directoryObject_getMemberGroup parameters: - name: directoryObject-id @@ -423,7 +423,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: directoryObject_restore parameters: - name: directoryObject-id @@ -473,6 +473,10 @@ paths: tags: - directoryObjects.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: directoryObject_delta parameters: - $ref: '#/components/parameters/top' @@ -545,7 +549,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: directoryObject_getGraphBPreId requestBody: description: Action parameters @@ -598,7 +602,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: directoryObject_getUserOwnedObject requestBody: description: Action parameters @@ -634,7 +638,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: directoryObject_validateProperty requestBody: description: Action parameters diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 826dc9a779..2d551ac85f 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -69,11 +69,7 @@ paths: get: tags: - education.educationClass - 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-1.0 + summary: Get classes from education operationId: education_ListClass parameters: - $ref: '#/components/parameters/top' @@ -123,11 +119,7 @@ paths: post: tags: - education.educationClass - 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-1.0 + summary: Create new navigation property to classes for education operationId: education_CreateClass requestBody: description: New navigation property @@ -150,11 +142,7 @@ paths: get: tags: - education.educationClass - 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 + summary: Get classes from education operationId: education_GetClass parameters: - name: educationClass-id @@ -198,11 +186,7 @@ paths: patch: tags: - education.educationClass - 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-1.0 + summary: Update the navigation property classes in education operationId: education_UpdateClass parameters: - name: educationClass-id @@ -233,11 +217,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property classes for education operationId: education_DeleteClass parameters: - name: educationClass-id @@ -264,11 +244,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignmentCategories from education + description: All categories associated with this class. Nullable. operationId: education.class_ListAssignmentCategory parameters: - name: educationClass-id @@ -326,11 +303,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property to assignmentCategories for education operationId: education.class_CreateAssignmentCategory parameters: - name: educationClass-id @@ -362,11 +335,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignmentCategories from education + description: All categories associated with this class. Nullable. operationId: education.class_GetAssignmentCategory parameters: - name: educationClass-id @@ -457,11 +427,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property assignmentCategories for education operationId: education.class_DeleteAssignmentCategory parameters: - name: educationClass-id @@ -519,6 +485,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without performing a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta operationId: education.class.assignmentCategory_delta parameters: - name: educationClass-id @@ -595,11 +565,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignmentDefaults from education + description: Specifies class-level defaults respected by new assignments created in the class. operationId: education.class_GetAssignmentDefault parameters: - name: educationClass-id @@ -643,11 +610,7 @@ paths: patch: tags: - education.educationClass - 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 + summary: Update the navigation property assignmentDefaults in education operationId: education.class_UpdateAssignmentDefault parameters: - name: educationClass-id @@ -705,11 +668,8 @@ paths: get: tags: - education.educationClass - 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-1.0 + summary: Get assignments from education + description: All assignments associated with this class. Nullable. operationId: education.class_ListAssignment parameters: - name: educationClass-id @@ -767,11 +727,7 @@ paths: post: tags: - education.educationClass - 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-1.0 + summary: Create new navigation property to assignments for education operationId: education.class_CreateAssignment parameters: - name: educationClass-id @@ -803,11 +759,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignments from education + description: All assignments associated with this class. Nullable. operationId: education.class_GetAssignment parameters: - name: educationClass-id @@ -859,11 +812,7 @@ paths: patch: tags: - education.educationClass - 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-1.0 + summary: Update the navigation property assignments in education operationId: education.class_UpdateAssignment parameters: - name: educationClass-id @@ -902,11 +851,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property assignments for education operationId: education.class_DeleteAssignment parameters: - name: educationClass-id @@ -941,11 +886,8 @@ paths: get: tags: - education.educationClass - summary: List categories - description: 'List all categories for an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.class.assignment_ListCategory parameters: - name: educationClass-id @@ -1124,11 +1066,8 @@ paths: get: tags: - education.educationClass - summary: List categories - description: 'List all categories for an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get ref of categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.class.assignment_ListCategoryGraphBPreRef parameters: - name: educationClass-id @@ -1248,6 +1187,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without performing a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta operationId: education.class.assignment.category_delta parameters: - name: educationClass-id @@ -1443,7 +1386,7 @@ paths: description: Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta operationId: education.class.assignment_activate parameters: - name: educationClass-id @@ -1480,7 +1423,7 @@ paths: description: Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta operationId: education.class.assignment_deactivate parameters: - name: educationClass-id @@ -1517,7 +1460,7 @@ paths: description: 'Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. When you call this API, educationSubmission objects are created and the assignment appears in the student''s list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. To update the properties of a published assignment, see update an assignment.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta operationId: education.class.assignment_publish parameters: - name: educationClass-id @@ -1554,7 +1497,7 @@ paths: description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta operationId: education.class.assignment_setUpFeedbackResourcesFolder parameters: - name: educationClass-id @@ -1591,7 +1534,7 @@ paths: description: Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta operationId: education.class.assignment_setUpResourcesFolder parameters: - name: educationClass-id @@ -1624,11 +1567,8 @@ paths: get: tags: - education.educationClass - summary: List assignment resources - description: 'Get all the educationAssignmentResource objects for an assignment. 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/educationassignment-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.class.assignment_ListResource parameters: - name: educationClass-id @@ -1694,11 +1634,7 @@ paths: post: tags: - education.educationClass - summary: Create educationAssignmentResource - description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.class.assignment_CreateResource parameters: - name: educationClass-id @@ -1738,11 +1674,8 @@ paths: get: tags: - education.educationClass - summary: Get educationAssignmentResource - description: 'Get the properties of an education assignment resource associated with an assignment. 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/educationassignmentresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.class.assignment_GetResource parameters: - name: educationClass-id @@ -1849,11 +1782,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationAssignmentResource - description: 'Delete a specific educationAssignmentResource attached to an assignment. Only teachers in the class can remove a resource. After an assignment has been published to students, teachers can''t remove resources that are marked as ''distributeToStudents''.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.class.assignment_DeleteResource parameters: - name: educationClass-id @@ -2260,11 +2189,8 @@ paths: get: tags: - education.educationClass - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.class.assignment_GetRubric parameters: - name: educationClass-id @@ -2316,11 +2242,7 @@ paths: patch: tags: - education.educationClass - summary: Attach educationRubric to an educationAssignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the navigation property rubric in education operationId: education.class.assignment_UpdateRubric parameters: - name: educationClass-id @@ -2359,11 +2281,7 @@ paths: delete: tags: - education.educationClass - summary: Remove educationRubric from educationAssignment - description: Delete an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete navigation property rubric for education operationId: education.class.assignment_DeleteRubric parameters: - name: educationClass-id @@ -2398,11 +2316,8 @@ paths: get: tags: - education.educationClass - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get ref of rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.class.assignment_GetRubricGraphBPreRef parameters: - name: educationClass-id @@ -2434,11 +2349,7 @@ paths: put: tags: - education.educationClass - summary: Attach educationRubric to an educationAssignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the ref of navigation property rubric in education operationId: education.class.assignment_SetRubricGraphBPreRef parameters: - name: educationClass-id @@ -2468,11 +2379,7 @@ paths: delete: tags: - education.educationClass - summary: Remove educationRubric from educationAssignment - description: Delete an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete ref of navigation property rubric for education operationId: education.class.assignment_DeleteRubricGraphBPreRef parameters: - name: educationClass-id @@ -2507,11 +2414,8 @@ paths: get: tags: - education.educationClass - summary: List submissions - description: 'List all the submission objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions, a student can only get submissions that they''re associated with. Provide the header Prefer: include-unknown-enum-members to properly list submissions with the reassigned status. For details, see the examples section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there is a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.class.assignment_ListSubmission parameters: - name: educationClass-id @@ -2617,11 +2521,8 @@ paths: get: tags: - education.educationClass - summary: Get educationSubmission - description: 'Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student''s work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. Provide the header Prefer: include-unknown-enum-members to properly list submissions with the reassigned status. For details, see the examples section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there is a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.class.assignment_GetSubmission parameters: - name: educationClass-id @@ -2775,7 +2676,7 @@ paths: 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 retains the excused status. Otherwise, the submission status changes to returned. 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 + url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta operationId: education.class.assignment.submission_excuse parameters: - name: educationClass-id @@ -2820,7 +2721,7 @@ paths: description: 'Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta operationId: education.class.assignment.submission_reassign parameters: - name: educationClass-id @@ -2865,7 +2766,7 @@ paths: description: Make the grade and feedback associated with this submission available to the student. This will change the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta operationId: education.class.assignment.submission_return parameters: - name: educationClass-id @@ -2910,7 +2811,7 @@ paths: description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta operationId: education.class.assignment.submission_setUpResourcesFolder parameters: - name: educationClass-id @@ -2955,7 +2856,7 @@ paths: description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta operationId: education.class.assignment.submission_submit parameters: - name: educationClass-id @@ -3000,7 +2901,7 @@ paths: description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta operationId: education.class.assignment.submission_unsubmit parameters: - name: educationClass-id @@ -3041,11 +2942,7 @@ paths: get: tags: - education.educationClass - summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 + summary: Get outcomes from education operationId: education.class.assignment.submission_ListOutcome parameters: - name: educationClass-id @@ -3119,11 +3016,7 @@ paths: post: tags: - education.educationClass - summary: Create educationFeedbackResourceOutcome - description: 'Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0 + summary: Create new navigation property to outcomes for education operationId: education.class.assignment.submission_CreateOutcome parameters: - name: educationClass-id @@ -3239,11 +3132,7 @@ paths: patch: tags: - education.educationClass - summary: Update educationOutcome - description: Update the properties of an educationOutcome object. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0 + summary: Update the navigation property outcomes in education operationId: education.class.assignment.submission_UpdateOutcome parameters: - name: educationClass-id @@ -3298,11 +3187,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationFeedbackResourceOutcome - description: Delete a feedback resource from a submission. This can only be done by a teacher. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 + summary: Delete navigation property outcomes for education operationId: education.class.assignment.submission_DeleteOutcome parameters: - name: educationClass-id @@ -3391,11 +3276,7 @@ paths: get: tags: - education.educationClass - summary: List submission resources - description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if the resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 + summary: Get resources from education operationId: education.class.assignment.submission_ListResource parameters: - name: educationClass-id @@ -3469,11 +3350,7 @@ paths: post: tags: - education.educationClass - summary: Create educationSubmissionResource - description: 'Add a educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.class.assignment.submission_CreateResource parameters: - name: educationClass-id @@ -3521,11 +3398,7 @@ paths: get: tags: - education.educationClass - summary: Get educationSubmissionResource - description: 'Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the ''working'' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 + summary: Get resources from education operationId: education.class.assignment.submission_GetResource parameters: - name: educationClass-id @@ -3648,11 +3521,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationSubmissionResource - description: 'Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to ''reset'' the resource to its original state. If the resource wasn''t copied from the assignment but was added from the student, the resource is deleted.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.class.assignment.submission_DeleteResource parameters: - name: educationClass-id @@ -4892,6 +4761,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly-created or updated assignments without reading the entire collection. 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/educationassignment-delta?view=graph-rest-beta operationId: education.class.assignment_delta parameters: - name: educationClass-id @@ -4968,11 +4841,8 @@ paths: get: tags: - education.educationClass - 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-1.0 + summary: Get assignmentSettings from education + description: Specifies class-level assignments settings. operationId: education.class_GetAssignmentSetting parameters: - name: educationClass-id @@ -5016,11 +4886,7 @@ paths: patch: tags: - education.educationClass - 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 + summary: Update the navigation property assignmentSettings in education operationId: education.class_UpdateAssignmentSetting parameters: - name: educationClass-id @@ -5267,11 +5133,7 @@ paths: patch: tags: - education.educationClass - summary: Update gradingCategory - description: Update a single gradingCategory on the educationAssignmentSettings. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0 + summary: Update the navigation property gradingCategories in education operationId: education.class.assignmentSetting_UpdateGradingCategory parameters: - name: educationClass-id @@ -5367,8 +5229,7 @@ paths: get: tags: - education.educationClass - summary: Get educationGradingScheme - description: Read the properties and relationships of an educationGradingScheme object. + summary: Get gradingSchemes from education operationId: education.class.assignmentSetting_ListGradingScheme parameters: - name: educationClass-id @@ -5426,11 +5287,7 @@ paths: post: tags: - education.educationClass - summary: Create educationGradingScheme - description: Create a new educationGradingScheme object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-1.0 + summary: Create new navigation property to gradingSchemes for education operationId: education.class.assignmentSetting_CreateGradingScheme parameters: - name: educationClass-id @@ -5462,11 +5319,7 @@ paths: get: tags: - education.educationClass - summary: Get educationGradingScheme - description: Read the properties and relationships of an educationGradingScheme object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-1.0 + summary: Get gradingSchemes from education operationId: education.class.assignmentSetting_GetGradingScheme parameters: - name: educationClass-id @@ -5557,11 +5410,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationGradingScheme - description: Delete an educationGradingScheme object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-1.0 + summary: Delete navigation property gradingSchemes for education operationId: education.class.assignmentSetting_DeleteGradingScheme parameters: - name: educationClass-id @@ -5618,11 +5467,7 @@ paths: get: tags: - education.educationClass - 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-1.0 + summary: Get group from education operationId: education.class_GetGroup parameters: - name: educationClass-id @@ -5748,11 +5593,8 @@ paths: get: tags: - education.educationClass - 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-1.0 + summary: Get members from education + description: All users in the class. Nullable. operationId: education.class_ListMember parameters: - name: educationClass-id @@ -5811,11 +5653,7 @@ paths: delete: tags: - education.educationClass - 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-1.0 + summary: Delete ref of navigation property members for education operationId: education.class.member_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -5872,11 +5710,8 @@ paths: get: tags: - education.educationClass - 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-1.0 + summary: Get ref of members from education + description: All users in the class. Nullable. operationId: education.class_ListMemberGraphBPreRef parameters: - name: educationClass-id @@ -5914,11 +5749,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property ref to members for education operationId: education.class_CreateMemberGraphBPreRef parameters: - name: educationClass-id @@ -5940,11 +5771,7 @@ paths: delete: tags: - education.educationClass - 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-1.0 + summary: Delete ref of navigation property members for education operationId: education.class_DeleteMemberGraphBPreRef parameters: - name: educationClass-id @@ -5979,11 +5806,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get modules from education + description: All modules in the class. Nullable. operationId: education.class_ListModule parameters: - name: educationClass-id @@ -6041,11 +5865,7 @@ paths: post: tags: - education.educationClass - 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-1.0 + summary: Create new navigation property to modules for education operationId: education.class_CreateModule parameters: - name: educationClass-id @@ -6077,11 +5897,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get modules from education + description: All modules in the class. Nullable. operationId: education.class_GetModule parameters: - name: educationClass-id @@ -6133,11 +5950,7 @@ paths: patch: tags: - education.educationClass - 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-1.0 + summary: Update the navigation property modules in education operationId: education.class_UpdateModule parameters: - name: educationClass-id @@ -6176,11 +5989,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property modules for education operationId: education.class_DeleteModule parameters: - name: educationClass-id @@ -6219,7 +6028,7 @@ paths: description: Pin an educationModule in the class work list. This action sets the isPinned property to true for an educationModule. Only teachers can perform this action and only one module at a time can be pinned in the class work list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta operationId: education.class.module_pin parameters: - name: educationClass-id @@ -6256,7 +6065,7 @@ paths: description: 'Change the state of an educationModule from its original draft status to the published status. Only teachers in the class can perform this operation. When a module is in draft status, students won''t see the module. When you call this API, the module appears in the student''s class work list.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta operationId: education.class.module_publish parameters: - name: educationClass-id @@ -6293,7 +6102,7 @@ paths: description: Create a SharePoint folder to upload files for a given educationModule. Only teachers can perform this operation. The teacher determines what resources to upload to the SharePoint folder for the module. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta operationId: education.class.module_setUpResourcesFolder parameters: - name: educationClass-id @@ -6330,7 +6139,7 @@ paths: description: Unpin an educationModule in the classwork list. This action sets the isPinned property to false for an educationModule. Only teachers in the class can perform this operation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta operationId: education.class.module_unpin parameters: - name: educationClass-id @@ -6363,11 +6172,8 @@ paths: get: tags: - education.educationClass - summary: List module resources - description: 'Get all the educationModuleResource objects associated with a module. 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/educationmodule-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this module. Only teachers can modify this list. Nullable. operationId: education.class.module_ListResource parameters: - name: educationClass-id @@ -6433,11 +6239,7 @@ paths: post: tags: - education.educationClass - summary: Create educationModuleResource - description: 'Create a resource in a module. Only teachers can perform this operation. You can create the following types of module resources: Every resource has an @odata.type property to indicate which type of resource is being created. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.class.module_CreateResource parameters: - name: educationClass-id @@ -6477,11 +6279,8 @@ paths: get: tags: - education.educationClass - summary: Get educationModuleResource - description: 'Get the properties of a resource associated with a module. 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/educationmoduleresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this module. Only teachers can modify this list. Nullable. operationId: education.class.module_GetResource parameters: - name: educationClass-id @@ -6541,11 +6340,7 @@ paths: patch: tags: - education.educationClass - summary: Update educationModuleResource - description: 'Update a resource in a module. Only teachers can perform this operation. The only one property that can be updated is displayName, for all resource types.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0 + summary: Update the navigation property resources in education operationId: education.class.module_UpdateResource parameters: - name: educationClass-id @@ -6592,11 +6387,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationModuleResource - description: Delete a specific educationModuleResource attached to a module. Only teachers in the class can remove a resource. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.class.module_DeleteResource parameters: - name: educationClass-id @@ -6691,11 +6482,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get schools from education + description: All schools that this class is associated with. Nullable. operationId: education.class_ListSchool parameters: - name: educationClass-id @@ -6830,11 +6618,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get teachers from education + description: All teachers in the class. Nullable. operationId: education.class_ListTeacher parameters: - name: educationClass-id @@ -6893,11 +6678,7 @@ paths: delete: tags: - education.educationClass - 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-1.0 + summary: Delete ref of navigation property teachers for education operationId: education.class.teacher_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -6954,11 +6735,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get ref of teachers from education + description: All teachers in the class. Nullable. operationId: education.class_ListTeacherGraphBPreRef parameters: - name: educationClass-id @@ -6996,11 +6774,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property ref to teachers for education operationId: education.class_CreateTeacherGraphBPreRef parameters: - name: educationClass-id @@ -7022,11 +6796,7 @@ paths: delete: tags: - education.educationClass - 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-1.0 + summary: Delete ref of navigation property teachers for education operationId: education.class_DeleteTeacherGraphBPreRef parameters: - name: educationClass-id @@ -7076,6 +6846,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: 'Get newly created or updated classes, including membership changes, without having to perform a full read of the entire class collection. See Use delta query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta operationId: education.class_delta parameters: - $ref: '#/components/parameters/top' @@ -7221,11 +6995,8 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get assignments from education + description: List of assignments for the user. Nullable. operationId: education.me_ListAssignment parameters: - $ref: '#/components/parameters/top' @@ -7401,11 +7172,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all categories for an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.me.assignment_ListCategory parameters: - name: educationAssignment-id @@ -7552,11 +7320,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all categories for an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get ref of categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.me.assignment_ListCategoryGraphBPreRef parameters: - name: educationAssignment-id @@ -7652,6 +7417,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without performing a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta operationId: education.me.assignment.category_delta parameters: - name: educationAssignment-id @@ -7823,7 +7592,7 @@ paths: description: Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta operationId: education.me.assignment_activate parameters: - name: educationAssignment-id @@ -7852,7 +7621,7 @@ paths: description: Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta operationId: education.me.assignment_deactivate parameters: - name: educationAssignment-id @@ -7881,7 +7650,7 @@ paths: description: 'Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. When you call this API, educationSubmission objects are created and the assignment appears in the student''s list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. To update the properties of a published assignment, see update an assignment.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta operationId: education.me.assignment_publish parameters: - name: educationAssignment-id @@ -7910,7 +7679,7 @@ paths: description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta operationId: education.me.assignment_setUpFeedbackResourcesFolder parameters: - name: educationAssignment-id @@ -7939,7 +7708,7 @@ paths: description: Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta operationId: education.me.assignment_setUpResourcesFolder parameters: - name: educationAssignment-id @@ -7964,11 +7733,8 @@ paths: get: tags: - education.educationUser - summary: List assignment resources - description: 'Get all the educationAssignmentResource objects for an assignment. 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/educationassignment-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.me.assignment_ListResource parameters: - name: educationAssignment-id @@ -8026,11 +7792,7 @@ paths: post: tags: - education.educationUser - summary: Create educationAssignmentResource - description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.me.assignment_CreateResource parameters: - name: educationAssignment-id @@ -8062,11 +7824,8 @@ paths: get: tags: - education.educationUser - summary: Get educationAssignmentResource - description: 'Get the properties of an education assignment resource associated with an assignment. 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/educationassignmentresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.me.assignment_GetResource parameters: - name: educationAssignment-id @@ -8157,11 +7916,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationAssignmentResource - description: 'Delete a specific educationAssignmentResource attached to an assignment. Only teachers in the class can remove a resource. After an assignment has been published to students, teachers can''t remove resources that are marked as ''distributeToStudents''.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.me.assignment_DeleteResource parameters: - name: educationAssignment-id @@ -8504,11 +8259,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.me.assignment_GetRubric parameters: - name: educationAssignment-id @@ -8552,11 +8304,7 @@ paths: patch: tags: - education.educationUser - summary: Attach educationRubric to an educationAssignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the navigation property rubric in education operationId: education.me.assignment_UpdateRubric parameters: - name: educationAssignment-id @@ -8587,11 +8335,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationRubric from educationAssignment - description: Delete an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete navigation property rubric for education operationId: education.me.assignment_DeleteRubric parameters: - name: educationAssignment-id @@ -8618,11 +8362,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get ref of rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.me.assignment_GetRubricGraphBPreRef parameters: - name: educationAssignment-id @@ -8646,11 +8387,7 @@ paths: put: tags: - education.educationUser - summary: Attach educationRubric to an educationAssignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the ref of navigation property rubric in education operationId: education.me.assignment_SetRubricGraphBPreRef parameters: - name: educationAssignment-id @@ -8672,11 +8409,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationRubric from educationAssignment - description: Delete an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete ref of navigation property rubric for education operationId: education.me.assignment_DeleteRubricGraphBPreRef parameters: - name: educationAssignment-id @@ -8703,11 +8436,8 @@ paths: get: tags: - education.educationUser - summary: List submissions - description: 'List all the submission objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions, a student can only get submissions that they''re associated with. Provide the header Prefer: include-unknown-enum-members to properly list submissions with the reassigned status. For details, see the examples section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there is a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.me.assignment_ListSubmission parameters: - name: educationAssignment-id @@ -8797,11 +8527,8 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmission - description: 'Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student''s work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. Provide the header Prefer: include-unknown-enum-members to properly list submissions with the reassigned status. For details, see the examples section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there is a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.me.assignment_GetSubmission parameters: - name: educationAssignment-id @@ -8931,7 +8658,7 @@ paths: 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 retains the excused status. Otherwise, the submission status changes to returned. 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 + url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta operationId: education.me.assignment.submission_excuse parameters: - name: educationAssignment-id @@ -8968,7 +8695,7 @@ paths: description: 'Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta operationId: education.me.assignment.submission_reassign parameters: - name: educationAssignment-id @@ -9005,7 +8732,7 @@ paths: description: Make the grade and feedback associated with this submission available to the student. This will change the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta operationId: education.me.assignment.submission_return parameters: - name: educationAssignment-id @@ -9042,7 +8769,7 @@ paths: description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta operationId: education.me.assignment.submission_setUpResourcesFolder parameters: - name: educationAssignment-id @@ -9079,7 +8806,7 @@ paths: description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta operationId: education.me.assignment.submission_submit parameters: - name: educationAssignment-id @@ -9116,7 +8843,7 @@ paths: description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta operationId: education.me.assignment.submission_unsubmit parameters: - name: educationAssignment-id @@ -9149,11 +8876,7 @@ paths: get: tags: - education.educationUser - summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 + summary: Get outcomes from education operationId: education.me.assignment.submission_ListOutcome parameters: - name: educationAssignment-id @@ -9219,11 +8942,7 @@ paths: post: tags: - education.educationUser - summary: Create educationFeedbackResourceOutcome - description: 'Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0 + summary: Create new navigation property to outcomes for education operationId: education.me.assignment.submission_CreateOutcome parameters: - name: educationAssignment-id @@ -9323,11 +9042,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationOutcome - description: Update the properties of an educationOutcome object. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0 + summary: Update the navigation property outcomes in education operationId: education.me.assignment.submission_UpdateOutcome parameters: - name: educationAssignment-id @@ -9374,11 +9089,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationFeedbackResourceOutcome - description: Delete a feedback resource from a submission. This can only be done by a teacher. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 + summary: Delete navigation property outcomes for education operationId: education.me.assignment.submission_DeleteOutcome parameters: - name: educationAssignment-id @@ -9451,11 +9162,7 @@ paths: get: tags: - education.educationUser - summary: List submission resources - description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if the resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 + summary: Get resources from education operationId: education.me.assignment.submission_ListResource parameters: - name: educationAssignment-id @@ -9521,11 +9228,7 @@ paths: post: tags: - education.educationUser - summary: Create educationSubmissionResource - description: 'Add a educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.me.assignment.submission_CreateResource parameters: - name: educationAssignment-id @@ -9565,11 +9268,7 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmissionResource - description: 'Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the ''working'' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 + summary: Get resources from education operationId: education.me.assignment.submission_GetResource parameters: - name: educationAssignment-id @@ -9676,11 +9375,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationSubmissionResource - description: 'Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to ''reset'' the resource to its original state. If the resource wasn''t copied from the assignment but was added from the student, the resource is deleted.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.me.assignment.submission_DeleteResource parameters: - name: educationAssignment-id @@ -10744,6 +10439,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly-created or updated assignments without reading the entire collection. 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/educationassignment-delta?view=graph-rest-beta operationId: education.me.assignment_delta parameters: - $ref: '#/components/parameters/top' @@ -10812,11 +10511,8 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get classes from education + description: Classes to which the user belongs. Nullable. operationId: education.me_ListClass parameters: - $ref: '#/components/parameters/top' @@ -10927,11 +10623,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.me_ListRubric parameters: - $ref: '#/components/parameters/top' @@ -10981,11 +10674,7 @@ paths: post: tags: - education.educationUser - 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 + summary: Create new navigation property to rubrics for education operationId: education.me_CreateRubric requestBody: description: New navigation property @@ -11008,11 +10697,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.me_GetRubric parameters: - name: educationRubric-id @@ -11056,11 +10742,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationRubric - description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{id}/assignments/{id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{id}/assignments/{id}/rubric, but it cannot be updated.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0 + summary: Update the navigation property rubrics in education operationId: education.me_UpdateRubric parameters: - name: educationRubric-id @@ -11091,11 +10773,7 @@ paths: delete: tags: - education.educationUser - 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 + summary: Delete navigation property rubrics for education operationId: education.me_DeleteRubric parameters: - name: educationRubric-id @@ -11136,11 +10814,8 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get schools from education + description: Schools to which the user belongs. Nullable. operationId: education.me_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -11363,11 +11038,7 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get user from education operationId: education.me_GetUser parameters: - name: $select @@ -11527,11 +11198,7 @@ paths: get: tags: - education.educationSchool - 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-1.0 + summary: Get schools from education operationId: education_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -11581,11 +11248,7 @@ paths: post: tags: - education.educationSchool - 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-1.0 + summary: Create new navigation property to schools for education operationId: education_CreateSchool requestBody: description: New navigation property @@ -11608,11 +11271,7 @@ paths: get: tags: - education.educationSchool - 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-1.0 + summary: Get schools from education operationId: education_GetSchool parameters: - name: educationSchool-id @@ -11656,11 +11315,7 @@ paths: patch: tags: - education.educationSchool - 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-1.0 + summary: Update the navigation property schools in education operationId: education_UpdateSchool parameters: - name: educationSchool-id @@ -11691,11 +11346,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete navigation property schools for education operationId: education_DeleteSchool parameters: - name: educationSchool-id @@ -11722,11 +11373,7 @@ paths: get: tags: - education.educationSchool - 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-1.0 + summary: Get administrativeUnit from education operationId: education.school_GetAdministrativeUnit parameters: - name: educationSchool-id @@ -11802,11 +11449,8 @@ paths: get: tags: - education.educationSchool - 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-1.0 + summary: Get classes from education + description: Classes taught at the school. Nullable. operationId: education.school_ListClass parameters: - name: educationSchool-id @@ -11865,11 +11509,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property classes for education operationId: education.school.class_DeleteEducationClassGraphBPreRef parameters: - name: educationSchool-id @@ -11926,11 +11566,8 @@ paths: get: tags: - education.educationSchool - 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-1.0 + summary: Get ref of classes from education + description: Classes taught at the school. Nullable. operationId: education.school_ListClassGraphBPreRef parameters: - name: educationSchool-id @@ -11968,11 +11605,7 @@ paths: post: tags: - education.educationSchool - 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 + summary: Create new navigation property ref to classes for education operationId: education.school_CreateClassGraphBPreRef parameters: - name: educationSchool-id @@ -11994,11 +11627,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property classes for education operationId: education.school_DeleteClassGraphBPreRef parameters: - name: educationSchool-id @@ -12033,11 +11662,8 @@ paths: get: tags: - education.educationSchool - 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-1.0 + summary: Get users from education + description: Users in the school. Nullable. operationId: education.school_ListUser parameters: - name: educationSchool-id @@ -12096,11 +11722,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property users for education operationId: education.school.user_DeleteEducationUserGraphBPreRef parameters: - name: educationSchool-id @@ -12157,11 +11779,8 @@ paths: get: tags: - education.educationSchool - 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-1.0 + summary: Get ref of users from education + description: Users in the school. Nullable. operationId: education.school_ListUserGraphBPreRef parameters: - name: educationSchool-id @@ -12199,11 +11818,7 @@ paths: post: tags: - education.educationSchool - 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 + summary: Create new navigation property ref to users for education operationId: education.school_CreateUserGraphBPreRef parameters: - name: educationSchool-id @@ -12225,11 +11840,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property users for education operationId: education.school_DeleteUserGraphBPreRef parameters: - name: educationSchool-id @@ -12279,6 +11890,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get newly created or updated schools without having to perform a full read of the entire school collection. See Use delta query for details. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta operationId: education.school_delta parameters: - $ref: '#/components/parameters/top' @@ -12347,11 +11962,7 @@ paths: get: tags: - education.educationSynchronizationProfile - 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-1.0 + summary: Get synchronizationProfiles from education operationId: education_ListSynchronizationProfile parameters: - $ref: '#/components/parameters/top' @@ -12424,11 +12035,7 @@ paths: get: tags: - education.educationSynchronizationProfile - 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-1.0 + summary: Get synchronizationProfiles from education operationId: education_GetSynchronizationProfile parameters: - name: educationSynchronizationProfile-id @@ -12503,11 +12110,7 @@ paths: delete: tags: - education.educationSynchronizationProfile - 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-1.0 + summary: Delete navigation property synchronizationProfiles for education operationId: education_DeleteSynchronizationProfile parameters: - name: educationSynchronizationProfile-id @@ -12534,11 +12137,8 @@ paths: get: tags: - education.educationSynchronizationProfile - 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-1.0 + summary: Get errors from education + description: All errors associated with this synchronization profile. operationId: education.synchronizationProfile_ListError parameters: - name: educationSynchronizationProfile-id @@ -12781,7 +12381,7 @@ paths: description: Pause the sync of a specific school data synchronization profile in the tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta operationId: education.synchronizationProfile_pause parameters: - name: educationSynchronizationProfile-id @@ -12806,7 +12406,7 @@ paths: description: Reset the sync of a specific school data synchronization profile in the tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta operationId: education.synchronizationProfile_reset parameters: - name: educationSynchronizationProfile-id @@ -12831,7 +12431,7 @@ paths: description: Resume the sync of a specific school data synchronization profile in the tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta operationId: education.synchronizationProfile_resume parameters: - name: educationSynchronizationProfile-id @@ -12856,7 +12456,7 @@ paths: description: 'Verify the files uploaded to a specific school data synchronization profile in the tenant. If the verification is successful, synchronization starts on the profile. Otherwise, the response contains errors and warnings. If the response contains errors, the synchronization won''t start. If the response contains only warnings, synchronization starts.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta operationId: education.synchronizationProfile_start parameters: - name: educationSynchronizationProfile-id @@ -12895,6 +12495,10 @@ paths: tags: - education.Functions summary: Invoke function uploadUrl + description: Retrieve a shared access signature (SAS) for uploading source files to Azure blob storage for a specific school data synchronization profile in the tenant. The SAS token has a validity of one hour. The upload URL is provided only for the CSV data provider. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta operationId: education.synchronizationProfile_uploadUrl parameters: - name: educationSynchronizationProfile-id @@ -12925,11 +12529,8 @@ paths: get: tags: - education.educationSynchronizationProfile - 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-1.0 + summary: Get profileStatus from education + description: The synchronization status. operationId: education.synchronizationProfile_GetProfileStatus parameters: - name: educationSynchronizationProfile-id @@ -13045,11 +12646,7 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get users from education operationId: education_ListUser parameters: - $ref: '#/components/parameters/top' @@ -13099,11 +12696,7 @@ paths: post: tags: - education.educationUser - 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-1.0 + summary: Create new navigation property to users for education operationId: education_CreateUser requestBody: description: New navigation property @@ -13126,11 +12719,7 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get users from education operationId: education_GetUser parameters: - name: educationUser-id @@ -13174,11 +12763,7 @@ paths: patch: tags: - education.educationUser - 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-1.0 + summary: Update the navigation property users in education operationId: education_UpdateUser parameters: - name: educationUser-id @@ -13209,11 +12794,7 @@ paths: delete: tags: - education.educationUser - 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 + summary: Delete navigation property users for education operationId: education_DeleteUser parameters: - name: educationUser-id @@ -13240,11 +12821,8 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get assignments from education + description: List of assignments for the user. Nullable. operationId: education.user_ListAssignment parameters: - name: educationUser-id @@ -13461,11 +13039,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all categories for an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.user.assignment_ListCategory parameters: - name: educationUser-id @@ -13644,11 +13219,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all categories for an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get ref of categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.user.assignment_ListCategoryGraphBPreRef parameters: - name: educationUser-id @@ -13768,6 +13340,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without performing a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta operationId: education.user.assignment.category_delta parameters: - name: educationUser-id @@ -13963,7 +13539,7 @@ paths: description: Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta operationId: education.user.assignment_activate parameters: - name: educationUser-id @@ -14000,7 +13576,7 @@ paths: description: Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta operationId: education.user.assignment_deactivate parameters: - name: educationUser-id @@ -14037,7 +13613,7 @@ paths: description: 'Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. When you call this API, educationSubmission objects are created and the assignment appears in the student''s list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. To update the properties of a published assignment, see update an assignment.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta operationId: education.user.assignment_publish parameters: - name: educationUser-id @@ -14074,7 +13650,7 @@ paths: description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta operationId: education.user.assignment_setUpFeedbackResourcesFolder parameters: - name: educationUser-id @@ -14111,7 +13687,7 @@ paths: description: Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta operationId: education.user.assignment_setUpResourcesFolder parameters: - name: educationUser-id @@ -14144,11 +13720,8 @@ paths: get: tags: - education.educationUser - summary: List assignment resources - description: 'Get all the educationAssignmentResource objects for an assignment. 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/educationassignment-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.user.assignment_ListResource parameters: - name: educationUser-id @@ -14214,11 +13787,7 @@ paths: post: tags: - education.educationUser - summary: Create educationAssignmentResource - description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.user.assignment_CreateResource parameters: - name: educationUser-id @@ -14258,11 +13827,8 @@ paths: get: tags: - education.educationUser - summary: Get educationAssignmentResource - description: 'Get the properties of an education assignment resource associated with an assignment. 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/educationassignmentresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.user.assignment_GetResource parameters: - name: educationUser-id @@ -14369,11 +13935,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationAssignmentResource - description: 'Delete a specific educationAssignmentResource attached to an assignment. Only teachers in the class can remove a resource. After an assignment has been published to students, teachers can''t remove resources that are marked as ''distributeToStudents''.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.user.assignment_DeleteResource parameters: - name: educationUser-id @@ -14780,11 +14342,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.user.assignment_GetRubric parameters: - name: educationUser-id @@ -14836,11 +14395,7 @@ paths: patch: tags: - education.educationUser - summary: Attach educationRubric to an educationAssignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the navigation property rubric in education operationId: education.user.assignment_UpdateRubric parameters: - name: educationUser-id @@ -14879,11 +14434,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationRubric from educationAssignment - description: Delete an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete navigation property rubric for education operationId: education.user.assignment_DeleteRubric parameters: - name: educationUser-id @@ -14918,11 +14469,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get ref of rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.user.assignment_GetRubricGraphBPreRef parameters: - name: educationUser-id @@ -14954,11 +14502,7 @@ paths: put: tags: - education.educationUser - summary: Attach educationRubric to an educationAssignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the ref of navigation property rubric in education operationId: education.user.assignment_SetRubricGraphBPreRef parameters: - name: educationUser-id @@ -14988,11 +14532,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationRubric from educationAssignment - description: Delete an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete ref of navigation property rubric for education operationId: education.user.assignment_DeleteRubricGraphBPreRef parameters: - name: educationUser-id @@ -15027,11 +14567,8 @@ paths: get: tags: - education.educationUser - summary: List submissions - description: 'List all the submission objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions, a student can only get submissions that they''re associated with. Provide the header Prefer: include-unknown-enum-members to properly list submissions with the reassigned status. For details, see the examples section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there is a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.user.assignment_ListSubmission parameters: - name: educationUser-id @@ -15137,11 +14674,8 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmission - description: 'Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student''s work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. Provide the header Prefer: include-unknown-enum-members to properly list submissions with the reassigned status. For details, see the examples section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there is a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.user.assignment_GetSubmission parameters: - name: educationUser-id @@ -15295,7 +14829,7 @@ paths: 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 retains the excused status. Otherwise, the submission status changes to returned. 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 + url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta operationId: education.user.assignment.submission_excuse parameters: - name: educationUser-id @@ -15340,7 +14874,7 @@ paths: description: 'Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission will be treated as a returned submission. This means that the reassigned status will be mapped to the returned status, and reassignedDateTime and reassignedBy properties will be mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta operationId: education.user.assignment.submission_reassign parameters: - name: educationUser-id @@ -15385,7 +14919,7 @@ paths: description: Make the grade and feedback associated with this submission available to the student. This will change the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta operationId: education.user.assignment.submission_return parameters: - name: educationUser-id @@ -15430,7 +14964,7 @@ paths: description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta operationId: education.user.assignment.submission_setUpResourcesFolder parameters: - name: educationUser-id @@ -15475,7 +15009,7 @@ paths: description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta operationId: education.user.assignment.submission_submit parameters: - name: educationUser-id @@ -15520,7 +15054,7 @@ paths: description: 'Indicate that a student wants to work on the submitted assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta operationId: education.user.assignment.submission_unsubmit parameters: - name: educationUser-id @@ -15561,11 +15095,7 @@ paths: get: tags: - education.educationUser - summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 + summary: Get outcomes from education operationId: education.user.assignment.submission_ListOutcome parameters: - name: educationUser-id @@ -15639,11 +15169,7 @@ paths: post: tags: - education.educationUser - summary: Create educationFeedbackResourceOutcome - description: 'Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0 + summary: Create new navigation property to outcomes for education operationId: education.user.assignment.submission_CreateOutcome parameters: - name: educationUser-id @@ -15759,11 +15285,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationOutcome - description: Update the properties of an educationOutcome object. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0 + summary: Update the navigation property outcomes in education operationId: education.user.assignment.submission_UpdateOutcome parameters: - name: educationUser-id @@ -15818,11 +15340,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationFeedbackResourceOutcome - description: Delete a feedback resource from a submission. This can only be done by a teacher. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 + summary: Delete navigation property outcomes for education operationId: education.user.assignment.submission_DeleteOutcome parameters: - name: educationUser-id @@ -15911,11 +15429,7 @@ paths: get: tags: - education.educationUser - summary: List submission resources - description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if the resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 + summary: Get resources from education operationId: education.user.assignment.submission_ListResource parameters: - name: educationUser-id @@ -15989,11 +15503,7 @@ paths: post: tags: - education.educationUser - summary: Create educationSubmissionResource - description: 'Add a educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.user.assignment.submission_CreateResource parameters: - name: educationUser-id @@ -16041,11 +15551,7 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmissionResource - description: 'Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the ''working'' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 + summary: Get resources from education operationId: education.user.assignment.submission_GetResource parameters: - name: educationUser-id @@ -16168,11 +15674,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationSubmissionResource - description: 'Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to ''reset'' the resource to its original state. If the resource wasn''t copied from the assignment but was added from the student, the resource is deleted.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.user.assignment.submission_DeleteResource parameters: - name: educationUser-id @@ -17412,6 +16914,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly-created or updated assignments without reading the entire collection. 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/educationassignment-delta?view=graph-rest-beta operationId: education.user.assignment_delta parameters: - name: educationUser-id @@ -17488,11 +16994,8 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get classes from education + description: Classes to which the user belongs. Nullable. operationId: education.user_ListClass parameters: - name: educationUser-id @@ -17627,11 +17130,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.user_ListRubric parameters: - name: educationUser-id @@ -17689,11 +17189,7 @@ paths: post: tags: - education.educationUser - 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 + summary: Create new navigation property to rubrics for education operationId: education.user_CreateRubric parameters: - name: educationUser-id @@ -17725,11 +17221,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.user_GetRubric parameters: - name: educationUser-id @@ -17781,11 +17274,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationRubric - description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{id}/assignments/{id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{id}/assignments/{id}/rubric, but it cannot be updated.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0 + summary: Update the navigation property rubrics in education operationId: education.user_UpdateRubric parameters: - name: educationUser-id @@ -17824,11 +17313,7 @@ paths: delete: tags: - education.educationUser - 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 + summary: Delete navigation property rubrics for education operationId: education.user_DeleteRubric parameters: - name: educationUser-id @@ -17885,11 +17370,8 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get schools from education + description: Schools to which the user belongs. Nullable. operationId: education.user_ListSchool parameters: - name: educationUser-id @@ -18160,11 +17642,7 @@ paths: get: tags: - education.educationUser - 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-1.0 + summary: Get user from education operationId: education.user_GetUser parameters: - name: educationUser-id @@ -18380,6 +17858,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta operationId: education.user_delta parameters: - $ref: '#/components/parameters/top' @@ -20141,6 +19623,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -21250,7 +20738,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -23324,7 +22812,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -23614,6 +23102,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23697,6 +23232,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -24694,6 +24235,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -24704,7 +24246,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -26025,13 +25567,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -26478,7 +26020,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -26680,7 +26222,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -29178,6 +28720,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -31815,7 +31401,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -31824,19 +31410,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -31844,19 +31430,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -31864,12 +31450,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -31886,13 +31472,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -32939,11 +32525,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -32959,13 +32545,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -34392,6 +33978,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.sharePointIdentitySet: allOf: @@ -38904,7 +38492,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -43898,6 +43486,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 9ae01c1e8c..d737c31fbf 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -184,11 +184,8 @@ paths: get: tags: - drives.itemActivityOLD - summary: List activities (preview) - description: List the recent activities that took place on an item or under a hierarchy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0 + summary: Get activities from drives + description: The list of recent activities that took place under this drive. operationId: drive_ListActivity parameters: - name: drive-id @@ -686,11 +683,8 @@ paths: get: tags: - drives.driveItem - summary: List bundles - description: 'Get a list of all the [bundles][bundle] in a user''s drive.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 + summary: Get bundles from drives + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: drive_ListBundle parameters: - name: drive-id @@ -749,9 +743,6 @@ paths: tags: - drives.driveItem summary: Create new navigation property to bundles for drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0 operationId: drive_CreateBundle parameters: - name: drive-id @@ -783,11 +774,8 @@ paths: get: tags: - drives.driveItem - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get bundles from drives + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: drive_GetBundle parameters: - name: drive-id @@ -841,9 +829,6 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property bundles from drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: drive_GetBundlesContent parameters: - name: drive-id @@ -926,9 +911,6 @@ paths: - drives.driveItem summary: Get contentStream for the navigation property bundles from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: drive_GetBundlesContentStream parameters: - name: drive-id @@ -1222,11 +1204,8 @@ paths: get: tags: - drives.driveItem - summary: List followed items - description: "List the items that the signed-in user followed.\nThis collection includes items that are in the user's drive and items they have access to from other drives." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 + summary: Get following from drives + description: The list of items the user is following. Only in OneDrive for Business. operationId: drive_ListFollowing parameters: - name: drive-id @@ -1340,9 +1319,6 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property following from drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: drive_GetFollowingContent parameters: - name: drive-id @@ -1425,9 +1401,6 @@ paths: - drives.driveItem summary: Get contentStream for the navigation property following from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: drive_GetFollowingContentStream parameters: - name: drive-id @@ -1520,8 +1493,8 @@ paths: get: tags: - drives.driveItem - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' + summary: Get items from drives + description: All items contained in the drive. Read-only. Nullable. operationId: drive_ListItem parameters: - name: drive-id @@ -1611,11 +1584,8 @@ paths: get: tags: - drives.driveItem - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get items from drives + description: All items contained in the drive. Read-only. Nullable. operationId: drive_GetItem parameters: - name: drive-id @@ -1667,11 +1637,7 @@ paths: patch: tags: - drives.driveItem - summary: Update bundle - description: "Update the metadata for a [bundle][] of [driveItems][driveItem] by ID.\nYou can only update the following metadata: Any other change requests are ignored." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0 + summary: Update the navigation property items in drives operationId: drive_UpdateItem parameters: - name: drive-id @@ -1710,11 +1676,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete bundle - description: "Delete a [bundle][] of driveItems by using its id.\nDeleting a bundle using this method permanently deletes the bundle and doesn't move it to the Recycle Bin.\nIt doesn't, however, remove the items referenced by the bundle.\nThey remain in their parent folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0 + summary: Delete navigation property items for drives operationId: drive_DeleteItem parameters: - name: drive-id @@ -1909,11 +1871,8 @@ paths: get: tags: - drives.driveItem - 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-1.0 + summary: Get analytics from drives + description: Analytics about the view activities that took place on this item. operationId: drive.item_GetAnalytic parameters: - name: drive-id @@ -3054,11 +3013,8 @@ paths: get: tags: - drives.driveItem - 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 + 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. operationId: drive.item_ListChild parameters: - name: drive-id @@ -3125,9 +3081,6 @@ paths: tags: - drives.driveItem summary: Create new navigation property to children for drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: drive.item_CreateChild parameters: - name: drive-id @@ -3230,9 +3183,6 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property children from drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drive.item_GetChildrenContent parameters: - name: drive-id @@ -3331,9 +3281,6 @@ paths: - drives.driveItem summary: Get contentStream for the navigation property children from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drive.item_GetChildrenContentStream parameters: - name: drive-id @@ -5102,11 +5049,8 @@ paths: get: tags: - drives.driveItem - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.item.listItem_ListDocumentSetVersion parameters: - name: drive-id @@ -5172,11 +5116,7 @@ paths: post: tags: - drives.driveItem - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for drives operationId: drive.item.listItem_CreateDocumentSetVersion parameters: - name: drive-id @@ -5216,11 +5156,8 @@ paths: get: tags: - drives.driveItem - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.item.listItem_GetDocumentSetVersion parameters: - name: drive-id @@ -5327,11 +5264,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for drives operationId: drive.item.listItem_DeleteDocumentSetVersion parameters: - name: drive-id @@ -5529,7 +5462,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: drive.item.listItem.documentSetVersion_restore parameters: - name: drive-id @@ -5597,7 +5530,7 @@ paths: tags: - drives.driveItem summary: Get driveItem from drives - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: drive.item.listItem_GetDriveItem parameters: - name: drive-id @@ -5856,11 +5789,7 @@ paths: patch: tags: - drives.driveItem - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in drives operationId: drive.item.listItem_UpdateField parameters: - name: drive-id @@ -6179,7 +6108,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: drive.item.listItem_createLink parameters: - name: drive-id @@ -6884,7 +6813,7 @@ paths: description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta operationId: drive.item_checkin parameters: - name: drive-id @@ -6933,7 +6862,7 @@ paths: description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta operationId: drive.item_checkout parameters: - name: drive-id @@ -6963,10 +6892,10 @@ paths: tags: - drives.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta operationId: drive.item_copy parameters: - name: drive-id @@ -7018,7 +6947,7 @@ paths: description: "Create a link to share a driveItem driveItem.\nThe createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta operationId: drive.item_createLink parameters: - name: drive-id @@ -7136,6 +7065,10 @@ paths: tags: - drives.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you finish receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state. Note: you should only delete a folder locally if it's empty after syncing all the changes." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta operationId: drive.item_delta parameters: - name: drive-id @@ -7350,7 +7283,7 @@ paths: description: Follow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta operationId: drive.item_follow parameters: - name: drive-id @@ -7384,6 +7317,10 @@ paths: tags: - drives.Functions summary: Invoke function getActivitiesByInterval + description: Get itemActivityStats for the activities that took place under this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta operationId: drive.item_getActivitiesGraphBPreInterval parameters: - name: drive-id @@ -7493,7 +7430,7 @@ paths: description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta operationId: drive.item_invite parameters: - name: drive-id @@ -7674,7 +7611,7 @@ paths: description: Restore a driveItem that has been deleted and is currently in the recycle bin. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta operationId: drive.item_restore parameters: - name: drive-id @@ -7723,6 +7660,10 @@ paths: tags: - drives.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: drive.item_search parameters: - name: drive-id @@ -7816,7 +7757,7 @@ paths: description: Unfollow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta operationId: drive.item_unfollow parameters: - name: drive-id @@ -7889,11 +7830,8 @@ paths: get: tags: - drives.driveItem - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.item_ListPermission parameters: - name: drive-id @@ -7999,11 +7937,8 @@ paths: get: tags: - drives.driveItem - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.item_GetPermission parameters: - name: drive-id @@ -8063,11 +7998,7 @@ paths: patch: tags: - drives.driveItem - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in drives operationId: drive.item_UpdatePermission parameters: - name: drive-id @@ -8114,11 +8045,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for drives operationId: drive.item_DeletePermission parameters: - name: drive-id @@ -8162,10 +8089,10 @@ paths: tags: - drives.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: drive.item.permission_grant parameters: - name: drive-id @@ -8240,10 +8167,10 @@ paths: tags: - drives.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: drive.item.permission_revokeGrant parameters: - name: drive-id @@ -8381,11 +8308,7 @@ paths: patch: tags: - drives.driveItem - 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 + summary: Update the navigation property retentionLabel in drives operationId: drive.item_UpdateRetentionLabel parameters: - name: drive-id @@ -8424,11 +8347,7 @@ paths: delete: tags: - drives.driveItem - 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 + summary: Delete navigation property retentionLabel for drives operationId: drive.item_DeleteRetentionLabel parameters: - name: drive-id @@ -8725,7 +8644,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: drive.item.subscription_reauthorize parameters: - name: drive-id @@ -8792,11 +8711,8 @@ paths: get: tags: - drives.driveItem - summary: List thumbnails for a driveItem - description: "Retrieve a collection of thumbnailSet resources for a driveItem resource. Zero or more thumbnailSet resources can represent a driveItem.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There're many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from drives + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.item_ListThumbnail parameters: - name: drive-id @@ -8903,7 +8819,7 @@ paths: tags: - drives.driveItem summary: Get thumbnails from drives - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.item_GetThumbnail parameters: - name: drive-id @@ -9083,11 +8999,8 @@ paths: get: tags: - drives.driveItem - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.item_ListVersion parameters: - name: drive-id @@ -9193,11 +9106,8 @@ paths: get: tags: - drives.driveItem - summary: Get a DriveItemVersion resource (preview) - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.item_GetVersion parameters: - name: drive-id @@ -9348,9 +9258,6 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property versions from drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: drive.item_GetVersionsContent parameters: - name: drive-id @@ -9444,7 +9351,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta operationId: drive.item.version_restoreVersion parameters: - name: drive-id @@ -9928,11 +9835,8 @@ paths: get: tags: - drives.list - summary: List columns in a list + summary: Get columns from drives 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-1.0 operationId: drive.list_ListColumn parameters: - name: drive-id @@ -9990,10 +9894,7 @@ paths: post: tags: - drives.list - summary: Create columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for drives operationId: drive.list_CreateColumn parameters: - name: drive-id @@ -10228,11 +10129,8 @@ paths: get: tags: - drives.list - summary: List contentTypes in a list + summary: Get contentTypes from drives 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-1.0 operationId: drive.list_ListContentType parameters: - name: drive-id @@ -11111,11 +11009,8 @@ paths: get: tags: - drives.list - summary: List columns in a content type + summary: Get columns from drives 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-1.0 operationId: drive.list.contentType_ListColumn parameters: - name: drive-id @@ -11181,10 +11076,7 @@ paths: post: tags: - drives.list - 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-1.0 + summary: Create new navigation property to columns for drives operationId: drive.list.contentType_CreateColumn parameters: - name: drive-id @@ -11224,11 +11116,8 @@ paths: get: tags: - drives.list - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from drives + description: The collection of column definitions for this content type. operationId: drive.list.contentType_GetColumn parameters: - name: drive-id @@ -11288,10 +11177,7 @@ paths: patch: tags: - drives.list - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in drives operationId: drive.list.contentType_UpdateColumn parameters: - name: drive-id @@ -11338,10 +11224,7 @@ paths: delete: tags: - drives.list - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for drives operationId: drive.list.contentType_DeleteColumn parameters: - name: drive-id @@ -11479,7 +11362,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: drive.list.contentType_associateGraphWPreHubSite parameters: - name: drive-id @@ -11529,7 +11412,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: drive.list.contentType_copyToDefaultContentLocation parameters: - name: drive-id @@ -11574,6 +11457,9 @@ paths: tags: - drives.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: drive.list.contentType_isPublished parameters: - name: drive-id @@ -11615,7 +11501,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: drive.list.contentType_publish parameters: - name: drive-id @@ -11647,7 +11533,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: drive.list.contentType_unpublish parameters: - name: drive-id @@ -11701,7 +11587,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: drive.list.contentType_addCopy parameters: - name: drive-id @@ -11742,7 +11628,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: drive.list.contentType_addCopyFromContentTypeHub parameters: - name: drive-id @@ -11780,6 +11666,10 @@ paths: tags: - drives.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: drive.list.contentType_getCompatibleHubContentType parameters: - name: drive-id @@ -12100,11 +11990,8 @@ paths: get: tags: - drives.list - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from drives + description: All items contained in the list. operationId: drive.list_ListItem parameters: - name: drive-id @@ -12161,11 +12048,7 @@ paths: post: tags: - drives.list - summary: Create a new item in a list - description: 'Create a new [listItem][] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 + summary: Create new navigation property to items for drives operationId: drive.list_CreateItem parameters: - name: drive-id @@ -12197,11 +12080,8 @@ paths: get: tags: - drives.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-1.0 + summary: Get items from drives + description: All items contained in the list. operationId: drive.list_GetItem parameters: - name: drive-id @@ -12292,11 +12172,7 @@ paths: delete: tags: - drives.list - summary: Delete an item from a list - description: 'Removes an item from a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 + summary: Delete navigation property items for drives operationId: drive.list_DeleteItem parameters: - name: drive-id @@ -13221,11 +13097,8 @@ paths: get: tags: - drives.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.list.item_ListDocumentSetVersion parameters: - name: drive-id @@ -13291,11 +13164,7 @@ paths: post: tags: - drives.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for drives operationId: drive.list.item_CreateDocumentSetVersion parameters: - name: drive-id @@ -13335,11 +13204,8 @@ paths: get: tags: - drives.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.list.item_GetDocumentSetVersion parameters: - name: drive-id @@ -13446,11 +13312,7 @@ paths: delete: tags: - drives.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for drives operationId: drive.list.item_DeleteDocumentSetVersion parameters: - name: drive-id @@ -13648,7 +13510,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: drive.list.item.documentSetVersion_restore parameters: - name: drive-id @@ -13716,7 +13578,7 @@ paths: tags: - drives.list summary: Get driveItem from drives - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: drive.list.item_GetDriveItem parameters: - name: drive-id @@ -13975,11 +13837,7 @@ paths: patch: tags: - drives.list - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in drives operationId: drive.list.item_UpdateField parameters: - name: drive-id @@ -14298,7 +14156,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: drive.list.item_createLink parameters: - name: drive-id @@ -14975,6 +14833,10 @@ paths: tags: - drives.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta operationId: drive.list.item_delta parameters: - name: drive-id @@ -15799,7 +15661,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: drive.list.subscription_reauthorize parameters: - name: drive-id @@ -15851,6 +15713,10 @@ paths: tags: - drives.Functions summary: Invoke function recent + description: "List a set of items recently used by the signed-in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta operationId: drive_recent parameters: - name: drive-id @@ -15910,6 +15776,10 @@ paths: tags: - drives.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: drive_search parameters: - name: drive-id @@ -15977,6 +15847,10 @@ paths: tags: - drives.Functions summary: Invoke function 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_sharedGraphWPreMe parameters: - name: drive-id @@ -16035,11 +15909,8 @@ paths: get: tags: - drives.driveItem - summary: Get driveItem - description: Retrieve the metadata for a driveItem in a drive by file system path or ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 + summary: Get root from drives + description: The root folder of the drive. Read-only. operationId: drive_GetRoot parameters: - name: drive-id @@ -16277,11 +16148,8 @@ paths: get: tags: - drives.driveItem - 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-1.0 + summary: Get analytics from drives + description: Analytics about the view activities that took place on this item. operationId: drive.root_GetAnalytic parameters: - name: drive-id @@ -17246,11 +17114,8 @@ paths: get: tags: - drives.driveItem - 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 + 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. operationId: drive.root_ListChild parameters: - name: drive-id @@ -17309,9 +17174,6 @@ paths: tags: - drives.driveItem summary: Create new navigation property to children for drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: drive.root_CreateChild parameters: - name: drive-id @@ -17398,9 +17260,6 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property children from drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drive.root_GetChildrenContent parameters: - name: drive-id @@ -17483,9 +17342,6 @@ paths: - drives.driveItem summary: Get contentStream for the navigation property children from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drive.root_GetChildrenContentStream parameters: - name: drive-id @@ -17579,9 +17435,6 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property root from drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: drive_GetRootContent parameters: - name: drive-id @@ -17648,9 +17501,6 @@ paths: - drives.driveItem summary: Get contentStream for the navigation property root from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: drive_GetRootContentStream parameters: - name: drive-id @@ -18956,11 +18806,8 @@ paths: get: tags: - drives.driveItem - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.root.listItem_ListDocumentSetVersion parameters: - name: drive-id @@ -19018,11 +18865,7 @@ paths: post: tags: - drives.driveItem - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for drives operationId: drive.root.listItem_CreateDocumentSetVersion parameters: - name: drive-id @@ -19054,11 +18897,8 @@ paths: get: tags: - drives.driveItem - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.root.listItem_GetDocumentSetVersion parameters: - name: drive-id @@ -19149,11 +18989,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for drives operationId: drive.root.listItem_DeleteDocumentSetVersion parameters: - name: drive-id @@ -19319,7 +19155,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: drive.root.listItem.documentSetVersion_restore parameters: - name: drive-id @@ -19371,7 +19207,7 @@ paths: tags: - drives.driveItem summary: Get driveItem from drives - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: drive.root.listItem_GetDriveItem parameters: - name: drive-id @@ -19582,11 +19418,7 @@ paths: patch: tags: - drives.driveItem - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in drives operationId: drive.root.listItem_UpdateField parameters: - name: drive-id @@ -19849,7 +19681,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: drive.root.listItem_createLink parameters: - name: drive-id @@ -20450,7 +20282,7 @@ paths: description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta operationId: drive.root_checkin parameters: - name: drive-id @@ -20491,7 +20323,7 @@ paths: description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta operationId: drive.root_checkout parameters: - name: drive-id @@ -20513,10 +20345,10 @@ paths: tags: - drives.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta operationId: drive.root_copy parameters: - name: drive-id @@ -20560,7 +20392,7 @@ paths: description: "Create a link to share a driveItem driveItem.\nThe createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta operationId: drive.root_createLink parameters: - name: drive-id @@ -20662,6 +20494,10 @@ paths: tags: - drives.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you finish receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state. Note: you should only delete a folder locally if it's empty after syncing all the changes." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta operationId: drive.root_delta parameters: - name: drive-id @@ -20852,7 +20688,7 @@ paths: description: Follow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta operationId: drive.root_follow parameters: - name: drive-id @@ -20878,6 +20714,10 @@ paths: tags: - drives.Functions summary: Invoke function getActivitiesByInterval + description: Get itemActivityStats for the activities that took place under this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta operationId: drive.root_getActivitiesGraphBPreInterval parameters: - name: drive-id @@ -20979,7 +20819,7 @@ paths: description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta operationId: drive.root_invite parameters: - name: drive-id @@ -21136,7 +20976,7 @@ paths: description: Restore a driveItem that has been deleted and is currently in the recycle bin. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta operationId: drive.root_restore parameters: - name: drive-id @@ -21177,6 +21017,10 @@ paths: tags: - drives.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: drive.root_search parameters: - name: drive-id @@ -21262,7 +21106,7 @@ paths: description: Unfollow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta operationId: drive.root_unfollow parameters: - name: drive-id @@ -21319,11 +21163,8 @@ paths: get: tags: - drives.driveItem - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.root_ListPermission parameters: - name: drive-id @@ -21413,11 +21254,8 @@ paths: get: tags: - drives.driveItem - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.root_GetPermission parameters: - name: drive-id @@ -21469,11 +21307,7 @@ paths: patch: tags: - drives.driveItem - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in drives operationId: drive.root_UpdatePermission parameters: - name: drive-id @@ -21512,11 +21346,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for drives operationId: drive.root_DeletePermission parameters: - name: drive-id @@ -21552,10 +21382,10 @@ paths: tags: - drives.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: drive.root.permission_grant parameters: - name: drive-id @@ -21622,10 +21452,10 @@ paths: tags: - drives.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: drive.root.permission_revokeGrant parameters: - name: drive-id @@ -21739,11 +21569,7 @@ paths: patch: tags: - drives.driveItem - 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 + summary: Update the navigation property retentionLabel in drives operationId: drive.root_UpdateRetentionLabel parameters: - name: drive-id @@ -21774,11 +21600,7 @@ paths: delete: tags: - drives.driveItem - 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 + summary: Delete navigation property retentionLabel for drives operationId: drive.root_DeleteRetentionLabel parameters: - name: drive-id @@ -22027,7 +21849,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: drive.root.subscription_reauthorize parameters: - name: drive-id @@ -22078,11 +21900,8 @@ paths: get: tags: - drives.driveItem - summary: List thumbnails for a driveItem - description: "Retrieve a collection of thumbnailSet resources for a driveItem resource. Zero or more thumbnailSet resources can represent a driveItem.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There're many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from drives + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.root_ListThumbnail parameters: - name: drive-id @@ -22173,7 +21992,7 @@ paths: tags: - drives.driveItem summary: Get thumbnails from drives - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.root_GetThumbnail parameters: - name: drive-id @@ -22321,11 +22140,8 @@ paths: get: tags: - drives.driveItem - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.root_ListVersion parameters: - name: drive-id @@ -22415,11 +22231,8 @@ paths: get: tags: - drives.driveItem - summary: Get a DriveItemVersion resource (preview) - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.root_GetVersion parameters: - name: drive-id @@ -22546,9 +22359,6 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property versions from drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: drive.root_GetVersionsContent parameters: - name: drive-id @@ -22626,7 +22436,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta operationId: drive.root.version_restoreVersion parameters: - name: drive-id @@ -22677,8 +22487,8 @@ paths: get: tags: - drives.driveItem - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' + summary: Get special from drives + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: drive_ListSpecial parameters: - name: drive-id @@ -22737,11 +22547,8 @@ paths: get: tags: - drives.driveItem - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0 + summary: Get special from drives + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: drive_GetSpecial parameters: - name: drive-id @@ -23233,11 +23040,8 @@ paths: get: tags: - groups.drive - summary: List activities (preview) - description: List the recent activities that took place on an item or under a hierarchy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0 + summary: Get activities from groups + description: The list of recent activities that took place under this drive. operationId: group.drive_ListActivity parameters: - name: group-id @@ -23831,11 +23635,8 @@ paths: get: tags: - groups.drive - summary: List bundles - description: 'Get a list of all the [bundles][bundle] in a user''s drive.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 + summary: Get bundles from groups + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: group.drive_ListBundle parameters: - name: group-id @@ -23902,9 +23703,6 @@ paths: tags: - groups.drive summary: Create new navigation property to bundles for groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0 operationId: group.drive_CreateBundle parameters: - name: group-id @@ -23944,11 +23742,8 @@ paths: get: tags: - groups.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get bundles from groups + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: group.drive_GetBundle parameters: - name: group-id @@ -24010,9 +23805,6 @@ paths: tags: - groups.drive summary: Get content for the navigation property bundles from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: group.drive_GetBundlesContent parameters: - name: group-id @@ -24111,9 +23903,6 @@ paths: - groups.drive summary: Get contentStream for the navigation property bundles from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: group.drive_GetBundlesContentStream parameters: - name: group-id @@ -24471,11 +24260,8 @@ paths: get: tags: - groups.drive - summary: List followed items - description: "List the items that the signed-in user followed.\nThis collection includes items that are in the user's drive and items they have access to from other drives." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 + summary: Get following from groups + description: The list of items the user is following. Only in OneDrive for Business. operationId: group.drive_ListFollowing parameters: - name: group-id @@ -24605,9 +24391,6 @@ paths: tags: - groups.drive summary: Get content for the navigation property following from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: group.drive_GetFollowingContent parameters: - name: group-id @@ -24706,9 +24489,6 @@ paths: - groups.drive summary: Get contentStream for the navigation property following from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: group.drive_GetFollowingContentStream parameters: - name: group-id @@ -24825,8 +24605,8 @@ paths: get: tags: - groups.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' + summary: Get items from groups + description: All items contained in the drive. Read-only. Nullable. operationId: group.drive_ListItem parameters: - name: group-id @@ -24932,11 +24712,8 @@ paths: get: tags: - groups.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get items from groups + description: All items contained in the drive. Read-only. Nullable. operationId: group.drive_GetItem parameters: - name: group-id @@ -24996,11 +24773,7 @@ paths: patch: tags: - groups.drive - summary: Update bundle - description: "Update the metadata for a [bundle][] of [driveItems][driveItem] by ID.\nYou can only update the following metadata: Any other change requests are ignored." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0 + summary: Update the navigation property items in groups operationId: group.drive_UpdateItem parameters: - name: group-id @@ -25047,11 +24820,7 @@ paths: delete: tags: - groups.drive - summary: Delete bundle - description: "Delete a [bundle][] of driveItems by using its id.\nDeleting a bundle using this method permanently deletes the bundle and doesn't move it to the Recycle Bin.\nIt doesn't, however, remove the items referenced by the bundle.\nThey remain in their parent folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0 + summary: Delete navigation property items for groups operationId: group.drive_DeleteItem parameters: - name: group-id @@ -25278,11 +25047,8 @@ paths: get: tags: - groups.drive - 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-1.0 + summary: Get analytics from groups + description: Analytics about the view activities that took place on this item. operationId: group.drive.item_GetAnalytic parameters: - name: group-id @@ -26599,11 +26365,8 @@ paths: get: tags: - groups.drive - 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 + summary: Get children from groups + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: group.drive.item_ListChild parameters: - name: group-id @@ -26678,9 +26441,6 @@ paths: tags: - groups.drive summary: Create new navigation property to children for groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: group.drive.item_CreateChild parameters: - name: group-id @@ -26799,9 +26559,6 @@ paths: tags: - groups.drive summary: Get content for the navigation property children from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: group.drive.item_GetChildrenContent parameters: - name: group-id @@ -26916,9 +26673,6 @@ paths: - groups.drive summary: Get contentStream for the navigation property children from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: group.drive.item_GetChildrenContentStream parameters: - name: group-id @@ -28991,11 +28745,8 @@ paths: get: tags: - groups.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.item.listItem_ListDocumentSetVersion parameters: - name: group-id @@ -29069,11 +28820,7 @@ paths: post: tags: - groups.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.drive.item.listItem_CreateDocumentSetVersion parameters: - name: group-id @@ -29121,11 +28868,8 @@ paths: get: tags: - groups.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.item.listItem_GetDocumentSetVersion parameters: - name: group-id @@ -29248,11 +28992,7 @@ paths: delete: tags: - groups.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.drive.item.listItem_DeleteDocumentSetVersion parameters: - name: group-id @@ -29517,7 +29257,7 @@ paths: tags: - groups.drive summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.drive.item.listItem_GetDriveItem parameters: - name: group-id @@ -29824,11 +29564,7 @@ paths: patch: tags: - groups.drive - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.drive.item.listItem_UpdateField parameters: - name: group-id @@ -30710,11 +30446,8 @@ paths: get: tags: - groups.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.item_ListPermission parameters: - name: group-id @@ -30836,11 +30569,8 @@ paths: get: tags: - groups.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.item_GetPermission parameters: - name: group-id @@ -30908,11 +30638,7 @@ paths: patch: tags: - groups.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in groups operationId: group.drive.item_UpdatePermission parameters: - name: group-id @@ -30967,11 +30693,7 @@ paths: delete: tags: - groups.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for groups operationId: group.drive.item_DeletePermission parameters: - name: group-id @@ -31121,11 +30843,7 @@ paths: patch: tags: - groups.drive - 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 + summary: Update the navigation property retentionLabel in groups operationId: group.drive.item_UpdateRetentionLabel parameters: - name: group-id @@ -31172,11 +30890,7 @@ paths: delete: tags: - groups.drive - 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 + summary: Delete navigation property retentionLabel for groups operationId: group.drive.item_DeleteRetentionLabel parameters: - name: group-id @@ -31555,11 +31269,8 @@ paths: get: tags: - groups.drive - summary: List thumbnails for a driveItem - description: "Retrieve a collection of thumbnailSet resources for a driveItem resource. Zero or more thumbnailSet resources can represent a driveItem.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There're many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from groups + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.item_ListThumbnail parameters: - name: group-id @@ -31682,7 +31393,7 @@ paths: tags: - groups.drive summary: Get thumbnails from groups - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.item_GetThumbnail parameters: - name: group-id @@ -31894,11 +31605,8 @@ paths: get: tags: - groups.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.item_ListVersion parameters: - name: group-id @@ -32020,11 +31728,8 @@ paths: get: tags: - groups.drive - summary: Get a DriveItemVersion resource (preview) - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.item_GetVersion parameters: - name: group-id @@ -32199,9 +31904,6 @@ paths: tags: - groups.drive summary: Get content for the navigation property versions from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: group.drive.item_GetVersionsContent parameters: - name: group-id @@ -32850,11 +32552,8 @@ paths: get: tags: - groups.drive - summary: List columns in a list + summary: Get columns from groups 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-1.0 operationId: group.drive.list_ListColumn parameters: - name: group-id @@ -32920,10 +32619,7 @@ paths: post: tags: - groups.drive - summary: Create columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.drive.list_CreateColumn parameters: - name: group-id @@ -33206,11 +32902,8 @@ paths: get: tags: - groups.drive - summary: List contentTypes in a list + summary: Get contentTypes from groups 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-1.0 operationId: group.drive.list_ListContentType parameters: - name: group-id @@ -34233,11 +33926,8 @@ paths: get: tags: - groups.drive - summary: List columns in a content type + summary: Get columns from groups 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-1.0 operationId: group.drive.list.contentType_ListColumn parameters: - name: group-id @@ -34311,10 +34001,7 @@ paths: post: tags: - groups.drive - 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-1.0 + summary: Create new navigation property to columns for groups operationId: group.drive.list.contentType_CreateColumn parameters: - name: group-id @@ -34362,11 +34049,8 @@ paths: get: tags: - groups.drive - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.drive.list.contentType_GetColumn parameters: - name: group-id @@ -34434,10 +34118,7 @@ paths: patch: tags: - groups.drive - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in groups operationId: group.drive.list.contentType_UpdateColumn parameters: - name: group-id @@ -34492,10 +34173,7 @@ paths: delete: tags: - groups.drive - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for groups operationId: group.drive.list.contentType_DeleteColumn parameters: - name: group-id @@ -34979,11 +34657,8 @@ paths: get: tags: - groups.drive - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from groups + description: All items contained in the list. operationId: group.drive.list_ListItem parameters: - name: group-id @@ -35048,11 +34723,7 @@ paths: post: tags: - groups.drive - 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 + summary: Create new navigation property to items for groups operationId: group.drive.list_CreateItem parameters: - name: group-id @@ -35092,11 +34763,8 @@ paths: get: tags: - groups.drive - 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-1.0 + summary: Get items from groups + description: All items contained in the list. operationId: group.drive.list_GetItem parameters: - name: group-id @@ -35203,11 +34871,7 @@ paths: delete: tags: - groups.drive - 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 + summary: Delete navigation property items for groups operationId: group.drive.list_DeleteItem parameters: - name: group-id @@ -36284,11 +35948,8 @@ paths: get: tags: - groups.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.list.item_ListDocumentSetVersion parameters: - name: group-id @@ -36362,11 +36023,7 @@ paths: post: tags: - groups.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.drive.list.item_CreateDocumentSetVersion parameters: - name: group-id @@ -36414,11 +36071,8 @@ paths: get: tags: - groups.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.list.item_GetDocumentSetVersion parameters: - name: group-id @@ -36541,11 +36195,7 @@ paths: delete: tags: - groups.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.drive.list.item_DeleteDocumentSetVersion parameters: - name: group-id @@ -36810,7 +36460,7 @@ paths: tags: - groups.drive summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.drive.list.item_GetDriveItem parameters: - name: group-id @@ -37117,11 +36767,7 @@ paths: patch: tags: - groups.drive - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.drive.list.item_UpdateField parameters: - name: group-id @@ -38820,11 +38466,8 @@ paths: get: tags: - groups.drive - summary: Get driveItem - description: Retrieve the metadata for a driveItem in a drive by file system path or ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 + summary: Get root from groups + description: The root folder of the drive. Read-only. operationId: group.drive_GetRoot parameters: - name: group-id @@ -39110,11 +38753,8 @@ paths: get: tags: - groups.drive - 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-1.0 + summary: Get analytics from groups + description: Analytics about the view activities that took place on this item. operationId: group.drive.root_GetAnalytic parameters: - name: group-id @@ -40255,11 +39895,8 @@ paths: get: tags: - groups.drive - 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 + summary: Get children from groups + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: group.drive.root_ListChild parameters: - name: group-id @@ -40326,9 +39963,6 @@ paths: tags: - groups.drive summary: Create new navigation property to children for groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: group.drive.root_CreateChild parameters: - name: group-id @@ -40431,9 +40065,6 @@ paths: tags: - groups.drive summary: Get content for the navigation property children from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: group.drive.root_GetChildrenContent parameters: - name: group-id @@ -40532,9 +40163,6 @@ paths: - groups.drive summary: Get contentStream for the navigation property children from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: group.drive.root_GetChildrenContentStream parameters: - name: group-id @@ -40652,9 +40280,6 @@ paths: tags: - groups.drive summary: Get content for the navigation property root from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: group.drive_GetRootContent parameters: - name: group-id @@ -40737,9 +40362,6 @@ paths: - groups.drive summary: Get contentStream for the navigation property root from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: group.drive_GetRootContentStream parameters: - name: group-id @@ -42309,11 +41931,8 @@ paths: get: tags: - groups.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.root.listItem_ListDocumentSetVersion parameters: - name: group-id @@ -42379,11 +41998,7 @@ paths: post: tags: - groups.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.drive.root.listItem_CreateDocumentSetVersion parameters: - name: group-id @@ -42423,11 +42038,8 @@ paths: get: tags: - groups.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.root.listItem_GetDocumentSetVersion parameters: - name: group-id @@ -42534,11 +42146,7 @@ paths: delete: tags: - groups.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.drive.root.listItem_DeleteDocumentSetVersion parameters: - name: group-id @@ -42763,7 +42371,7 @@ paths: tags: - groups.drive summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.drive.root.listItem_GetDriveItem parameters: - name: group-id @@ -43022,11 +42630,7 @@ paths: patch: tags: - groups.drive - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.drive.root.listItem_UpdateField parameters: - name: group-id @@ -43780,11 +43384,8 @@ paths: get: tags: - groups.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.root_ListPermission parameters: - name: group-id @@ -43890,11 +43491,8 @@ paths: get: tags: - groups.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.root_GetPermission parameters: - name: group-id @@ -43954,11 +43552,7 @@ paths: patch: tags: - groups.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in groups operationId: group.drive.root_UpdatePermission parameters: - name: group-id @@ -44005,11 +43599,7 @@ paths: delete: tags: - groups.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for groups operationId: group.drive.root_DeletePermission parameters: - name: group-id @@ -44135,11 +43725,7 @@ paths: patch: tags: - groups.drive - 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 + summary: Update the navigation property retentionLabel in groups operationId: group.drive.root_UpdateRetentionLabel parameters: - name: group-id @@ -44178,11 +43764,7 @@ paths: delete: tags: - groups.drive - 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 + summary: Delete navigation property retentionLabel for groups operationId: group.drive.root_DeleteRetentionLabel parameters: - name: group-id @@ -44505,11 +44087,8 @@ paths: get: tags: - groups.drive - summary: List thumbnails for a driveItem - description: "Retrieve a collection of thumbnailSet resources for a driveItem resource. Zero or more thumbnailSet resources can represent a driveItem.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There're many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from groups + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.root_ListThumbnail parameters: - name: group-id @@ -44616,7 +44195,7 @@ paths: tags: - groups.drive summary: Get thumbnails from groups - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.root_GetThumbnail parameters: - name: group-id @@ -44796,11 +44375,8 @@ paths: get: tags: - groups.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.root_ListVersion parameters: - name: group-id @@ -44906,11 +44482,8 @@ paths: get: tags: - groups.drive - summary: Get a DriveItemVersion resource (preview) - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.root_GetVersion parameters: - name: group-id @@ -45061,9 +44634,6 @@ paths: tags: - groups.drive summary: Get content for the navigation property versions from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: group.drive.root_GetVersionsContent parameters: - name: group-id @@ -45183,8 +44753,8 @@ paths: get: tags: - groups.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' + summary: Get special from groups + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: group.drive_ListSpecial parameters: - name: group-id @@ -45251,11 +44821,8 @@ paths: get: tags: - groups.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0 + summary: Get special from groups + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: group.drive_GetSpecial parameters: - name: group-id @@ -45631,7 +45198,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta operationId: share.sharedDriveItem_GetSharedDriveItem parameters: - name: sharedDriveItem-id @@ -45933,11 +45500,8 @@ paths: get: tags: - shares.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 + summary: Get driveItem from shares + description: Used to access the underlying driveItem operationId: share_GetDriveItem parameters: - name: sharedDriveItem-id @@ -45983,9 +45547,6 @@ paths: tags: - shares.driveItem summary: Get content for the navigation property driveItem from shares - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 operationId: share_GetDriveItemContent parameters: - name: sharedDriveItem-id @@ -46052,9 +45613,6 @@ paths: - shares.driveItem summary: Get contentStream for the navigation property driveItem from shares description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 operationId: share_GetDriveItemContentStream parameters: - name: sharedDriveItem-id @@ -46793,11 +46351,8 @@ paths: get: tags: - shares.list - summary: List columns in a list + summary: Get columns from shares 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-1.0 operationId: share.list_ListColumn parameters: - name: sharedDriveItem-id @@ -46855,10 +46410,7 @@ paths: post: tags: - shares.list - summary: Create columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for shares operationId: share.list_CreateColumn parameters: - name: sharedDriveItem-id @@ -47093,11 +46645,8 @@ paths: get: tags: - shares.list - summary: List contentTypes in a list + summary: Get contentTypes from shares 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-1.0 operationId: share.list_ListContentType parameters: - name: sharedDriveItem-id @@ -47976,11 +47525,8 @@ paths: get: tags: - shares.list - summary: List columns in a content type + summary: Get columns from shares 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-1.0 operationId: share.list.contentType_ListColumn parameters: - name: sharedDriveItem-id @@ -48046,10 +47592,7 @@ paths: post: tags: - shares.list - 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-1.0 + summary: Create new navigation property to columns for shares operationId: share.list.contentType_CreateColumn parameters: - name: sharedDriveItem-id @@ -48089,11 +47632,8 @@ paths: get: tags: - shares.list - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from shares + description: The collection of column definitions for this content type. operationId: share.list.contentType_GetColumn parameters: - name: sharedDriveItem-id @@ -48153,10 +47693,7 @@ paths: patch: tags: - shares.list - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in shares operationId: share.list.contentType_UpdateColumn parameters: - name: sharedDriveItem-id @@ -48203,10 +47740,7 @@ paths: delete: tags: - shares.list - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for shares operationId: share.list.contentType_DeleteColumn parameters: - name: sharedDriveItem-id @@ -48344,7 +47878,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: share.list.contentType_associateGraphWPreHubSite parameters: - name: sharedDriveItem-id @@ -48394,7 +47928,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: share.list.contentType_copyToDefaultContentLocation parameters: - name: sharedDriveItem-id @@ -48439,6 +47973,9 @@ paths: tags: - shares.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: share.list.contentType_isPublished parameters: - name: sharedDriveItem-id @@ -48480,7 +48017,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: share.list.contentType_publish parameters: - name: sharedDriveItem-id @@ -48512,7 +48049,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: share.list.contentType_unpublish parameters: - name: sharedDriveItem-id @@ -48566,7 +48103,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: share.list.contentType_addCopy parameters: - name: sharedDriveItem-id @@ -48607,7 +48144,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: share.list.contentType_addCopyFromContentTypeHub parameters: - name: sharedDriveItem-id @@ -48645,6 +48182,10 @@ paths: tags: - shares.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: share.list.contentType_getCompatibleHubContentType parameters: - name: sharedDriveItem-id @@ -48965,11 +48506,8 @@ paths: get: tags: - shares.list - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from shares + description: All items contained in the list. operationId: share.list_ListItem parameters: - name: sharedDriveItem-id @@ -49026,11 +48564,7 @@ paths: post: tags: - shares.list - summary: Create a new item in a list - description: 'Create a new [listItem][] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 + summary: Create new navigation property to items for shares operationId: share.list_CreateItem parameters: - name: sharedDriveItem-id @@ -49062,11 +48596,8 @@ paths: get: tags: - shares.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-1.0 + summary: Get items from shares + description: All items contained in the list. operationId: share.list_GetItem parameters: - name: sharedDriveItem-id @@ -49157,11 +48688,7 @@ paths: delete: tags: - shares.list - summary: Delete an item from a list - description: 'Removes an item from a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 + summary: Delete navigation property items for shares operationId: share.list_DeleteItem parameters: - name: sharedDriveItem-id @@ -50086,11 +49613,8 @@ paths: get: tags: - shares.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.list.item_ListDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -50156,11 +49680,7 @@ paths: post: tags: - shares.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for shares operationId: share.list.item_CreateDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -50200,11 +49720,8 @@ paths: get: tags: - shares.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.list.item_GetDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -50311,11 +49828,7 @@ paths: delete: tags: - shares.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for shares operationId: share.list.item_DeleteDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -50513,7 +50026,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: share.list.item.documentSetVersion_restore parameters: - name: sharedDriveItem-id @@ -50581,7 +50094,7 @@ paths: tags: - shares.list summary: Get driveItem from shares - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: share.list.item_GetDriveItem parameters: - name: sharedDriveItem-id @@ -50840,11 +50353,7 @@ paths: patch: tags: - shares.list - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in shares operationId: share.list.item_UpdateField parameters: - name: sharedDriveItem-id @@ -51163,7 +50672,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: share.list.item_createLink parameters: - name: sharedDriveItem-id @@ -51818,6 +51327,10 @@ paths: tags: - shares.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta operationId: share.list.item_delta parameters: - name: sharedDriveItem-id @@ -52642,7 +52155,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: share.list.subscription_reauthorize parameters: - name: sharedDriveItem-id @@ -53542,11 +53055,8 @@ paths: get: tags: - shares.listItem - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.listItem_ListDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -53604,11 +53114,7 @@ paths: post: tags: - shares.listItem - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for shares operationId: share.listItem_CreateDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -53640,11 +53146,8 @@ paths: get: tags: - shares.listItem - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.listItem_GetDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -53735,11 +53238,7 @@ paths: delete: tags: - shares.listItem - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for shares operationId: share.listItem_DeleteDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -53905,7 +53404,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: share.listItem.documentSetVersion_restore parameters: - name: sharedDriveItem-id @@ -53957,7 +53456,7 @@ paths: tags: - shares.listItem summary: Get driveItem from shares - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: share.listItem_GetDriveItem parameters: - name: sharedDriveItem-id @@ -54168,11 +53667,7 @@ paths: patch: tags: - shares.listItem - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in shares operationId: share.listItem_UpdateField parameters: - name: sharedDriveItem-id @@ -54435,7 +53930,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: share.listItem_createLink parameters: - name: sharedDriveItem-id @@ -55097,10 +54592,10 @@ paths: tags: - shares.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: share.permission_grant parameters: - name: sharedDriveItem-id @@ -55159,10 +54654,10 @@ paths: tags: - shares.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: share.permission_revokeGrant parameters: - name: sharedDriveItem-id @@ -55427,11 +54922,8 @@ paths: get: tags: - users.drive - summary: Get drive - description: 'Retrieve the properties and relationships of a drive resource. A drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0 + summary: Get drive from users + description: The user's OneDrive. Read-only. operationId: user_GetDrive parameters: - name: user-id @@ -55476,11 +54968,8 @@ paths: get: tags: - users.drive - summary: List available drives - description: 'Retrieve the list of drive resources available for a target user, group, or site.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0 + summary: Get drives from users + description: A collection of drives available for this user. Read-only. operationId: user_ListDrive parameters: - name: user-id @@ -55697,11 +55186,8 @@ paths: get: tags: - users.drive - summary: List activities (preview) - description: List the recent activities that took place on an item or under a hierarchy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0 + summary: Get activities from users + description: The list of recent activities that took place under this drive. operationId: user.drive_ListActivity parameters: - name: user-id @@ -56295,11 +55781,8 @@ paths: get: tags: - users.drive - summary: List bundles - description: 'Get a list of all the [bundles][bundle] in a user''s drive.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 + summary: Get bundles from users + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: user.drive_ListBundle parameters: - name: user-id @@ -56366,9 +55849,6 @@ paths: tags: - users.drive summary: Create new navigation property to bundles for users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0 operationId: user.drive_CreateBundle parameters: - name: user-id @@ -56408,11 +55888,8 @@ paths: get: tags: - users.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get bundles from users + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: user.drive_GetBundle parameters: - name: user-id @@ -56474,9 +55951,6 @@ paths: tags: - users.drive summary: Get content for the navigation property bundles from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: user.drive_GetBundlesContent parameters: - name: user-id @@ -56575,9 +56049,6 @@ paths: - users.drive summary: Get contentStream for the navigation property bundles from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: user.drive_GetBundlesContentStream parameters: - name: user-id @@ -56935,11 +56406,8 @@ paths: get: tags: - users.drive - summary: List followed items - description: "List the items that the signed-in user followed.\nThis collection includes items that are in the user's drive and items they have access to from other drives." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 + summary: Get following from users + description: The list of items the user is following. Only in OneDrive for Business. operationId: user.drive_ListFollowing parameters: - name: user-id @@ -57069,9 +56537,6 @@ paths: tags: - users.drive summary: Get content for the navigation property following from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: user.drive_GetFollowingContent parameters: - name: user-id @@ -57170,9 +56635,6 @@ paths: - users.drive summary: Get contentStream for the navigation property following from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: user.drive_GetFollowingContentStream parameters: - name: user-id @@ -57289,8 +56751,8 @@ paths: get: tags: - users.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' + summary: Get items from users + description: All items contained in the drive. Read-only. Nullable. operationId: user.drive_ListItem parameters: - name: user-id @@ -57396,11 +56858,8 @@ paths: get: tags: - users.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get items from users + description: All items contained in the drive. Read-only. Nullable. operationId: user.drive_GetItem parameters: - name: user-id @@ -57460,11 +56919,7 @@ paths: patch: tags: - users.drive - summary: Update bundle - description: "Update the metadata for a [bundle][] of [driveItems][driveItem] by ID.\nYou can only update the following metadata: Any other change requests are ignored." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0 + summary: Update the navigation property items in users operationId: user.drive_UpdateItem parameters: - name: user-id @@ -57511,11 +56966,7 @@ paths: delete: tags: - users.drive - summary: Delete bundle - description: "Delete a [bundle][] of driveItems by using its id.\nDeleting a bundle using this method permanently deletes the bundle and doesn't move it to the Recycle Bin.\nIt doesn't, however, remove the items referenced by the bundle.\nThey remain in their parent folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0 + summary: Delete navigation property items for users operationId: user.drive_DeleteItem parameters: - name: user-id @@ -57742,11 +57193,8 @@ paths: get: tags: - users.drive - 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-1.0 + summary: Get analytics from users + description: Analytics about the view activities that took place on this item. operationId: user.drive.item_GetAnalytic parameters: - name: user-id @@ -59063,11 +58511,8 @@ paths: get: tags: - users.drive - 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 + summary: Get children from users + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: user.drive.item_ListChild parameters: - name: user-id @@ -59142,9 +58587,6 @@ paths: tags: - users.drive summary: Create new navigation property to children for users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: user.drive.item_CreateChild parameters: - name: user-id @@ -59263,9 +58705,6 @@ paths: tags: - users.drive summary: Get content for the navigation property children from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: user.drive.item_GetChildrenContent parameters: - name: user-id @@ -59380,9 +58819,6 @@ paths: - users.drive summary: Get contentStream for the navigation property children from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: user.drive.item_GetChildrenContentStream parameters: - name: user-id @@ -61455,11 +60891,8 @@ paths: get: tags: - users.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.item.listItem_ListDocumentSetVersion parameters: - name: user-id @@ -61533,11 +60966,7 @@ paths: post: tags: - users.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for users operationId: user.drive.item.listItem_CreateDocumentSetVersion parameters: - name: user-id @@ -61585,11 +61014,8 @@ paths: get: tags: - users.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.item.listItem_GetDocumentSetVersion parameters: - name: user-id @@ -61712,11 +61138,7 @@ paths: delete: tags: - users.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for users operationId: user.drive.item.listItem_DeleteDocumentSetVersion parameters: - name: user-id @@ -61981,7 +61403,7 @@ paths: tags: - users.drive summary: Get driveItem from users - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: user.drive.item.listItem_GetDriveItem parameters: - name: user-id @@ -62288,11 +61710,7 @@ paths: patch: tags: - users.drive - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in users operationId: user.drive.item.listItem_UpdateField parameters: - name: user-id @@ -63174,11 +62592,8 @@ paths: get: tags: - users.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.item_ListPermission parameters: - name: user-id @@ -63300,11 +62715,8 @@ paths: get: tags: - users.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.item_GetPermission parameters: - name: user-id @@ -63372,11 +62784,7 @@ paths: patch: tags: - users.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in users operationId: user.drive.item_UpdatePermission parameters: - name: user-id @@ -63431,11 +62839,7 @@ paths: delete: tags: - users.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for users operationId: user.drive.item_DeletePermission parameters: - name: user-id @@ -63585,11 +62989,7 @@ paths: patch: tags: - users.drive - 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 + summary: Update the navigation property retentionLabel in users operationId: user.drive.item_UpdateRetentionLabel parameters: - name: user-id @@ -63636,11 +63036,7 @@ paths: delete: tags: - users.drive - 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 + summary: Delete navigation property retentionLabel for users operationId: user.drive.item_DeleteRetentionLabel parameters: - name: user-id @@ -64019,11 +63415,8 @@ paths: get: tags: - users.drive - summary: List thumbnails for a driveItem - description: "Retrieve a collection of thumbnailSet resources for a driveItem resource. Zero or more thumbnailSet resources can represent a driveItem.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There're many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from users + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.item_ListThumbnail parameters: - name: user-id @@ -64146,7 +63539,7 @@ paths: tags: - users.drive summary: Get thumbnails from users - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.item_GetThumbnail parameters: - name: user-id @@ -64358,11 +63751,8 @@ paths: get: tags: - users.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.item_ListVersion parameters: - name: user-id @@ -64484,11 +63874,8 @@ paths: get: tags: - users.drive - summary: Get a DriveItemVersion resource (preview) - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.item_GetVersion parameters: - name: user-id @@ -64663,9 +64050,6 @@ paths: tags: - users.drive summary: Get content for the navigation property versions from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: user.drive.item_GetVersionsContent parameters: - name: user-id @@ -65314,11 +64698,8 @@ paths: get: tags: - users.drive - summary: List columns in a list + summary: Get columns from users 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-1.0 operationId: user.drive.list_ListColumn parameters: - name: user-id @@ -65384,10 +64765,7 @@ paths: post: tags: - users.drive - summary: Create columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for users operationId: user.drive.list_CreateColumn parameters: - name: user-id @@ -65670,11 +65048,8 @@ paths: get: tags: - users.drive - summary: List contentTypes in a list + summary: Get contentTypes from users 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-1.0 operationId: user.drive.list_ListContentType parameters: - name: user-id @@ -66697,11 +66072,8 @@ paths: get: tags: - users.drive - summary: List columns in a content type + summary: Get columns from users 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-1.0 operationId: user.drive.list.contentType_ListColumn parameters: - name: user-id @@ -66775,10 +66147,7 @@ paths: post: tags: - users.drive - 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-1.0 + summary: Create new navigation property to columns for users operationId: user.drive.list.contentType_CreateColumn parameters: - name: user-id @@ -66826,11 +66195,8 @@ paths: get: tags: - users.drive - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from users + description: The collection of column definitions for this content type. operationId: user.drive.list.contentType_GetColumn parameters: - name: user-id @@ -66898,10 +66264,7 @@ paths: patch: tags: - users.drive - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in users operationId: user.drive.list.contentType_UpdateColumn parameters: - name: user-id @@ -66956,10 +66319,7 @@ paths: delete: tags: - users.drive - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for users operationId: user.drive.list.contentType_DeleteColumn parameters: - name: user-id @@ -67443,11 +66803,8 @@ paths: get: tags: - users.drive - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from users + description: All items contained in the list. operationId: user.drive.list_ListItem parameters: - name: user-id @@ -67512,11 +66869,7 @@ paths: post: tags: - users.drive - 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 + summary: Create new navigation property to items for users operationId: user.drive.list_CreateItem parameters: - name: user-id @@ -67556,11 +66909,8 @@ paths: get: tags: - users.drive - 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-1.0 + summary: Get items from users + description: All items contained in the list. operationId: user.drive.list_GetItem parameters: - name: user-id @@ -67667,11 +67017,7 @@ paths: delete: tags: - users.drive - 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 + summary: Delete navigation property items for users operationId: user.drive.list_DeleteItem parameters: - name: user-id @@ -68748,11 +68094,8 @@ paths: get: tags: - users.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.list.item_ListDocumentSetVersion parameters: - name: user-id @@ -68826,11 +68169,7 @@ paths: post: tags: - users.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for users operationId: user.drive.list.item_CreateDocumentSetVersion parameters: - name: user-id @@ -68878,11 +68217,8 @@ paths: get: tags: - users.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.list.item_GetDocumentSetVersion parameters: - name: user-id @@ -69005,11 +68341,7 @@ paths: delete: tags: - users.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for users operationId: user.drive.list.item_DeleteDocumentSetVersion parameters: - name: user-id @@ -69274,7 +68606,7 @@ paths: tags: - users.drive summary: Get driveItem from users - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: user.drive.list.item_GetDriveItem parameters: - name: user-id @@ -69581,11 +68913,7 @@ paths: patch: tags: - users.drive - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in users operationId: user.drive.list.item_UpdateField parameters: - name: user-id @@ -71284,11 +70612,8 @@ paths: get: tags: - users.drive - summary: Get driveItem - description: Retrieve the metadata for a driveItem in a drive by file system path or ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 + summary: Get root from users + description: The root folder of the drive. Read-only. operationId: user.drive_GetRoot parameters: - name: user-id @@ -71574,11 +70899,8 @@ paths: get: tags: - users.drive - 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-1.0 + summary: Get analytics from users + description: Analytics about the view activities that took place on this item. operationId: user.drive.root_GetAnalytic parameters: - name: user-id @@ -72719,11 +72041,8 @@ paths: get: tags: - users.drive - 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 + summary: Get children from users + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: user.drive.root_ListChild parameters: - name: user-id @@ -72790,9 +72109,6 @@ paths: tags: - users.drive summary: Create new navigation property to children for users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: user.drive.root_CreateChild parameters: - name: user-id @@ -72895,9 +72211,6 @@ paths: tags: - users.drive summary: Get content for the navigation property children from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: user.drive.root_GetChildrenContent parameters: - name: user-id @@ -72996,9 +72309,6 @@ paths: - users.drive summary: Get contentStream for the navigation property children from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: user.drive.root_GetChildrenContentStream parameters: - name: user-id @@ -73116,9 +72426,6 @@ paths: tags: - users.drive summary: Get content for the navigation property root from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: user.drive_GetRootContent parameters: - name: user-id @@ -73201,9 +72508,6 @@ paths: - users.drive summary: Get contentStream for the navigation property root from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: user.drive_GetRootContentStream parameters: - name: user-id @@ -74773,11 +74077,8 @@ paths: get: tags: - users.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.root.listItem_ListDocumentSetVersion parameters: - name: user-id @@ -74843,11 +74144,7 @@ paths: post: tags: - users.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for users operationId: user.drive.root.listItem_CreateDocumentSetVersion parameters: - name: user-id @@ -74887,11 +74184,8 @@ paths: get: tags: - users.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.root.listItem_GetDocumentSetVersion parameters: - name: user-id @@ -74998,11 +74292,7 @@ paths: delete: tags: - users.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for users operationId: user.drive.root.listItem_DeleteDocumentSetVersion parameters: - name: user-id @@ -75227,7 +74517,7 @@ paths: tags: - users.drive summary: Get driveItem from users - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: user.drive.root.listItem_GetDriveItem parameters: - name: user-id @@ -75486,11 +74776,7 @@ paths: patch: tags: - users.drive - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in users operationId: user.drive.root.listItem_UpdateField parameters: - name: user-id @@ -76244,11 +75530,8 @@ paths: get: tags: - users.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.root_ListPermission parameters: - name: user-id @@ -76354,11 +75637,8 @@ paths: get: tags: - users.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.root_GetPermission parameters: - name: user-id @@ -76418,11 +75698,7 @@ paths: patch: tags: - users.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in users operationId: user.drive.root_UpdatePermission parameters: - name: user-id @@ -76469,11 +75745,7 @@ paths: delete: tags: - users.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for users operationId: user.drive.root_DeletePermission parameters: - name: user-id @@ -76599,11 +75871,7 @@ paths: patch: tags: - users.drive - 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 + summary: Update the navigation property retentionLabel in users operationId: user.drive.root_UpdateRetentionLabel parameters: - name: user-id @@ -76642,11 +75910,7 @@ paths: delete: tags: - users.drive - 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 + summary: Delete navigation property retentionLabel for users operationId: user.drive.root_DeleteRetentionLabel parameters: - name: user-id @@ -76969,11 +76233,8 @@ paths: get: tags: - users.drive - summary: List thumbnails for a driveItem - description: "Retrieve a collection of thumbnailSet resources for a driveItem resource. Zero or more thumbnailSet resources can represent a driveItem.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There're many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from users + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.root_ListThumbnail parameters: - name: user-id @@ -77080,7 +76341,7 @@ paths: tags: - users.drive summary: Get thumbnails from users - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.root_GetThumbnail parameters: - name: user-id @@ -77260,11 +76521,8 @@ paths: get: tags: - users.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.root_ListVersion parameters: - name: user-id @@ -77370,11 +76628,8 @@ paths: get: tags: - users.drive - summary: Get a DriveItemVersion resource (preview) - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.root_GetVersion parameters: - name: user-id @@ -77525,9 +76780,6 @@ paths: tags: - users.drive summary: Get content for the navigation property versions from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: user.drive.root_GetVersionsContent parameters: - name: user-id @@ -77647,8 +76899,8 @@ paths: get: tags: - users.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' + summary: Get special from users + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: user.drive_ListSpecial parameters: - name: user-id @@ -77715,11 +76967,8 @@ paths: get: tags: - users.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0 + summary: Get special from users + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: user.drive_GetSpecial parameters: - name: user-id @@ -78043,7 +77292,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -78193,13 +77442,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -79144,7 +78393,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -79172,11 +78421,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -79192,13 +78441,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -79525,7 +78774,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -83198,11 +82447,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -83221,7 +82470,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -83952,7 +83201,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -84411,6 +83660,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -84421,7 +83671,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -85804,11 +85054,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -85934,7 +85184,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -89100,7 +88350,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -89108,7 +88358,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object @@ -93631,11 +92881,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 diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index d3ac4ff1d9..ebea3343a4 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -14,7 +14,7 @@ paths: description: List all the groupLifecyclePolicies. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta operationId: groupLifecyclePolicy_ListGroupLifecyclePolicy parameters: - $ref: '#/components/parameters/top' @@ -68,7 +68,7 @@ paths: description: Creates a new groupLifecyclePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta operationId: groupLifecyclePolicy_CreateGroupLifecyclePolicy requestBody: description: New entity @@ -95,7 +95,7 @@ paths: description: Retrieve the properties and relationships of a groupLifecyclePolicies object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta operationId: groupLifecyclePolicy_GetGroupLifecyclePolicy parameters: - name: groupLifecyclePolicy-id @@ -143,7 +143,7 @@ paths: description: Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta operationId: groupLifecyclePolicy_UpdateGroupLifecyclePolicy parameters: - name: groupLifecyclePolicy-id @@ -178,7 +178,7 @@ paths: description: Delete a groupLifecyclePolicy. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta operationId: groupLifecyclePolicy_DeleteGroupLifecyclePolicy parameters: - name: groupLifecyclePolicy-id @@ -309,7 +309,7 @@ paths: description: 'Renew a group''s expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta operationId: groupLifecyclePolicy_renewGroup requestBody: description: Action parameters @@ -347,7 +347,7 @@ paths: description: 'List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. This operation returns by default only a subset of the more commonly used 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 for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta operationId: group_ListGroup parameters: - name: ConsistencyLevel @@ -411,7 +411,7 @@ paths: description: 'Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team.' 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-post-groups?view=graph-rest-beta operationId: group_CreateGroup requestBody: description: New entity @@ -438,7 +438,7 @@ paths: description: 'Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren''t_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren''t returned in the $select query. Because the group resource supports extensions, you can also use the GET operation to get custom properties and extension data in a group instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta operationId: group_GetGroup parameters: - name: group-id @@ -486,7 +486,7 @@ paths: 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 thethe 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-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta operationId: group_UpdateGroup parameters: - name: group-id @@ -521,7 +521,7 @@ paths: description: 'Deletes a group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This isn''t applicable to Security groups and Distribution groups that are permanently deleted immediately. To learn more, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta operationId: group_DeleteGroup parameters: - name: group-id @@ -548,11 +548,8 @@ paths: get: tags: - groups.directoryObject - 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-1.0 + 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.' operationId: group_ListAcceptedSender parameters: - name: group-id @@ -600,11 +597,7 @@ paths: delete: tags: - groups.directoryObject - 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-1.0 + summary: Delete ref of navigation property acceptedSenders for groups operationId: group.acceptedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -660,11 +653,8 @@ paths: get: tags: - groups.directoryObject - 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-1.0 + 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.' operationId: group_ListAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -701,11 +691,7 @@ paths: post: tags: - groups.directoryObject - 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-1.0 + summary: Create new navigation property ref to acceptedSenders for groups operationId: group_CreateAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -727,11 +713,7 @@ paths: delete: tags: - groups.directoryObject - 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-1.0 + summary: Delete ref of navigation property acceptedSenders for groups operationId: group_DeleteAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -770,7 +752,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.calendarView.attachment_createUploadSession parameters: - name: group-id @@ -819,7 +801,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -876,7 +858,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: group-id @@ -941,7 +923,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_accept parameters: - name: group-id @@ -1007,7 +989,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_cancel parameters: - name: group-id @@ -1069,7 +1051,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_decline parameters: - name: group-id @@ -1137,7 +1119,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: group-id @@ -1186,7 +1168,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_forward parameters: - name: group-id @@ -1252,7 +1234,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: group-id @@ -1313,7 +1295,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: group-id @@ -1381,7 +1363,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence.instance_delta parameters: - name: group-id @@ -1494,7 +1476,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_accept parameters: - name: group-id @@ -1552,7 +1534,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_cancel parameters: - name: group-id @@ -1606,7 +1588,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_decline parameters: - name: group-id @@ -1666,7 +1648,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -1707,7 +1689,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_forward parameters: - name: group-id @@ -1765,7 +1747,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -1818,7 +1800,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -1878,7 +1860,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.calendarView.exceptionOccurrence_delta parameters: - name: group-id @@ -1983,7 +1965,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: group-id @@ -2040,7 +2022,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -2105,7 +2087,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: group-id @@ -2171,7 +2153,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_cancel parameters: - name: group-id @@ -2233,7 +2215,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: group-id @@ -2301,7 +2283,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -2350,7 +2332,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_forward parameters: - name: group-id @@ -2416,7 +2398,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -2477,7 +2459,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -2545,7 +2527,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.calendarView.instance.exceptionOccurrence_delta parameters: - name: group-id @@ -2658,7 +2640,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.calendarView.instance_accept parameters: - name: group-id @@ -2716,7 +2698,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.calendarView.instance_cancel parameters: - name: group-id @@ -2770,7 +2752,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.calendarView.instance_decline parameters: - name: group-id @@ -2830,7 +2812,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.calendarView.instance_dismissReminder parameters: - name: group-id @@ -2871,7 +2853,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.calendarView.instance_forward parameters: - name: group-id @@ -2929,7 +2911,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.calendarView.instance_snoozeReminder parameters: - name: group-id @@ -2982,7 +2964,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.calendarView.instance_tentativelyAccept parameters: - name: group-id @@ -3042,7 +3024,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.calendarView.instance_delta parameters: - name: group-id @@ -3147,7 +3129,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.calendarView_accept parameters: - name: group-id @@ -3197,7 +3179,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.calendarView_cancel parameters: - name: group-id @@ -3243,7 +3225,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.calendarView_decline parameters: - name: group-id @@ -3295,7 +3277,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.calendarView_dismissReminder parameters: - name: group-id @@ -3328,7 +3310,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.calendarView_forward parameters: - name: group-id @@ -3378,7 +3360,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.calendarView_snoozeReminder parameters: - name: group-id @@ -3423,7 +3405,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.calendarView_tentativelyAccept parameters: - name: group-id @@ -3475,7 +3457,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.calendarView_delta parameters: - name: group-id @@ -3572,7 +3554,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.event.attachment_createUploadSession parameters: - name: group-id @@ -3621,7 +3603,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -3678,7 +3660,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: group-id @@ -3743,7 +3725,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_accept parameters: - name: group-id @@ -3809,7 +3791,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: group-id @@ -3871,7 +3853,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_decline parameters: - name: group-id @@ -3939,7 +3921,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: group-id @@ -3988,7 +3970,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_forward parameters: - name: group-id @@ -4054,7 +4036,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: group-id @@ -4115,7 +4097,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: group-id @@ -4183,7 +4165,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence.instance_delta parameters: - name: group-id @@ -4296,7 +4278,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_accept parameters: - name: group-id @@ -4354,7 +4336,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_cancel parameters: - name: group-id @@ -4408,7 +4390,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_decline parameters: - name: group-id @@ -4468,7 +4450,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -4509,7 +4491,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_forward parameters: - name: group-id @@ -4567,7 +4549,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -4620,7 +4602,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -4680,7 +4662,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.event.exceptionOccurrence_delta parameters: - name: group-id @@ -4785,7 +4767,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.event.instance.attachment_createUploadSession parameters: - name: group-id @@ -4842,7 +4824,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -4907,7 +4889,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_accept parameters: - name: group-id @@ -4973,7 +4955,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: group-id @@ -5035,7 +5017,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_decline parameters: - name: group-id @@ -5103,7 +5085,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -5152,7 +5134,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_forward parameters: - name: group-id @@ -5218,7 +5200,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -5279,7 +5261,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -5347,7 +5329,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.event.instance.exceptionOccurrence_delta parameters: - name: group-id @@ -5460,7 +5442,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.event.instance_accept parameters: - name: group-id @@ -5518,7 +5500,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.event.instance_cancel parameters: - name: group-id @@ -5572,7 +5554,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.event.instance_decline parameters: - name: group-id @@ -5632,7 +5614,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.event.instance_dismissReminder parameters: - name: group-id @@ -5673,7 +5655,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.event.instance_forward parameters: - name: group-id @@ -5731,7 +5713,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.event.instance_snoozeReminder parameters: - name: group-id @@ -5784,7 +5766,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.event.instance_tentativelyAccept parameters: - name: group-id @@ -5844,7 +5826,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.event.instance_delta parameters: - name: group-id @@ -5949,7 +5931,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendar.event_accept parameters: - name: group-id @@ -5999,7 +5981,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendar.event_cancel parameters: - name: group-id @@ -6045,7 +6027,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendar.event_decline parameters: - name: group-id @@ -6097,7 +6079,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendar.event_dismissReminder parameters: - name: group-id @@ -6130,7 +6112,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendar.event_forward parameters: - name: group-id @@ -6180,7 +6162,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendar.event_snoozeReminder parameters: - name: group-id @@ -6225,7 +6207,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendar.event_tentativelyAccept parameters: - name: group-id @@ -6277,7 +6259,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendar.event_delta parameters: - name: group-id @@ -6424,7 +6406,7 @@ paths: description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta operationId: group.calendar_getSchedule parameters: - name: group-id @@ -6491,7 +6473,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendarView.attachment_createUploadSession parameters: - name: group-id @@ -6540,7 +6522,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -6597,7 +6579,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: group-id @@ -6662,7 +6644,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_accept parameters: - name: group-id @@ -6728,7 +6710,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_cancel parameters: - name: group-id @@ -6790,7 +6772,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_decline parameters: - name: group-id @@ -6858,7 +6840,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: group-id @@ -6907,7 +6889,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_forward parameters: - name: group-id @@ -6973,7 +6955,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: group-id @@ -7034,7 +7016,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: group-id @@ -7102,7 +7084,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence.instance_delta parameters: - name: group-id @@ -7215,7 +7197,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_accept parameters: - name: group-id @@ -7273,7 +7255,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_cancel parameters: - name: group-id @@ -7327,7 +7309,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_decline parameters: - name: group-id @@ -7387,7 +7369,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -7428,7 +7410,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_forward parameters: - name: group-id @@ -7486,7 +7468,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -7539,7 +7521,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -7599,7 +7581,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendarView.exceptionOccurrence_delta parameters: - name: group-id @@ -7704,7 +7686,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendarView.instance.attachment_createUploadSession parameters: - name: group-id @@ -7761,7 +7743,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -7826,7 +7808,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_accept parameters: - name: group-id @@ -7892,7 +7874,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_cancel parameters: - name: group-id @@ -7954,7 +7936,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_decline parameters: - name: group-id @@ -8022,7 +8004,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -8071,7 +8053,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_forward parameters: - name: group-id @@ -8137,7 +8119,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -8198,7 +8180,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -8266,7 +8248,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendarView.instance.exceptionOccurrence_delta parameters: - name: group-id @@ -8379,7 +8361,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendarView.instance_accept parameters: - name: group-id @@ -8437,7 +8419,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendarView.instance_cancel parameters: - name: group-id @@ -8491,7 +8473,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendarView.instance_decline parameters: - name: group-id @@ -8551,7 +8533,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendarView.instance_dismissReminder parameters: - name: group-id @@ -8592,7 +8574,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendarView.instance_forward parameters: - name: group-id @@ -8650,7 +8632,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendarView.instance_snoozeReminder parameters: - name: group-id @@ -8703,7 +8685,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendarView.instance_tentativelyAccept parameters: - name: group-id @@ -8763,7 +8745,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendarView.instance_delta parameters: - name: group-id @@ -8868,7 +8850,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.calendarView_accept parameters: - name: group-id @@ -8918,7 +8900,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.calendarView_cancel parameters: - name: group-id @@ -8964,7 +8946,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.calendarView_decline parameters: - name: group-id @@ -9016,7 +8998,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.calendarView_dismissReminder parameters: - name: group-id @@ -9049,7 +9031,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.calendarView_forward parameters: - name: group-id @@ -9099,7 +9081,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.calendarView_snoozeReminder parameters: - name: group-id @@ -9144,7 +9126,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.calendarView_tentativelyAccept parameters: - name: group-id @@ -9196,7 +9178,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.calendarView_delta parameters: - name: group-id @@ -9289,11 +9271,8 @@ paths: get: tags: - groups.conversation - 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 + summary: Get conversations from groups + description: The group's conversations. operationId: group_ListConversation parameters: - name: group-id @@ -9341,11 +9320,7 @@ paths: post: tags: - groups.conversation - summary: Create openTypeExtension - description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 + summary: Create new navigation property to conversations for groups operationId: group_CreateConversation parameters: - name: group-id @@ -9377,11 +9352,8 @@ paths: get: tags: - groups.conversation - 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 + summary: Get conversations from groups + description: The group's conversations. operationId: group_GetConversation parameters: - name: group-id @@ -9423,11 +9395,7 @@ paths: delete: tags: - groups.conversation - summary: Delete conversation - description: Delete conversation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 + summary: Delete navigation property conversations for groups operationId: group_DeleteConversation parameters: - name: group-id @@ -9462,11 +9430,8 @@ paths: get: tags: - groups.conversation - 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-1.0 + summary: Get threads from groups + description: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. operationId: group.conversation_ListThread parameters: - name: group-id @@ -9531,11 +9496,7 @@ paths: post: tags: - groups.conversation - 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 + summary: Create new navigation property to threads for groups operationId: group.conversation_CreateThread parameters: - name: group-id @@ -9727,10 +9688,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' + description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta operationId: group.conversation.thread_reply parameters: - name: group-id @@ -9779,11 +9740,7 @@ paths: get: tags: - groups.conversation - 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-1.0 + summary: Get posts from groups operationId: group.conversation.thread_ListPost parameters: - name: group-id @@ -9857,11 +9814,7 @@ paths: get: tags: - groups.conversation - 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 + summary: Get posts from groups operationId: group.conversation.thread_GetPost parameters: - name: group-id @@ -9985,11 +9938,8 @@ paths: get: tags: - groups.conversation - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable. Supports $expand.' operationId: group.conversation.thread.post_ListAttachment parameters: - name: group-id @@ -10311,7 +10261,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.conversation.thread.post.attachment_createUploadSession parameters: - name: group-id @@ -10372,8 +10322,8 @@ paths: get: tags: - groups.conversation - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post_ListExtension parameters: - name: group-id @@ -10510,11 +10460,8 @@ paths: get: tags: - groups.conversation - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post_GetExtension parameters: - name: group-id @@ -10590,11 +10537,7 @@ paths: patch: tags: - groups.conversation - summary: Update openTypeExtension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.conversation.thread.post_UpdateExtension parameters: - name: group-id @@ -10831,11 +10774,8 @@ paths: get: tags: - groups.conversation - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable. Supports $expand.' operationId: group.conversation.thread.post.inReplyTo_ListAttachment parameters: - name: group-id @@ -11157,7 +11097,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.conversation.thread.post.inReplyTo.attachment_createUploadSession parameters: - name: group-id @@ -11218,8 +11158,8 @@ paths: get: tags: - groups.conversation - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post.inReplyTo_ListExtension parameters: - name: group-id @@ -11356,11 +11296,8 @@ paths: get: tags: - groups.conversation - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post.inReplyTo_GetExtension parameters: - name: group-id @@ -11436,11 +11373,7 @@ paths: patch: tags: - groups.conversation - summary: Update openTypeExtension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.conversation.thread.post.inReplyTo_UpdateExtension parameters: - name: group-id @@ -11928,7 +11861,7 @@ paths: description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta operationId: group.conversation.thread.post.inReplyTo_forward parameters: - name: group-id @@ -12368,7 +12301,7 @@ paths: description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta operationId: group.conversation.thread.post_forward parameters: - name: group-id @@ -12625,7 +12558,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: group.drive.item.listItem.documentSetVersion_restore parameters: - name: group-id @@ -12674,7 +12607,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: group.drive.item.listItem_createLink parameters: - name: group-id @@ -12972,7 +12905,7 @@ paths: description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta operationId: group.drive.item_checkin parameters: - name: group-id @@ -13029,7 +12962,7 @@ paths: description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta operationId: group.drive.item_checkout parameters: - name: group-id @@ -13067,10 +13000,10 @@ paths: tags: - groups.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta operationId: group.drive.item_copy parameters: - name: group-id @@ -13130,7 +13063,7 @@ paths: description: "Create a link to share a driveItem driveItem.\nThe createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta operationId: group.drive.item_createLink parameters: - name: group-id @@ -13264,6 +13197,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you finish receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state. Note: you should only delete a folder locally if it's empty after syncing all the changes." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta operationId: group.drive.item_delta parameters: - name: group-id @@ -13502,7 +13439,7 @@ paths: description: Follow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta operationId: group.drive.item_follow parameters: - name: group-id @@ -13544,6 +13481,10 @@ paths: tags: - groups.Functions summary: Invoke function getActivitiesByInterval + description: Get itemActivityStats for the activities that took place under this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta operationId: group.drive.item_getActivitiesGraphBPreInterval parameters: - name: group-id @@ -13661,7 +13602,7 @@ paths: description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta operationId: group.drive.item_invite parameters: - name: group-id @@ -13866,7 +13807,7 @@ paths: description: Restore a driveItem that has been deleted and is currently in the recycle bin. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta operationId: group.drive.item_restore parameters: - name: group-id @@ -13923,6 +13864,10 @@ paths: tags: - groups.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: group.drive.item_search parameters: - name: group-id @@ -14024,7 +13969,7 @@ paths: description: Unfollow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta operationId: group.drive.item_unfollow parameters: - name: group-id @@ -14114,10 +14059,10 @@ paths: tags: - groups.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: group.drive.item.permission_grant parameters: - name: group-id @@ -14200,10 +14145,10 @@ paths: tags: - groups.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: group.drive.item.permission_revokeGrant parameters: - name: group-id @@ -14270,7 +14215,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: group.drive.item.subscription_reauthorize parameters: - name: group-id @@ -14319,7 +14264,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta operationId: group.drive.item.version_restoreVersion parameters: - name: group-id @@ -14367,7 +14312,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: group.drive.list.contentType_associateGraphWPreHubSite parameters: - name: group-id @@ -14425,7 +14370,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: group.drive.list.contentType_copyToDefaultContentLocation parameters: - name: group-id @@ -14478,6 +14423,9 @@ paths: tags: - groups.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: group.drive.list.contentType_isPublished parameters: - name: group-id @@ -14527,7 +14475,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: group.drive.list.contentType_publish parameters: - name: group-id @@ -14567,7 +14515,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: group.drive.list.contentType_unpublish parameters: - name: group-id @@ -14607,7 +14555,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: group.drive.list.contentType_addCopy parameters: - name: group-id @@ -14656,7 +14604,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: group.drive.list.contentType_addCopyFromContentTypeHub parameters: - name: group-id @@ -14702,6 +14650,10 @@ paths: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: group.drive.list.contentType_getCompatibleHubContentType parameters: - name: group-id @@ -14787,7 +14739,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: group.drive.list.item.documentSetVersion_restore parameters: - name: group-id @@ -14836,7 +14788,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: group.drive.list.item_createLink parameters: - name: group-id @@ -15076,6 +15028,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta operationId: group.drive.list.item_delta parameters: - name: group-id @@ -15257,7 +15213,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: group.drive.list.subscription_reauthorize parameters: - name: group-id @@ -15295,6 +15251,10 @@ paths: tags: - groups.Functions summary: Invoke function recent + description: "List a set of items recently used by the signed-in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta operationId: group.drive_recent parameters: - name: group-id @@ -15362,6 +15322,10 @@ paths: tags: - groups.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: group.drive_search parameters: - name: group-id @@ -15437,6 +15401,10 @@ paths: tags: - groups.Functions summary: Invoke function 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: group.drive_sharedGraphWPreMe parameters: - name: group-id @@ -15507,7 +15475,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: group.drive.root.listItem.documentSetVersion_restore parameters: - name: group-id @@ -15548,7 +15516,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: group.drive.root.listItem_createLink parameters: - name: group-id @@ -15814,7 +15782,7 @@ paths: description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta operationId: group.drive.root_checkin parameters: - name: group-id @@ -15863,7 +15831,7 @@ paths: description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta operationId: group.drive.root_checkout parameters: - name: group-id @@ -15893,10 +15861,10 @@ paths: tags: - groups.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta operationId: group.drive.root_copy parameters: - name: group-id @@ -15948,7 +15916,7 @@ paths: description: "Create a link to share a driveItem driveItem.\nThe createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta operationId: group.drive.root_createLink parameters: - name: group-id @@ -16066,6 +16034,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you finish receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state. Note: you should only delete a folder locally if it's empty after syncing all the changes." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta operationId: group.drive.root_delta parameters: - name: group-id @@ -16280,7 +16252,7 @@ paths: description: Follow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta operationId: group.drive.root_follow parameters: - name: group-id @@ -16314,6 +16286,10 @@ paths: tags: - groups.Functions summary: Invoke function getActivitiesByInterval + description: Get itemActivityStats for the activities that took place under this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta operationId: group.drive.root_getActivitiesGraphBPreInterval parameters: - name: group-id @@ -16423,7 +16399,7 @@ paths: description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta operationId: group.drive.root_invite parameters: - name: group-id @@ -16604,7 +16580,7 @@ paths: description: Restore a driveItem that has been deleted and is currently in the recycle bin. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta operationId: group.drive.root_restore parameters: - name: group-id @@ -16653,6 +16629,10 @@ paths: tags: - groups.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: group.drive.root_search parameters: - name: group-id @@ -16746,7 +16726,7 @@ paths: description: Unfollow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta operationId: group.drive.root_unfollow parameters: - name: group-id @@ -16820,10 +16800,10 @@ paths: tags: - groups.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: group.drive.root.permission_grant parameters: - name: group-id @@ -16898,10 +16878,10 @@ paths: tags: - groups.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: group.drive.root.permission_revokeGrant parameters: - name: group-id @@ -16960,7 +16940,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: group.drive.root.subscription_reauthorize parameters: - name: group-id @@ -17001,7 +16981,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta operationId: group.drive.root.version_restoreVersion parameters: - name: group-id @@ -17038,11 +17018,8 @@ paths: get: tags: - groups.endpoint - 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-1.0 + summary: Get endpoints from groups + description: Endpoints for the group. Read-only. Nullable. operationId: group_ListEndpoint parameters: - name: group-id @@ -17132,11 +17109,8 @@ paths: get: tags: - groups.endpoint - 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-1.0 + summary: Get endpoints from groups + description: Endpoints for the group. Read-only. Nullable. operationId: group_GetEndpoint parameters: - name: group-id @@ -17288,7 +17262,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.event.attachment_createUploadSession parameters: - name: group-id @@ -17337,7 +17311,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -17394,7 +17368,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: group-id @@ -17459,7 +17433,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_accept parameters: - name: group-id @@ -17525,7 +17499,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_cancel parameters: - name: group-id @@ -17587,7 +17561,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_decline parameters: - name: group-id @@ -17655,7 +17629,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_dismissReminder parameters: - name: group-id @@ -17704,7 +17678,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_forward parameters: - name: group-id @@ -17770,7 +17744,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: group-id @@ -17831,7 +17805,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: group-id @@ -17899,7 +17873,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.event.exceptionOccurrence.instance_delta parameters: - name: group-id @@ -18012,7 +17986,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.event.exceptionOccurrence_accept parameters: - name: group-id @@ -18070,7 +18044,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.event.exceptionOccurrence_cancel parameters: - name: group-id @@ -18124,7 +18098,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.event.exceptionOccurrence_decline parameters: - name: group-id @@ -18184,7 +18158,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.event.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -18225,7 +18199,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.event.exceptionOccurrence_forward parameters: - name: group-id @@ -18283,7 +18257,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.event.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -18336,7 +18310,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.event.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -18396,7 +18370,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.event.exceptionOccurrence_delta parameters: - name: group-id @@ -18501,7 +18475,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.event.instance.attachment_createUploadSession parameters: - name: group-id @@ -18558,7 +18532,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: group-id @@ -18623,7 +18597,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_accept parameters: - name: group-id @@ -18689,7 +18663,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_cancel parameters: - name: group-id @@ -18751,7 +18725,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_decline parameters: - name: group-id @@ -18819,7 +18793,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_dismissReminder parameters: - name: group-id @@ -18868,7 +18842,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_forward parameters: - name: group-id @@ -18934,7 +18908,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: group-id @@ -18995,7 +18969,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: group-id @@ -19063,7 +19037,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.event.instance.exceptionOccurrence_delta parameters: - name: group-id @@ -19176,7 +19150,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.event.instance_accept parameters: - name: group-id @@ -19234,7 +19208,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.event.instance_cancel parameters: - name: group-id @@ -19288,7 +19262,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.event.instance_decline parameters: - name: group-id @@ -19348,7 +19322,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.event.instance_dismissReminder parameters: - name: group-id @@ -19389,7 +19363,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.event.instance_forward parameters: - name: group-id @@ -19447,7 +19421,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.event.instance_snoozeReminder parameters: - name: group-id @@ -19500,7 +19474,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.event.instance_tentativelyAccept parameters: - name: group-id @@ -19560,7 +19534,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.event.instance_delta parameters: - name: group-id @@ -19665,7 +19639,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: group.event_accept parameters: - name: group-id @@ -19715,7 +19689,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: group.event_cancel parameters: - name: group-id @@ -19761,7 +19735,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: group.event_decline parameters: - name: group-id @@ -19813,7 +19787,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: group.event_dismissReminder parameters: - name: group-id @@ -19846,7 +19820,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: group.event_forward parameters: - name: group-id @@ -19896,7 +19870,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: group.event_snoozeReminder parameters: - name: group-id @@ -19941,7 +19915,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: group.event_tentativelyAccept parameters: - name: group-id @@ -19993,7 +19967,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: group.event_delta parameters: - name: group-id @@ -20326,11 +20300,8 @@ paths: get: tags: - groups.groupLifecyclePolicy - 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 + summary: Get groupLifecyclePolicies from groups + description: The collection of lifecycle policies for this group. Read-only. Nullable. operationId: group_ListGroupLifecyclePolicy parameters: - name: group-id @@ -20675,7 +20646,7 @@ paths: description: 'Renew a group''s expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta operationId: group.groupLifecyclePolicy_renewGroup parameters: - name: group-id @@ -20720,9 +20691,6 @@ paths: - 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.' - 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 @@ -21213,9 +21181,6 @@ paths: - 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).' - 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 @@ -21284,11 +21249,7 @@ paths: delete: tags: - groups.directoryObject - 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 + summary: Delete ref of navigation property members for groups operationId: group.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -21729,9 +21690,6 @@ paths: - 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).' - 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 @@ -21779,11 +21737,7 @@ paths: post: tags: - groups.directoryObject - 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 + summary: Create new navigation property ref to members for groups operationId: group_CreateMemberGraphBPreRef parameters: - name: group-id @@ -21805,11 +21759,7 @@ paths: delete: tags: - groups.directoryObject - 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 + summary: Delete ref of navigation property members for groups operationId: group_DeleteMemberGraphBPreRef parameters: - name: group-id @@ -23586,7 +23536,7 @@ paths: description: Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta operationId: group_addFavorite parameters: - name: group-id @@ -23611,7 +23561,7 @@ paths: description: 'Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta operationId: group_assignLicense parameters: - name: group-id @@ -23699,7 +23649,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: group_checkMemberGroup parameters: - name: group-id @@ -23840,7 +23790,7 @@ paths: description: 'Evaluate whether a user or device is or would be a member of a dynamic group. The membership rule is returned along with other details that were used in the evaluation. You can complete this operation in the following ways:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta operationId: group_evaluateDynamicMembership parameters: - name: group-id @@ -23882,7 +23832,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: group_getMemberGroup parameters: - name: group-id @@ -24028,7 +23978,7 @@ paths: description: Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta operationId: group_removeFavorite parameters: - name: group-id @@ -24053,7 +24003,7 @@ paths: description: 'Renews a group''s expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta operationId: group_renew parameters: - name: group-id @@ -24078,7 +24028,7 @@ paths: description: Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta operationId: group_resetUnseenCount parameters: - name: group-id @@ -24103,7 +24053,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: group_restore parameters: - name: group-id @@ -24132,7 +24082,7 @@ paths: description: Retry the group service provisioning. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta operationId: group_retryServiceProvisioning parameters: - name: group-id @@ -24157,7 +24107,7 @@ paths: description: 'Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta operationId: group_subscribeGraphBPreMail parameters: - name: group-id @@ -24182,7 +24132,7 @@ paths: description: 'Calling this method disables the current user to receive email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta operationId: group_unsubscribeGraphBPreMail parameters: - name: group-id @@ -24207,7 +24157,7 @@ paths: description: 'Validate if a Microsoft 365 group''s display name or mail nickname complies with naming policies. Clients can use the API to determine if a display name or mail nickname is valid before trying to update a Microsoft 365 group. For validating properties before creating a group, use the validateProperties function for directory objects. The following validations are performed for the display name and mail nickname properties: This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta operationId: group_validateProperty parameters: - name: group-id @@ -24253,7 +24203,7 @@ paths: description: 'Copies a notebook to the Notebooks folder in the destination Documents library. The folder is created if it doesn''t exist. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta operationId: group.onenote.notebook_copyNotebook parameters: - name: group-id @@ -24315,7 +24265,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.onenote.notebook.sectionGroup.section_copyToNotebook parameters: - name: group-id @@ -24393,7 +24343,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.onenote.notebook.sectionGroup.section_copyToSectionGroup parameters: - name: group-id @@ -24471,7 +24421,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.onenote.notebook.sectionGroup.section.page_copyToSection parameters: - name: group-id @@ -24678,7 +24628,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.onenote.notebook.section_copyToNotebook parameters: - name: group-id @@ -24748,7 +24698,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.onenote.notebook.section_copyToSectionGroup parameters: - name: group-id @@ -24818,7 +24768,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.onenote.notebook.section.page_copyToSection parameters: - name: group-id @@ -25001,7 +24951,7 @@ paths: description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta operationId: group.onenote.notebook_getNotebookFromWebUrl parameters: - name: group-id @@ -25040,6 +24990,10 @@ paths: tags: - groups.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta operationId: group.onenote.notebook_getRecentNotebook parameters: - name: group-id @@ -25094,7 +25048,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.onenote.page_copyToSection parameters: - name: group-id @@ -25229,7 +25183,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.onenote.sectionGroup.section_copyToNotebook parameters: - name: group-id @@ -25299,7 +25253,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.onenote.sectionGroup.section_copyToSectionGroup parameters: - name: group-id @@ -25369,7 +25323,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.onenote.sectionGroup.section.page_copyToSection parameters: - name: group-id @@ -25552,7 +25506,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.onenote.section_copyToNotebook parameters: - name: group-id @@ -25614,7 +25568,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.onenote.section_copyToSectionGroup parameters: - name: group-id @@ -25676,7 +25630,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.onenote.section.page_copyToSection parameters: - name: group-id @@ -25833,9 +25787,6 @@ paths: - 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).' - 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 @@ -25904,11 +25855,7 @@ paths: delete: tags: - groups.directoryObject - 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-1.0 + summary: Delete ref of navigation property owners for groups operationId: group.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -26349,9 +26296,6 @@ paths: - 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).' - 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 @@ -26399,11 +26343,7 @@ paths: post: tags: - groups.directoryObject - 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 + summary: Create new navigation property ref to owners for groups operationId: group_CreateOwnerGraphBPreRef parameters: - name: group-id @@ -26425,11 +26365,7 @@ paths: delete: tags: - groups.directoryObject - 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-1.0 + summary: Delete ref of navigation property owners for groups operationId: group_DeleteOwnerGraphBPreRef parameters: - name: group-id @@ -27064,11 +27000,8 @@ paths: get: tags: - groups.resourceSpecificPermissionGrant - 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-1.0 + summary: Get permissionGrants from groups + description: The permissions granted for a group to a specific application. Supports $expand. operationId: group_ListPermissionGrant parameters: - name: group-id @@ -27454,11 +27387,8 @@ paths: get: tags: - groups.profilePhoto - 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 + summary: Get photos from groups + description: The profile photos owned by the group. Read-only. Nullable. operationId: group_ListPhoto parameters: - name: group-id @@ -27550,9 +27480,6 @@ paths: tags: - groups.profilePhoto summary: Get media content for the navigation property photos from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0 operationId: group_GetPhotosContent parameters: - name: group-id @@ -27623,6 +27550,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: group.planner.plan.bucket.task_delta parameters: - name: group-id @@ -27716,6 +27647,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted buckets in a Planner plan without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta operationId: group.planner.plan.bucket_delta parameters: - name: group-id @@ -27846,7 +27781,7 @@ paths: description: Move a planner plan object from one planner plan container to another. Planner plans can only be moved from a user container to a group container. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta operationId: group.planner.plan_moveToContainer parameters: - name: group-id @@ -27934,6 +27869,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: group.planner.plan.task_delta parameters: - name: group-id @@ -28019,6 +27958,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted Planner plans in either a group or a Planner roster without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta operationId: group.planner.plan_delta parameters: - name: group-id @@ -28095,11 +28038,8 @@ paths: get: tags: - groups.directoryObject - 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-1.0 + summary: Get rejectedSenders from groups + description: The list of users or groups not allowed to create posts or calendar events in this group. Nullable operationId: group_ListRejectedSender parameters: - name: group-id @@ -28147,11 +28087,7 @@ paths: delete: tags: - groups.directoryObject - 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-1.0 + summary: Delete ref of navigation property rejectedSenders for groups operationId: group.rejectedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -28207,11 +28143,8 @@ paths: get: tags: - groups.directoryObject - 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-1.0 + 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 operationId: group_ListRejectedSenderGraphBPreRef parameters: - name: group-id @@ -28248,11 +28181,7 @@ paths: post: tags: - groups.directoryObject - 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-1.0 + summary: Create new navigation property ref to rejectedSenders for groups operationId: group_CreateRejectedSenderGraphBPreRef parameters: - name: group-id @@ -28274,11 +28203,7 @@ paths: delete: tags: - groups.directoryObject - 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-1.0 + summary: Delete ref of navigation property rejectedSenders for groups operationId: group_DeleteRejectedSenderGraphBPreRef parameters: - name: group-id @@ -28372,11 +28297,7 @@ paths: post: tags: - groups.directorySetting - 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-1.0 + summary: Create new navigation property to settings for groups operationId: group_CreateSetting parameters: - name: group-id @@ -28560,7 +28481,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: group.site.contentType_associateGraphWPreHubSite parameters: - name: group-id @@ -28618,7 +28539,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: group.site.contentType_copyToDefaultContentLocation parameters: - name: group-id @@ -28671,6 +28592,9 @@ paths: tags: - groups.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: group.site.contentType_isPublished parameters: - name: group-id @@ -28720,7 +28644,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: group.site.contentType_publish parameters: - name: group-id @@ -28760,7 +28684,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: group.site.contentType_unpublish parameters: - name: group-id @@ -28800,7 +28724,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: group.site.contentType_addCopy parameters: - name: group-id @@ -28849,7 +28773,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: group.site.contentType_addCopyFromContentTypeHub parameters: - name: group-id @@ -28895,6 +28819,10 @@ paths: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: group.site.contentType_getCompatibleHubContentType parameters: - name: group-id @@ -29250,7 +29178,7 @@ paths: description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta operationId: group.site.informationProtection.policy.label_evaluateApplication parameters: - name: group-id @@ -29320,7 +29248,7 @@ paths: description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta operationId: group.site.informationProtection.policy.label_evaluateClassificationResult parameters: - name: group-id @@ -29392,7 +29320,7 @@ paths: description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta operationId: group.site.informationProtection.policy.label_evaluateRemoval parameters: - name: group-id @@ -29462,7 +29390,7 @@ paths: description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta operationId: group.site.informationProtection.policy.label_extractLabel parameters: - name: group-id @@ -29622,7 +29550,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: group.site.list.contentType_associateGraphWPreHubSite parameters: - name: group-id @@ -29688,7 +29616,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: group.site.list.contentType_copyToDefaultContentLocation parameters: - name: group-id @@ -29749,6 +29677,9 @@ paths: tags: - groups.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: group.site.list.contentType_isPublished parameters: - name: group-id @@ -29806,7 +29737,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: group.site.list.contentType_publish parameters: - name: group-id @@ -29854,7 +29785,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: group.site.list.contentType_unpublish parameters: - name: group-id @@ -29902,7 +29833,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: group.site.list.contentType_addCopy parameters: - name: group-id @@ -29959,7 +29890,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: group.site.list.contentType_addCopyFromContentTypeHub parameters: - name: group-id @@ -30013,6 +29944,10 @@ paths: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: group.site.list.contentType_getCompatibleHubContentType parameters: - name: group-id @@ -30106,7 +30041,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: group.site.list.item.documentSetVersion_restore parameters: - name: group-id @@ -30163,7 +30098,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: group.site.list.item_createLink parameters: - name: group-id @@ -30427,6 +30362,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta operationId: group.site.list.item_delta parameters: - name: group-id @@ -30624,7 +30563,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: group.site.list.subscription_reauthorize parameters: - name: group-id @@ -30776,6 +30715,10 @@ paths: tags: - groups.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta operationId: group.site_getApplicableContentTypesGraphFPreList parameters: - name: group-id @@ -31020,6 +30963,10 @@ paths: tags: - groups.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta operationId: group.site.getGraphBPrePath_getApplicableContentTypesGraphFPreList parameters: - name: group-id @@ -31169,7 +31116,7 @@ paths: description: 'Copies a notebook to the Notebooks folder in the destination Documents library. The folder is created if it doesn''t exist. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta operationId: group.site.onenote.notebook_copyNotebook parameters: - name: group-id @@ -31239,7 +31186,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.site.onenote.notebook.sectionGroup.section_copyToNotebook parameters: - name: group-id @@ -31325,7 +31272,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.site.onenote.notebook.sectionGroup.section_copyToSectionGroup parameters: - name: group-id @@ -31411,7 +31358,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.site.onenote.notebook.sectionGroup.section.page_copyToSection parameters: - name: group-id @@ -31642,7 +31589,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.site.onenote.notebook.section_copyToNotebook parameters: - name: group-id @@ -31720,7 +31667,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.site.onenote.notebook.section_copyToSectionGroup parameters: - name: group-id @@ -31798,7 +31745,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.site.onenote.notebook.section.page_copyToSection parameters: - name: group-id @@ -32005,7 +31952,7 @@ paths: description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta operationId: group.site.onenote.notebook_getNotebookFromWebUrl parameters: - name: group-id @@ -32052,6 +31999,10 @@ paths: tags: - groups.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta operationId: group.site.onenote.notebook_getRecentNotebook parameters: - name: group-id @@ -32114,7 +32065,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.site.onenote.page_copyToSection parameters: - name: group-id @@ -32273,7 +32224,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.site.onenote.sectionGroup.section_copyToNotebook parameters: - name: group-id @@ -32351,7 +32302,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.site.onenote.sectionGroup.section_copyToSectionGroup parameters: - name: group-id @@ -32429,7 +32380,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.site.onenote.sectionGroup.section.page_copyToSection parameters: - name: group-id @@ -32636,7 +32587,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: group.site.onenote.section_copyToNotebook parameters: - name: group-id @@ -32706,7 +32657,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: group.site.onenote.section_copyToSectionGroup parameters: - name: group-id @@ -32776,7 +32727,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: group.site.onenote.section.page_copyToSection parameters: - name: group-id @@ -33119,10 +33070,10 @@ paths: tags: - groups.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: group.site.permission_grant parameters: - name: group-id @@ -33197,10 +33148,10 @@ paths: tags: - groups.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: group.site.permission_revokeGrant parameters: - name: group-id @@ -33259,7 +33210,7 @@ paths: description: Follow a user's site or multiple sites. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta operationId: group.site_add parameters: - name: group-id @@ -33313,6 +33264,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Get a set of newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, \nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta operationId: group.site_delta parameters: - name: group-id @@ -33390,6 +33345,10 @@ paths: tags: - groups.Functions summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. For more details, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta operationId: group.site_getAllSite parameters: - name: group-id @@ -33467,7 +33426,7 @@ paths: description: Unfollow a user's site or multiple sites. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta operationId: group.site_remove parameters: - name: group-id @@ -33524,7 +33483,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: group.team.channel.member_add parameters: - name: group-id @@ -33638,7 +33597,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: group.team.channel.message_softDelete parameters: - name: group-id @@ -33679,7 +33638,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: group.team.channel.message_undoSoftDelete parameters: - name: group-id @@ -33828,7 +33787,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: group.team.channel.message.reply_softDelete parameters: - name: group-id @@ -33877,7 +33836,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: group.team.channel.message.reply_undoSoftDelete parameters: - name: group-id @@ -33981,6 +33940,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: group.team.channel.message.reply_delta parameters: - name: group-id @@ -34074,6 +34037,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: group.team.channel.message_delta parameters: - name: group-id @@ -34162,7 +34129,7 @@ paths: description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel, or add and remove members from it. If you archive a team, its channels are archived for you. Archiving is asynchronous; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner, or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta operationId: group.team.channel_archive parameters: - name: group-id @@ -34209,7 +34176,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can''t import more messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta operationId: group.team.channel_completeMigration parameters: - name: group-id @@ -34239,6 +34206,10 @@ paths: tags: - groups.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta operationId: group.team.channel_doesUserHaveAccess parameters: - name: group-id @@ -34305,7 +34276,7 @@ paths: description: 'Provision an email address for a channel. Microsoft Teams doesn''t automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it didn''t provisioned one. To remove the email address of a channel, use the removeEmail method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta operationId: group.team.channel_provisionEmail parameters: - name: group-id @@ -34342,7 +34313,7 @@ paths: description: Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta operationId: group.team.channel_removeEmail parameters: - name: group-id @@ -34375,7 +34346,7 @@ paths: description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the archive API. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchive operation completes successfully, which might occur after this method responds.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta operationId: group.team.channel_unarchive parameters: - name: group-id @@ -34479,6 +34450,10 @@ paths: tags: - groups.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-beta operationId: group.team.channel_getAllMessage parameters: - name: group-id @@ -34560,6 +34535,10 @@ paths: tags: - groups.Functions summary: Invoke function getAllRetainedMessages + description: 'Get retained messages across all channels in a team. 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/channel-getallretainedmessages?view=graph-rest-beta operationId: group.team.channel_getAllRetainedMessage parameters: - name: group-id @@ -34637,7 +34616,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta operationId: group.team.installedApp_upgrade parameters: - name: group-id @@ -34682,7 +34661,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: group.team.member_add parameters: - name: group-id @@ -34738,7 +34717,7 @@ paths: description: "Archive the specified team. \nWhen a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which can occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta operationId: group.team_archive parameters: - name: group-id @@ -34777,7 +34756,7 @@ paths: description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta operationId: group.team_clone parameters: - name: group-id @@ -34828,7 +34807,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can''t import additional messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta operationId: group.team_completeMigration parameters: - name: group-id @@ -34853,7 +34832,7 @@ paths: description: 'Send an activity feed notification in the scope of a team. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta operationId: group.team_sendActivityNotification parameters: - name: group-id @@ -34908,7 +34887,7 @@ paths: description: 'Restore an archived team and restores users'' ability to send messages and edit the team, abiding by tenant and team settings. Teams are archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta operationId: group.team_unarchive parameters: - name: group-id @@ -34933,7 +34912,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: group.team.primaryChannel.member_add parameters: - name: group-id @@ -35031,7 +35010,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: group.team.primaryChannel.message_softDelete parameters: - name: group-id @@ -35064,7 +35043,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: group.team.primaryChannel.message_undoSoftDelete parameters: - name: group-id @@ -35189,7 +35168,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: group.team.primaryChannel.message.reply_softDelete parameters: - name: group-id @@ -35230,7 +35209,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: group.team.primaryChannel.message.reply_undoSoftDelete parameters: - name: group-id @@ -35318,6 +35297,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: group.team.primaryChannel.message.reply_delta parameters: - name: group-id @@ -35403,6 +35386,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: group.team.primaryChannel.message_delta parameters: - name: group-id @@ -35483,7 +35470,7 @@ paths: description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel, or add and remove members from it. If you archive a team, its channels are archived for you. Archiving is asynchronous; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner, or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta operationId: group.team.primaryChannel_archive parameters: - name: group-id @@ -35522,7 +35509,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can''t import more messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta operationId: group.team.primaryChannel_completeMigration parameters: - name: group-id @@ -35544,6 +35531,10 @@ paths: tags: - groups.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta operationId: group.team.primaryChannel_doesUserHaveAccess parameters: - name: group-id @@ -35602,7 +35593,7 @@ paths: description: 'Provision an email address for a channel. Microsoft Teams doesn''t automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it didn''t provisioned one. To remove the email address of a channel, use the removeEmail method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta operationId: group.team.primaryChannel_provisionEmail parameters: - name: group-id @@ -35631,7 +35622,7 @@ paths: description: Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta operationId: group.team.primaryChannel_removeEmail parameters: - name: group-id @@ -35656,7 +35647,7 @@ paths: description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the archive API. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchive operation completes successfully, which might occur after this method responds.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta operationId: group.team.primaryChannel_unarchive parameters: - name: group-id @@ -35681,7 +35672,7 @@ paths: description: 'Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable only by managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta operationId: group.team.schedule_share parameters: - name: group-id @@ -35730,7 +35721,7 @@ paths: description: Clock out to end an open timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta operationId: group.team.schedule.timeCard_clockOut parameters: - name: group-id @@ -35783,7 +35774,7 @@ paths: description: Confirm a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta operationId: group.team.schedule.timeCard_confirm parameters: - name: group-id @@ -35820,7 +35811,7 @@ paths: description: End the open break in a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta operationId: group.team.schedule.timeCard_endBreak parameters: - name: group-id @@ -35873,7 +35864,7 @@ paths: description: Start a break in a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta operationId: group.team.schedule.timeCard_startBreak parameters: - name: group-id @@ -35926,7 +35917,7 @@ paths: description: Clock in to start a timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta operationId: group.team.schedule.timeCard_clockIn parameters: - name: group-id @@ -35970,11 +35961,8 @@ paths: get: tags: - groups.conversationThread - 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-1.0 + summary: Get threads from groups + description: The group's conversation threads. Nullable. operationId: group_ListThread parameters: - name: group-id @@ -36021,11 +36009,7 @@ paths: post: tags: - groups.conversationThread - 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-1.0 + summary: Create new navigation property to threads for groups operationId: group_CreateThread parameters: - name: group-id @@ -36057,11 +36041,8 @@ paths: get: tags: - groups.conversationThread - 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 + summary: Get threads from groups + description: The group's conversation threads. Nullable. operationId: group_GetThread parameters: - name: group-id @@ -36103,11 +36084,7 @@ paths: patch: tags: - groups.conversationThread - 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-1.0 + summary: Update the navigation property threads in groups operationId: group_UpdateThread parameters: - name: group-id @@ -36146,11 +36123,7 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversation thread - description: Delete a thread object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 + summary: Delete navigation property threads for groups operationId: group_DeleteThread parameters: - name: group-id @@ -36186,10 +36159,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' + description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta operationId: group.thread_reply parameters: - name: group-id @@ -36230,11 +36203,7 @@ paths: get: tags: - groups.conversationThread - 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-1.0 + summary: Get posts from groups operationId: group.thread_ListPost parameters: - name: group-id @@ -36300,11 +36269,7 @@ paths: get: tags: - groups.conversationThread - summary: Get post - description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent\nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 + summary: Get posts from groups operationId: group.thread_GetPost parameters: - name: group-id @@ -36412,11 +36377,8 @@ paths: get: tags: - groups.conversationThread - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable. Supports $expand.' operationId: group.thread.post_ListAttachment parameters: - name: group-id @@ -36698,7 +36660,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.thread.post.attachment_createUploadSession parameters: - name: group-id @@ -36751,8 +36713,8 @@ paths: get: tags: - groups.conversationThread - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post_ListExtension parameters: - name: group-id @@ -36873,11 +36835,8 @@ paths: get: tags: - groups.conversationThread - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post_GetExtension parameters: - name: group-id @@ -36945,11 +36904,7 @@ paths: patch: tags: - groups.conversationThread - summary: Update openTypeExtension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.thread.post_UpdateExtension parameters: - name: group-id @@ -37154,11 +37109,8 @@ paths: get: tags: - groups.conversationThread - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the post. Read-only. Nullable. Supports $expand.' operationId: group.thread.post.inReplyTo_ListAttachment parameters: - name: group-id @@ -37440,7 +37392,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: group.thread.post.inReplyTo.attachment_createUploadSession parameters: - name: group-id @@ -37493,8 +37445,8 @@ paths: get: tags: - groups.conversationThread - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post.inReplyTo_ListExtension parameters: - name: group-id @@ -37615,11 +37567,8 @@ paths: get: tags: - groups.conversationThread - 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-1.0 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post.inReplyTo_GetExtension parameters: - name: group-id @@ -37687,11 +37636,7 @@ paths: patch: tags: - groups.conversationThread - summary: Update openTypeExtension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.thread.post.inReplyTo_UpdateExtension parameters: - name: group-id @@ -38115,7 +38060,7 @@ paths: description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta operationId: group.thread.post.inReplyTo_forward parameters: - name: group-id @@ -38499,7 +38444,7 @@ paths: description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta operationId: group.thread.post_forward parameters: - name: group-id @@ -38654,9 +38599,6 @@ paths: - groups.directoryObject summary: Get transitiveMemberOf from groups description: 'The groups a group is a member of, either directly or through nested membership. Nullable.' - 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 @@ -39147,9 +39089,6 @@ paths: - groups.directoryObject summary: Get transitiveMembers from groups description: The direct and transitive members of a group. Nullable. - 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 @@ -40290,7 +40229,7 @@ paths: description: 'Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren''t_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren''t returned in the $select query. Because the group resource supports extensions, you can also use the GET operation to get custom properties and extension data in a group instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta operationId: group_GetGroupGraphBPreUniqueName parameters: - name: uniqueName @@ -40338,7 +40277,7 @@ paths: 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 thethe 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-upsert?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta operationId: group_UpdateGroupGraphBPreUniqueName parameters: - name: uniqueName @@ -40373,7 +40312,7 @@ paths: description: 'Deletes a group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. This isn''t applicable to Security groups and Distribution groups that are permanently deleted immediately. To learn more, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta operationId: group_DeleteGroupGraphBPreUniqueName parameters: - name: uniqueName @@ -40425,6 +40364,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted groups, including group membership changes, without having to perform a full read of the entire group collection. See Using Delta Query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta operationId: group_delta parameters: - $ref: '#/components/parameters/top' @@ -40496,7 +40439,7 @@ paths: summary: Invoke action evaluateDynamicMembership externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta operationId: group_evaluateDynamicMembership requestBody: description: Action parameters @@ -40532,7 +40475,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: group_getGraphBPreId requestBody: description: Action parameters @@ -40585,7 +40528,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: group_getUserOwnedObject requestBody: description: Action parameters @@ -40621,7 +40564,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: group_validateProperty requestBody: description: Action parameters @@ -41694,7 +41637,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -41754,11 +41697,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -41774,13 +41717,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -41890,13 +41833,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -42204,7 +42147,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -44954,7 +44897,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -46523,7 +46466,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -48845,11 +48788,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -48868,7 +48811,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -49599,7 +49542,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -49926,6 +49869,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -49936,7 +49880,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -52401,11 +52345,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -52432,7 +52376,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -53494,11 +53438,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 @@ -54876,7 +54820,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -54884,7 +54828,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index ca0dbee258..51cb71312f 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -10,11 +10,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get people from admin + description: Represents a setting to control people-related admin settings in the tenant. operationId: admin_GetPerson parameters: - name: $select @@ -91,11 +88,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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-1.0 + summary: Get itemInsights from admin + description: Represents administrator settings that manage the support for item insights in an organization. operationId: admin.person_GetItemInsight parameters: - name: $select @@ -131,11 +125,7 @@ paths: patch: tags: - admin.peopleAdminSettings - 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-1.0 + summary: Update the navigation property itemInsights in admin operationId: admin.person_UpdateItemInsight requestBody: description: New navigation property values @@ -176,11 +166,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get profileCardProperties from admin + description: Contains a collection of the properties an administrator defined as visible on the Microsoft 365 profile card. operationId: admin.person_ListProfileCardProperty parameters: - $ref: '#/components/parameters/top' @@ -230,11 +217,7 @@ paths: post: tags: - admin.peopleAdminSettings - 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 + summary: Create new navigation property to profileCardProperties for admin operationId: admin.person_CreateProfileCardProperty requestBody: description: New navigation property @@ -257,11 +240,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get profileCardProperties from admin + description: Contains a collection of the properties an administrator defined as visible on the Microsoft 365 profile card. operationId: admin.person_GetProfileCardProperty parameters: - name: profileCardProperty-id @@ -305,11 +285,7 @@ paths: patch: tags: - admin.peopleAdminSettings - 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 + summary: Update the navigation property profileCardProperties in admin operationId: admin.person_UpdateProfileCardProperty parameters: - name: profileCardProperty-id @@ -340,11 +316,7 @@ paths: delete: tags: - admin.peopleAdminSettings - 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 + summary: Delete navigation property profileCardProperties for admin operationId: admin.person_DeleteProfileCardProperty parameters: - name: profileCardProperty-id @@ -385,11 +357,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get pronouns from admin + description: Represents administrator settings that manage the support of pronouns in an organization. operationId: admin.person_GetPronoun parameters: - name: $select @@ -425,11 +394,7 @@ paths: patch: tags: - admin.peopleAdminSettings - 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 + summary: Update the navigation property pronouns in admin operationId: admin.person_UpdatePronoun requestBody: description: New navigation property values @@ -474,7 +439,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta operationId: administrativeUnit_ListAdministrativeUnit parameters: - name: ConsistencyLevel @@ -538,7 +503,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta operationId: administrativeUnit_CreateAdministrativeUnit requestBody: description: New entity @@ -565,7 +530,7 @@ paths: description: 'Retrieve the properties and relationships of an administrativeUnit object. Since the administrativeUnit resource supports extensions, you can also use the GET operation to get custom properties and extension data in an administrativeUnit instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta operationId: administrativeUnit_GetAdministrativeUnit parameters: - name: administrativeUnit-id @@ -613,7 +578,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta operationId: administrativeUnit_UpdateAdministrativeUnit parameters: - name: administrativeUnit-id @@ -648,7 +613,7 @@ paths: description: Delete an administrativeUnit. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta operationId: administrativeUnit_DeleteAdministrativeUnit parameters: - name: administrativeUnit-id @@ -985,9 +950,6 @@ paths: tags: - administrativeUnits.directoryObject summary: Create new navigation property to members for administrativeUnits - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0 operationId: administrativeUnit_CreateMember parameters: - name: administrativeUnit-id @@ -1508,9 +1470,6 @@ paths: tags: - administrativeUnits.directoryObject summary: Create new navigation property ref to members for administrativeUnits - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0 operationId: administrativeUnit_CreateMemberGraphBPreRef parameters: - name: administrativeUnit-id @@ -2171,7 +2130,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: administrativeUnit_checkMemberGroup parameters: - name: administrativeUnit-id @@ -2279,7 +2238,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: administrativeUnit_getMemberGroup parameters: - name: administrativeUnit-id @@ -2387,7 +2346,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: administrativeUnit_restore parameters: - name: administrativeUnit-id @@ -2412,11 +2371,8 @@ paths: get: tags: - administrativeUnits.scopedRoleMembership - 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 + summary: Get scopedRoleMembers from administrativeUnits + description: Scoped-role members of this administrative unit. operationId: administrativeUnit_ListScopedRoleMember parameters: - name: administrativeUnit-id @@ -2474,11 +2430,7 @@ paths: post: tags: - administrativeUnits.scopedRoleMembership - 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 + summary: Create new navigation property to scopedRoleMembers for administrativeUnits operationId: administrativeUnit_CreateScopedRoleMember parameters: - name: administrativeUnit-id @@ -2510,11 +2462,8 @@ paths: get: tags: - administrativeUnits.scopedRoleMembership - 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 + summary: Get scopedRoleMembers from administrativeUnits + description: Scoped-role members of this administrative unit. operationId: administrativeUnit_GetScopedRoleMember parameters: - name: administrativeUnit-id @@ -2605,11 +2554,7 @@ paths: delete: tags: - administrativeUnits.scopedRoleMembership - 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 + summary: Delete navigation property scopedRoleMembers for administrativeUnits operationId: administrativeUnit_DeleteScopedRoleMember parameters: - name: administrativeUnit-id @@ -2691,6 +2636,10 @@ paths: tags: - administrativeUnits.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted administrativeUnits without having to perform a full read of the entire resource collection. For details, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta operationId: administrativeUnit_delta parameters: - $ref: '#/components/parameters/top' @@ -2763,7 +2712,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: administrativeUnit_getGraphBPreId requestBody: description: Action parameters @@ -2816,7 +2765,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: administrativeUnit_getUserOwnedObject requestBody: description: Action parameters @@ -2852,7 +2801,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: administrativeUnit_validateProperty requestBody: description: Action parameters @@ -2892,7 +2841,7 @@ paths: description: Get the list of organizational contacts for this organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta operationId: contact.orgContact_ListOrgContact parameters: - name: ConsistencyLevel @@ -2979,7 +2928,7 @@ paths: description: Get the properties and relationships of an organizational contact object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta operationId: contact.orgContact_GetOrgContact parameters: - name: orgContact-id @@ -3083,9 +3032,6 @@ paths: - 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. - 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 @@ -3574,11 +3520,8 @@ paths: get: tags: - contacts.directoryObject - 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-1.0 + 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. operationId: contact_GetManager parameters: - name: orgContact-id @@ -3625,9 +3568,6 @@ paths: - contacts.directoryObject summary: Get memberOf from contacts description: Groups that this contact is a member of. Read-only. Nullable. Supports $expand. - 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 @@ -4120,7 +4060,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: contact_checkMemberGroup parameters: - name: orgContact-id @@ -4228,7 +4168,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: contact_getMemberGroup parameters: - name: orgContact-id @@ -4336,7 +4276,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: contact_restore parameters: - name: orgContact-id @@ -4365,7 +4305,7 @@ paths: description: Retry the orgContact service provisioning. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta operationId: contact_retryServiceProvisioning parameters: - name: orgContact-id @@ -5126,6 +5066,10 @@ paths: tags: - contacts.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. See change tracking for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta operationId: contact_delta parameters: - $ref: '#/components/parameters/top' @@ -5198,7 +5142,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: contact_getGraphBPreId requestBody: description: Action parameters @@ -5251,7 +5195,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: contact_getUserOwnedObject requestBody: description: Action parameters @@ -5287,7 +5231,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: contact_validateProperty requestBody: description: Action parameters @@ -5327,7 +5271,7 @@ paths: description: Retrieve a list of contract objects associated to a partner tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta operationId: contract_ListContract parameters: - $ref: '#/components/parameters/top' @@ -5404,7 +5348,7 @@ paths: description: Retrieve the properties and relationships of contract object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta operationId: contract_GetContract parameters: - name: contract-id @@ -5510,7 +5454,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: contract_checkMemberGroup parameters: - name: contract-id @@ -5618,7 +5562,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: contract_getMemberGroup parameters: - name: contract-id @@ -5726,7 +5670,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: contract_restore parameters: - name: contract-id @@ -5766,6 +5710,10 @@ paths: tags: - contracts.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: contract_delta parameters: - $ref: '#/components/parameters/top' @@ -5838,7 +5786,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: contract_getGraphBPreId requestBody: description: Action parameters @@ -5891,7 +5839,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: contract_getUserOwnedObject requestBody: description: Action parameters @@ -5927,7 +5875,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: contract_validateProperty requestBody: description: Action parameters @@ -5967,7 +5915,7 @@ paths: description: Retrieve a list of devices registered in the directory. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta operationId: device_ListDevice parameters: - name: ConsistencyLevel @@ -6031,7 +5979,7 @@ paths: description: Create a new device. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta operationId: device_CreateDevice requestBody: description: New entity @@ -6058,7 +6006,7 @@ paths: description: 'Get the properties and relationships of a device object. Since the device resource supports extensions, you can also use the GET operation to get custom properties and extension data in a device instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta operationId: device_GetDevice parameters: - name: device-id @@ -6106,7 +6054,7 @@ paths: description: Update the properties of a device. Only certain properties of a device can be updated through approved Mobile Device Management (MDM) apps. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta operationId: device_UpdateDevice parameters: - name: device-id @@ -6141,7 +6089,7 @@ paths: description: Delete a registered device. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta operationId: device_DeleteDevice parameters: - name: device-id @@ -6703,9 +6651,6 @@ paths: - devices.directoryObject summary: Get memberOf from devices description: Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. - 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 @@ -7198,7 +7143,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: device_checkMemberGroup parameters: - name: device-id @@ -7306,7 +7251,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: device_getMemberGroup parameters: - name: device-id @@ -7414,7 +7359,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: device_restore parameters: - name: device-id @@ -7441,9 +7386,6 @@ paths: - 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. - 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 @@ -7512,11 +7454,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredOwners for devices operationId: device.registeredOwner_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -7771,9 +7709,6 @@ paths: - 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. - 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 @@ -7821,11 +7756,7 @@ paths: post: tags: - devices.directoryObject - 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 + summary: Create new navigation property ref to registeredOwners for devices operationId: device_CreateRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -7847,11 +7778,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredOwners for devices operationId: device_DeleteRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -8188,9 +8115,6 @@ paths: - 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.' - 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 @@ -8259,11 +8183,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredUsers for devices operationId: device.registeredUser_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -8518,9 +8438,6 @@ paths: - 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.' - 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 @@ -8568,11 +8485,7 @@ paths: post: tags: - devices.directoryObject - 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 + summary: Create new navigation property ref to registeredUsers for devices operationId: device_CreateRegisteredUserGraphBPreRef parameters: - name: device-id @@ -8594,11 +8507,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredUsers for devices operationId: device_DeleteRegisteredUserGraphBPreRef parameters: - name: device-id @@ -8935,9 +8844,6 @@ paths: - 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. - 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 @@ -9426,11 +9332,8 @@ paths: get: tags: - devices.usageRight - 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-1.0 + summary: Get usageRights from devices + description: Represents the usage rights a device has been granted. operationId: device_ListUsageRight parameters: - name: device-id @@ -9673,7 +9576,7 @@ paths: description: 'Get the properties and relationships of a device object. Since the device resource supports extensions, you can also use the GET operation to get custom properties and extension data in a device instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta operationId: device_GetDeviceGraphBPreDeviceId parameters: - name: deviceId @@ -9721,7 +9624,7 @@ paths: description: Update the properties of a device. Only certain properties of a device can be updated through approved Mobile Device Management (MDM) apps. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta operationId: device_UpdateDeviceGraphBPreDeviceId parameters: - name: deviceId @@ -9756,7 +9659,7 @@ paths: description: Delete a registered device. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta operationId: device_DeleteDeviceGraphBPreDeviceId parameters: - name: deviceId @@ -9808,6 +9711,10 @@ paths: tags: - devices.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted devices without performing a full read of the entire resource collection. For more information, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta operationId: device_delta parameters: - $ref: '#/components/parameters/top' @@ -9880,7 +9787,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: device_getGraphBPreId requestBody: description: Action parameters @@ -9933,7 +9840,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: device_getUserOwnedObject requestBody: description: Action parameters @@ -9969,7 +9876,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: device_validateProperty requestBody: description: Action parameters @@ -10551,9 +10458,6 @@ paths: tags: - directory.administrativeUnit summary: Create new navigation property to members for directory - 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 @@ -11074,9 +10978,6 @@ paths: tags: - directory.administrativeUnit summary: Create new navigation property ref to members for directory - 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 @@ -11733,11 +11634,8 @@ paths: get: tags: - directory.administrativeUnit - 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 + summary: Get scopedRoleMembers from directory + description: Scoped-role members of this administrative unit. operationId: directory.administrativeUnit_ListScopedRoleMember parameters: - name: administrativeUnit-id @@ -11795,11 +11693,7 @@ paths: post: tags: - directory.administrativeUnit - 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 + summary: Create new navigation property to scopedRoleMembers for directory operationId: directory.administrativeUnit_CreateScopedRoleMember parameters: - name: administrativeUnit-id @@ -11831,11 +11725,8 @@ paths: get: tags: - directory.administrativeUnit - 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 + summary: Get scopedRoleMembers from directory + description: Scoped-role members of this administrative unit. operationId: directory.administrativeUnit_GetScopedRoleMember parameters: - name: administrativeUnit-id @@ -11926,11 +11817,7 @@ paths: delete: tags: - directory.administrativeUnit - 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 + summary: Delete navigation property scopedRoleMembers for directory operationId: directory.administrativeUnit_DeleteScopedRoleMember parameters: - name: administrativeUnit-id @@ -12002,6 +11889,10 @@ paths: tags: - directory.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted administrativeUnits without having to perform a full read of the entire resource collection. For details, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta operationId: directory.administrativeUnit_delta parameters: - $ref: '#/components/parameters/top' @@ -12070,11 +11961,8 @@ paths: get: tags: - directory.attributeSet - 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 + summary: Get attributeSets from directory + description: Group of related custom security attribute definitions. operationId: directory_ListAttributeSet parameters: - $ref: '#/components/parameters/top' @@ -12124,11 +12012,7 @@ paths: post: tags: - directory.attributeSet - 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 + summary: Create new navigation property to attributeSets for directory operationId: directory_CreateAttributeSet requestBody: description: New navigation property @@ -12151,11 +12035,8 @@ paths: get: tags: - directory.attributeSet - 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 + summary: Get attributeSets from directory + description: Group of related custom security attribute definitions. operationId: directory_GetAttributeSet parameters: - name: attributeSet-id @@ -12199,11 +12080,7 @@ paths: patch: tags: - directory.attributeSet - 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 + summary: Update the navigation property attributeSets in directory operationId: directory_UpdateAttributeSet parameters: - name: attributeSet-id @@ -12352,11 +12229,8 @@ paths: get: tags: - directory.certificateAuthorityPath - 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-1.0 + 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. operationId: directory.certificateAuthority_ListCertificateBasedApplicationConfiguration parameters: - $ref: '#/components/parameters/top' @@ -12429,11 +12303,8 @@ paths: get: tags: - directory.certificateAuthorityPath - 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-1.0 + 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. operationId: directory.certificateAuthority_GetCertificateBasedApplicationConfiguration parameters: - name: certificateBasedApplicationConfiguration-id @@ -12477,11 +12348,7 @@ paths: patch: tags: - directory.certificateAuthorityPath - 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-1.0 + summary: Update the navigation property certificateBasedApplicationConfigurations in directory operationId: directory.certificateAuthority_UpdateCertificateBasedApplicationConfiguration parameters: - name: certificateBasedApplicationConfiguration-id @@ -12512,11 +12379,7 @@ paths: delete: tags: - directory.certificateAuthorityPath - 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-1.0 + summary: Delete navigation property certificateBasedApplicationConfigurations for directory operationId: directory.certificateAuthority_DeleteCertificateBasedApplicationConfiguration parameters: - name: certificateBasedApplicationConfiguration-id @@ -12797,11 +12660,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Get customSecurityAttributeDefinitions from directory + description: Schema of a custom security attributes (key-value pairs). operationId: directory_ListCustomSecurityAttributeDefinition parameters: - $ref: '#/components/parameters/top' @@ -12851,11 +12711,7 @@ paths: post: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Create new navigation property to customSecurityAttributeDefinitions for directory operationId: directory_CreateCustomSecurityAttributeDefinition requestBody: description: New navigation property @@ -12878,11 +12734,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Get customSecurityAttributeDefinitions from directory + description: Schema of a custom security attributes (key-value pairs). operationId: directory_GetCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -12926,11 +12779,7 @@ paths: patch: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Update the navigation property customSecurityAttributeDefinitions in directory operationId: directory_UpdateCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -12988,11 +12837,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + 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.' operationId: directory.customSecurityAttributeDefinition_ListAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -13050,11 +12896,7 @@ paths: post: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Create new navigation property to allowedValues for directory operationId: directory.customSecurityAttributeDefinition_CreateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -13086,11 +12928,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + 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.' operationId: directory.customSecurityAttributeDefinition_GetAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -13142,11 +12981,7 @@ paths: patch: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Update the navigation property allowedValues in directory operationId: directory.customSecurityAttributeDefinition_UpdateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -13472,7 +13307,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: directory.deletedItem_checkMemberGroup parameters: - name: directoryObject-id @@ -13624,7 +13459,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: directory.deletedItem_getMemberGroup parameters: - name: directoryObject-id @@ -13776,7 +13611,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: directory.deletedItem_restore parameters: - name: directoryObject-id @@ -14099,7 +13934,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: directory.deletedItem_getGraphBPreId requestBody: description: Action parameters @@ -14344,7 +14179,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: directory.deletedItem_validateProperty requestBody: description: Action parameters @@ -14380,11 +14215,8 @@ paths: get: tags: - directory.deviceLocalCredentialInfo - 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-1.0 + summary: Get deviceLocalCredentials from directory + description: The credentials of the device's local administrator account backed up to Microsoft Entra ID. operationId: directory_ListDeviceLocalCredential parameters: - $ref: '#/components/parameters/top' @@ -14446,11 +14278,8 @@ paths: get: tags: - directory.deviceLocalCredentialInfo - 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 + summary: Get deviceLocalCredentials from directory + description: The credentials of the device's local administrator account backed up to Microsoft Entra ID. operationId: directory_GetDeviceLocalCredential parameters: - name: deviceLocalCredentialInfo-id @@ -14556,11 +14385,8 @@ paths: get: tags: - directory.externalUserProfile - 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-1.0 + summary: Get externalUserProfiles from directory + description: Collection of external user profiles that represent collaborators in the directory. operationId: directory_ListExternalUserProfile parameters: - $ref: '#/components/parameters/top' @@ -14633,11 +14459,8 @@ paths: get: tags: - directory.externalUserProfile - 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-1.0 + summary: Get externalUserProfiles from directory + description: Collection of external user profiles that represent collaborators in the directory. operationId: directory_GetExternalUserProfile parameters: - name: externalUserProfile-id @@ -14681,11 +14504,7 @@ paths: patch: tags: - directory.externalUserProfile - 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-1.0 + summary: Update the navigation property externalUserProfiles in directory operationId: directory_UpdateExternalUserProfile parameters: - name: externalUserProfile-id @@ -14716,11 +14535,7 @@ paths: delete: tags: - directory.externalUserProfile - 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-1.0 + summary: Delete navigation property externalUserProfiles for directory operationId: directory_DeleteExternalUserProfile parameters: - name: externalUserProfile-id @@ -15031,11 +14846,7 @@ paths: post: tags: - directory.featureRolloutPolicy - 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-1.0 + summary: Create new navigation property to appliesTo for directory operationId: directory.featureRolloutPolicy_CreateAppliesTo parameters: - name: featureRolloutPolicy-id @@ -15073,11 +14884,7 @@ paths: delete: tags: - directory.featureRolloutPolicy - 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-1.0 + summary: Delete ref of navigation property appliesTo for directory operationId: directory.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -15191,11 +14998,7 @@ paths: post: tags: - directory.featureRolloutPolicy - 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-1.0 + summary: Create new navigation property ref to appliesTo for directory operationId: directory.featureRolloutPolicy_CreateAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -15223,11 +15026,7 @@ paths: delete: tags: - directory.featureRolloutPolicy - 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-1.0 + summary: Delete ref of navigation property appliesTo for directory operationId: directory.featureRolloutPolicy_DeleteAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -15438,11 +15237,7 @@ paths: delete: tags: - directory.identityProviderBase - 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 + summary: Delete navigation property federationConfigurations for directory operationId: directory_DeleteFederationConfiguration parameters: - name: identityProviderBase-id @@ -15484,6 +15279,10 @@ paths: tags: - directory.Functions summary: Invoke function availableProviderTypes + description: Get all identity providers supported in a directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta operationId: directory.federationConfiguration_availableProviderType parameters: - $ref: '#/components/parameters/top' @@ -15698,7 +15497,7 @@ paths: description: Complete an impactedResource object and update its status to completedByUser. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta operationId: directory.impactedResource_complete parameters: - name: impactedResource-id @@ -15727,7 +15526,7 @@ paths: description: Dismiss an impactedResources object and update its status to dismissed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta operationId: directory.impactedResource_dismiss parameters: - name: impactedResource-id @@ -15769,7 +15568,7 @@ paths: description: 'Postpone action on an impactedResource object to a specified future date and time by marking its status as postponed. On the specified date and time, Microsoft Entra ID will automatically mark the status of the impactedResource object to active.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta operationId: directory.impactedResource_postpone parameters: - name: impactedResource-id @@ -15812,7 +15611,7 @@ paths: description: 'Reactivate an accidentally dismissed, completed, or postponed impactedResource object. This action updates the status of the resource to active. This method is relevant only if the status of the impactedResource object is dismissed, postponed, or completedByUser. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta operationId: directory.impactedResource_reactivate parameters: - name: impactedResource-id @@ -15851,11 +15650,8 @@ paths: get: tags: - directory.inboundSharedUserProfile - 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-1.0 + summary: Get inboundSharedUserProfiles from directory + description: A collection of external users whose profile data is shared with the Microsoft Entra tenant. Nullable. operationId: directory_ListInboundSharedUserProfile parameters: - $ref: '#/components/parameters/top' @@ -15928,11 +15724,8 @@ paths: get: tags: - directory.inboundSharedUserProfile - 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-1.0 + summary: Get inboundSharedUserProfiles from directory + description: A collection of external users whose profile data is shared with the Microsoft Entra tenant. Nullable. operationId: directory_GetInboundSharedUserProfile parameters: - name: inboundSharedUserProfile-userId @@ -16038,7 +15831,7 @@ paths: description: Create a request to export the personal data for an inboundSharedUserProfile. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta operationId: directory.inboundSharedUserProfile_exportPersonalData parameters: - name: inboundSharedUserProfile-userId @@ -16076,7 +15869,7 @@ paths: description: 'Create a request to remove the personal data for an inboundSharedUserProfile. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta operationId: directory.inboundSharedUserProfile_removePersonalData parameters: - name: inboundSharedUserProfile-userId @@ -16111,8 +15904,8 @@ paths: get: tags: - directory.onPremisesDirectorySynchronization - summary: Get onPremisesDirectorySynchronization - description: Read the properties and relationships of an onPremisesDirectorySynchronization object. + summary: Get onPremisesSynchronization from directory + description: A container for on-premises directory synchronization functionalities that are available for the organization. operationId: directory_ListOnPremisesSynchronization parameters: - $ref: '#/components/parameters/top' @@ -16185,11 +15978,8 @@ paths: get: tags: - directory.onPremisesDirectorySynchronization - 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 + summary: Get onPremisesSynchronization from directory + description: A container for on-premises directory synchronization functionalities that are available for the organization. operationId: directory_GetOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -16233,11 +16023,7 @@ paths: patch: tags: - directory.onPremisesDirectorySynchronization - 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 + summary: Update the navigation property onPremisesSynchronization in directory operationId: directory_UpdateOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -16309,11 +16095,7 @@ paths: get: tags: - directory.outboundSharedUserProfile - 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-1.0 + summary: Get outboundSharedUserProfiles from directory operationId: directory_ListOutboundSharedUserProfile parameters: - $ref: '#/components/parameters/top' @@ -16386,11 +16168,7 @@ paths: get: tags: - directory.outboundSharedUserProfile - 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-1.0 + summary: Get outboundSharedUserProfiles from directory operationId: directory_GetOutboundSharedUserProfile parameters: - name: outboundSharedUserProfile-userId @@ -16492,11 +16270,8 @@ paths: get: tags: - directory.outboundSharedUserProfile - 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-1.0 + summary: Get tenants from directory + description: The collection of external Microsoft Entra tenants that the user has shared profile data with. Read-only. operationId: directory.outboundSharedUserProfile_ListTenant parameters: - name: outboundSharedUserProfile-userId @@ -16717,7 +16492,7 @@ paths: description: Create a request to remove the personal data for an outboundSharedUserProfile. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta operationId: directory.outboundSharedUserProfile.tenant_removePersonalData parameters: - name: outboundSharedUserProfile-userId @@ -16782,11 +16557,8 @@ paths: get: tags: - directory.pendingExternalUserProfile - 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-1.0 + summary: Get pendingExternalUserProfiles from directory + description: Collection of pending external user profiles representing collaborators in the directory that are unredeemed. operationId: directory_ListPendingExternalUserProfile parameters: - $ref: '#/components/parameters/top' @@ -16836,11 +16608,7 @@ paths: post: tags: - directory.pendingExternalUserProfile - 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-1.0 + summary: Create new navigation property to pendingExternalUserProfiles for directory operationId: directory_CreatePendingExternalUserProfile requestBody: description: New navigation property @@ -16863,11 +16631,8 @@ paths: get: tags: - directory.pendingExternalUserProfile - 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-1.0 + summary: Get pendingExternalUserProfiles from directory + description: Collection of pending external user profiles representing collaborators in the directory that are unredeemed. operationId: directory_GetPendingExternalUserProfile parameters: - name: pendingExternalUserProfile-id @@ -16911,11 +16676,7 @@ paths: patch: tags: - directory.pendingExternalUserProfile - 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-1.0 + summary: Update the navigation property pendingExternalUserProfiles in directory operationId: directory_UpdatePendingExternalUserProfile parameters: - name: pendingExternalUserProfile-id @@ -16946,11 +16707,7 @@ paths: delete: tags: - directory.pendingExternalUserProfile - 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-1.0 + summary: Delete navigation property pendingExternalUserProfiles for directory operationId: directory_DeletePendingExternalUserProfile parameters: - name: pendingExternalUserProfile-id @@ -16991,11 +16748,8 @@ paths: get: tags: - directory.recommendation - 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-1.0 + summary: Get recommendations from directory + description: List of recommended improvements to improve tenant posture. operationId: directory_ListRecommendation parameters: - $ref: '#/components/parameters/top' @@ -17068,11 +16822,8 @@ paths: get: tags: - directory.recommendation - 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-1.0 + summary: Get recommendations from directory + description: List of recommended improvements to improve tenant posture. operationId: directory_GetRecommendation parameters: - name: recommendation-id @@ -17396,7 +17147,7 @@ paths: description: Complete an impactedResource object and update its status to completedByUser. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta operationId: directory.recommendation.impactedResource_complete parameters: - name: recommendation-id @@ -17433,7 +17184,7 @@ paths: description: Dismiss an impactedResources object and update its status to dismissed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta operationId: directory.recommendation.impactedResource_dismiss parameters: - name: recommendation-id @@ -17483,7 +17234,7 @@ paths: description: 'Postpone action on an impactedResource object to a specified future date and time by marking its status as postponed. On the specified date and time, Microsoft Entra ID will automatically mark the status of the impactedResource object to active.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta operationId: directory.recommendation.impactedResource_postpone parameters: - name: recommendation-id @@ -17534,7 +17285,7 @@ paths: description: 'Reactivate an accidentally dismissed, completed, or postponed impactedResource object. This action updates the status of the resource to active. This method is relevant only if the status of the impactedResource object is dismissed, postponed, or completedByUser. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta operationId: directory.recommendation.impactedResource_reactivate parameters: - name: recommendation-id @@ -17593,7 +17344,7 @@ paths: description: Complete a recommendation object and update its status to completedByUser. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta operationId: directory.recommendation_complete parameters: - name: recommendation-id @@ -17622,7 +17373,7 @@ paths: description: Dismiss a recommendation object that you consider to be inapplicable to your tenant and update its status to dismissed . externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta operationId: directory.recommendation_dismiss parameters: - name: recommendation-id @@ -17664,7 +17415,7 @@ paths: description: 'Postpone action on a recommendation object to a specified future date and time by marking its status as postponed. On the date and time provided, Microsoft Entra ID will automatically update the status of the recommendation object to active again.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta operationId: directory.recommendation_postpone parameters: - name: recommendation-id @@ -17707,7 +17458,7 @@ paths: description: 'Reactivate a completed, dismissed, or postponed recommendation object. This action updates the status of the recommendation to active. This method only works when the status of the recommendation is completedByUser, dismissed, or postponed.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta operationId: directory.recommendation_reactivate parameters: - name: recommendation-id @@ -17935,11 +17686,8 @@ paths: get: tags: - directory.companySubscription - 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-1.0 + summary: Get subscriptions from directory + description: List of commercial subscriptions that an organization has. operationId: directory_ListSubscription parameters: - $ref: '#/components/parameters/top' @@ -18012,11 +17760,8 @@ paths: get: tags: - directory.companySubscription - 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-1.0 + summary: Get subscriptions from directory + description: List of commercial subscriptions that an organization has. operationId: directory_GetSubscription parameters: - name: companySubscription-id @@ -18118,11 +17863,8 @@ paths: get: tags: - directory.companySubscription - 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-1.0 + summary: Get subscriptions from directory + description: List of commercial subscriptions that an organization has. operationId: directory.subscription_GetGraphBPreCommerceSubscriptionId parameters: - name: commerceSubscriptionId @@ -18224,11 +17966,8 @@ paths: get: tags: - directory.companySubscription - 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-1.0 + summary: Get subscriptions from directory + description: List of commercial subscriptions that an organization has. operationId: directory.subscription_GetGraphBPreOcpSubscriptionId parameters: - name: ocpSubscriptionId @@ -18348,7 +18087,7 @@ paths: description: 'List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin''s behalf. To get the full list of roles that are available in Microsoft Entra, use List directoryRoleTemplates.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta operationId: directoryRole_ListDirectoryRole parameters: - $ref: '#/components/parameters/skip' @@ -18401,7 +18140,7 @@ paths: description: 'Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta operationId: directoryRole_CreateDirectoryRole requestBody: description: New entity @@ -18428,7 +18167,7 @@ paths: description: 'Retrieve the properties of a directoryRole object. 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-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta operationId: directoryRole_GetDirectoryRole parameters: - name: directoryRole-id @@ -18532,9 +18271,6 @@ paths: - 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.' - 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 @@ -18603,11 +18339,7 @@ paths: delete: tags: - directoryRoles.directoryObject - 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 + summary: Delete ref of navigation property members for directoryRoles operationId: directoryRole.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: directoryRole-id @@ -19048,9 +18780,6 @@ paths: - 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.' - 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 @@ -19098,11 +18827,7 @@ paths: post: tags: - directoryRoles.directoryObject - 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 + summary: Create new navigation property ref to members for directoryRoles operationId: directoryRole_CreateMemberGraphBPreRef parameters: - name: directoryRole-id @@ -19124,11 +18849,7 @@ paths: delete: tags: - directoryRoles.directoryObject - 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 + summary: Delete ref of navigation property members for directoryRoles operationId: directoryRole_DeleteMemberGraphBPreRef parameters: - name: directoryRole-id @@ -19767,7 +19488,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: directoryRole_checkMemberGroup parameters: - name: directoryRole-id @@ -19875,7 +19596,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: directoryRole_getMemberGroup parameters: - name: directoryRole-id @@ -19983,7 +19704,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: directoryRole_restore parameters: - name: directoryRole-id @@ -20008,11 +19729,8 @@ paths: get: tags: - directoryRoles.scopedRoleMembership - 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 + summary: Get scopedMembers from directoryRoles + description: Members of this directory role that are scoped to administrative units. Read-only. Nullable. operationId: directoryRole_ListScopedMember parameters: - name: directoryRole-id @@ -20255,7 +19973,7 @@ paths: description: 'Retrieve the properties of a directoryRole object. 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-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta operationId: directoryRole_GetDirectoryRoleGraphBPreRoleTemplateId parameters: - name: roleTemplateId @@ -20372,6 +20090,10 @@ paths: tags: - directoryRoles.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory roles without having to perform a full read of the entire resource collection. See Using Delta Query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta operationId: directoryRole_delta parameters: - $ref: '#/components/parameters/top' @@ -20444,7 +20166,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: directoryRole_getGraphBPreId requestBody: description: Action parameters @@ -20497,7 +20219,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: directoryRole_getUserOwnedObject requestBody: description: Action parameters @@ -20533,7 +20255,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: directoryRole_validateProperty requestBody: description: Action parameters @@ -20573,7 +20295,7 @@ paths: description: Retrieve a list of directoryroletemplate objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta operationId: directoryRoleTemplate_ListDirectoryRoleTemplate parameters: - $ref: '#/components/parameters/skip' @@ -20649,7 +20371,7 @@ paths: description: Retrieve the properties and relationships of a directoryroletemplate object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta operationId: directoryRoleTemplate_GetDirectoryRoleTemplate parameters: - name: directoryRoleTemplate-id @@ -20755,7 +20477,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: directoryRoleTemplate_checkMemberGroup parameters: - name: directoryRoleTemplate-id @@ -20863,7 +20585,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: directoryRoleTemplate_getMemberGroup parameters: - name: directoryRoleTemplate-id @@ -20971,7 +20693,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: directoryRoleTemplate_restore parameters: - name: directoryRoleTemplate-id @@ -21011,6 +20733,10 @@ paths: tags: - directoryRoleTemplates.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: directoryRoleTemplate_delta parameters: - $ref: '#/components/parameters/top' @@ -21083,7 +20809,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: directoryRoleTemplate_getGraphBPreId requestBody: description: Action parameters @@ -21136,7 +20862,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: directoryRoleTemplate_getUserOwnedObject requestBody: description: Action parameters @@ -21172,7 +20898,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: directoryRoleTemplate_validateProperty requestBody: description: Action parameters @@ -21212,7 +20938,7 @@ paths: description: 'Directory setting templates represents a set of templates of directory settings, from which directory settings may be created and used within a tenant. This operation retrieves the list of available directorySettingTemplates objects.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta operationId: directorySettingTemplate_ListDirectorySettingTemplate parameters: - $ref: '#/components/parameters/top' @@ -21289,7 +21015,7 @@ paths: description: 'A directory setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the directorySettingTemplate object, including the available settings and their defaults.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta operationId: directorySettingTemplate_GetDirectorySettingTemplate parameters: - name: directorySettingTemplate-id @@ -21395,7 +21121,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: directorySettingTemplate_checkMemberGroup parameters: - name: directorySettingTemplate-id @@ -21503,7 +21229,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: directorySettingTemplate_getMemberGroup parameters: - name: directorySettingTemplate-id @@ -21611,7 +21337,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: directorySettingTemplate_restore parameters: - name: directorySettingTemplate-id @@ -21651,6 +21377,10 @@ paths: tags: - directorySettingTemplates.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: directorySettingTemplate_delta parameters: - $ref: '#/components/parameters/top' @@ -21723,7 +21453,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: directorySettingTemplate_getGraphBPreId requestBody: description: Action parameters @@ -21776,7 +21506,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: directorySettingTemplate_getUserOwnedObject requestBody: description: Action parameters @@ -21812,7 +21542,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: directorySettingTemplate_validateProperty requestBody: description: Action parameters @@ -21852,7 +21582,7 @@ paths: description: Retrieve a list of domain objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta operationId: domain_ListDomain parameters: - $ref: '#/components/parameters/top' @@ -21906,7 +21636,7 @@ paths: description: 'Adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. 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-post-domains?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta operationId: domain_CreateDomain requestBody: description: New entity @@ -21933,7 +21663,7 @@ paths: description: Retrieve the properties and relationships of domain object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta operationId: domain_GetDomain parameters: - name: domain-id @@ -21981,7 +21711,7 @@ paths: description: Update the properties of domain object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta operationId: domain_UpdateDomain parameters: - name: domain-id @@ -22016,7 +21746,7 @@ paths: description: Deletes a domain from a tenant. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta operationId: domain_DeleteDomain parameters: - name: domain-id @@ -22043,11 +21773,8 @@ paths: get: tags: - domains.directoryObject - 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 + 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.' operationId: domain_ListDomainNameReference parameters: - name: domain-id @@ -22182,11 +21909,8 @@ paths: get: tags: - domains.internalDomainFederation - 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 + summary: Get federationConfiguration from domains + description: Domain settings configured by customer when federated with Microsoft Entra ID. Supports $expand. operationId: domain_ListFederationConfiguration parameters: - name: domain-id @@ -22244,11 +21968,7 @@ paths: post: tags: - domains.internalDomainFederation - 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 + summary: Create new navigation property to federationConfiguration for domains operationId: domain_CreateFederationConfiguration parameters: - name: domain-id @@ -22280,11 +22000,8 @@ paths: get: tags: - domains.internalDomainFederation - 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 + summary: Get federationConfiguration from domains + description: Domain settings configured by customer when federated with Microsoft Entra ID. Supports $expand. operationId: domain_GetFederationConfiguration parameters: - name: domain-id @@ -22336,11 +22053,7 @@ paths: patch: tags: - domains.internalDomainFederation - 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 + summary: Update the navigation property federationConfiguration in domains operationId: domain_UpdateFederationConfiguration parameters: - name: domain-id @@ -22379,11 +22092,7 @@ paths: delete: tags: - domains.internalDomainFederation - 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-1.0 + summary: Delete navigation property federationConfiguration for domains operationId: domain_DeleteFederationConfiguration parameters: - name: domain-id @@ -22444,7 +22153,7 @@ paths: 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.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta operationId: domain_forceDelete parameters: - name: domain-id @@ -22483,7 +22192,7 @@ paths: description: Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta operationId: domain_promote parameters: - name: domain-id @@ -22540,7 +22249,7 @@ paths: description: Validates the ownership of the domain. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta operationId: domain_verify parameters: - name: domain-id @@ -22565,11 +22274,8 @@ paths: get: tags: - domains.domainDnsRecord - 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 + 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.' operationId: domain_ListServiceConfigurationRecord parameters: - name: domain-id @@ -23046,11 +22752,8 @@ paths: get: tags: - domains.domainDnsRecord - 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 + 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.' operationId: domain_ListVerificationDnsRecord parameters: - name: domain-id @@ -23307,7 +23010,7 @@ paths: 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/organization-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta operationId: organization_ListOrganization parameters: - $ref: '#/components/parameters/top' @@ -23384,7 +23087,7 @@ paths: description: 'Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta operationId: organization_GetOrganization parameters: - name: organization-id @@ -23432,7 +23135,7 @@ paths: description: 'Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta operationId: organization_UpdateOrganization parameters: - name: organization-id @@ -23490,11 +23193,8 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBranding - description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 + summary: Get branding from organization + description: Resource to manage the default branding for the organization. Nullable. operationId: organization_GetBranding parameters: - name: organization-id @@ -23538,11 +23238,7 @@ paths: patch: tags: - organization.organizationalBranding - 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 + summary: Update the navigation property branding in organization operationId: organization_UpdateBranding parameters: - name: organization-id @@ -23573,11 +23269,7 @@ paths: delete: tags: - organization.organizationalBranding - 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 + summary: Delete navigation property branding for organization operationId: organization_DeleteBranding parameters: - name: organization-id @@ -23606,9 +23298,6 @@ paths: - organization.organizationalBranding summary: Get backgroundImage for the navigation property branding from organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingBackgroundImage parameters: - name: organization-id @@ -23713,9 +23402,6 @@ paths: - organization.organizationalBranding summary: Get bannerLogo for the navigation property branding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingBannerLogo parameters: - name: organization-id @@ -23820,9 +23506,6 @@ paths: - organization.organizationalBranding summary: Get customCSS for the navigation property branding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingCustomCSS parameters: - name: organization-id @@ -23927,9 +23610,6 @@ paths: - organization.organizationalBranding summary: Get favicon for the navigation property branding from organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingFavicon parameters: - name: organization-id @@ -24034,9 +23714,6 @@ paths: - organization.organizationalBranding summary: Get headerLogo for the navigation property branding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingHeaderLogo parameters: - name: organization-id @@ -24139,11 +23816,8 @@ paths: get: tags: - organization.organizationalBranding - 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 + summary: Get localizations from organization + description: Add different branding based on a locale. operationId: organization.branding_ListLocalization parameters: - name: organization-id @@ -24201,11 +23875,7 @@ paths: post: tags: - organization.organizationalBranding - 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 + summary: Create new navigation property to localizations for organization operationId: organization.branding_CreateLocalization parameters: - name: organization-id @@ -24237,11 +23907,8 @@ paths: get: tags: - organization.organizationalBranding - 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 + summary: Get localizations from organization + description: Add different branding based on a locale. operationId: organization.branding_GetLocalization parameters: - name: organization-id @@ -24293,11 +23960,7 @@ paths: patch: 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 + summary: Update the navigation property localizations in organization operationId: organization.branding_UpdateLocalization parameters: - name: organization-id @@ -24336,11 +23999,7 @@ paths: delete: tags: - organization.organizationalBranding - 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 + summary: Delete navigation property localizations for organization operationId: organization.branding_DeleteLocalization parameters: - name: organization-id @@ -24377,9 +24036,6 @@ paths: - organization.organizationalBranding summary: Get backgroundImage for the navigation property localizations from organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsBackgroundImage parameters: - name: organization-id @@ -24500,9 +24156,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsBannerLogo parameters: - name: organization-id @@ -24623,9 +24276,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsCustomCSS parameters: - name: organization-id @@ -24746,9 +24396,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsFavicon parameters: - name: organization-id @@ -24869,9 +24516,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsHeaderLogo parameters: - name: organization-id @@ -24992,9 +24636,6 @@ paths: - organization.organizationalBranding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsSquareLogo parameters: - name: organization-id @@ -25115,9 +24756,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsSquareLogoDark parameters: - name: organization-id @@ -25260,9 +24898,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingSquareLogo parameters: - name: organization-id @@ -25367,9 +25002,6 @@ paths: - organization.organizationalBranding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingSquareLogoDark parameters: - name: organization-id @@ -25716,7 +25348,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: organization_checkMemberGroup parameters: - name: organization-id @@ -25824,7 +25456,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: organization_getMemberGroup parameters: - name: organization-id @@ -25932,7 +25564,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: organization_restore parameters: - name: organization-id @@ -26196,11 +25828,8 @@ paths: get: tags: - organization.organizationSettings - 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-1.0 + 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. operationId: organization.setting_GetContactInsight parameters: - name: organization-id @@ -26244,11 +25873,7 @@ paths: patch: tags: - organization.organizationSettings - 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-1.0 + summary: Update the navigation property contactInsights in organization operationId: organization.setting_UpdateContactInsight parameters: - name: organization-id @@ -26306,11 +25931,8 @@ paths: get: tags: - organization.organizationSettings - 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-1.0 + 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.' operationId: organization.setting_GetItemInsight parameters: - name: organization-id @@ -26430,11 +26052,7 @@ paths: get: tags: - organization.organizationSettings - 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-1.0 + summary: Get microsoftApplicationDataAccess from organization operationId: organization.setting_GetMicrosoftApplicationDataAccess parameters: - name: organization-id @@ -26478,11 +26096,7 @@ paths: patch: tags: - organization.organizationSettings - 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-1.0 + summary: Update the navigation property microsoftApplicationDataAccess in organization operationId: organization.setting_UpdateMicrosoftApplicationDataAccess parameters: - name: organization-id @@ -26540,11 +26154,8 @@ paths: get: tags: - organization.organizationSettings - 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-1.0 + 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. operationId: organization.setting_GetPeopleInsight parameters: - name: organization-id @@ -26588,11 +26199,7 @@ paths: patch: tags: - organization.organizationSettings - 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-1.0 + summary: Update the navigation property peopleInsights in organization operationId: organization.setting_UpdatePeopleInsight parameters: - name: organization-id @@ -26668,7 +26275,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: organization_getGraphBPreId requestBody: description: Action parameters @@ -26721,7 +26328,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: organization_getUserOwnedObject requestBody: description: Action parameters @@ -26757,7 +26364,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: organization_validateProperty requestBody: description: Action parameters @@ -26797,7 +26404,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta operationId: setting.directorySetting_ListDirectorySetting parameters: - $ref: '#/components/parameters/top' @@ -26850,7 +26457,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta operationId: setting.directorySetting_CreateDirectorySetting requestBody: description: New entity @@ -26877,7 +26484,7 @@ paths: description: Retrieve the properties of a specific directory setting object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta operationId: setting.directorySetting_GetDirectorySetting parameters: - name: directorySetting-id @@ -26925,7 +26532,7 @@ paths: description: Update the properties of a specific directory setting object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta operationId: setting.directorySetting_UpdateDirectorySetting parameters: - name: directorySetting-id @@ -26960,7 +26567,7 @@ paths: description: Delete a directory setting. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta operationId: setting.directorySetting_DeleteDirectorySetting parameters: - name: directorySetting-id @@ -27004,7 +26611,7 @@ paths: description: 'Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta operationId: subscribedSku_ListSubscribedSku parameters: - $ref: '#/components/parameters/search' @@ -27067,7 +26674,7 @@ paths: description: Get a specific commercial subscription that an organization has acquired. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta operationId: subscribedSku_GetSubscribedSku parameters: - name: subscribedSku-id @@ -27201,7 +26808,7 @@ paths: description: Applies a management action against a specific managed tenant. By performing this operation the appropriate configurations will be made and policies created. As example when applying the require multifactor authentication for admins management action creates a Microsoft Entra Conditional Access policy that requires multifactor authentication for all users that have been assigned an administrative directory role. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta operationId: tenantRelationship.managedTenant.managementAction_apply parameters: - name: managementAction-id @@ -27404,7 +27011,7 @@ paths: description: 'Carries out the appropriate procedures to remove a managed tenant from the multitenant management platform. No relationships, such as commerce and delegate administrative privileges, will be impacted. The only change made by invoking this action is the tenant will be deprovisioned from the multitenant management platform.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta operationId: tenantRelationship.managedTenant.tenant_offboardTenant parameters: - name: tenant-id @@ -27433,7 +27040,7 @@ paths: description: Carries out the appropriate procedures to reset the onboarding status for the managed tenant that was removed from the multitenant management platform using the offboardTenant action. By invoking this action the platform attempts to onboard the managed tenant for management. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta operationId: tenantRelationship.managedTenant.tenant_resetTenantOnboardingStatus parameters: - name: tenant-id @@ -27462,7 +27069,7 @@ paths: description: Assign the tenant tag to the specified managed tenants. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta operationId: tenantRelationship.managedTenant.tenantTag_assignTag parameters: - name: tenantTag-id @@ -27506,7 +27113,7 @@ paths: description: Un-assigns the tenant tag from the specified managed tenants. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta operationId: tenantRelationship.managedTenant.tenantTag_unassignTag parameters: - name: tenantTag-id @@ -27546,11 +27153,8 @@ paths: get: tags: - users.scopedRoleMembership - summary: List scopedAdministratorOf - description: Retrieve a list of scopedRoleMembership for the user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-scopedrolememberof?view=graph-rest-1.0 + summary: Get scopedRoleMemberOf from users + description: The scoped-role administrative unit memberships for this user. Read-only. Nullable. operationId: user_ListScopedRoleMemberGraphOPre parameters: - name: user-id @@ -27968,7 +27572,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -32399,7 +32003,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -34263,11 +33867,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -34286,7 +33890,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -35017,7 +34621,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -35344,6 +34948,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -35354,7 +34959,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -35646,11 +35251,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -35771,11 +35376,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 @@ -38427,13 +38032,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -38866,7 +38471,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -39068,7 +38673,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -41252,7 +40857,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -41260,7 +40865,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object @@ -45772,11 +45377,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -45792,13 +45397,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -51947,7 +51552,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index e3302f9b9d..72c45aaac6 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -14,7 +14,7 @@ paths: description: 'Retrieve the accessReview objects for a particular businessFlowTemplate. A list of zero or more accessReview objects are returned, for each one-time and recurring access review that was created with that business flow template. Note that business flow template IDs are case sensitive. If many access reviews match the filter, to improve efficiency and avoid timeouts, retrieve the result set in pages, by including both the $top query parameter with a page size, for example 100, and the $skip=0 query parameter in the request. These parameters can be included even when you do not anticipate that the request will span multiple pages. When a result set spans multiple pages, Microsoft Graph returns that page with an @odata.nextLink property in the response that contains a URL to the next page of results. If that property is present, continue making additional requests with the @odata.nextLink URL in each response, until all the results are returned, as described in paging Microsoft Graph data in your app. The accessReview objects returned by this API will not include nested structure properties such as settings, or relationships. To retrieve an access review settings or relationships, use the get accessReview API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta operationId: accessReview_ListAccessReview parameters: - $ref: '#/components/parameters/top' @@ -68,7 +68,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, create a new accessReview object. Before making this request, the caller must have previously retrieved the list of business flow templates, to have the value of businessFlowTemplateId to include in the request. After making this request, the caller should create a programControl, to link the access review to a program. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta operationId: accessReview_CreateAccessReview requestBody: description: New entity @@ -95,7 +95,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, retrieve an accessReview object. To retrieve the reviewers of the access review, use the list accessReview reviewers API. To retrieve the decisions of the access review, use the list accessReview decisions API, or the list my accessReview decisions API. If this is a recurring access review, no decisions will be associated with the recurring access review series. Instead, use the instances relationship of that series to retrieve an accessReview collection of the past, current, and future instances of the access review. Each past and current instance will have decisions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta operationId: accessReview_GetAccessReview parameters: - name: accessReview-id @@ -143,7 +143,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, update an existing accessReview object to change one or more of its properties. This API is not intended to change the reviewers or decisions of a review. To change the reviewers, use the addReviewer or removeReviewer APIs. To stop an already-started one-time review, or an already-started instance of a recurring review, early, use the stop API. To apply the decisions to the target group or app access rights, use the apply API. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta operationId: accessReview_UpdateAccessReview parameters: - name: accessReview-id @@ -178,7 +178,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, delete an accessReview object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta operationId: accessReview_DeleteAccessReview parameters: - name: accessReview-id @@ -205,11 +205,8 @@ paths: get: tags: - accessReviews.accessReviewDecision - 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-1.0 + summary: Get decisions from accessReviews + description: The collection of decisions for this access review. operationId: accessReview_ListDecision parameters: - name: accessReview-id @@ -666,11 +663,8 @@ paths: get: tags: - accessReviews.accessReview - 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-1.0 + summary: Get decisions from accessReviews + description: The collection of decisions for this access review. operationId: accessReview.instance_ListDecision parameters: - name: accessReview-id @@ -961,7 +955,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta operationId: accessReview.instance_applyDecision parameters: - name: accessReview-id @@ -994,7 +988,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, reset the decisions of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. Previous decisions are no longer recorded, but reviewers can continue to update decisions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta operationId: accessReview.instance_resetDecision parameters: - name: accessReview-id @@ -1027,7 +1021,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, send a reminder to the reviewers of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta operationId: accessReview.instance_sendReminder parameters: - name: accessReview-id @@ -1060,7 +1054,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, stop a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. (To prevent a recurring access review from starting future instances, update it to change its scheduled end date). After the access review stops, reviewers can no longer give input, and the access review decisions can be applied.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta operationId: accessReview.instance_stop parameters: - name: accessReview-id @@ -1089,11 +1083,8 @@ paths: get: tags: - accessReviews.accessReview - 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-1.0 + summary: Get myDecisions from accessReviews + description: 'The collection of decisions for the caller, if the caller is a reviewer.' operationId: accessReview.instance_ListMyDecision parameters: - name: accessReview-id @@ -1380,11 +1371,8 @@ paths: get: tags: - accessReviews.accessReview - 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-1.0 + summary: Get reviewers from accessReviews + description: 'The collection of reviewers for an access review, if access review reviewerType is of type delegated.' operationId: accessReview.instance_ListReviewer parameters: - name: accessReview-id @@ -1450,11 +1438,7 @@ paths: post: tags: - accessReviews.accessReview - 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-1.0 + summary: Create new navigation property to reviewers for accessReviews operationId: accessReview.instance_CreateReviewer parameters: - name: accessReview-id @@ -1602,11 +1586,7 @@ paths: delete: tags: - accessReviews.accessReview - 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-1.0 + summary: Delete navigation property reviewers for accessReviews operationId: accessReview.instance_DeleteReviewer parameters: - name: accessReview-id @@ -1705,7 +1685,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta operationId: accessReview_applyDecision parameters: - name: accessReview-id @@ -1730,7 +1710,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, reset the decisions of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. Previous decisions are no longer recorded, but reviewers can continue to update decisions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta operationId: accessReview_resetDecision parameters: - name: accessReview-id @@ -1755,7 +1735,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, send a reminder to the reviewers of a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta operationId: accessReview_sendReminder parameters: - name: accessReview-id @@ -1780,7 +1760,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, stop a currently active accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. (To prevent a recurring access review from starting future instances, update it to change its scheduled end date). After the access review stops, reviewers can no longer give input, and the access review decisions can be applied.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta operationId: accessReview_stop parameters: - name: accessReview-id @@ -1801,11 +1781,8 @@ paths: get: tags: - accessReviews.accessReviewDecision - 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-1.0 + summary: Get myDecisions from accessReviews + description: 'The collection of decisions for the caller, if the caller is a reviewer.' operationId: accessReview_ListMyDecision parameters: - name: accessReview-id @@ -2044,11 +2021,8 @@ paths: get: tags: - accessReviews.accessReviewReviewer - 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-1.0 + summary: Get reviewers from accessReviews + description: 'The collection of reviewers for an access review, if access review reviewerType is of type delegated.' operationId: accessReview_ListReviewer parameters: - name: accessReview-id @@ -2106,11 +2080,7 @@ paths: post: tags: - accessReviews.accessReviewReviewer - 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-1.0 + summary: Create new navigation property to reviewers for accessReviews operationId: accessReview_CreateReviewer parameters: - name: accessReview-id @@ -2234,11 +2204,7 @@ paths: delete: tags: - accessReviews.accessReviewReviewer - 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-1.0 + summary: Delete navigation property reviewers for accessReviews operationId: accessReview_DeleteReviewer parameters: - name: accessReview-id @@ -2450,11 +2416,8 @@ paths: get: tags: - agreements.agreementAcceptance - 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 + summary: Get acceptances from agreements + description: Read-only. Information about acceptances of this agreement. operationId: agreement_ListAcceptance parameters: - name: agreement-id @@ -2693,11 +2656,8 @@ paths: get: tags: - agreements.agreementFile - 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 + summary: Get file from agreements + description: Default PDF linked to this agreement. operationId: agreement_GetFile parameters: - name: agreement-id @@ -2799,11 +2759,8 @@ paths: get: tags: - agreements.agreementFile - 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 + summary: Get localizations from agreements + description: The localized version of the terms of use agreement files attached to the agreement. operationId: agreement.file_ListLocalization parameters: - name: agreement-id @@ -3389,11 +3346,7 @@ paths: post: tags: - agreements.agreementFileLocalization - 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 + summary: Create new navigation property to files for agreements operationId: agreement_CreateFile parameters: - name: agreement-id @@ -3866,7 +3819,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, list all the businessFlowTemplate objects.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta operationId: businessFlowTemplate_ListBusinessFlowTemplate parameters: - $ref: '#/components/parameters/top' @@ -4711,11 +4664,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List contactedReviewers - description: 'Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0 + summary: Get contactedReviewers from identityGovernance + description: 'Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.' operationId: identityGovernance.accessReview.decision.instance_ListContactedReviewer parameters: - name: accessReviewInstanceDecisionItem-id @@ -4954,11 +4904,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions - description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.decision.instance_ListDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -5048,11 +4995,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.decision.instance_GetDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -5489,6 +5433,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewInstanceDecisionItem-id @@ -5573,7 +5521,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance.decision_recordAllDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -5666,7 +5614,7 @@ paths: description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance_acceptRecommendation parameters: - name: accessReviewInstanceDecisionItem-id @@ -5691,7 +5639,7 @@ paths: description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance_applyDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -5716,7 +5664,7 @@ paths: description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance_batchRecordDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -5763,7 +5711,7 @@ paths: description: Resets decisions of all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance_resetDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -5788,7 +5736,7 @@ paths: description: Send a reminder to the reviewers of a currently active accessReviewInstance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance_sendReminder parameters: - name: accessReviewInstanceDecisionItem-id @@ -5813,7 +5761,7 @@ paths: description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status will be Completed, the reviewers can no longer give input, and the access review decisions can be applied. Stopping an instance will not effect future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance_stop parameters: - name: accessReviewInstanceDecisionItem-id @@ -5855,11 +5803,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List stages - description: Retrieve the stages in a multi-stage access review instance. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.decision.instance_ListStage parameters: - name: accessReviewInstanceDecisionItem-id @@ -5949,11 +5894,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewStage - description: Retrieve the properties and relationships of an accessReviewStage object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.decision.instance_GetStage parameters: - name: accessReviewInstanceDecisionItem-id @@ -6005,11 +5947,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewStage - description: 'Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0 + summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.accessReview.decision.instance_UpdateStage parameters: - name: accessReviewInstanceDecisionItem-id @@ -6083,11 +6021,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions (from a multi-stage access review) - description: Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.decision.instance.stage_ListDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -6193,11 +6128,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.decision.instance.stage_GetDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -6257,11 +6189,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewInstanceDecisionItem - description: 'Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0 + summary: Update the navigation property decisions in identityGovernance operationId: identityGovernance.accessReview.decision.instance.stage_UpdateDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -6718,6 +6646,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance.stage.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewInstanceDecisionItem-id @@ -6810,7 +6742,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance.stage.decision_recordAllDecision parameters: - name: accessReviewInstanceDecisionItem-id @@ -6865,7 +6797,7 @@ paths: description: 'Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance.stage_stop parameters: - name: accessReviewInstanceDecisionItem-id @@ -6917,6 +6849,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.accessReview.decision.instance.stage_filterGraphBPreCurrentUser parameters: - name: accessReviewInstanceDecisionItem-id @@ -7012,6 +6948,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision_filterGraphBPreCurrentUser parameters: - name: on @@ -7088,7 +7028,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.decision_recordAllDecision requestBody: description: Action parameters @@ -7122,11 +7062,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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-1.0 + summary: Get definitions from identityGovernance + description: Represents the template and scheduling for an access review. operationId: identityGovernance.accessReview_ListDefinition parameters: - $ref: '#/components/parameters/top' @@ -7176,11 +7113,7 @@ paths: post: tags: - identityGovernance.accessReviewSet - 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 + summary: Create new navigation property to definitions for identityGovernance operationId: identityGovernance.accessReview_CreateDefinition requestBody: description: New navigation property @@ -7203,11 +7136,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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-1.0 + summary: Get definitions from identityGovernance + description: Represents the template and scheduling for an access review. operationId: identityGovernance.accessReview_GetDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -7282,11 +7212,7 @@ paths: delete: tags: - identityGovernance.accessReviewSet - 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-1.0 + summary: Delete navigation property definitions for identityGovernance operationId: identityGovernance.accessReview_DeleteDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -7313,11 +7239,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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-1.0 + 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.' operationId: identityGovernance.accessReview.definition_ListInstance parameters: - name: accessReviewScheduleDefinition-id @@ -7407,11 +7330,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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-1.0 + 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.' operationId: identityGovernance.accessReview.definition_GetInstance parameters: - name: accessReviewScheduleDefinition-id @@ -7463,11 +7383,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - 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-1.0 + summary: Update the navigation property instances in identityGovernance operationId: identityGovernance.accessReview.definition_UpdateInstance parameters: - name: accessReviewScheduleDefinition-id @@ -7541,11 +7457,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List contactedReviewers - description: 'Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0 + summary: Get contactedReviewers from identityGovernance + description: 'Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.' operationId: identityGovernance.accessReview.definition.instance_ListContactedReviewer parameters: - name: accessReviewScheduleDefinition-id @@ -7832,11 +7745,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions - description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance_ListDecision parameters: - name: accessReviewScheduleDefinition-id @@ -7942,11 +7852,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance_GetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -8583,11 +8490,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List contactedReviewers - description: 'Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0 + summary: Get contactedReviewers from identityGovernance + description: 'Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.' operationId: identityGovernance.accessReview.definition.instance.decision.instance_ListContactedReviewer parameters: - name: accessReviewScheduleDefinition-id @@ -8988,7 +8892,7 @@ paths: description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance_acceptRecommendation parameters: - name: accessReviewScheduleDefinition-id @@ -9029,7 +8933,7 @@ paths: description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance_applyDecision parameters: - name: accessReviewScheduleDefinition-id @@ -9070,7 +8974,7 @@ paths: description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance_batchRecordDecision parameters: - name: accessReviewScheduleDefinition-id @@ -9133,7 +9037,7 @@ paths: description: Resets decisions of all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance_resetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -9174,7 +9078,7 @@ paths: description: Send a reminder to the reviewers of a currently active accessReviewInstance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance_sendReminder parameters: - name: accessReviewScheduleDefinition-id @@ -9215,7 +9119,7 @@ paths: description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status will be Completed, the reviewers can no longer give input, and the access review decisions can be applied. Stopping an instance will not effect future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance_stop parameters: - name: accessReviewScheduleDefinition-id @@ -9289,11 +9193,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List stages - description: Retrieve the stages in a multi-stage access review instance. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.definition.instance.decision.instance_ListStage parameters: - name: accessReviewScheduleDefinition-id @@ -9415,11 +9316,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewStage - description: Retrieve the properties and relationships of an accessReviewStage object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.definition.instance.decision.instance_GetStage parameters: - name: accessReviewScheduleDefinition-id @@ -9487,11 +9385,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewStage - description: 'Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0 + summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.accessReview.definition.instance.decision.instance_UpdateStage parameters: - name: accessReviewScheduleDefinition-id @@ -9597,11 +9491,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions (from a multi-stage access review) - description: Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.decision.instance.stage_ListDecision parameters: - name: accessReviewScheduleDefinition-id @@ -9739,11 +9630,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.decision.instance.stage_GetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -9819,11 +9707,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewInstanceDecisionItem - description: 'Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0 + summary: Update the navigation property decisions in identityGovernance operationId: identityGovernance.accessReview.definition.instance.decision.instance.stage_UpdateDecision parameters: - name: accessReviewScheduleDefinition-id @@ -10424,6 +10308,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -10532,7 +10420,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance.stage.decision_recordAllDecision parameters: - name: accessReviewScheduleDefinition-id @@ -10603,7 +10491,7 @@ paths: description: 'Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance.stage_stop parameters: - name: accessReviewScheduleDefinition-id @@ -10687,6 +10575,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision.instance.stage_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -10814,6 +10706,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -10906,7 +10802,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.decision_recordAllDecision parameters: - name: accessReviewScheduleDefinition-id @@ -11015,7 +10911,7 @@ paths: description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance_acceptRecommendation parameters: - name: accessReviewScheduleDefinition-id @@ -11048,7 +10944,7 @@ paths: description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance_applyDecision parameters: - name: accessReviewScheduleDefinition-id @@ -11081,7 +10977,7 @@ paths: description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance_batchRecordDecision parameters: - name: accessReviewScheduleDefinition-id @@ -11136,7 +11032,7 @@ paths: description: Resets decisions of all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance_resetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -11169,7 +11065,7 @@ paths: description: Send a reminder to the reviewers of a currently active accessReviewInstance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance_sendReminder parameters: - name: accessReviewScheduleDefinition-id @@ -11202,7 +11098,7 @@ paths: description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status will be Completed, the reviewers can no longer give input, and the access review decisions can be applied. Stopping an instance will not effect future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance_stop parameters: - name: accessReviewScheduleDefinition-id @@ -11260,11 +11156,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List stages - description: Retrieve the stages in a multi-stage access review instance. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.definition.instance_ListStage parameters: - name: accessReviewScheduleDefinition-id @@ -11370,11 +11263,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewStage - description: Retrieve the properties and relationships of an accessReviewStage object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.definition.instance_GetStage parameters: - name: accessReviewScheduleDefinition-id @@ -11434,11 +11324,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewStage - description: 'Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0 + summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.accessReview.definition.instance_UpdateStage parameters: - name: accessReviewScheduleDefinition-id @@ -11528,11 +11414,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions (from a multi-stage access review) - description: Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.stage_ListDecision parameters: - name: accessReviewScheduleDefinition-id @@ -11654,11 +11537,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.stage_GetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -11726,11 +11606,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewInstanceDecisionItem - description: 'Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0 + summary: Update the navigation property decisions in identityGovernance operationId: identityGovernance.accessReview.definition.instance.stage_UpdateDecision parameters: - name: accessReviewScheduleDefinition-id @@ -12395,11 +12271,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List contactedReviewers - description: 'Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0 + summary: Get contactedReviewers from identityGovernance + description: 'Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.' operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_ListContactedReviewer parameters: - name: accessReviewScheduleDefinition-id @@ -12782,11 +12655,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions - description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_ListDecision parameters: - name: accessReviewScheduleDefinition-id @@ -12924,11 +12794,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_GetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -13605,6 +13472,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -13713,7 +13584,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance.decision_recordAllDecision parameters: - name: accessReviewScheduleDefinition-id @@ -13854,7 +13725,7 @@ paths: description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_acceptRecommendation parameters: - name: accessReviewScheduleDefinition-id @@ -13903,7 +13774,7 @@ paths: description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_applyDecision parameters: - name: accessReviewScheduleDefinition-id @@ -13952,7 +13823,7 @@ paths: description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_batchRecordDecision parameters: - name: accessReviewScheduleDefinition-id @@ -14023,7 +13894,7 @@ paths: description: Resets decisions of all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_resetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -14072,7 +13943,7 @@ paths: description: Send a reminder to the reviewers of a currently active accessReviewInstance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_sendReminder parameters: - name: accessReviewScheduleDefinition-id @@ -14121,7 +13992,7 @@ paths: description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status will be Completed, the reviewers can no longer give input, and the access review decisions can be applied. Stopping an instance will not effect future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision.instance_stop parameters: - name: accessReviewScheduleDefinition-id @@ -14250,6 +14121,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -14350,7 +14225,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage.decision_recordAllDecision parameters: - name: accessReviewScheduleDefinition-id @@ -14413,7 +14288,7 @@ paths: description: 'Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage_stop parameters: - name: accessReviewScheduleDefinition-id @@ -14481,6 +14356,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance.stage_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -14592,6 +14471,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Returns all accessReviewInstance objects on a given accessReviewScheduleDefinition where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.accessReview.definition.instance_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -14708,6 +14591,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Returns accessReviewScheduleDefinition objects where the calling user is a reviewer on one or more accessReviewInstance objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.accessReview.definition_filterGraphBPreCurrentUser parameters: - name: on @@ -14780,11 +14667,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + summary: Get historyDefinitions from identityGovernance + description: Represents a collection of access review history data and the scopes used to collect that data. operationId: identityGovernance.accessReview_ListHistoryDefinition parameters: - $ref: '#/components/parameters/top' @@ -14834,11 +14718,7 @@ paths: post: tags: - identityGovernance.accessReviewSet - 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 + summary: Create new navigation property to historyDefinitions for identityGovernance operationId: identityGovernance.accessReview_CreateHistoryDefinition requestBody: description: New navigation property @@ -14861,11 +14741,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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-1.0 + summary: Get historyDefinitions from identityGovernance + description: Represents a collection of access review history data and the scopes used to collect that data. operationId: identityGovernance.accessReview_GetHistoryDefinition parameters: - name: accessReviewHistoryDefinition-id @@ -14967,11 +14844,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + 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.' operationId: identityGovernance.accessReview.historyDefinition_ListInstance parameters: - name: accessReviewHistoryDefinition-id @@ -15192,7 +15066,7 @@ paths: description: Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta operationId: identityGovernance.accessReview.historyDefinition.instance_generateDownloadUri parameters: - name: accessReviewHistoryDefinition-id @@ -15261,11 +15135,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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-1.0 + summary: Get policy from identityGovernance + description: Resource that enables administrators to manage directory-level access review policies in their tenant. operationId: identityGovernance.accessReview_GetPolicy parameters: - name: $select @@ -15301,11 +15172,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - 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-1.0 + summary: Update the navigation property policy in identityGovernance operationId: identityGovernance.accessReview_UpdatePolicy requestBody: description: New navigation property values @@ -15423,11 +15290,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + 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. operationId: identityGovernance.appConsent_ListAppConsentRequest parameters: - $ref: '#/components/parameters/top' @@ -15500,11 +15364,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + 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. operationId: identityGovernance.appConsent_GetAppConsentRequest parameters: - name: appConsentRequest-id @@ -15606,11 +15467,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + summary: Get userConsentRequests from identityGovernance + description: A list of pending user consent requests. Supports $filter (eq). operationId: identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest parameters: - name: appConsentRequest-id @@ -15700,11 +15558,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + summary: Get userConsentRequests from identityGovernance + description: A list of pending user consent requests. Supports $filter (eq). operationId: identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest parameters: - name: appConsentRequest-id @@ -15957,11 +15812,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_ListStep parameters: - name: appConsentRequest-id @@ -16067,11 +15919,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_GetStep parameters: - name: appConsentRequest-id @@ -16131,11 +15980,7 @@ paths: patch: tags: - identityGovernance.appConsentApprovalRoute - 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-1.0 + summary: Update the navigation property steps in identityGovernance operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_UpdateStep parameters: - name: appConsentRequest-id @@ -16278,6 +16123,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve a collection of userConsentRequest objects for accessing a specified app, for which the current user is the reviewer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest_filterGraphBPreCurrentUser parameters: - name: appConsentRequest-id @@ -16373,6 +16222,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Retrieve a collection of appConsentRequest objects for which the current user is the reviewer and the status of the userConsentRequest for accessing the specified app is InProgress. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta operationId: identityGovernance.appConsent.appConsentRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -16522,8 +16375,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get approval - description: 'Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios:' + summary: Get accessPackageAssignmentApprovals from identityGovernance operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval parameters: - $ref: '#/components/parameters/top' @@ -16596,11 +16448,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageAssignmentApprovals from identityGovernance operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval parameters: - name: approval-id @@ -16702,11 +16550,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStep parameters: - name: approval-id @@ -16796,11 +16641,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStep parameters: - name: approval-id @@ -16852,11 +16694,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Update the navigation property steps in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStep parameters: - name: approval-id @@ -16967,6 +16805,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_filterGraphBPreCurrentUser parameters: - name: on @@ -17039,11 +16881,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + 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. operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentPolicy parameters: - $ref: '#/components/parameters/top' @@ -17098,11 +16937,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to accessPackageAssignmentPolicies for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAccessPackageAssignmentPolicy requestBody: description: New navigation property @@ -17130,11 +16965,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + 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. operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -17219,11 +17051,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property accessPackageAssignmentPolicies for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -18033,11 +17861,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + 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. operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentRequest parameters: - $ref: '#/components/parameters/top' @@ -18092,11 +17917,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to accessPackageAssignmentRequests for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAccessPackageAssignmentRequest requestBody: description: New navigation property @@ -18124,11 +17945,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + 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. operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -18213,11 +18031,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete navigation property accessPackageAssignmentRequests for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -18355,7 +18169,7 @@ paths: description: 'In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancelable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequest_cancel parameters: - name: accessPackageAssignmentRequest-id @@ -18411,7 +18225,7 @@ paths: description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequest_resume parameters: - name: accessPackageAssignmentRequest-id @@ -18644,6 +18458,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignmentRequest objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -18721,11 +18539,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageAssignmentResourceRoles from identityGovernance + description: Represents the resource-specific role which a subject has been assigned through an access package assignment. operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentResourceRole parameters: - $ref: '#/components/parameters/top' @@ -18798,11 +18613,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageAssignmentResourceRoles from identityGovernance + description: Represents the resource-specific role which a subject has been assigned through an access package assignment. operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentResourceRole parameters: - name: accessPackageAssignmentResourceRole-id @@ -20220,7 +20032,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageAssignmentResourceRole-id @@ -20275,7 +20087,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageAssignmentResourceRole-id @@ -21236,7 +21048,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageAssignmentResourceRole-id @@ -21531,7 +21343,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageAssignmentResourceRole-id @@ -21781,11 +21593,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageAssignments from identityGovernance + description: The assignment of an access package to a subject for a period of time. operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignment parameters: - $ref: '#/components/parameters/top' @@ -23329,11 +23138,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to accessPackageResourceRoleScopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateAccessPackageResourceRoleScope parameters: - name: accessPackageAssignment-id @@ -24896,7 +24701,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -24967,7 +24772,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -26112,7 +25917,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -26471,7 +26276,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -26522,11 +26327,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackagesIncompatibleWith from identityGovernance + description: The access packages that are incompatible with this package. Read-only. operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListAccessPackagesIncompatibleGraphWPre parameters: - name: accessPackageAssignment-id @@ -26661,11 +26463,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get incompatibleAccessPackages from identityGovernance + description: The access packages whose assigned users are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleAccessPackage parameters: - name: accessPackageAssignment-id @@ -26724,11 +26523,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -26785,11 +26580,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of incompatibleAccessPackages from identityGovernance + description: The access packages whose assigned users are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -26827,11 +26619,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property ref to incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -26853,11 +26641,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -26892,11 +26676,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get incompatibleGroups from identityGovernance + description: The groups whose members are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleGroup parameters: - name: accessPackageAssignment-id @@ -26955,11 +26736,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -27113,11 +26890,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of incompatibleGroups from identityGovernance + description: The groups whose members are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_ListIncompatibleGroupGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -27155,11 +26929,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property ref to incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_CreateIncompatibleGroupGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -27181,11 +26951,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_DeleteIncompatibleGroupGraphBPreRef parameters: - name: accessPackageAssignment-id @@ -27224,7 +26990,7 @@ paths: description: 'In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_getApplicablePolicyRequirement parameters: - name: accessPackageAssignment-id @@ -27266,7 +27032,7 @@ paths: description: 'In Microsoft Entra entitlement management, this action moves the accessPackage to a specified target accessPackageCatalog. The resources in the access package must be present in the target catalog.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackage_moveToCatalog parameters: - name: accessPackageAssignment-id @@ -28539,7 +28305,7 @@ paths: description: 'In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancelable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_cancel parameters: - name: accessPackageAssignment-id @@ -28611,7 +28377,7 @@ paths: description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_resume parameters: - name: accessPackageAssignment-id @@ -28892,6 +28658,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignmentRequest objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_filterGraphBPreCurrentUser parameters: - name: accessPackageAssignment-id @@ -30759,7 +30529,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -30830,7 +30600,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -31975,7 +31745,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -32334,7 +32104,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentResourceRole.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageAssignment-id @@ -32825,6 +32595,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function additionalAccess + description: 'In Microsoft Entra Entitlement Management, retrieve a collection of accessPackageAssignment objects that indicate a target user has an assignment to a specified access package and also an assignment to another, potentially incompatible, access package. It can be used to prepare to configure the incompatible access packages for a specific access package.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment_additionalAccess parameters: - $ref: '#/components/parameters/top' @@ -32973,6 +32747,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignment objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignment_filterGraphBPreCurrentUser parameters: - name: on @@ -33045,11 +32823,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageCatalogs from identityGovernance + description: A container of access packages. operationId: identityGovernance.entitlementManagement_ListAccessPackageCatalog parameters: - $ref: '#/components/parameters/top' @@ -33104,11 +32879,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to accessPackageCatalogs for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAccessPackageCatalog requestBody: description: New navigation property @@ -33136,11 +32907,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get accessPackageCatalogs from identityGovernance + description: A container of access packages. operationId: identityGovernance.entitlementManagement_GetAccessPackageCatalog parameters: - name: accessPackageCatalog-id @@ -33189,11 +32957,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property accessPackageCatalogs in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateAccessPackageCatalog parameters: - name: accessPackageCatalog-id @@ -33229,11 +32993,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property accessPackageCatalogs for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteAccessPackageCatalog parameters: - name: accessPackageCatalog-id @@ -33265,11 +33025,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + 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.' operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -33369,11 +33126,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + 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.' operationId: identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -33430,11 +33184,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property accessPackageCustomWorkflowExtensions in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -33545,11 +33295,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageResourceRoles from identityGovernance + description: The roles in each resource in a catalog. Read-only. operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResourceRole parameters: - name: accessPackageCatalog-id @@ -35194,7 +34941,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -35275,7 +35022,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -35336,11 +35083,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageResources from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResource parameters: - name: accessPackageCatalog-id @@ -36746,7 +36489,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -36843,7 +36586,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -38026,7 +37769,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -38123,7 +37866,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -38204,7 +37947,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -39591,7 +39334,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -39990,7 +39733,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageCatalog-id @@ -40202,11 +39945,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get customAccessPackageWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40269,11 +40008,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to customAccessPackageWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageCatalog_CreateCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40310,11 +40045,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get customAccessPackageWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageCatalog_GetCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40371,11 +40102,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Update the navigation property customAccessPackageWorkflowExtensions in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40419,11 +40146,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete navigation property customAccessPackageWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40580,11 +40303,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageResourceEnvironments from identityGovernance + description: A reference to the geolocation environment in which a resource is located. operationId: identityGovernance.entitlementManagement_ListAccessPackageResourceEnvironment parameters: - $ref: '#/components/parameters/top' @@ -40657,11 +40377,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageResourceEnvironments from identityGovernance + description: A reference to the geolocation environment in which a resource is located. operationId: identityGovernance.entitlementManagement_GetAccessPackageResourceEnvironment parameters: - name: accessPackageResourceEnvironment-id @@ -40913,11 +40630,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackageResourceRequests from identityGovernance + description: Represents a request to add or remove a resource to or from a catalog respectively. operationId: identityGovernance.entitlementManagement_ListAccessPackageResourceRequest parameters: - $ref: '#/components/parameters/top' @@ -40967,11 +40681,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to accessPackageResourceRequests for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAccessPackageResourceRequest requestBody: description: New navigation property @@ -42663,7 +42373,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageResourceRoleScope-id @@ -42718,7 +42428,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageResourceRoleScope-id @@ -43679,7 +43389,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageResourceRoleScope-id @@ -43974,7 +43684,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageResourceRoleScope-id @@ -45104,7 +44814,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageResource-id @@ -45175,7 +44885,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageResource-id @@ -46098,7 +45808,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackageResource-id @@ -46169,7 +45879,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackageResource-id @@ -46224,7 +45934,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageResource_refresh parameters: - name: accessPackageResource-id @@ -46259,11 +45969,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get accessPackages from identityGovernance + description: Represents access package objects. operationId: identityGovernance.entitlementManagement_ListAccessPackage parameters: - $ref: '#/components/parameters/top' @@ -46313,11 +46020,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to accessPackages for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAccessPackage requestBody: description: New navigation property @@ -46340,11 +46043,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackages from identityGovernance + description: Represents access package objects. operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -46388,11 +46088,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property accessPackages in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateAccessPackage parameters: - name: accessPackage-id @@ -46423,11 +46119,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete navigation property accessPackages for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteAccessPackage parameters: - name: accessPackage-id @@ -47719,11 +47411,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property to accessPackageResourceRoleScopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_CreateAccessPackageResourceRoleScope parameters: - name: accessPackage-id @@ -49286,7 +48974,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackage-id @@ -49357,7 +49045,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackage-id @@ -50502,7 +50190,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource.accessPackageResourceRole.accessPackageResource_refresh parameters: - name: accessPackage-id @@ -50861,7 +50549,7 @@ paths: description: 'In Azure AD entitlement management, refresh the accessPackageResource object to fetch the latest details for displayName, description, and resourceType from the origin system. For the AadApplication originSystem, this operation also updates the displayName and description for the accessPackageResourceRole. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage.accessPackageResourceRoleScope.accessPackageResourceScope.accessPackageResource_refresh parameters: - name: accessPackage-id @@ -50912,11 +50600,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get accessPackagesIncompatibleWith from identityGovernance + description: The access packages that are incompatible with this package. Read-only. operationId: identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre parameters: - name: accessPackage-id @@ -51051,11 +50736,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get incompatibleAccessPackages from identityGovernance + description: The access packages whose assigned users are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage parameters: - name: accessPackage-id @@ -51114,11 +50796,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -51175,11 +50853,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of incompatibleAccessPackages from identityGovernance + description: The access packages whose assigned users are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -51217,11 +50892,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property ref to incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -51243,11 +50914,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -51282,11 +50949,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get incompatibleGroups from identityGovernance + description: The groups whose members are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup parameters: - name: accessPackage-id @@ -51345,11 +51009,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51503,11 +51163,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of incompatibleGroups from identityGovernance + description: The groups whose members are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51545,11 +51202,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property ref to incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51571,11 +51224,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51614,7 +51263,7 @@ paths: description: 'In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_getApplicablePolicyRequirement parameters: - name: accessPackage-id @@ -51656,7 +51305,7 @@ paths: description: 'In Microsoft Entra entitlement management, this action moves the accessPackage to a specified target accessPackageCatalog. The resources in the access package must be present in the target catalog.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_moveToCatalog parameters: - name: accessPackage-id @@ -51704,6 +51353,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackage objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_filterGraphBPreCurrentUser parameters: - name: on @@ -51842,11 +51495,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get assignmentRequests from identityGovernance + description: Represents access package assignment requests created by or on behalf of a user. operationId: identityGovernance.entitlementManagement_ListAssignmentRequest parameters: - $ref: '#/components/parameters/top' @@ -51901,11 +51551,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to assignmentRequests for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAssignmentRequest requestBody: description: New navigation property @@ -52157,7 +51803,7 @@ paths: description: 'In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancelable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.assignmentRequest_cancel parameters: - name: accessPackageAssignmentRequest-id @@ -52213,7 +51859,7 @@ paths: description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.assignmentRequest_resume parameters: - name: accessPackageAssignmentRequest-id @@ -52446,6 +52092,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignmentRequest objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.assignmentRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -52523,11 +52173,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get connectedOrganizations from identityGovernance + description: Represents references to a directory or domain of another organization whose users can request access. operationId: identityGovernance.entitlementManagement_ListConnectedOrganization parameters: - $ref: '#/components/parameters/top' @@ -52577,11 +52224,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to connectedOrganizations for identityGovernance operationId: identityGovernance.entitlementManagement_CreateConnectedOrganization requestBody: description: New navigation property @@ -52604,11 +52247,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get connectedOrganizations from identityGovernance + description: Represents references to a directory or domain of another organization whose users can request access. operationId: identityGovernance.entitlementManagement_GetConnectedOrganization parameters: - name: connectedOrganization-id @@ -52652,11 +52292,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property connectedOrganizations in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateConnectedOrganization parameters: - name: connectedOrganization-id @@ -52687,11 +52323,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property connectedOrganizations for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteConnectedOrganization parameters: - name: connectedOrganization-id @@ -52718,11 +52350,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get externalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsor parameters: - name: connectedOrganization-id @@ -52781,11 +52409,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property externalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -52842,11 +52466,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of externalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52884,11 +52504,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property ref to externalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52910,11 +52526,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property externalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52949,11 +52561,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get internalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsor parameters: - name: connectedOrganization-id @@ -53012,11 +52620,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property internalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -53073,11 +52677,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of internalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -53115,11 +52715,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Create new navigation property ref to internalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -53141,11 +52737,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Delete ref of navigation property internalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -53194,11 +52786,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get settings from identityGovernance + description: Represents the settings that control the behavior of Microsoft Entra entitlement management. operationId: identityGovernance.entitlementManagement_GetSetting parameters: - name: $select @@ -53234,11 +52823,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property settings in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateSetting requestBody: description: New navigation property values @@ -53696,11 +53281,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get customTaskExtensions from identityGovernance + description: The customTaskExtension instance. operationId: identityGovernance.lifecycleWorkflow_ListCustomTaskExtension parameters: - $ref: '#/components/parameters/top' @@ -53750,11 +53332,7 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Create new navigation property to customTaskExtensions for identityGovernance operationId: identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension requestBody: description: New navigation property @@ -53777,11 +53355,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get customTaskExtensions from identityGovernance + description: The customTaskExtension instance. operationId: identityGovernance.lifecycleWorkflow_GetCustomTaskExtension parameters: - name: customTaskExtension-id @@ -53825,11 +53400,7 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Update the navigation property customTaskExtensions in identityGovernance operationId: identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension parameters: - name: customTaskExtension-id @@ -53860,11 +53431,7 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Delete navigation property customTaskExtensions for identityGovernance operationId: identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension parameters: - name: customTaskExtension-id @@ -54365,11 +53932,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: Deleted workflows that end up in the deletedItemsContainer. operationId: identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -54420,11 +53984,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: Deleted workflows that end up in the deletedItemsContainer. operationId: identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow parameters: - name: workflow-id @@ -54468,11 +54029,7 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Delete navigation property workflows for identityGovernance operationId: identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow parameters: - name: workflow-id @@ -55043,7 +54600,7 @@ paths: description: 'Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the ''Real-time employee termination'' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_activate parameters: - name: workflow-id @@ -55082,7 +54639,7 @@ paths: description: Create a new version of the workflow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_createNewVersion parameters: - name: workflow-id @@ -55123,7 +54680,7 @@ paths: description: Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_restore parameters: - name: workflow-id @@ -55148,11 +54705,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListRun parameters: - name: workflow-id @@ -55211,11 +54765,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetRun parameters: - name: workflow-id @@ -55268,11 +54819,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the taskProcessingResult resources for a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListTaskProcessingResult parameters: - name: workflow-id @@ -55405,7 +54953,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.taskProcessingResult_resume parameters: - name: workflow-id @@ -55834,11 +55382,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List userProcessingResults - description: Get user processing results of a workflow run object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListUserProcessingResult parameters: - name: workflow-id @@ -55905,11 +55450,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get userProcessingResult - description: Get the user processing result of a user processing result of a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetUserProcessingResult parameters: - name: workflow-id @@ -56252,11 +55794,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -56405,7 +55944,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult.taskProcessingResult_resume parameters: - name: workflow-id @@ -57044,11 +56583,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskReports from identityGovernance + description: Represents the aggregation of task execution data for tasks within a workflow object. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTaskReport parameters: - name: workflow-id @@ -57269,11 +56805,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResult (for a taskReport) - description: Get the task processing result resources from the taskReport. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related lifecycle workflow taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_ListTaskProcessingResult parameters: - name: workflow-id @@ -57406,7 +56939,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport.taskProcessingResult_resume parameters: - name: workflow-id @@ -58252,7 +57785,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.task.taskProcessingResult_resume parameters: - name: workflow-id @@ -58703,11 +58236,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get userProcessingResults from identityGovernance + description: Per-user workflow execution results. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListUserProcessingResult parameters: - name: workflow-id @@ -59062,11 +58592,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -59199,7 +58726,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult.taskProcessingResult_resume parameters: - name: workflow-id @@ -59693,11 +59220,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListVersion parameters: - name: workflow-id @@ -59756,11 +59280,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetVersion parameters: - name: workflow-id @@ -60759,7 +60280,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.version.task.taskProcessingResult_resume parameters: - name: workflow-id @@ -61345,11 +60866,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get settings from identityGovernance + description: The settings of the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_GetSetting parameters: - name: $select @@ -61385,11 +60903,7 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Update the navigation property settings in identityGovernance operationId: identityGovernance.lifecycleWorkflow_UpdateSetting requestBody: description: New navigation property values @@ -61412,11 +60926,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskDefinitions from identityGovernance + description: The definition of tasks within the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -61467,11 +60978,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskDefinitions from identityGovernance + description: The definition of tasks within the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_GetTaskDefinition parameters: - name: taskDefinition-id @@ -61530,11 +61038,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: The workflows in the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -61584,11 +61089,7 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Create workflow - description: Create a new workflow object. You can create up to 50 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 + summary: Create new navigation property to workflows for identityGovernance operationId: identityGovernance.lifecycleWorkflow_CreateWorkflow requestBody: description: New navigation property @@ -61611,11 +61112,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: The workflows in the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_GetWorkflow parameters: - name: workflow-id @@ -61659,11 +61157,7 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Update the navigation property workflows in identityGovernance operationId: identityGovernance.lifecycleWorkflow_UpdateWorkflow parameters: - name: workflow-id @@ -61694,11 +61188,7 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Delete navigation property workflows for identityGovernance operationId: identityGovernance.lifecycleWorkflow_DeleteWorkflow parameters: - name: workflow-id @@ -62269,7 +61759,7 @@ paths: description: 'Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the ''Real-time employee termination'' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_activate parameters: - name: workflow-id @@ -62308,7 +61798,7 @@ paths: description: Create a new version of the workflow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_createNewVersion parameters: - name: workflow-id @@ -62349,7 +61839,7 @@ paths: description: Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_restore parameters: - name: workflow-id @@ -62374,11 +61864,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.workflow_ListRun parameters: - name: workflow-id @@ -62437,11 +61924,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.workflow_GetRun parameters: - name: workflow-id @@ -62494,11 +61978,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the taskProcessingResult resources for a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult parameters: - name: workflow-id @@ -62631,7 +62112,7 @@ paths: 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-1.0 + 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 @@ -63060,11 +62541,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List userProcessingResults - description: Get user processing results of a workflow run object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.workflow.run_ListUserProcessingResult parameters: - name: workflow-id @@ -63131,11 +62609,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get userProcessingResult - description: Get the user processing result of a user processing result of a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.workflow.run_GetUserProcessingResult parameters: - name: workflow-id @@ -63478,11 +62953,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -63631,7 +63103,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult.taskProcessingResult_resume parameters: - name: workflow-id @@ -64270,11 +63742,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskReports from identityGovernance + description: Represents the aggregation of task execution data for tasks within a workflow object. operationId: identityGovernance.lifecycleWorkflow.workflow_ListTaskReport parameters: - name: workflow-id @@ -64495,11 +63964,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResult (for a taskReport) - description: Get the task processing result resources from the taskReport. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related lifecycle workflow taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.workflow.taskReport_ListTaskProcessingResult parameters: - name: workflow-id @@ -64632,7 +64098,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow.taskReport.taskProcessingResult_resume parameters: - name: workflow-id @@ -65478,7 +64944,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow.task.taskProcessingResult_resume parameters: - name: workflow-id @@ -65929,11 +65395,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get userProcessingResults from identityGovernance + description: Per-user workflow execution results. operationId: identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult parameters: - name: workflow-id @@ -66288,11 +65751,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -66425,7 +65885,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow.userProcessingResult.taskProcessingResult_resume parameters: - name: workflow-id @@ -66919,11 +66379,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.workflow_ListVersion parameters: - name: workflow-id @@ -66982,11 +66439,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.workflow_GetVersion parameters: - name: workflow-id @@ -67985,7 +67439,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow.version.task.taskProcessingResult_resume parameters: - name: workflow-id @@ -68571,11 +68025,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflowTemplates from identityGovernance + description: The workflow templates in the lifecycle workflow instance. operationId: identityGovernance.lifecycleWorkflow_ListWorkflowTemplate parameters: - $ref: '#/components/parameters/top' @@ -68626,11 +68077,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflowTemplates from identityGovernance + description: The workflow templates in the lifecycle workflow instance. operationId: identityGovernance.lifecycleWorkflow_GetWorkflowTemplate parameters: - name: workflowTemplate-id @@ -68923,7 +68371,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflowTemplate.task.taskProcessingResult_resume parameters: - name: workflowTemplate-id @@ -69734,11 +69182,8 @@ paths: get: tags: - identityGovernance.permissionsAnalyticsAggregation - 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-1.0 + 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).' operationId: identityGovernance.permissionsAnalytic.aw_ListPermissionsCreepIndexDistribution parameters: - $ref: '#/components/parameters/top' @@ -70243,11 +69688,8 @@ paths: get: tags: - identityGovernance.permissionsAnalyticsAggregation - 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-1.0 + 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).' operationId: identityGovernance.permissionsAnalytic.azure_ListPermissionsCreepIndexDistribution parameters: - $ref: '#/components/parameters/top' @@ -70752,11 +70194,8 @@ paths: get: tags: - identityGovernance.permissionsAnalyticsAggregation - 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-1.0 + 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).' operationId: identityGovernance.permissionsAnalytic.gcp_ListPermissionsCreepIndexDistribution parameters: - $ref: '#/components/parameters/top' @@ -71069,11 +70508,8 @@ paths: get: tags: - identityGovernance.permissionsManagement - 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-1.0 + summary: Get permissionsRequestChanges from identityGovernance + description: Represents a change event of the scheduledPermissionsRequest entity. operationId: identityGovernance.permissionsManagement_ListPermissionsRequestChange parameters: - $ref: '#/components/parameters/top' @@ -71146,11 +70582,8 @@ paths: get: tags: - identityGovernance.permissionsManagement - 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-1.0 + summary: Get permissionsRequestChanges from identityGovernance + description: Represents a change event of the scheduledPermissionsRequest entity. operationId: identityGovernance.permissionsManagement_GetPermissionsRequestChange parameters: - name: permissionsRequestChange-id @@ -71441,11 +70874,8 @@ paths: get: tags: - identityGovernance.permissionsManagement - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.permissionsManagement.scheduledPermissionsApproval_ListStep parameters: - name: approval-id @@ -71535,11 +70965,8 @@ paths: get: tags: - identityGovernance.permissionsManagement - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.permissionsManagement.scheduledPermissionsApproval_GetStep parameters: - name: approval-id @@ -71591,11 +71018,7 @@ paths: patch: tags: - identityGovernance.permissionsManagement - 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-1.0 + summary: Update the navigation property steps in identityGovernance operationId: identityGovernance.permissionsManagement.scheduledPermissionsApproval_UpdateStep parameters: - name: approval-id @@ -71706,6 +71129,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.permissionsManagement.scheduledPermissionsApproval_filterGraphBPreCurrentUser parameters: - name: on @@ -71829,11 +71256,7 @@ paths: post: tags: - identityGovernance.permissionsManagement - 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-1.0 + summary: Create new navigation property to scheduledPermissionsRequests for identityGovernance operationId: identityGovernance.permissionsManagement_CreateScheduledPermissionsRequest requestBody: description: New navigation property @@ -72259,11 +71682,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.privilegedAccess.group.assignmentApproval_ListStep parameters: - name: approval-id @@ -72353,11 +71773,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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-1.0 + summary: Get steps from identityGovernance + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: identityGovernance.privilegedAccess.group.assignmentApproval_GetStep parameters: - name: approval-id @@ -72409,11 +71826,7 @@ paths: patch: tags: - identityGovernance.privilegedAccessRoot - 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-1.0 + summary: Update the navigation property steps in identityGovernance operationId: identityGovernance.privilegedAccess.group.assignmentApproval_UpdateStep parameters: - name: approval-id @@ -72524,6 +71937,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.assignmentApproval_filterGraphBPreCurrentUser parameters: - name: on @@ -72596,11 +72013,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleInstances from identityGovernance + description: The instances of assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -72673,11 +72087,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleInstances from identityGovernance + description: The instances of assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id @@ -73013,6 +72424,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -73085,11 +72500,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -73139,11 +72551,7 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Create new navigation property to assignmentScheduleRequests for identityGovernance operationId: identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest requestBody: description: New navigation property @@ -73166,11 +72574,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id @@ -73449,7 +72854,7 @@ paths: description: Cancel an access assignment request to a group whose membership and ownership are governed by PIM. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequest_cancel parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id @@ -73577,6 +72982,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -73649,11 +73058,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentSchedules from identityGovernance + description: The assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -73726,11 +73132,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentSchedules from identityGovernance + description: The assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetAssignmentSchedule parameters: - name: privilegedAccessGroupAssignmentSchedule-id @@ -74066,6 +73469,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.assignmentSchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -74138,11 +73545,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleInstances from identityGovernance + description: The instances of eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -74215,11 +73619,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleInstances from identityGovernance + description: The instances of eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id @@ -74509,6 +73910,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Return instances of membership and ownership eligibility schedules for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -74581,11 +73986,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -74635,11 +74037,7 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Create new navigation property to eligibilityScheduleRequests for identityGovernance operationId: identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest requestBody: description: New navigation property @@ -74662,11 +74060,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id @@ -74899,7 +74294,7 @@ paths: description: Cancel an eligibility assignment request to a group whose membership and ownership are governed by PIM. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_cancel parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id @@ -75027,6 +74422,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -75099,11 +74498,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilitySchedules from identityGovernance + description: The eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -75176,11 +74572,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilitySchedules from identityGovernance + description: The eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetEligibilitySchedule parameters: - name: privilegedAccessGroupEligibilitySchedule-id @@ -75470,6 +74863,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Retrieve schedules of membership and ownership eligibility requests for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group.eligibilitySchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -75619,11 +75016,8 @@ paths: get: tags: - identityGovernance.roleManagementAlert - 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-1.0 + 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.' operationId: identityGovernance.roleManagementAlert_ListAlertConfiguration parameters: - $ref: '#/components/parameters/top' @@ -75859,11 +75253,8 @@ paths: get: tags: - identityGovernance.roleManagementAlert - 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-1.0 + summary: Get alertDefinitions from identityGovernance + description: 'Defines an alert, its impact, and measures to mitigate or prevent it.' operationId: identityGovernance.roleManagementAlert_ListAlertDefinition parameters: - $ref: '#/components/parameters/top' @@ -76053,11 +75444,8 @@ paths: get: tags: - identityGovernance.roleManagementAlert - 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-1.0 + summary: Get alerts from identityGovernance + description: Represents the alert entity. operationId: identityGovernance.roleManagementAlert_ListAlert parameters: - $ref: '#/components/parameters/top' @@ -76325,11 +75713,8 @@ paths: get: tags: - identityGovernance.roleManagementAlert - summary: List alertIncidents - description: 'Get a list of the alert incidents. The alert incidents are a collection of any following type that is derived from the unifiedRoleManagementAlertIncident object:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedrolemanagementalert-list-alertincidents?view=graph-rest-1.0 + summary: Get alertIncidents from identityGovernance + description: Represents the incidents of this type of alert that have been triggered in Privileged Identity Management (PIM) for Microsoft Entra roles in the tenant. Supports $expand. operationId: identityGovernance.roleManagementAlert.alert_ListAlertIncident parameters: - name: unifiedRoleManagementAlert-id @@ -76419,11 +75804,8 @@ paths: get: tags: - identityGovernance.roleManagementAlert - summary: Get unifiedRoleManagementAlertIncident - description: 'Read the properties and relationships of an alert incident. The alert incident can be one of the following types that are derived from the unifiedRoleManagementAlertIncident object:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedrolemanagementalertincident-get?view=graph-rest-1.0 + summary: Get alertIncidents from identityGovernance + description: Represents the incidents of this type of alert that have been triggered in Privileged Identity Management (PIM) for Microsoft Entra roles in the tenant. Supports $expand. operationId: identityGovernance.roleManagementAlert.alert_GetAlertIncident parameters: - name: unifiedRoleManagementAlert-id @@ -76639,7 +76021,7 @@ paths: description: Refresh incidents on all security alerts or on a single security alert in Privileged Identity Management (PIM) for Microsoft Entra roles. This task is a long-running operation and the unifiedRoleManagementAlert object will be updated only when the operation completes. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedrolemanagementalert-refresh?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/unifiedrolemanagementalert-refresh?view=graph-rest-beta operationId: identityGovernance.roleManagementAlert.alert_refresh requestBody: description: Action parameters @@ -77124,11 +76506,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Get agreements from identityGovernance + description: Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID. operationId: identityGovernance.termsGraphOPreUse_ListAgreement parameters: - $ref: '#/components/parameters/top' @@ -77178,11 +76557,7 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Create new navigation property to agreements for identityGovernance operationId: identityGovernance.termsGraphOPreUse_CreateAgreement requestBody: description: New navigation property @@ -77205,11 +76580,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: List files (terms of use agreement files) - description: Retrieve all files related to an agreement. This includes the default file and all localized files. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0 + summary: Get agreements from identityGovernance + description: Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID. operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -77253,11 +76625,7 @@ paths: patch: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Update the navigation property agreements in identityGovernance operationId: identityGovernance.termsGraphOPreUse_UpdateAgreement parameters: - name: agreement-id @@ -77288,11 +76656,7 @@ paths: delete: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Delete navigation property agreements for identityGovernance operationId: identityGovernance.termsGraphOPreUse_DeleteAgreement parameters: - name: agreement-id @@ -77319,11 +76683,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Get acceptances from identityGovernance + description: Read-only. Information about acceptances of this agreement. operationId: identityGovernance.termsGraphOPreUse.agreement_ListAcceptance parameters: - name: agreement-id @@ -77562,11 +76923,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Get file from identityGovernance + description: Default PDF linked to this agreement. operationId: identityGovernance.termsGraphOPreUse.agreement_GetFile parameters: - name: agreement-id @@ -77668,11 +77026,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Get localizations from identityGovernance + description: The localized version of the terms of use agreement files attached to the agreement. operationId: identityGovernance.termsGraphOPreUse.agreement.file_ListLocalization parameters: - name: agreement-id @@ -78258,11 +77613,7 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Create new navigation property to files for identityGovernance operationId: identityGovernance.termsGraphOPreUse.agreement_CreateFile parameters: - name: agreement-id @@ -78920,11 +78271,8 @@ paths: get: tags: - privilegedAccess.governanceResource - summary: List governanceResources - description: Retrieve a collection of governanceResource that the requestor has access to. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/governanceresource-list?view=graph-rest-1.0 + summary: Get resources from privilegedAccess + description: A collection of resources for the provider. operationId: privilegedAccess_ListResource parameters: - name: privilegedAccess-id @@ -82112,11 +81460,7 @@ paths: post: tags: - privilegedAccess.governanceRoleAssignmentRequest - summary: Create governanceRoleAssignmentRequest - description: Create a role assignment request to represent the operation you want on a role assignment. The following table lists the operations. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/governanceroleassignmentrequest-post?view=graph-rest-1.0 + summary: Create new navigation property to roleAssignmentRequests for privilegedAccess operationId: privilegedAccess_CreateRoleAssignmentRequest parameters: - name: privilegedAccess-id @@ -83898,8 +83242,8 @@ paths: get: tags: - privilegedAccess.governanceRoleSetting - summary: Get governanceRoleSetting - description: Retrieve the properties and relationships of a governanceRoleSetting. + summary: Get roleSettings from privilegedAccess + description: A collection of role settings for the provider. operationId: privilegedAccess_ListRoleSetting parameters: - name: privilegedAccess-id @@ -83989,11 +83333,8 @@ paths: get: tags: - privilegedAccess.governanceRoleSetting - summary: Get governanceRoleSetting - description: Retrieve the properties and relationships of a governanceRoleSetting. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/governancerolesetting-get?view=graph-rest-1.0 + summary: Get roleSettings from privilegedAccess + description: A collection of role settings for the provider. operationId: privilegedAccess_GetRoleSetting parameters: - name: privilegedAccess-id @@ -84045,11 +83386,7 @@ paths: patch: tags: - privilegedAccess.governanceRoleSetting - summary: Update governanceRoleSetting - description: Update the properties of governanceRoleSetting. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/governancerolesetting-update?view=graph-rest-1.0 + summary: Update the navigation property roleSettings in privilegedAccess operationId: privilegedAccess_UpdateRoleSetting parameters: - name: privilegedAccess-id @@ -87680,7 +87017,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, list all the programControl objects, across all programs in the tenant.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta operationId: programControl_ListProgramControl parameters: - $ref: '#/components/parameters/top' @@ -87734,7 +87071,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, create a new programControl object. This links an access review to a program. Prior to making this request, the caller must have previously' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta operationId: programControl_CreateProgramControl requestBody: description: New entity @@ -87836,7 +87173,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, delete a programControl object. This unlinks an access review from a program.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta operationId: programControl_DeleteProgramControl parameters: - name: programControl-id @@ -87966,11 +87303,8 @@ paths: get: tags: - programControls.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-1.0 + summary: Get controls from programControls + description: Controls associated with the program. operationId: programControl.program_ListControl parameters: - name: programControl-id @@ -88227,7 +87561,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, list all the programControlType objects.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta operationId: programControlType_ListProgramControlType parameters: - $ref: '#/components/parameters/top' @@ -88420,7 +87754,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, list all the program objects.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/program-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta operationId: program_ListProgram parameters: - $ref: '#/components/parameters/top' @@ -88474,7 +87808,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, create a new program object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/program-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta operationId: program_CreateProgram requestBody: description: New entity @@ -88545,7 +87879,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, update an existing program object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/program-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta operationId: program_UpdateProgram parameters: - name: program-id @@ -88580,7 +87914,7 @@ paths: description: 'In the Microsoft Entra access reviews feature, delete a program object. Do not delete a program which still has programControl linked to it, those access reviews should first be deleted or unlinked from the program and linked to a different program. Also, please note that the built-in default program cannot be deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta operationId: program_DeleteProgram parameters: - name: program-id @@ -88607,11 +87941,8 @@ paths: get: tags: - programs.programControl - 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-1.0 + summary: Get controls from programs + description: Controls associated with the program. operationId: program_ListControl parameters: - name: program-id @@ -89034,6 +88365,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.cloudPC.roleDefinition.inheritsPermissionsFrom_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -89138,6 +88473,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.cloudPC.roleDefinition_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -89276,6 +88615,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.deviceManagement.roleDefinition.inheritsPermissionsFrom_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -89380,6 +88723,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.deviceManagement.roleDefinition_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -89553,6 +88900,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function roleScheduleInstances + description: Retrieve both roleAssignmentScheduleInstances and roleEligibilityScheduleInstances. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta operationId: roleManagement.directory_roleScheduleInstance parameters: - name: directoryScopeId @@ -89651,6 +89002,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function roleSchedules + description: Retrieve both roleAssignmentSchedules and roleEligibilitySchedules. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta operationId: roleManagement.directory_roleSchedule parameters: - name: directoryScopeId @@ -89748,11 +89103,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceNamespaces from roleManagement operationId: roleManagement.directory_ListResourceNamespace parameters: - $ref: '#/components/parameters/top' @@ -89825,11 +89176,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceNamespaces from roleManagement operationId: roleManagement.directory_GetResourceNamespace parameters: - name: unifiedRbacResourceNamespace-id @@ -89973,11 +89320,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.directory.resourceNamespace_ListResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -90067,11 +89411,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.directory.resourceNamespace_GetResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -90587,11 +89928,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get steps from roleManagement + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: roleManagement.directory.roleAssignmentApproval_ListStep parameters: - name: approval-id @@ -90681,11 +90019,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get steps from roleManagement + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: roleManagement.directory.roleAssignmentApproval_GetStep parameters: - name: approval-id @@ -90737,11 +90072,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Update the navigation property steps in roleManagement operationId: roleManagement.directory.roleAssignmentApproval_UpdateStep parameters: - name: approval-id @@ -90852,6 +90183,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.directory.roleAssignmentApproval_filterGraphBPreCurrentUser parameters: - name: on @@ -90924,11 +90259,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleAssignments from roleManagement operationId: roleManagement.directory_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -90978,11 +90309,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.directory_CreateRoleAssignment requestBody: description: New navigation property @@ -91005,11 +90332,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignments from roleManagement operationId: roleManagement.directory_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -91084,11 +90407,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.directory_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -91370,11 +90689,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement operationId: roleManagement.directory_ListRoleAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -91447,11 +90762,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement operationId: roleManagement.directory_GetRoleAssignmentScheduleInstance parameters: - name: unifiedRoleAssignmentScheduleInstance-id @@ -91798,6 +91109,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get the instances of active role assignments for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.directory.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -91870,11 +91185,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement operationId: roleManagement.directory_ListRoleAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -91924,11 +91235,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.directory_CreateRoleAssignmentScheduleRequest requestBody: description: New navigation property @@ -91951,11 +91258,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement operationId: roleManagement.directory_GetRoleAssignmentScheduleRequest parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -92199,7 +91502,7 @@ paths: description: 'Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta operationId: roleManagement.directory.roleAssignmentScheduleRequest_cancel parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -92373,6 +91676,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.directory.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -92445,11 +91752,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement operationId: roleManagement.directory_ListRoleAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -92522,11 +91825,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement operationId: roleManagement.directory_GetRoleAssignmentSchedule parameters: - name: unifiedRoleAssignmentSchedule-id @@ -92873,6 +92172,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.directory.roleAssignmentSchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -92945,11 +92248,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.directory_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -92999,11 +92298,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.directory_CreateRoleDefinition requestBody: description: New navigation property @@ -93026,11 +92321,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.directory_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -93074,11 +92365,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.directory_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -93109,11 +92396,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.directory_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -93359,6 +92642,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.directory.roleDefinition.inheritsPermissionsFrom_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -93485,6 +92772,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.directory.roleDefinition_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -93594,11 +92885,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleInstances from roleManagement operationId: roleManagement.directory_ListRoleEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -93671,11 +92958,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleInstances from roleManagement operationId: roleManagement.directory_GetRoleEligibilityScheduleInstance parameters: - name: unifiedRoleEligibilityScheduleInstance-id @@ -93976,6 +93259,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get a list of the unifiedRoleEligibilityScheduleInstance objects and their properties associated with a particular principal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.directory.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -94048,11 +93335,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleRequests from roleManagement operationId: roleManagement.directory_ListRoleEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -94102,11 +93385,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.directory_CreateRoleEligibilityScheduleRequest requestBody: description: New navigation property @@ -94129,11 +93408,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleRequests from roleManagement operationId: roleManagement.directory_GetRoleEligibilityScheduleRequest parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -94331,7 +93606,7 @@ paths: description: 'Immediately cancel a unifiedRoleEligibilityScheduleRequest that is in a Granted status, and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta operationId: roleManagement.directory.roleEligibilityScheduleRequest_cancel parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -94505,6 +93780,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'Get a list of the unifiedRoleEligibilityScheduleRequest objects and their properties associated with the currently signed in principal object. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.directory.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -94577,11 +93856,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilitySchedules from roleManagement operationId: roleManagement.directory_ListRoleEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -94654,11 +93929,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilitySchedules from roleManagement operationId: roleManagement.directory_GetRoleEligibilitySchedule parameters: - name: unifiedRoleEligibilitySchedule-id @@ -94959,6 +94230,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get a list of the unifiedRoleEligibilitySchedule objects and their properties associated with a particular principal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.directory.roleEligibilitySchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -95032,9 +94307,6 @@ paths: tags: - roleManagement.rbacApplication summary: Get transitiveRoleAssignments from roleManagement - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0 operationId: roleManagement.directory_ListTransitiveRoleAssignment parameters: - name: ConsistencyLevel @@ -95670,6 +94942,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function roleScheduleInstances + description: Retrieve both roleAssignmentScheduleInstances and roleEligibilityScheduleInstances. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta operationId: roleManagement.enterpriseApp_roleScheduleInstance parameters: - name: rbacApplication-id @@ -95776,6 +95052,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function roleSchedules + description: Retrieve both roleAssignmentSchedules and roleEligibilitySchedules. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta operationId: roleManagement.enterpriseApp_roleSchedule parameters: - name: rbacApplication-id @@ -95881,11 +95161,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceNamespaces from roleManagement operationId: roleManagement.enterpriseApp_ListResourceNamespace parameters: - name: rbacApplication-id @@ -95975,11 +95251,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceNamespaces from roleManagement operationId: roleManagement.enterpriseApp_GetResourceNamespace parameters: - name: rbacApplication-id @@ -96155,11 +95427,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.enterpriseApp.resourceNamespace_ListResourceAction parameters: - name: rbacApplication-id @@ -96265,11 +95534,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.enterpriseApp.resourceNamespace_GetResourceAction parameters: - name: rbacApplication-id @@ -96898,11 +96164,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get steps from roleManagement + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: roleManagement.enterpriseApp.roleAssignmentApproval_ListStep parameters: - name: rbacApplication-id @@ -97008,11 +96271,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get steps from roleManagement + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: roleManagement.enterpriseApp.roleAssignmentApproval_GetStep parameters: - name: rbacApplication-id @@ -97072,11 +96332,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Update the navigation property steps in roleManagement operationId: roleManagement.enterpriseApp.roleAssignmentApproval_UpdateStep parameters: - name: rbacApplication-id @@ -97219,6 +96475,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleAssignmentApproval_filterGraphBPreCurrentUser parameters: - name: rbacApplication-id @@ -97299,11 +96559,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleAssignments from roleManagement operationId: roleManagement.enterpriseApp_ListRoleAssignment parameters: - name: rbacApplication-id @@ -97361,11 +96617,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.enterpriseApp_CreateRoleAssignment parameters: - name: rbacApplication-id @@ -97397,11 +96649,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignments from roleManagement operationId: roleManagement.enterpriseApp_GetRoleAssignment parameters: - name: rbacApplication-id @@ -97492,11 +96740,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.enterpriseApp_DeleteRoleAssignment parameters: - name: rbacApplication-id @@ -97842,11 +97086,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement operationId: roleManagement.enterpriseApp_ListRoleAssignmentScheduleInstance parameters: - name: rbacApplication-id @@ -97936,11 +97176,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement operationId: roleManagement.enterpriseApp_GetRoleAssignmentScheduleInstance parameters: - name: rbacApplication-id @@ -98359,6 +97595,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get the instances of active role assignments for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser parameters: - name: rbacApplication-id @@ -98439,11 +97679,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement operationId: roleManagement.enterpriseApp_ListRoleAssignmentScheduleRequest parameters: - name: rbacApplication-id @@ -98501,11 +97737,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.enterpriseApp_CreateRoleAssignmentScheduleRequest parameters: - name: rbacApplication-id @@ -98537,11 +97769,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement operationId: roleManagement.enterpriseApp_GetRoleAssignmentScheduleRequest parameters: - name: rbacApplication-id @@ -98833,7 +98061,7 @@ paths: description: 'Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleAssignmentScheduleRequest_cancel parameters: - name: rbacApplication-id @@ -99047,6 +98275,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser parameters: - name: rbacApplication-id @@ -99127,11 +98359,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement operationId: roleManagement.enterpriseApp_ListRoleAssignmentSchedule parameters: - name: rbacApplication-id @@ -99221,11 +98449,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement operationId: roleManagement.enterpriseApp_GetRoleAssignmentSchedule parameters: - name: rbacApplication-id @@ -99644,6 +98868,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleAssignmentSchedule_filterGraphBPreCurrentUser parameters: - name: rbacApplication-id @@ -99724,11 +98952,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.enterpriseApp_ListRoleDefinition parameters: - name: rbacApplication-id @@ -99786,11 +99010,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.enterpriseApp_CreateRoleDefinition parameters: - name: rbacApplication-id @@ -99822,11 +99042,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.enterpriseApp_GetRoleDefinition parameters: - name: rbacApplication-id @@ -99878,11 +99094,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.enterpriseApp_UpdateRoleDefinition parameters: - name: rbacApplication-id @@ -99921,11 +99133,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.enterpriseApp_DeleteRoleDefinition parameters: - name: rbacApplication-id @@ -100219,6 +99427,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleDefinition.inheritsPermissionsFrom_assignedPrincipal parameters: - name: rbacApplication-id @@ -100361,6 +99573,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleDefinition_assignedPrincipal parameters: - name: rbacApplication-id @@ -100486,11 +99702,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleInstances from roleManagement operationId: roleManagement.enterpriseApp_ListRoleEligibilityScheduleInstance parameters: - name: rbacApplication-id @@ -100580,11 +99792,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleInstances from roleManagement operationId: roleManagement.enterpriseApp_GetRoleEligibilityScheduleInstance parameters: - name: rbacApplication-id @@ -100949,6 +100157,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get a list of the unifiedRoleEligibilityScheduleInstance objects and their properties associated with a particular principal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser parameters: - name: rbacApplication-id @@ -101029,11 +100241,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleRequests from roleManagement operationId: roleManagement.enterpriseApp_ListRoleEligibilityScheduleRequest parameters: - name: rbacApplication-id @@ -101091,11 +100299,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.enterpriseApp_CreateRoleEligibilityScheduleRequest parameters: - name: rbacApplication-id @@ -101127,11 +100331,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleRequests from roleManagement operationId: roleManagement.enterpriseApp_GetRoleEligibilityScheduleRequest parameters: - name: rbacApplication-id @@ -101369,7 +100569,7 @@ paths: description: 'Immediately cancel a unifiedRoleEligibilityScheduleRequest that is in a Granted status, and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleEligibilityScheduleRequest_cancel parameters: - name: rbacApplication-id @@ -101583,6 +100783,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'Get a list of the unifiedRoleEligibilityScheduleRequest objects and their properties associated with the currently signed in principal object. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser parameters: - name: rbacApplication-id @@ -101663,11 +100867,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilitySchedules from roleManagement operationId: roleManagement.enterpriseApp_ListRoleEligibilitySchedule parameters: - name: rbacApplication-id @@ -101757,11 +100957,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilitySchedules from roleManagement operationId: roleManagement.enterpriseApp_GetRoleEligibilitySchedule parameters: - name: rbacApplication-id @@ -102126,6 +101322,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get a list of the unifiedRoleEligibilitySchedule objects and their properties associated with a particular principal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.enterpriseApp.roleEligibilitySchedule_filterGraphBPreCurrentUser parameters: - name: rbacApplication-id @@ -102207,9 +101407,6 @@ paths: tags: - roleManagement.rbacApplication summary: Get transitiveRoleAssignments from roleManagement - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0 operationId: roleManagement.enterpriseApp_ListTransitiveRoleAssignment parameters: - name: rbacApplication-id @@ -102859,6 +102056,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function roleScheduleInstances + description: Retrieve both roleAssignmentScheduleInstances and roleEligibilityScheduleInstances. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta operationId: roleManagement.entitlementManagement_roleScheduleInstance parameters: - name: directoryScopeId @@ -102957,6 +102158,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function roleSchedules + description: Retrieve both roleAssignmentSchedules and roleEligibilitySchedules. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta operationId: roleManagement.entitlementManagement_roleSchedule parameters: - name: directoryScopeId @@ -103054,11 +102259,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceNamespaces from roleManagement operationId: roleManagement.entitlementManagement_ListResourceNamespace parameters: - $ref: '#/components/parameters/top' @@ -103131,11 +102332,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceNamespaces from roleManagement operationId: roleManagement.entitlementManagement_GetResourceNamespace parameters: - name: unifiedRbacResourceNamespace-id @@ -103279,11 +102476,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.entitlementManagement.resourceNamespace_ListResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -103373,11 +102567,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get resourceActions from roleManagement + description: Operations that an authorized principal is allowed to perform. operationId: roleManagement.entitlementManagement.resourceNamespace_GetResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -103893,11 +103084,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get steps from roleManagement + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: roleManagement.entitlementManagement.roleAssignmentApproval_ListStep parameters: - name: approval-id @@ -103987,11 +103175,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get steps from roleManagement + description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. operationId: roleManagement.entitlementManagement.roleAssignmentApproval_GetStep parameters: - name: approval-id @@ -104043,11 +103228,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Update the navigation property steps in roleManagement operationId: roleManagement.entitlementManagement.roleAssignmentApproval_UpdateStep parameters: - name: approval-id @@ -104158,6 +103339,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleAssignmentApproval_filterGraphBPreCurrentUser parameters: - name: on @@ -104230,11 +103415,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleAssignments from roleManagement operationId: roleManagement.entitlementManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -104284,11 +103465,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -104311,11 +103488,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignments from roleManagement operationId: roleManagement.entitlementManagement_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -104390,11 +103563,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.entitlementManagement_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -104676,11 +103845,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement operationId: roleManagement.entitlementManagement_ListRoleAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -104753,11 +103918,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement operationId: roleManagement.entitlementManagement_GetRoleAssignmentScheduleInstance parameters: - name: unifiedRoleAssignmentScheduleInstance-id @@ -105104,6 +104265,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get the instances of active role assignments for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -105176,11 +104341,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement operationId: roleManagement.entitlementManagement_ListRoleAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -105230,11 +104391,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleAssignmentScheduleRequest requestBody: description: New navigation property @@ -105257,11 +104414,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement operationId: roleManagement.entitlementManagement_GetRoleAssignmentScheduleRequest parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -105505,7 +104658,7 @@ paths: description: 'Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequest_cancel parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -105679,6 +104832,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -105751,11 +104908,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement operationId: roleManagement.entitlementManagement_ListRoleAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -105828,11 +104981,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement operationId: roleManagement.entitlementManagement_GetRoleAssignmentSchedule parameters: - name: unifiedRoleAssignmentSchedule-id @@ -106179,6 +105328,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleAssignmentSchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -106251,11 +105404,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.entitlementManagement_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -106305,11 +105454,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -106332,11 +105477,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleDefinitions from roleManagement operationId: roleManagement.entitlementManagement_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -106380,11 +105521,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.entitlementManagement_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -106415,11 +105552,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.entitlementManagement_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -106665,6 +105798,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleDefinition.inheritsPermissionsFrom_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -106791,6 +105928,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleDefinition_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -106900,11 +106041,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleInstances from roleManagement operationId: roleManagement.entitlementManagement_ListRoleEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -106977,11 +106114,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleInstances from roleManagement operationId: roleManagement.entitlementManagement_GetRoleEligibilityScheduleInstance parameters: - name: unifiedRoleEligibilityScheduleInstance-id @@ -107282,6 +106415,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get a list of the unifiedRoleEligibilityScheduleInstance objects and their properties associated with a particular principal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -107354,11 +106491,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleRequests from roleManagement operationId: roleManagement.entitlementManagement_ListRoleEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -107408,11 +106541,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleEligibilityScheduleRequest requestBody: description: New navigation property @@ -107435,11 +106564,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilityScheduleRequests from roleManagement operationId: roleManagement.entitlementManagement_GetRoleEligibilityScheduleRequest parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -107637,7 +106762,7 @@ paths: description: 'Immediately cancel a unifiedRoleEligibilityScheduleRequest that is in a Granted status, and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequest_cancel parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -107811,6 +106936,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'Get a list of the unifiedRoleEligibilityScheduleRequest objects and their properties associated with the currently signed in principal object. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -107883,11 +107012,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilitySchedules from roleManagement operationId: roleManagement.entitlementManagement_ListRoleEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -107960,11 +107085,7 @@ paths: get: tags: - roleManagement.rbacApplication - 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-1.0 + summary: Get roleEligibilitySchedules from roleManagement operationId: roleManagement.entitlementManagement_GetRoleEligibilitySchedule parameters: - name: unifiedRoleEligibilitySchedule-id @@ -108265,6 +107386,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get a list of the unifiedRoleEligibilitySchedule objects and their properties associated with a particular principal object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta operationId: roleManagement.entitlementManagement.roleEligibilitySchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -108338,9 +107463,6 @@ paths: tags: - roleManagement.rbacApplication summary: Get transitiveRoleAssignments from roleManagement - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement_ListTransitiveRoleAssignment parameters: - name: ConsistencyLevel @@ -108843,6 +107965,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.exchange.roleDefinition.inheritsPermissionsFrom_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -108947,6 +108073,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta operationId: roleManagement.exchange.roleDefinition_assignedPrincipal parameters: - name: unifiedRoleDefinition-id @@ -109042,11 +108172,8 @@ paths: get: tags: - users.agreementAcceptance - summary: List agreementAcceptances - description: Retrieve a user's agreementAcceptance objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 + summary: Get agreementAcceptances from users + description: The user's terms of use acceptance statuses. Read-only. Nullable. operationId: user_ListAgreementAcceptance parameters: - name: user-id @@ -111649,6 +110776,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -114753,11 +113886,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -117163,7 +116296,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -117315,7 +116448,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -117739,6 +116872,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -117822,6 +117002,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -118852,6 +118038,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -118862,7 +118049,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -123451,13 +122638,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -123682,7 +122869,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -123884,7 +123071,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -124634,6 +123821,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -127281,7 +126512,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -127290,19 +126521,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -127310,19 +126541,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -127330,12 +126561,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -127352,13 +126583,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -129448,11 +128679,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -129468,13 +128699,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -130690,6 +129921,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.sharePointIdentitySet: allOf: @@ -135301,7 +134534,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -139316,6 +138549,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Identity.Partner.yml b/openApiDocs/beta/Identity.Partner.yml index 821d3c83fc..3a8ee7da2e 100644 --- a/openApiDocs/beta/Identity.Partner.yml +++ b/openApiDocs/beta/Identity.Partner.yml @@ -10,11 +10,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - 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 + summary: Get delegatedAdminCustomers from tenantRelationships + description: The customer who has a delegated admin relationship with a Microsoft partner. operationId: tenantRelationship_ListDelegatedAdminCustomer parameters: - $ref: '#/components/parameters/top' @@ -87,11 +84,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - 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 + summary: Get delegatedAdminCustomers from tenantRelationships + description: The customer who has a delegated admin relationship with a Microsoft partner. operationId: tenantRelationship_GetDelegatedAdminCustomer parameters: - name: delegatedAdminCustomer-id @@ -193,11 +187,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - 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 + summary: Get serviceManagementDetails from tenantRelationships + description: Contains the management details of a service in the customer tenant that's managed by delegated administration. operationId: tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail parameters: - name: delegatedAdminCustomer-id @@ -450,11 +441,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get delegatedAdminRelationships from tenantRelationships + description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. operationId: tenantRelationship_ListDelegatedAdminRelationship parameters: - $ref: '#/components/parameters/top' @@ -504,11 +492,7 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Create new navigation property to delegatedAdminRelationships for tenantRelationships operationId: tenantRelationship_CreateDelegatedAdminRelationship requestBody: description: New navigation property @@ -531,11 +515,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get delegatedAdminRelationships from tenantRelationships + description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. operationId: tenantRelationship_GetDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -579,11 +560,7 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - summary: Update delegatedAdminRelationship - description: 'Update the properties of a delegatedAdminRelationship object. You can only update a relationship when it''s in the created status. However, you can update the autoExtendDuration property when the relationship is in either the created or active status.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0 + summary: Update the navigation property delegatedAdminRelationships in tenantRelationships operationId: tenantRelationship_UpdateDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -614,11 +591,7 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Delete navigation property delegatedAdminRelationships for tenantRelationships operationId: tenantRelationship_DeleteDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -645,11 +618,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get accessAssignments from tenantRelationships + description: The access assignments associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_ListAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -707,11 +677,7 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Create new navigation property to accessAssignments for tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -743,11 +709,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get accessAssignments from tenantRelationships + description: The access assignments associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_GetAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -799,11 +762,7 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Update the navigation property accessAssignments in tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -842,11 +801,7 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Delete navigation property accessAssignments for tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -903,11 +858,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get operations from tenantRelationships + description: The long running operations associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_ListOperation parameters: - name: delegatedAdminRelationship-id @@ -997,11 +949,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get operations from tenantRelationships + description: The long running operations associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_GetOperation parameters: - name: delegatedAdminRelationship-id @@ -1149,11 +1098,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get requests from tenantRelationships + description: The requests associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_ListRequest parameters: - name: delegatedAdminRelationship-id @@ -1211,11 +1157,7 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Create new navigation property to requests for tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_CreateRequest parameters: - name: delegatedAdminRelationship-id @@ -1247,11 +1189,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get requests from tenantRelationships + description: The requests associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_GetRequest parameters: - name: delegatedAdminRelationship-id diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 215ea216b4..ddd52a7ff6 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -88,7 +88,7 @@ paths: description: Retrieve the properties of the dataPolicyOperation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta operationId: dataPolicyOperation_GetDataPolicyOperation parameters: - name: dataPolicyOperation-id @@ -263,11 +263,8 @@ paths: get: tags: - identity.identityApiConnector - 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 + summary: Get apiConnectors from identity + description: Represents entry point for API connectors. operationId: identity_ListApiConnector parameters: - $ref: '#/components/parameters/top' @@ -317,11 +314,7 @@ paths: post: tags: - identity.identityApiConnector - 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 + summary: Create new navigation property to apiConnectors for identity operationId: identity_CreateApiConnector requestBody: description: New navigation property @@ -344,11 +337,8 @@ paths: get: tags: - identity.identityApiConnector - 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 + summary: Get apiConnectors from identity + description: Represents entry point for API connectors. operationId: identity_GetApiConnector parameters: - name: identityApiConnector-id @@ -392,11 +382,7 @@ paths: patch: tags: - identity.identityApiConnector - 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 + summary: Update the navigation property apiConnectors in identity operationId: identity_UpdateApiConnector parameters: - name: identityApiConnector-id @@ -427,11 +413,7 @@ paths: delete: tags: - identity.identityApiConnector - 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-1.0 + summary: Delete navigation property apiConnectors for identity operationId: identity_DeleteApiConnector parameters: - name: identityApiConnector-id @@ -462,7 +444,7 @@ paths: description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta operationId: identity.apiConnector_uploadClientCertificate parameters: - name: identityApiConnector-id @@ -517,11 +499,7 @@ paths: get: tags: - identity.authenticationEventListener - 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 + summary: Get authenticationEventListeners from identity operationId: identity_ListAuthenticationEventListener parameters: - $ref: '#/components/parameters/top' @@ -571,11 +549,7 @@ paths: post: tags: - identity.authenticationEventListener - 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 + summary: Create new navigation property to authenticationEventListeners for identity operationId: identity_CreateAuthenticationEventListener requestBody: description: New navigation property @@ -642,11 +616,7 @@ paths: patch: tags: - identity.authenticationEventListener - 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 + summary: Update the navigation property authenticationEventListeners in identity operationId: identity_UpdateAuthenticationEventListener parameters: - name: authenticationEventListener-id @@ -677,11 +647,7 @@ paths: delete: tags: - identity.authenticationEventListener - 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-1.0 + summary: Delete navigation property authenticationEventListeners for identity operationId: identity_DeleteAuthenticationEventListener parameters: - name: authenticationEventListener-id @@ -722,11 +688,8 @@ paths: get: tags: - identity.authenticationEventsFlow - 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-1.0 + 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. operationId: identity_ListAuthenticationEventsFlow parameters: - $ref: '#/components/parameters/top' @@ -776,11 +739,7 @@ paths: post: tags: - identity.authenticationEventsFlow - 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-1.0 + summary: Create new navigation property to authenticationEventsFlows for identity operationId: identity_CreateAuthenticationEventsFlow requestBody: description: New navigation property @@ -803,11 +762,8 @@ paths: get: tags: - identity.authenticationEventsFlow - 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-1.0 + 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. operationId: identity_GetAuthenticationEventsFlow parameters: - name: authenticationEventsFlow-id @@ -851,11 +807,7 @@ paths: patch: tags: - identity.authenticationEventsFlow - 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-1.0 + summary: Update the navigation property authenticationEventsFlows in identity operationId: identity_UpdateAuthenticationEventsFlow parameters: - name: authenticationEventsFlow-id @@ -886,11 +838,7 @@ paths: delete: tags: - identity.authenticationEventsFlow - 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-1.0 + summary: Delete navigation property authenticationEventsFlows for identity operationId: identity_DeleteAuthenticationEventsFlow parameters: - name: authenticationEventsFlow-id @@ -2163,11 +2111,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Get b2cUserFlows from identity + description: Represents entry point for B2C identity userflows. operationId: identity_ListB2cUserFlow parameters: - $ref: '#/components/parameters/top' @@ -2217,11 +2162,7 @@ paths: post: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Create new navigation property to b2cUserFlows for identity operationId: identity_CreateB2cUserFlow requestBody: description: New navigation property @@ -2244,11 +2185,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Get b2cUserFlows from identity + description: Represents entry point for B2C identity userflows. operationId: identity_GetB2cUserFlow parameters: - name: b2cIdentityUserFlow-id @@ -2292,11 +2230,7 @@ paths: patch: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Update the navigation property b2cUserFlows in identity operationId: identity_UpdateB2cUserFlow parameters: - name: b2cIdentityUserFlow-id @@ -2327,11 +2261,7 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Delete navigation property b2cUserFlows for identity operationId: identity_DeleteB2cUserFlow parameters: - name: b2cIdentityUserFlow-id @@ -2358,11 +2288,7 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Get identityProviders from identity operationId: identity.b2cUserFlow_ListIdentityProvider parameters: - name: b2cIdentityUserFlow-id @@ -2427,11 +2353,7 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Delete ref of navigation property identityProviders for identity operationId: identity.b2cUserFlow.identityProvider_DeleteIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2500,11 +2422,7 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Get ref of identityProviders from identity operationId: identity.b2cUserFlow_ListIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2548,11 +2466,7 @@ paths: post: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Create new navigation property ref to identityProviders for identity operationId: identity.b2cUserFlow_CreateIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2580,11 +2494,7 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Delete ref of navigation property identityProviders for identity operationId: identity.b2cUserFlow_DeleteIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2625,11 +2535,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-1.0 + 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. operationId: identity.b2cUserFlow_ListLanguage parameters: - name: b2cIdentityUserFlow-id @@ -2719,11 +2626,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-1.0 + 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. operationId: identity.b2cUserFlow_GetLanguage parameters: - name: b2cIdentityUserFlow-id @@ -2775,11 +2679,7 @@ paths: patch: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Update the navigation property languages in identity operationId: identity.b2cUserFlow_UpdateLanguage parameters: - name: b2cIdentityUserFlow-id @@ -2818,11 +2718,7 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Delete navigation property languages for identity operationId: identity.b2cUserFlow_DeleteLanguage parameters: - name: b2cIdentityUserFlow-id @@ -2857,11 +2753,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: List defaultPages - description: Get the userFlowLanguagePage resources from the defaultPages navigation property. These contain the values shown to the user in a default user journey of a user flow. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0 + summary: Get defaultPages from identity + description: Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. operationId: identity.b2cUserFlow.language_ListDefaultPage parameters: - name: b2cIdentityUserFlow-id @@ -3119,9 +3012,6 @@ paths: tags: - identity.b2cIdentityUserFlow summary: Get media content for the navigation property defaultPages from identity - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0 operationId: identity.b2cUserFlow.language_GetDefaultPagesContent parameters: - name: b2cIdentityUserFlow-id @@ -3237,11 +3127,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: List overridesPages - description: Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 + summary: Get overridesPages from identity + description: 'Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows to modify the content of the page, any other modification isn''t allowed (creation or deletion of pages).' operationId: identity.b2cUserFlow.language_ListOverridesPage parameters: - name: b2cIdentityUserFlow-id @@ -3499,9 +3386,6 @@ paths: tags: - identity.b2cIdentityUserFlow summary: Get media content for the navigation property overridesPages from identity - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 operationId: identity.b2cUserFlow.language_GetOverridesPagesContent parameters: - name: b2cIdentityUserFlow-id @@ -3639,11 +3523,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Get userAttributeAssignments from identity + description: The user attribute assignments included in the user flow. operationId: identity.b2cUserFlow_ListUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3701,11 +3582,7 @@ paths: post: tags: - identity.b2cIdentityUserFlow - 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-1.0 + summary: Create new navigation property to userAttributeAssignments for identity operationId: identity.b2cUserFlow_CreateUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3737,11 +3614,8 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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 + summary: Get userAttributeAssignments from identity + description: The user attribute assignments included in the user flow. operationId: identity.b2cUserFlow_GetUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3793,11 +3667,7 @@ paths: patch: tags: - identity.b2cIdentityUserFlow - 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 + summary: Update the navigation property userAttributeAssignments in identity operationId: identity.b2cUserFlow_UpdateUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3836,11 +3706,7 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - 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 + summary: Delete navigation property userAttributeAssignments for identity operationId: identity.b2cUserFlow_DeleteUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3952,6 +3818,10 @@ paths: tags: - identity.Functions summary: Invoke function getOrder + description: Get the order of identityUserFlowAttributeAssignments being collected within a user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta operationId: identity.b2cUserFlow.userAttributeAssignment_getOrder parameters: - name: b2cIdentityUserFlow-id @@ -3980,7 +3850,7 @@ paths: description: Set the order of identityUserFlowAttributeAssignments being collected within a user flow. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta operationId: identity.b2cUserFlow.userAttributeAssignment_setOrder parameters: - name: b2cIdentityUserFlow-id @@ -4161,11 +4031,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: List b2xIdentityUserFlows - description: Retrieve a list of b2xIdentityUserFlow objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0 + summary: Get b2xUserFlows from identity + description: Represents entry point for B2X and self-service sign-up identity userflows. operationId: identity_ListB2xUserFlow parameters: - $ref: '#/components/parameters/top' @@ -4215,11 +4082,7 @@ paths: post: tags: - identity.b2xIdentityUserFlow - summary: Create b2xIdentityUserFlow - description: Create a new b2xIdentityUserFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0 + summary: Create new navigation property to b2xUserFlows for identity operationId: identity_CreateB2xUserFlow requestBody: description: New navigation property @@ -4242,11 +4105,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get b2xIdentityUserFlow - description: Retrieve the properties and relationships of a b2xIdentityUserFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0 + summary: Get b2xUserFlows from identity + description: Represents entry point for B2X and self-service sign-up identity userflows. operationId: identity_GetB2xUserFlow parameters: - name: b2xIdentityUserFlow-id @@ -4321,11 +4181,7 @@ paths: delete: tags: - identity.b2xIdentityUserFlow - summary: Delete b2xIdentityUserFlow - description: Delete a b2xIdentityUserFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0 + summary: Delete navigation property b2xUserFlows for identity operationId: identity_DeleteB2xUserFlow parameters: - name: b2xIdentityUserFlow-id @@ -4576,7 +4432,7 @@ paths: description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta operationId: identity.b2xUserFlow.apiConnectorConfiguration.postAttributeCollection_uploadClientCertificate parameters: - name: b2xIdentityUserFlow-id @@ -4796,7 +4652,7 @@ paths: description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta operationId: identity.b2xUserFlow.apiConnectorConfiguration.postFederationSignup_uploadClientCertificate parameters: - name: b2xIdentityUserFlow-id @@ -4943,7 +4799,7 @@ paths: description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta operationId: identity.b2xUserFlow.apiConnectorConfiguration.preTokenIssuance_uploadClientCertificate parameters: - name: b2xIdentityUserFlow-id @@ -4984,11 +4840,7 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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-1.0 + summary: Get identityProviders from identity operationId: identity.b2xUserFlow_ListIdentityProvider parameters: - name: b2xIdentityUserFlow-id @@ -5140,11 +4992,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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 + 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. operationId: identity.b2xUserFlow_ListLanguage parameters: - name: b2xIdentityUserFlow-id @@ -5361,11 +5210,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: List defaultPages - description: Get the userFlowLanguagePage resources from the defaultPages navigation property. These contain the values shown to the user in a default user journey of a user flow. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0 + summary: Get defaultPages from identity + description: Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. operationId: identity.b2xUserFlow.language_ListDefaultPage parameters: - name: b2xIdentityUserFlow-id @@ -5623,9 +5469,6 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get media content for the navigation property defaultPages from identity - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_GetDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -5741,11 +5584,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: List overridesPages - description: Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 + summary: Get overridesPages from identity + description: 'Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows to modify the content of the page, any other modification isn''t allowed (creation or deletion of pages).' operationId: identity.b2xUserFlow.language_ListOverridesPage parameters: - name: b2xIdentityUserFlow-id @@ -6003,9 +5843,6 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get media content for the navigation property overridesPages from identity - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_GetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -6143,11 +5980,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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 + summary: Get userAttributeAssignments from identity + description: The user attribute assignments included in the user flow. operationId: identity.b2xUserFlow_ListUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -6205,11 +6039,7 @@ paths: post: tags: - identity.b2xIdentityUserFlow - 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 + summary: Create new navigation property to userAttributeAssignments for identity operationId: identity.b2xUserFlow_CreateUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -6445,6 +6275,10 @@ paths: tags: - identity.Functions summary: Invoke function getOrder + description: Get the order of identityUserFlowAttributeAssignments being collected within a user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta operationId: identity.b2xUserFlow.userAttributeAssignment_getOrder parameters: - name: b2xIdentityUserFlow-id @@ -6473,7 +6307,7 @@ paths: description: Set the order of identityUserFlowAttributeAssignments being collected within a user flow. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta operationId: identity.b2xUserFlow.userAttributeAssignment_setOrder parameters: - name: b2xIdentityUserFlow-id @@ -6731,11 +6565,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get authenticationContextClassReferences from identity + description: Read-only. Nullable. Returns a collection of the specified authentication context class references. operationId: identity.conditionalAccess_ListAuthenticationContextClassReference parameters: - $ref: '#/components/parameters/top' @@ -6785,11 +6616,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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-1.0 + summary: Create new navigation property to authenticationContextClassReferences for identity operationId: identity.conditionalAccess_CreateAuthenticationContextClassReference requestBody: description: New navigation property @@ -6812,11 +6639,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get authenticationContextClassReferences from identity + description: Read-only. Nullable. Returns a collection of the specified authentication context class references. operationId: identity.conditionalAccess_GetAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -6860,11 +6684,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - 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-1.0 + summary: Update the navigation property authenticationContextClassReferences in identity operationId: identity.conditionalAccess_UpdateAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -6895,11 +6715,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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 + summary: Delete navigation property authenticationContextClassReferences for identity operationId: identity.conditionalAccess_DeleteAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -7018,11 +6834,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get authenticationMethodModes from identity + description: Names and descriptions of all valid authentication method modes in the system. operationId: identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode parameters: - $ref: '#/components/parameters/top' @@ -7389,11 +7202,8 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: List combinationConfigurations - description: "Get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0 + 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. operationId: identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7451,11 +7261,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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-1.0 + summary: Create new navigation property to combinationConfigurations for identity operationId: identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7487,11 +7293,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + 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. operationId: identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7543,11 +7346,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update authenticationCombinationConfiguration - description: "Update the properties of an authenticationCombinationConfiguration object. \nThe properties can be for one of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0 + summary: Update the navigation property combinationConfigurations in identity operationId: identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7586,11 +7385,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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 + summary: Delete navigation property combinationConfigurations for identity operationId: identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7651,7 +7446,7 @@ paths: description: 'Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta operationId: identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination parameters: - name: authenticationStrengthPolicy-id @@ -7691,6 +7486,10 @@ paths: tags: - identity.Functions summary: Invoke function usage + description: 'The usage function allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta operationId: identity.conditionalAccess.authenticationStrength.policy_usage parameters: - name: authenticationStrengthPolicy-id @@ -7730,6 +7529,10 @@ paths: tags: - identity.Functions summary: Invoke function findByMethodMode + description: Get a list of the authenticationStrengthPolicy objects and their properties filtered to only include policies that include the authentication method mode specified in the request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta operationId: identity.conditionalAccess.authenticationStrength.policy_findGraphBPreMethodMode parameters: - name: authenticationMethodModes @@ -7905,11 +7708,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get authenticationMethodModes from identity + description: Names and descriptions of all valid authentication method modes in the system. operationId: identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode parameters: - $ref: '#/components/parameters/top' @@ -8342,11 +8142,8 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: List combinationConfigurations - description: "Get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0 + 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. operationId: identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -8410,11 +8207,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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-1.0 + summary: Create new navigation property to combinationConfigurations for identity operationId: identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -8452,11 +8245,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + 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. operationId: identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -8514,11 +8304,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update authenticationCombinationConfiguration - description: "Update the properties of an authenticationCombinationConfiguration object. \nThe properties can be for one of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0 + summary: Update the navigation property combinationConfigurations in identity operationId: identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -8563,11 +8349,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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 + summary: Delete navigation property combinationConfigurations for identity operationId: identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -8640,7 +8422,7 @@ paths: description: 'Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta operationId: identity.conditionalAccess.authenticationStrength.policy_updateAllowedCombination parameters: - name: authenticationStrengthPolicy-id @@ -8686,6 +8468,10 @@ paths: tags: - identity.Functions summary: Invoke function usage + description: 'The usage function allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta operationId: identity.conditionalAccess.authenticationStrength.policy_usage parameters: - name: authenticationStrengthPolicy-id @@ -8737,6 +8523,10 @@ paths: tags: - identity.Functions summary: Invoke function findByMethodMode + description: Get a list of the authenticationStrengthPolicy objects and their properties filtered to only include policies that include the authentication method mode specified in the request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta operationId: identity.conditionalAccess.authenticationStrength.policy_findGraphBPreMethodMode parameters: - name: authenticationMethodModes @@ -8867,11 +8657,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get namedLocations from identity + description: Read-only. Nullable. Returns a collection of the specified named locations. operationId: identity.conditionalAccess_ListNamedLocation parameters: - $ref: '#/components/parameters/top' @@ -8921,11 +8708,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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 + summary: Create new navigation property to namedLocations for identity operationId: identity.conditionalAccess_CreateNamedLocation requestBody: description: New navigation property @@ -8948,11 +8731,8 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get countryNamedLocation - description: Retrieve the properties and relationships of a countryNamedLocation object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0 + summary: Get namedLocations from identity + description: Read-only. Nullable. Returns a collection of the specified named locations. operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -8996,11 +8776,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update ipNamedlocation - description: Update the properties of an ipNamedLocation object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0 + summary: Update the navigation property namedLocations in identity operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -9031,11 +8807,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete ipNamedLocation - description: Delete an ipNamedLocation object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0 + summary: Delete navigation property namedLocations for identity operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -9076,11 +8848,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get policies from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access policies. operationId: identity.conditionalAccess_ListPolicy parameters: - $ref: '#/components/parameters/top' @@ -9130,11 +8899,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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 + summary: Create new navigation property to policies for identity operationId: identity.conditionalAccess_CreatePolicy requestBody: description: New navigation property @@ -9157,11 +8922,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get policies from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access policies. operationId: identity.conditionalAccess_GetPolicy parameters: - name: conditionalAccessPolicy-id @@ -9205,11 +8967,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - 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 + summary: Update the navigation property policies in identity operationId: identity.conditionalAccess_UpdatePolicy parameters: - name: conditionalAccessPolicy-id @@ -9240,11 +8998,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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 + summary: Delete navigation property policies for identity operationId: identity.conditionalAccess_DeletePolicy parameters: - name: conditionalAccessPolicy-id @@ -9285,11 +9039,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get templates from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access templates. operationId: identity.conditionalAccess_ListTemplate parameters: - $ref: '#/components/parameters/top' @@ -9340,11 +9091,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get templates from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access templates. operationId: identity.conditionalAccess_GetTemplate parameters: - name: conditionalAccessTemplate-id @@ -9403,11 +9151,8 @@ paths: get: tags: - identity.continuousAccessEvaluationPolicy - 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-1.0 + summary: Get continuousAccessEvaluationPolicy from identity + description: Represents entry point for continuous access evaluation policy. operationId: identity_GetContinuousAccessEvaluationPolicy parameters: - name: $select @@ -9443,11 +9188,7 @@ paths: patch: tags: - identity.continuousAccessEvaluationPolicy - 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-1.0 + summary: Update the navigation property continuousAccessEvaluationPolicy in identity operationId: identity_UpdateContinuousAccessEvaluationPolicy requestBody: description: New navigation property values @@ -9488,11 +9229,7 @@ paths: get: tags: - identity.customAuthenticationExtension - 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 + summary: Get customAuthenticationExtensions from identity operationId: identity_ListCustomAuthenticationExtension parameters: - $ref: '#/components/parameters/top' @@ -9542,11 +9279,7 @@ paths: post: tags: - identity.customAuthenticationExtension - 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 + summary: Create new navigation property to customAuthenticationExtensions for identity operationId: identity_CreateCustomAuthenticationExtension requestBody: description: New navigation property @@ -9569,11 +9302,7 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get authenticationEventListener - description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0 + summary: Get customAuthenticationExtensions from identity operationId: identity_GetCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -9648,11 +9377,7 @@ paths: delete: tags: - identity.customAuthenticationExtension - 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 + summary: Delete navigation property customAuthenticationExtensions for identity operationId: identity_DeleteCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -9683,7 +9408,7 @@ paths: description: An API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta operationId: identity.customAuthenticationExtension_validateAuthenticationConfiguration parameters: - name: customAuthenticationExtension-id @@ -9752,11 +9477,8 @@ paths: get: tags: - identity.identityProviderBase - 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-1.0 + summary: Get identityProviders from identity + description: Represents entry point for identity provider base. operationId: identity_ListIdentityProvider parameters: - $ref: '#/components/parameters/top' @@ -9806,11 +9528,7 @@ paths: post: tags: - identity.identityProviderBase - 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-1.0 + summary: Create new navigation property to identityProviders for identity operationId: identity_CreateIdentityProvider requestBody: description: New navigation property @@ -9833,11 +9551,8 @@ paths: get: tags: - identity.identityProviderBase - 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-1.0 + summary: Get identityProviders from identity + description: Represents entry point for identity provider base. operationId: identity_GetIdentityProvider parameters: - name: identityProviderBase-id @@ -9881,11 +9596,7 @@ paths: patch: tags: - identity.identityProviderBase - 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-1.0 + summary: Update the navigation property identityProviders in identity operationId: identity_UpdateIdentityProvider parameters: - name: identityProviderBase-id @@ -9916,11 +9627,7 @@ paths: delete: tags: - identity.identityProviderBase - 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-1.0 + summary: Delete navigation property identityProviders for identity operationId: identity_DeleteIdentityProvider parameters: - name: identityProviderBase-id @@ -9962,6 +9669,10 @@ paths: tags: - identity.Functions summary: Invoke function availableProviderTypes + description: Get all identity providers supported in a directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta operationId: identity.identityProvider_availableProviderType parameters: - $ref: '#/components/parameters/top' @@ -9997,11 +9708,8 @@ paths: get: tags: - identity.identityUserFlowAttribute - 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 + summary: Get userFlowAttributes from identity + description: Represents entry point for identity userflow attributes. operationId: identity_ListUserFlowAttribute parameters: - $ref: '#/components/parameters/top' @@ -10051,11 +9759,7 @@ paths: post: tags: - identity.identityUserFlowAttribute - 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 + summary: Create new navigation property to userFlowAttributes for identity operationId: identity_CreateUserFlowAttribute requestBody: description: New navigation property @@ -10078,11 +9782,8 @@ paths: get: tags: - identity.identityUserFlowAttribute - 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 + summary: Get userFlowAttributes from identity + description: Represents entry point for identity userflow attributes. operationId: identity_GetUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -10126,11 +9827,7 @@ paths: patch: tags: - identity.identityUserFlowAttribute - 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 + summary: Update the navigation property userFlowAttributes in identity operationId: identity_UpdateUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -10161,11 +9858,7 @@ paths: delete: tags: - identity.identityUserFlowAttribute - 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 + summary: Delete navigation property userFlowAttributes for identity operationId: identity_DeleteUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -10206,11 +9899,7 @@ paths: get: tags: - identity.identityUserFlow - 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-1.0 + summary: Get userFlows from identity operationId: identity_ListUserFlow parameters: - $ref: '#/components/parameters/top' @@ -10266,11 +9955,7 @@ paths: post: tags: - identity.identityUserFlow - 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-1.0 + summary: Create new navigation property to userFlows for identity operationId: identity_CreateUserFlow requestBody: description: New navigation property @@ -10299,11 +9984,7 @@ paths: get: tags: - identity.identityUserFlow - 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-1.0 + summary: Get userFlows from identity operationId: identity_GetUserFlow parameters: - name: identityUserFlow-id @@ -10390,11 +10071,7 @@ paths: delete: tags: - identity.identityUserFlow - 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-1.0 + summary: Delete navigation property userFlows for identity operationId: identity_DeleteUserFlow parameters: - name: identityUserFlow-id @@ -10506,11 +10183,8 @@ paths: get: tags: - identityProtection.riskDetection - 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-1.0 + summary: Get riskDetections from identityProtection + description: Risk detection in Microsoft Entra ID Protection and the associated information about the detection. operationId: identityProtection_ListRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -10583,11 +10257,8 @@ paths: get: tags: - identityProtection.riskDetection - summary: Get riskDetection - description: Retrieve the properties of a riskDetection object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0 + summary: Get riskDetections from identityProtection + description: Risk detection in Microsoft Entra ID Protection and the associated information about the detection. operationId: identityProtection_GetRiskDetection parameters: - name: riskDetection-id @@ -10703,11 +10374,8 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - 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 + summary: Get riskyServicePrincipals from identityProtection + description: Microsoft Entra service principals that are at risk. operationId: identityProtection_ListRiskyServicePrincipal parameters: - $ref: '#/components/parameters/top' @@ -10780,11 +10448,8 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - 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 + summary: Get riskyServicePrincipals from identityProtection + description: Microsoft Entra service principals that are at risk. operationId: identityProtection_GetRiskyServicePrincipal parameters: - name: riskyServicePrincipal-id @@ -10886,11 +10551,8 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - 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 + summary: Get history from identityProtection + description: Represents the risk history of Microsoft Entra service principals. operationId: identityProtection.riskyServicePrincipal_ListHistory parameters: - name: riskyServicePrincipal-id @@ -11147,7 +10809,7 @@ paths: description: Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta operationId: identityProtection.riskyServicePrincipal_confirmCompromised requestBody: description: Action parameters @@ -11178,7 +10840,7 @@ paths: description: Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta operationId: identityProtection.riskyServicePrincipal_dismiss requestBody: description: Action parameters @@ -11205,11 +10867,8 @@ paths: get: tags: - identityProtection.riskyUser - 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-1.0 + summary: Get riskyUsers from identityProtection + description: Users that are flagged as at-risk by Microsoft Entra ID Protection. operationId: identityProtection_ListRiskyUser parameters: - $ref: '#/components/parameters/top' @@ -11385,11 +11044,7 @@ paths: get: tags: - identityProtection.riskyUser - 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-1.0 + summary: Get history from identityProtection operationId: identityProtection.riskyUser_ListHistory parameters: - name: riskyUser-id @@ -11479,11 +11134,7 @@ paths: get: tags: - identityProtection.riskyUser - 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-1.0 + summary: Get history from identityProtection operationId: identityProtection.riskyUser_GetHistory parameters: - name: riskyUser-id @@ -11649,7 +11300,7 @@ paths: description: Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta operationId: identityProtection.riskyUser_confirmCompromised requestBody: description: Action parameters @@ -11680,7 +11331,7 @@ paths: description: Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. The maximum count of users to dismiss in one call is 60. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta operationId: identityProtection.riskyUser_dismiss requestBody: description: Action parameters @@ -11707,11 +11358,8 @@ paths: get: tags: - identityProtection.servicePrincipalRiskDetection - 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 + summary: Get servicePrincipalRiskDetections from identityProtection + description: Represents information about detected at-risk service principals in a Microsoft Entra tenant. operationId: identityProtection_ListServicePrincipalRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -11784,11 +11432,8 @@ paths: get: tags: - identityProtection.servicePrincipalRiskDetection - 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 + summary: Get servicePrincipalRiskDetections from identityProtection + description: Represents information about detected at-risk service principals in a Microsoft Entra tenant. operationId: identityProtection_GetServicePrincipalRiskDetection parameters: - name: servicePrincipalRiskDetection-id @@ -11908,7 +11553,7 @@ paths: description: Retrieve a list of identityProviders objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityprovider-list?view=graph-rest-beta operationId: identityProvider_ListIdentityProvider parameters: - $ref: '#/components/parameters/top' @@ -11968,7 +11613,7 @@ paths: description: Create a new identityProvider object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-post-identityproviders?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityprovider-post-identityproviders?view=graph-rest-beta operationId: identityProvider_CreateIdentityProvider requestBody: description: New entity @@ -12001,7 +11646,7 @@ paths: description: Retrieve the properties and relationships of an identityProvider. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityprovider-get?view=graph-rest-beta operationId: identityProvider_GetIdentityProvider parameters: - name: identityProvider-id @@ -12055,7 +11700,7 @@ paths: description: Update the properties of an identityProvider object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityprovider-update?view=graph-rest-beta operationId: identityProvider_UpdateIdentityProvider parameters: - name: identityProvider-id @@ -12096,7 +11741,7 @@ paths: description: Delete an identityProvider. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-beta operationId: identityProvider_DeleteIdentityProvider parameters: - name: identityProvider-id @@ -12150,6 +11795,10 @@ paths: tags: - identityProviders.Functions summary: Invoke function availableProviderTypes + description: Retrieves all identity provider types available in a directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprovider-list-availableprovidertypes?view=graph-rest-beta operationId: identityProvider_availableProviderType parameters: - $ref: '#/components/parameters/top' @@ -12287,11 +11936,8 @@ paths: get: tags: - informationProtection.bitlocker - 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 + summary: Get recoveryKeys from informationProtection + description: The recovery keys associated with the bitlocker entity. operationId: informationProtection.bitlocker_ListRecoveryKey parameters: - $ref: '#/components/parameters/top' @@ -12342,11 +11988,8 @@ paths: get: tags: - informationProtection.bitlocker - 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-1.0 + summary: Get recoveryKeys from informationProtection + description: The recovery keys associated with the bitlocker entity. operationId: informationProtection.bitlocker_GetRecoveryKey parameters: - name: bitlockerRecoveryKey-id @@ -12874,11 +12517,7 @@ paths: get: tags: - informationProtection.informationProtectionPolicy - summary: 'informationProtectionLabel: listLabels (deprecated)' - description: Get a collection of information protection labels available to the user or to the organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0 + summary: Get labels from informationProtection operationId: informationProtection.policy_ListLabel parameters: - $ref: '#/components/parameters/top' @@ -12963,11 +12602,7 @@ paths: get: tags: - informationProtection.informationProtectionPolicy - summary: Get informationProtectionLabel (deprecated) - description: Retrieve the properties and relationships of an informationProtectionLabel object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0 + summary: Get labels from informationProtection operationId: informationProtection.policy_GetLabel parameters: - name: informationProtectionLabel-id @@ -13111,7 +12746,7 @@ paths: description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta operationId: informationProtection.policy.label_evaluateApplication requestBody: description: Action parameters @@ -13164,7 +12799,7 @@ paths: description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta operationId: informationProtection.policy.label_evaluateClassificationResult requestBody: description: Action parameters @@ -13219,7 +12854,7 @@ paths: description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta operationId: informationProtection.policy.label_evaluateRemoval requestBody: description: Action parameters @@ -13272,7 +12907,7 @@ paths: description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta operationId: informationProtection.policy.label_extractLabel requestBody: description: Action parameters @@ -13883,11 +13518,7 @@ paths: get: tags: - informationProtection.threatAssessmentRequest - 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 + summary: Get threatAssessmentRequests from informationProtection operationId: informationProtection_ListThreatAssessmentRequest parameters: - $ref: '#/components/parameters/top' @@ -13937,11 +13568,7 @@ paths: post: tags: - informationProtection.threatAssessmentRequest - 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 + summary: Create new navigation property to threatAssessmentRequests for informationProtection operationId: informationProtection_CreateThreatAssessmentRequest requestBody: description: New navigation property @@ -13964,11 +13591,7 @@ paths: get: tags: - informationProtection.threatAssessmentRequest - 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 + summary: Get threatAssessmentRequests from informationProtection operationId: informationProtection_GetThreatAssessmentRequest parameters: - name: threatAssessmentRequest-id @@ -14378,7 +14001,7 @@ paths: description: 'Create a new invitation. The invitation adds an external user to the organization. The following options are available for creating an invitation:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta operationId: invitation_CreateInvitation requestBody: description: New entity @@ -14859,7 +14482,7 @@ paths: description: 'Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta operationId: oauth2PermissionGrant_ListOAuth2PermissionGrant parameters: - $ref: '#/components/parameters/top' @@ -14913,7 +14536,7 @@ paths: description: 'Create a delegated permission grant, represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta operationId: oauth2PermissionGrant_CreateOAuth2PermissionGrant requestBody: description: New entity @@ -14940,7 +14563,7 @@ paths: description: Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta operationId: oauth2PermissionGrant_GetOAuth2PermissionGrant parameters: - name: oAuth2PermissionGrant-id @@ -14988,7 +14611,7 @@ paths: description: 'Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta operationId: oauth2PermissionGrant_UpdateOAuth2PermissionGrant parameters: - name: oAuth2PermissionGrant-id @@ -15023,7 +14646,7 @@ paths: description: 'Delete an oAuth2PermissionGrant, representing a delegated permission grant. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta operationId: oauth2PermissionGrant_DeleteOAuth2PermissionGrant parameters: - name: oAuth2PermissionGrant-id @@ -15065,6 +14688,10 @@ paths: tags: - oauth2PermissionGrants.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted oauth2permissiongrant objects without performing a full read of the entire resource collection. For details, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta operationId: oauth2PermissionGrant_delta parameters: - $ref: '#/components/parameters/top' @@ -15133,11 +14760,8 @@ paths: get: tags: - organization.certificateBasedAuthConfiguration - 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 + 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. operationId: organization_ListCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -15195,11 +14819,7 @@ paths: post: tags: - organization.certificateBasedAuthConfiguration - 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 + summary: Create new navigation property to certificateBasedAuthConfiguration for organization operationId: organization_CreateCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -15231,11 +14851,8 @@ paths: get: tags: - organization.certificateBasedAuthConfiguration - 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 + 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. operationId: organization_GetCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -15287,11 +14904,7 @@ paths: delete: tags: - organization.certificateBasedAuthConfiguration - 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 + summary: Delete navigation property certificateBasedAuthConfiguration for organization operationId: organization_DeleteCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -15407,11 +15020,8 @@ paths: get: tags: - policies.accessReviewPolicy - 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-1.0 + summary: Get accessReviewPolicy from policies + description: The policy that contains directory-level access review settings. operationId: policy_GetAccessReviewPolicy parameters: - name: $select @@ -15447,11 +15057,7 @@ paths: patch: tags: - policies.accessReviewPolicy - 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-1.0 + summary: Update the navigation property accessReviewPolicy in policies operationId: policy_UpdateAccessReviewPolicy requestBody: description: New navigation property values @@ -15492,11 +15098,8 @@ paths: get: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Get activityBasedTimeoutPolicies from policies + description: The policy that controls the idle time-out for web sessions for applications. operationId: policy_ListActivityBasedTimeoutPolicy parameters: - $ref: '#/components/parameters/top' @@ -15546,11 +15149,7 @@ paths: post: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Create new navigation property to activityBasedTimeoutPolicies for policies operationId: policy_CreateActivityBasedTimeoutPolicy requestBody: description: New navigation property @@ -15573,11 +15172,8 @@ paths: get: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Get activityBasedTimeoutPolicies from policies + description: The policy that controls the idle time-out for web sessions for applications. operationId: policy_GetActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -15621,11 +15217,7 @@ paths: patch: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Update the navigation property activityBasedTimeoutPolicies in policies operationId: policy_UpdateActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -15656,11 +15248,7 @@ paths: delete: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Delete navigation property activityBasedTimeoutPolicies for policies operationId: policy_DeleteActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -15835,11 +15423,8 @@ paths: get: tags: - policies.adminConsentRequestPolicy - 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 + summary: Get adminConsentRequestPolicy from policies + description: The policy by which consent requests are created and managed for the entire tenant. operationId: policy_GetAdminConsentRequestPolicy parameters: - name: $select @@ -15875,11 +15460,7 @@ paths: patch: tags: - policies.adminConsentRequestPolicy - 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 + summary: Update the navigation property adminConsentRequestPolicy in policies operationId: policy_UpdateAdminConsentRequestPolicy requestBody: description: New navigation property values @@ -15920,11 +15501,8 @@ paths: get: tags: - policies.appManagementPolicy - 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 + summary: Get appManagementPolicies from policies + description: 'The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.' operationId: policy_ListAppManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -15974,11 +15552,7 @@ paths: post: tags: - policies.appManagementPolicy - 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 + summary: Create new navigation property to appManagementPolicies for policies operationId: policy_CreateAppManagementPolicy requestBody: description: New navigation property @@ -16001,11 +15575,8 @@ paths: get: tags: - policies.appManagementPolicy - 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 + summary: Get appManagementPolicies from policies + description: 'The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.' operationId: policy_GetAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -16049,11 +15620,7 @@ paths: patch: tags: - policies.appManagementPolicy - 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 + summary: Update the navigation property appManagementPolicies in policies operationId: policy_UpdateAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -16084,11 +15651,7 @@ paths: delete: tags: - policies.appManagementPolicy - 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 + summary: Delete navigation property appManagementPolicies for policies operationId: policy_DeleteAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -16115,11 +15678,8 @@ paths: get: tags: - policies.appManagementPolicy - 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-1.0 + summary: Get appliesTo from policies + description: Collection of application and service principals to which a policy is applied. operationId: policy.appManagementPolicy_ListAppliesTo parameters: - name: appManagementPolicy-id @@ -16268,11 +15828,8 @@ paths: get: tags: - policies.authenticationFlowsPolicy - 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 + summary: Get authenticationFlowsPolicy from policies + description: The policy configuration of the self-service sign-up experience of guests. operationId: policy_GetAuthenticationFlowsPolicy parameters: - name: $select @@ -16308,11 +15865,7 @@ paths: patch: tags: - policies.authenticationFlowsPolicy - 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-1.0 + summary: Update the navigation property authenticationFlowsPolicy in policies operationId: policy_UpdateAuthenticationFlowsPolicy requestBody: description: New navigation property values @@ -16353,11 +15906,8 @@ paths: get: tags: - policies.authenticationMethodsPolicy - 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 + 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. operationId: policy_GetAuthenticationMethodsPolicy parameters: - name: $select @@ -16393,11 +15943,7 @@ paths: patch: tags: - policies.authenticationMethodsPolicy - 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 + summary: Update the navigation property authenticationMethodsPolicy in policies operationId: policy_UpdateAuthenticationMethodsPolicy requestBody: description: New navigation property values @@ -16629,11 +16175,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - 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 + summary: Get authenticationStrengthPolicies from policies + description: The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access. operationId: policy_ListAuthenticationStrengthPolicy parameters: - $ref: '#/components/parameters/top' @@ -16683,11 +16226,7 @@ paths: post: tags: - policies.authenticationStrengthPolicy - 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 + summary: Create new navigation property to authenticationStrengthPolicies for policies operationId: policy_CreateAuthenticationStrengthPolicy requestBody: description: New navigation property @@ -16710,11 +16249,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - 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 + summary: Get authenticationStrengthPolicies from policies + description: The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access. operationId: policy_GetAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -16758,11 +16294,7 @@ paths: patch: tags: - policies.authenticationStrengthPolicy - 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 + summary: Update the navigation property authenticationStrengthPolicies in policies operationId: policy_UpdateAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -16793,11 +16325,7 @@ paths: delete: tags: - policies.authenticationStrengthPolicy - 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 + summary: Delete navigation property authenticationStrengthPolicies for policies operationId: policy_DeleteAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -16824,11 +16352,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - summary: List combinationConfigurations - description: "Get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0 + summary: Get combinationConfigurations from policies + 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. operationId: policy.authenticationStrengthPolicy_ListCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -16886,11 +16411,7 @@ paths: post: tags: - policies.authenticationStrengthPolicy - 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-1.0 + summary: Create new navigation property to combinationConfigurations for policies operationId: policy.authenticationStrengthPolicy_CreateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -16922,11 +16443,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - 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 + summary: Get combinationConfigurations from policies + 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. operationId: policy.authenticationStrengthPolicy_GetCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -16978,11 +16496,7 @@ paths: patch: tags: - policies.authenticationStrengthPolicy - summary: Update authenticationCombinationConfiguration - description: "Update the properties of an authenticationCombinationConfiguration object. \nThe properties can be for one of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0 + summary: Update the navigation property combinationConfigurations in policies operationId: policy.authenticationStrengthPolicy_UpdateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -17021,11 +16535,7 @@ paths: delete: tags: - policies.authenticationStrengthPolicy - 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 + summary: Delete navigation property combinationConfigurations for policies operationId: policy.authenticationStrengthPolicy_DeleteCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -17086,7 +16596,7 @@ paths: description: 'Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta operationId: policy.authenticationStrengthPolicy_updateAllowedCombination parameters: - name: authenticationStrengthPolicy-id @@ -17126,6 +16636,10 @@ paths: tags: - policies.Functions summary: Invoke function usage + description: 'The usage function allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta operationId: policy.authenticationStrengthPolicy_usage parameters: - name: authenticationStrengthPolicy-id @@ -17165,6 +16679,10 @@ paths: tags: - policies.Functions summary: Invoke function findByMethodMode + description: Get a list of the authenticationStrengthPolicy objects and their properties filtered to only include policies that include the authentication method mode specified in the request. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta operationId: policy.authenticationStrengthPolicy_findGraphBPreMethodMode parameters: - name: authenticationMethodModes @@ -17245,11 +16763,8 @@ paths: get: tags: - policies.authorizationPolicy - 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 + summary: Get authorizationPolicy from policies + description: The policy that controls Microsoft Entra authorization settings. operationId: policy_ListAuthorizationPolicy parameters: - $ref: '#/components/parameters/top' @@ -17677,11 +17192,8 @@ paths: get: tags: - policies.b2cAuthenticationMethodsPolicy - 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-1.0 + summary: Get b2cAuthenticationMethodsPolicy from policies + description: The Azure AD B2C policies that define how end users register via local accounts. operationId: policy_GetB2cAuthenticationMethodsPolicy parameters: - name: $select @@ -17717,11 +17229,7 @@ paths: patch: tags: - policies.b2cAuthenticationMethodsPolicy - 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-1.0 + summary: Update the navigation property b2cAuthenticationMethodsPolicy in policies operationId: policy_UpdateB2cAuthenticationMethodsPolicy requestBody: description: New navigation property values @@ -17762,11 +17270,8 @@ paths: get: tags: - policies.claimsMappingPolicy - 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 + 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.' operationId: policy_ListClaimsMappingPolicy parameters: - $ref: '#/components/parameters/top' @@ -17816,11 +17321,7 @@ paths: post: tags: - policies.claimsMappingPolicy - 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 + summary: Create new navigation property to claimsMappingPolicies for policies operationId: policy_CreateClaimsMappingPolicy requestBody: description: New navigation property @@ -17843,11 +17344,8 @@ paths: get: tags: - policies.claimsMappingPolicy - 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 + 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.' operationId: policy_GetClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -17891,11 +17389,7 @@ paths: patch: tags: - policies.claimsMappingPolicy - 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 + summary: Update the navigation property claimsMappingPolicies in policies operationId: policy_UpdateClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -17926,11 +17420,7 @@ paths: delete: tags: - policies.claimsMappingPolicy - 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 + summary: Delete navigation property claimsMappingPolicies for policies operationId: policy_DeleteClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -18296,11 +17786,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get crossTenantAccessPolicy from policies + description: The custom rules that define an access scenario when interacting with external Microsoft Entra tenants. operationId: policy_GetCrossTenantAccessPolicy parameters: - name: $select @@ -18336,11 +17823,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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 + summary: Update the navigation property crossTenantAccessPolicy in policies operationId: policy_UpdateCrossTenantAccessPolicy requestBody: description: New navigation property values @@ -18381,11 +17864,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get default from policies + description: Defines the default configuration for how your organization interacts with external Microsoft Entra organizations. operationId: policy.crossTenantAccessPolicy_GetDefault parameters: - name: $select @@ -18421,11 +17901,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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 + summary: Update the navigation property default in policies operationId: policy.crossTenantAccessPolicy_UpdateDefault requestBody: description: New navigation property values @@ -18470,7 +17946,7 @@ paths: description: Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta operationId: policy.crossTenantAccessPolicy.default_resetToSystemDefault responses: 2XX: @@ -18482,11 +17958,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get partners from policies + description: Defines partner-specific configurations for external Microsoft Entra organizations. operationId: policy.crossTenantAccessPolicy_ListPartner parameters: - $ref: '#/components/parameters/top' @@ -18536,11 +18009,7 @@ paths: post: tags: - policies.crossTenantAccessPolicy - 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 + summary: Create new navigation property to partners for policies operationId: policy.crossTenantAccessPolicy_CreatePartner requestBody: description: New navigation property @@ -18563,11 +18032,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get partners from policies + description: Defines partner-specific configurations for external Microsoft Entra organizations. operationId: policy.crossTenantAccessPolicy_GetPartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18611,11 +18077,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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 + summary: Update the navigation property partners in policies operationId: policy.crossTenantAccessPolicy_UpdatePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18646,11 +18108,7 @@ paths: delete: tags: - policies.crossTenantAccessPolicy - 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 + summary: Delete navigation property partners for policies operationId: policy.crossTenantAccessPolicy_DeletePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18677,11 +18135,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + 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.' operationId: policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18756,11 +18211,7 @@ paths: delete: tags: - policies.crossTenantAccessPolicy - 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 + summary: Delete navigation property identitySynchronization for policies operationId: policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18879,11 +18330,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get multiTenantOrganizationIdentitySynchronization from policies + description: Defines an optional cross-tenant access policy template with user synchronization settings for a multi-tenant organization. operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization parameters: - name: $select @@ -18919,11 +18367,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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-1.0 + summary: Update the navigation property multiTenantOrganizationIdentitySynchronization in policies operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization requestBody: description: New navigation property values @@ -18968,7 +18412,7 @@ paths: description: 'Reset the cross-tenant access policy template with user synchronization settings for a multitenant organization to the default values. In its reset state, the template has no impact on user synchronization settings, other than that unconfigured user synchronization settings are created if needed, for every multitenant organization tenant.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta operationId: policy.crossTenantAccessPolicy.template.multiTenantOrganizationIdentitySynchronization_resetToDefaultSetting responses: 2XX: @@ -18980,11 +18424,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + 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. operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration parameters: - name: $select @@ -19020,11 +18461,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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 + summary: Update the navigation property multiTenantOrganizationPartnerConfiguration in policies operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration requestBody: description: New navigation property values @@ -19069,7 +18506,7 @@ paths: description: 'Reset the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization to the default values. In its reset state, the template has no impact on partner configuration settings, other than that an unconfigured partner configuration is created if needed, for every multitenant organization tenant.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta operationId: policy.crossTenantAccessPolicy.template.multiTenantOrganizationPartnerConfiguration_resetToDefaultSetting responses: 2XX: @@ -19081,11 +18518,8 @@ paths: get: tags: - policies.tenantAppManagementPolicy - 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 + summary: Get defaultAppManagementPolicy from policies + description: The tenant-wide policy that enforces app management restrictions for all applications and service principals. operationId: policy_GetDefaultAppManagementPolicy parameters: - name: $select @@ -19121,11 +18555,7 @@ paths: patch: tags: - policies.tenantAppManagementPolicy - 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 + summary: Update the navigation property defaultAppManagementPolicy in policies operationId: policy_UpdateDefaultAppManagementPolicy requestBody: description: New navigation property values @@ -19166,11 +18596,7 @@ paths: get: tags: - policies.deviceRegistrationPolicy - 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-1.0 + summary: Get deviceRegistrationPolicy from policies operationId: policy_GetDeviceRegistrationPolicy parameters: - name: $select @@ -19193,32 +18619,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - policies.deviceRegistrationPolicy - summary: Update deviceRegistrationPolicy - description: 'Update the properties 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-update?view=graph-rest-1.0 - operationId: policy_UpdateDeviceRegistrationPolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationPolicy' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationPolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation /policies/directoryRoleAccessReviewPolicy: get: tags: @@ -19300,11 +18700,8 @@ paths: get: tags: - policies.externalIdentitiesPolicy - 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-1.0 + 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. operationId: policy_GetExternalIdentitiesPolicy parameters: - name: $select @@ -19340,11 +18737,7 @@ paths: patch: tags: - policies.externalIdentitiesPolicy - 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-1.0 + summary: Update the navigation property externalIdentitiesPolicy in policies operationId: policy_UpdateExternalIdentitiesPolicy requestBody: description: New navigation property values @@ -19385,11 +18778,8 @@ paths: get: tags: - policies.featureRolloutPolicy - 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-1.0 + summary: Get featureRolloutPolicies from policies + description: The feature rollout policy associated with a directory object. operationId: policy_ListFeatureRolloutPolicy parameters: - $ref: '#/components/parameters/top' @@ -19439,11 +18829,7 @@ paths: post: tags: - policies.featureRolloutPolicy - 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-1.0 + summary: Create new navigation property to featureRolloutPolicies for policies operationId: policy_CreateFeatureRolloutPolicy requestBody: description: New navigation property @@ -19466,11 +18852,8 @@ paths: get: tags: - policies.featureRolloutPolicy - 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 + summary: Get featureRolloutPolicies from policies + description: The feature rollout policy associated with a directory object. operationId: policy_GetFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -19514,11 +18897,7 @@ paths: patch: tags: - policies.featureRolloutPolicy - 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 + summary: Update the navigation property featureRolloutPolicies in policies operationId: policy_UpdateFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -19549,11 +18928,7 @@ paths: delete: tags: - policies.featureRolloutPolicy - 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 + summary: Delete navigation property featureRolloutPolicies for policies operationId: policy_DeleteFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -19639,11 +19014,7 @@ paths: post: tags: - policies.featureRolloutPolicy - 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-1.0 + summary: Create new navigation property to appliesTo for policies operationId: policy.featureRolloutPolicy_CreateAppliesTo parameters: - name: featureRolloutPolicy-id @@ -19675,11 +19046,7 @@ paths: delete: tags: - policies.featureRolloutPolicy - 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-1.0 + summary: Delete ref of navigation property appliesTo for policies operationId: policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -19775,11 +19142,7 @@ paths: post: tags: - policies.featureRolloutPolicy - 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-1.0 + summary: Create new navigation property ref to appliesTo for policies operationId: policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -19801,11 +19164,7 @@ paths: delete: tags: - policies.featureRolloutPolicy - 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-1.0 + summary: Delete ref of navigation property appliesTo for policies operationId: policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -19854,11 +19213,8 @@ paths: get: tags: - policies.federatedTokenValidationPolicy - 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-1.0 + summary: Get federatedTokenValidationPolicy from policies + description: Represents a policy to control enabling or disabling validation of federation authentication tokens. operationId: policy_GetFederatedTokenValidationPolicy parameters: - name: $select @@ -19894,11 +19250,7 @@ paths: patch: tags: - policies.federatedTokenValidationPolicy - 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-1.0 + summary: Update the navigation property federatedTokenValidationPolicy in policies operationId: policy_UpdateFederatedTokenValidationPolicy requestBody: description: New navigation property values @@ -19939,11 +19291,8 @@ paths: get: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Get homeRealmDiscoveryPolicies from policies + description: The policy to control Microsoft Entra authentication behavior for federated users. operationId: policy_ListHomeRealmDiscoveryPolicy parameters: - $ref: '#/components/parameters/top' @@ -19993,11 +19342,7 @@ paths: post: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Create new navigation property to homeRealmDiscoveryPolicies for policies operationId: policy_CreateHomeRealmDiscoveryPolicy requestBody: description: New navigation property @@ -20020,11 +19365,8 @@ paths: get: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Get homeRealmDiscoveryPolicies from policies + description: The policy to control Microsoft Entra authentication behavior for federated users. operationId: policy_GetHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -20068,11 +19410,7 @@ paths: patch: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Update the navigation property homeRealmDiscoveryPolicies in policies operationId: policy_UpdateHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -20103,11 +19441,7 @@ paths: delete: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Delete navigation property homeRealmDiscoveryPolicies for policies operationId: policy_DeleteHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -20282,11 +19616,8 @@ paths: get: tags: - policies.identitySecurityDefaultsEnforcementPolicy - 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 + summary: Get identitySecurityDefaultsEnforcementPolicy from policies + description: The policy that represents the security defaults that protect against common attacks. operationId: policy_GetIdentitySecurityDefaultsEnforcementPolicy parameters: - name: $select @@ -20322,11 +19653,7 @@ paths: patch: tags: - policies.identitySecurityDefaultsEnforcementPolicy - 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 + summary: Update the navigation property identitySecurityDefaultsEnforcementPolicy in policies operationId: policy_UpdateIdentitySecurityDefaultsEnforcementPolicy requestBody: description: New navigation property values @@ -20367,11 +19694,8 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get mobileAppManagementPolicies from policies + description: The policy that defines autoenrollment configuration for a mobility management (MDM or MAM) application. operationId: policy_ListMobileAppManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -20444,11 +19768,8 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get mobileAppManagementPolicies from policies + description: The policy that defines autoenrollment configuration for a mobility management (MDM or MAM) application. operationId: policy_GetMobileAppManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -20492,11 +19813,7 @@ paths: patch: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Update the navigation property mobileAppManagementPolicies in policies operationId: policy_UpdateMobileAppManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -20527,11 +19844,7 @@ paths: delete: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Delete navigation property mobileAppManagementPolicies for policies operationId: policy_DeleteMobileAppManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -20558,11 +19871,8 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get includedGroups from policies + description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected operationId: policy.mobileAppManagementPolicy_ListIncludedGroup parameters: - name: mobilityManagementPolicy-id @@ -20621,11 +19931,7 @@ paths: delete: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Delete ref of navigation property includedGroups for policies operationId: policy.mobileAppManagementPolicy.includedGroup_DeleteGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20779,11 +20085,8 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get ref of includedGroups from policies + description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected operationId: policy.mobileAppManagementPolicy_ListIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20821,11 +20124,7 @@ paths: post: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Create new navigation property ref to includedGroups for policies operationId: policy.mobileAppManagementPolicy_CreateIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20847,11 +20146,7 @@ paths: delete: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Delete ref of navigation property includedGroups for policies operationId: policy.mobileAppManagementPolicy_DeleteIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20900,11 +20195,7 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get mobileDeviceManagementPolicies from policies operationId: policy_ListMobileDeviceManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -20977,11 +20268,7 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get mobileDeviceManagementPolicies from policies operationId: policy_GetMobileDeviceManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -21025,11 +20312,7 @@ paths: patch: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Update the navigation property mobileDeviceManagementPolicies in policies operationId: policy_UpdateMobileDeviceManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -21060,11 +20343,7 @@ paths: delete: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Delete navigation property mobileDeviceManagementPolicies for policies operationId: policy_DeleteMobileDeviceManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -21091,11 +20370,8 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get includedGroups from policies + description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected operationId: policy.mobileDeviceManagementPolicy_ListIncludedGroup parameters: - name: mobilityManagementPolicy-id @@ -21154,11 +20430,7 @@ paths: delete: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Delete ref of navigation property includedGroups for policies operationId: policy.mobileDeviceManagementPolicy.includedGroup_DeleteGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -21312,11 +20584,8 @@ paths: get: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Get ref of includedGroups from policies + description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected operationId: policy.mobileDeviceManagementPolicy_ListIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -21354,11 +20623,7 @@ paths: post: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Create new navigation property ref to includedGroups for policies operationId: policy.mobileDeviceManagementPolicy_CreateIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -21380,11 +20645,7 @@ paths: delete: tags: - policies.mobilityManagementPolicy - 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-1.0 + summary: Delete ref of navigation property includedGroups for policies operationId: policy.mobileDeviceManagementPolicy_DeleteIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -21433,11 +20694,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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 + summary: Get permissionGrantPolicies from policies + description: The policy that specifies the conditions under which consent can be granted. operationId: policy_ListPermissionGrantPolicy parameters: - $ref: '#/components/parameters/top' @@ -21487,11 +20745,7 @@ paths: post: tags: - policies.permissionGrantPolicy - 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 + summary: Create new navigation property to permissionGrantPolicies for policies operationId: policy_CreatePermissionGrantPolicy requestBody: description: New navigation property @@ -21514,11 +20768,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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 + summary: Get permissionGrantPolicies from policies + description: The policy that specifies the conditions under which consent can be granted. operationId: policy_GetPermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -21562,11 +20813,7 @@ paths: patch: tags: - policies.permissionGrantPolicy - 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 + summary: Update the navigation property permissionGrantPolicies in policies operationId: policy_UpdatePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -21597,11 +20844,7 @@ paths: delete: tags: - policies.permissionGrantPolicy - 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 + summary: Delete navigation property permissionGrantPolicies for policies operationId: policy_DeletePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -21628,11 +20871,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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-1.0 + summary: Get excludes from policies + description: Condition sets that are excluded in this permission grant policy. Automatically expanded on GET. operationId: policy.permissionGrantPolicy_ListExclude parameters: - name: permissionGrantPolicy-id @@ -21690,11 +20930,7 @@ paths: post: tags: - policies.permissionGrantPolicy - 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 + summary: Create new navigation property to excludes for policies operationId: policy.permissionGrantPolicy_CreateExclude parameters: - name: permissionGrantPolicy-id @@ -21818,11 +21054,7 @@ paths: delete: tags: - policies.permissionGrantPolicy - 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 + summary: Delete navigation property excludes for policies operationId: policy.permissionGrantPolicy_DeleteExclude parameters: - name: permissionGrantPolicy-id @@ -21879,11 +21111,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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-1.0 + summary: Get includes from policies + description: Condition sets that are included in this permission grant policy. Automatically expanded on GET. operationId: policy.permissionGrantPolicy_ListInclude parameters: - name: permissionGrantPolicy-id @@ -21941,11 +21170,7 @@ paths: post: tags: - policies.permissionGrantPolicy - 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 + summary: Create new navigation property to includes for policies operationId: policy.permissionGrantPolicy_CreateInclude parameters: - name: permissionGrantPolicy-id @@ -22069,11 +21294,7 @@ paths: delete: tags: - policies.permissionGrantPolicy - 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 + summary: Delete navigation property includes for policies operationId: policy.permissionGrantPolicy_DeleteInclude parameters: - name: permissionGrantPolicy-id @@ -22144,11 +21365,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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 + summary: Get roleManagementPolicies from policies + description: Represents the role management policies. operationId: policy_ListRoleManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -22324,11 +21542,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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-1.0 + 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.' operationId: policy.roleManagementPolicy_ListEffectiveRule parameters: - name: unifiedRoleManagementPolicy-id @@ -22567,11 +21782,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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-1.0 + summary: Get rules from policies + description: The collection of rules like approval rules and expiration rules. Supports $expand. operationId: policy.roleManagementPolicy_ListRule parameters: - name: unifiedRoleManagementPolicy-id @@ -22661,11 +21873,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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-1.0 + summary: Get rules from policies + description: The collection of rules like approval rules and expiration rules. Supports $expand. operationId: policy.roleManagementPolicy_GetRule parameters: - name: unifiedRoleManagementPolicy-id @@ -22717,11 +21926,7 @@ paths: patch: tags: - policies.unifiedRoleManagementPolicy - 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-1.0 + summary: Update the navigation property rules in policies operationId: policy.roleManagementPolicy_UpdateRule parameters: - name: unifiedRoleManagementPolicy-id @@ -22831,11 +22036,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicyAssignment - 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 + summary: Get roleManagementPolicyAssignments from policies + description: Represents the role management policy assignments. operationId: policy_ListRoleManagementPolicyAssignment parameters: - $ref: '#/components/parameters/top' @@ -23736,11 +22938,8 @@ paths: get: tags: - policies.tokenIssuancePolicy - 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 + summary: Get tokenIssuancePolicies from policies + description: The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. operationId: policy_ListTokenIssuancePolicy parameters: - $ref: '#/components/parameters/top' @@ -23790,11 +22989,7 @@ paths: post: tags: - policies.tokenIssuancePolicy - 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 + summary: Create new navigation property to tokenIssuancePolicies for policies operationId: policy_CreateTokenIssuancePolicy requestBody: description: New navigation property @@ -23817,11 +23012,8 @@ paths: get: tags: - policies.tokenIssuancePolicy - 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-1.0 + summary: Get tokenIssuancePolicies from policies + description: The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. operationId: policy_GetTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -23865,11 +23057,7 @@ paths: patch: tags: - policies.tokenIssuancePolicy - 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 + summary: Update the navigation property tokenIssuancePolicies in policies operationId: policy_UpdateTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -23900,11 +23088,7 @@ paths: delete: tags: - policies.tokenIssuancePolicy - 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 + summary: Delete navigation property tokenIssuancePolicies for policies operationId: policy_DeleteTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -24079,11 +23263,8 @@ paths: get: tags: - policies.tokenLifetimePolicy - 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 + 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.' operationId: policy_ListTokenLifetimePolicy parameters: - $ref: '#/components/parameters/top' @@ -24133,11 +23314,7 @@ paths: post: tags: - policies.tokenLifetimePolicy - 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 + summary: Create new navigation property to tokenLifetimePolicies for policies operationId: policy_CreateTokenLifetimePolicy requestBody: description: New navigation property @@ -24160,11 +23337,8 @@ paths: get: tags: - policies.tokenLifetimePolicy - 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 + 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.' operationId: policy_GetTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -24208,11 +23382,7 @@ paths: patch: tags: - policies.tokenLifetimePolicy - 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 + summary: Update the navigation property tokenLifetimePolicies in policies operationId: policy_UpdateTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -24243,11 +23413,7 @@ paths: delete: tags: - policies.tokenLifetimePolicy - 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 + summary: Delete navigation property tokenLifetimePolicies for policies operationId: policy_DeleteTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -24422,11 +23588,8 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - 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 + summary: Get multiTenantOrganization from tenantRelationships + description: Defines an organization with more than one instance of Microsoft Entra ID. operationId: tenantRelationship_GetMultiTenantOrganization parameters: - name: $select @@ -24459,15 +23622,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + put: tags: - tenantRelationships.multiTenantOrganization - summary: Create multiTenantOrganization - description: 'Create a new multi-tenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multi-tenant organization. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0 - operationId: tenantRelationship_UpdateMultiTenantOrganization + summary: Update the navigation property multiTenantOrganization in tenantRelationships + operationId: tenantRelationship_SetMultiTenantOrganization requestBody: description: New navigation property values content: @@ -24489,11 +23648,8 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - 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-1.0 + summary: Get joinRequest from tenantRelationships + description: Defines the status of a tenant joining a multitenant organization. operationId: tenantRelationship.multiTenantOrganization_GetJoinRequest parameters: - name: $select @@ -24529,11 +23685,7 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - 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-1.0 + summary: Update the navigation property joinRequest in tenantRelationships operationId: tenantRelationship.multiTenantOrganization_UpdateJoinRequest requestBody: description: New navigation property values @@ -24556,11 +23708,8 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - 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-1.0 + summary: Get tenants from tenantRelationships + description: Defines tenants added to a multitenant organization. operationId: tenantRelationship.multiTenantOrganization_ListTenant parameters: - $ref: '#/components/parameters/top' @@ -24610,11 +23759,7 @@ paths: post: tags: - tenantRelationships.multiTenantOrganization - 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 + summary: Create new navigation property to tenants for tenantRelationships operationId: tenantRelationship.multiTenantOrganization_CreateTenant requestBody: description: New navigation property @@ -24637,11 +23782,8 @@ paths: get: tags: - tenantRelationships.multiTenantOrganization - 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-1.0 + summary: Get tenants from tenantRelationships + description: Defines tenants added to a multitenant organization. operationId: tenantRelationship.multiTenantOrganization_GetTenant parameters: - name: multiTenantOrganizationMember-id @@ -24716,11 +23858,7 @@ paths: delete: tags: - tenantRelationships.multiTenantOrganization - 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-1.0 + summary: Delete navigation property tenants for tenantRelationships operationId: tenantRelationship.multiTenantOrganization_DeleteTenant parameters: - name: multiTenantOrganizationMember-id @@ -24820,11 +23958,7 @@ paths: get: tags: - trustFramework.trustFrameworkKeySet - 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-1.0 + summary: Get keySets from trustFramework operationId: trustFramework_ListKeySet parameters: - $ref: '#/components/parameters/top' @@ -24874,11 +24008,7 @@ paths: post: tags: - trustFramework.trustFrameworkKeySet - 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-1.0 + summary: Create new navigation property to keySets for trustFramework operationId: trustFramework_CreateKeySet requestBody: description: New navigation property @@ -24901,11 +24031,7 @@ paths: get: tags: - trustFramework.trustFrameworkKeySet - 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-1.0 + summary: Get keySets from trustFramework operationId: trustFramework_GetKeySet parameters: - name: trustFrameworkKeySet-id @@ -24949,11 +24075,7 @@ paths: patch: tags: - trustFramework.trustFrameworkKeySet - 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-1.0 + summary: Update the navigation property keySets in trustFramework operationId: trustFramework_UpdateKeySet parameters: - name: trustFrameworkKeySet-id @@ -24984,11 +24106,7 @@ paths: delete: tags: - trustFramework.trustFrameworkKeySet - 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-1.0 + summary: Delete navigation property keySets for trustFramework operationId: trustFramework_DeleteKeySet parameters: - name: trustFrameworkKeySet-id @@ -25019,7 +24137,7 @@ paths: description: Generate a trustFrameworkKey and a secret automatically in the trustFrameworkKeyset. The caller doesn't have to provide a secret. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta operationId: trustFramework.keySet_generateKey parameters: - name: trustFrameworkKeySet-id @@ -25069,6 +24187,10 @@ paths: tags: - trustFramework.Functions summary: Invoke function getActiveKey + description: Get the currently active trustFrameworkKey in a trustFrameworkKeySet. Only one key is active in the keyset at a time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta operationId: trustFramework.keySet_getActiveKey parameters: - name: trustFrameworkKeySet-id @@ -25097,7 +24219,7 @@ paths: description: Upload a certificate to a trustFrameworkKeyset. The input is a base-64 encoded value of the certificate contents. This method returns trustFrameworkKey. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta operationId: trustFramework.keySet_uploadCertificate parameters: - name: trustFrameworkKeySet-id @@ -25139,7 +24261,7 @@ paths: description: Upload a PKCS12 format key (PFX) to a trustFrameworkKeyset. The input is a base-64 encoded value of the Pfx certificate contents. This method returns trustFrameworkKey. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta operationId: trustFramework.keySet_uploadPkcs12 parameters: - name: trustFrameworkKeySet-id @@ -25184,7 +24306,7 @@ paths: description: 'Upload a plain text secret to a trustFrameworkKeyset. Examples of secrets are application secrets in Microsoft Entra ID, Google, Facebook, or any other identity provider. his method returns trustFrameworkKey.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta operationId: trustFramework.keySet_uploadSecret parameters: - name: trustFrameworkKeySet-id @@ -25247,11 +24369,7 @@ paths: get: tags: - trustFramework.trustFrameworkPolicy - 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-1.0 + summary: Get policies from trustFramework operationId: trustFramework_ListPolicy parameters: - $ref: '#/components/parameters/top' @@ -25399,11 +24517,7 @@ paths: delete: tags: - trustFramework.trustFrameworkPolicy - 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-1.0 + summary: Delete navigation property policies for trustFramework operationId: trustFramework_DeletePolicy parameters: - name: trustFrameworkPolicy-id @@ -25431,9 +24545,6 @@ paths: tags: - trustFramework.trustFrameworkPolicy summary: Get media content for the navigation property policies from trustFramework - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-1.0 operationId: trustFramework_GetPoliciesContent parameters: - name: trustFrameworkPolicy-id @@ -25604,11 +24715,8 @@ paths: get: tags: - users.authentication - summary: List emailAuthenticationMethods - description: Retrieve a list of a user's email Authentication Method objects and their properties. This call will only return a single object as only one email method can be set on users. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0 + summary: Get emailMethods from users + description: Represents the email addresses registered to a user for authentication. operationId: user.authentication_ListEmailMethod parameters: - name: user-id @@ -25666,11 +24774,7 @@ paths: post: tags: - users.authentication - 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-1.0 + summary: Create new navigation property to emailMethods for users operationId: user.authentication_CreateEmailMethod parameters: - name: user-id @@ -25702,11 +24806,8 @@ paths: get: tags: - users.authentication - summary: Get emailAuthenticationMethod - description: Retrieve a user's single email Authentication Method object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0 + summary: Get emailMethods from users + description: Represents the email addresses registered to a user for authentication. operationId: user.authentication_GetEmailMethod parameters: - name: user-id @@ -25758,11 +24859,7 @@ paths: patch: tags: - users.authentication - 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-1.0 + summary: Update the navigation property emailMethods in users operationId: user.authentication_UpdateEmailMethod parameters: - name: user-id @@ -25801,11 +24898,7 @@ paths: delete: tags: - users.authentication - 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-1.0 + summary: Delete navigation property emailMethods for users operationId: user.authentication_DeleteEmailMethod parameters: - name: user-id @@ -25862,11 +24955,8 @@ paths: get: tags: - users.authentication - summary: List fido2AuthenticationMethod - description: Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0 + summary: Get fido2Methods from users + description: Represents the FIDO2 security keys registered to a user for authentication. operationId: user.authentication_ListFido2Method parameters: - name: user-id @@ -25925,11 +25015,8 @@ paths: get: tags: - users.authentication - summary: Get fido2AuthenticationMethod - description: Retrieve a user's single FIDO2 Security Key Authentication Method object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 + summary: Get fido2Methods from users + description: Represents the FIDO2 security keys registered to a user for authentication. operationId: user.authentication_GetFido2Method parameters: - name: user-id @@ -25981,11 +25068,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property fido2Methods for users operationId: user.authentication_DeleteFido2Method parameters: - name: user-id @@ -26042,11 +25125,8 @@ paths: get: tags: - users.authentication - summary: List methods - description: 'Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Microsoft Entra authentication methods API overview for a list of currently supported methods. We don''t recommend using the authentication methods APIs for scenarios where you need to iterate over your entire user population for auditing or security check purposes. For these types of scenarios, we recommend using the authentication method registration and usage reporting APIs.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0 + summary: Get methods from users + description: Represents all authentication methods registered to a user. operationId: user.authentication_ListMethod parameters: - name: user-id @@ -26136,11 +25216,8 @@ paths: get: tags: - users.authentication - summary: Get authenticationMethod - description: Retrieve the properties and relationships of an authenticationMethod object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0 + summary: Get methods from users + description: Represents all authentication methods registered to a user. operationId: user.authentication_GetMethod parameters: - name: user-id @@ -26254,11 +25331,8 @@ paths: get: tags: - users.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 + summary: Get microsoftAuthenticatorMethods from users + description: The details of the Microsoft Authenticator app registered to a user for authentication. operationId: user.authentication_ListMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -26317,11 +25391,8 @@ paths: get: tags: - users.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 + summary: Get microsoftAuthenticatorMethods from users + description: The details of the Microsoft Authenticator app registered to a user for authentication. operationId: user.authentication_GetMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -26373,11 +25444,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property microsoftAuthenticatorMethods for users operationId: user.authentication_DeleteMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -26488,8 +25555,7 @@ paths: get: tags: - users.authentication - summary: Get authentication operation - description: 'Retrieve the properties and relationships of an operation object. Currently these operations are generated by initiating a password reset using the reset password method. An operation object tells the caller about the current state of that password reset operation. Possible states include: Succeeded and Failed are terminal states.' + summary: Get operations from users operationId: user.authentication_ListOperation parameters: - name: user-id @@ -26579,11 +25645,7 @@ paths: get: tags: - users.authentication - summary: Get authentication operation - description: 'Retrieve the properties and relationships of an operation object. Currently these operations are generated by initiating a password reset using the reset password method. An operation object tells the caller about the current state of that password reset operation. Possible states include: Succeeded and Failed are terminal states.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationoperation-get?view=graph-rest-1.0 + summary: Get operations from users operationId: user.authentication_GetOperation parameters: - name: user-id @@ -26731,11 +25793,8 @@ paths: get: tags: - users.authentication - summary: List passwordlessMicrosoftAuthenticatorAuthenticationMethods (deprecated) - description: Retrieve a list of a user's Microsoft Authenticator Passwordless Phone Sign-in method objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0 + summary: Get passwordlessMicrosoftAuthenticatorMethods from users + description: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. operationId: user.authentication_ListPasswordlessMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -26794,11 +25853,8 @@ paths: get: tags: - users.authentication - summary: Get passwordlessMicrosoftAuthenticatorAuthenticationMethod (deprecated) - description: Retrieve a user's single Microsoft Authenticator Passwordless Phone Sign-in method object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0 + summary: Get passwordlessMicrosoftAuthenticatorMethods from users + description: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. operationId: user.authentication_GetPasswordlessMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -26850,11 +25906,7 @@ paths: delete: tags: - users.authentication - 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-1.0 + summary: Delete navigation property passwordlessMicrosoftAuthenticatorMethods for users operationId: user.authentication_DeletePasswordlessMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -26964,11 +26016,8 @@ paths: get: tags: - users.authentication - summary: List passwordMethods - description: 'Retrieve a list of password authentication method objects. This API returns exactly one object, as a user can have exactly one password.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0 + summary: Get passwordMethods from users + description: Represents the details of the password authentication method registered to a user for authentication. operationId: user.authentication_ListPasswordMethod parameters: - name: user-id @@ -27058,11 +26107,8 @@ paths: get: tags: - users.authentication - summary: Get passwordAuthenticationMethod - description: 'Retrieve the properties and relationships of a password authentication method object. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0 + summary: Get passwordMethods from users + description: Represents the details of the password authentication method registered to a user for authentication. operationId: user.authentication_GetPasswordMethod parameters: - name: user-id @@ -27137,11 +26183,8 @@ paths: get: tags: - users.authentication - summary: List phoneMethods - description: 'Retrieve a list of phone authentication method objects. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Microsoft Entra ID and B2B users, but not B2C users.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0 + summary: Get phoneMethods from users + description: Represents the phone registered to a user for authentication. operationId: user.authentication_ListPhoneMethod parameters: - name: user-id @@ -27199,11 +26242,7 @@ paths: post: tags: - users.authentication - 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-1.0 + summary: Create new navigation property to phoneMethods for users operationId: user.authentication_CreatePhoneMethod parameters: - name: user-id @@ -27235,11 +26274,8 @@ paths: get: tags: - users.authentication - summary: Get phoneAuthenticationMethod - description: 'Retrieve a single phoneAuthenticationMethod object. This method is available only for standard Microsoft Entra ID and B2B users, but not B2C users.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0 + summary: Get phoneMethods from users + description: Represents the phone registered to a user for authentication. operationId: user.authentication_GetPhoneMethod parameters: - name: user-id @@ -27291,11 +26327,7 @@ paths: patch: tags: - users.authentication - 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-1.0 + summary: Update the navigation property phoneMethods in users operationId: user.authentication_UpdatePhoneMethod parameters: - name: user-id @@ -27334,11 +26366,7 @@ paths: delete: tags: - users.authentication - summary: Delete phoneAuthenticationMethod - description: 'Delete a user''s phone authentication method. Remember that a user may not have an alternateMobile number without a mobile number. If you want to remove a mobile number from a user that also has an alternateMobile number, first update the mobile number to the new number, then delete the alternateMobile number. If the phone number is the user''s default Azure multifactor authentication (MFA) authentication method, it cannot be deleted. Have the user change their default authentication method, and then delete the number.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-delete?view=graph-rest-1.0 + summary: Delete navigation property phoneMethods for users operationId: user.authentication_DeletePhoneMethod parameters: - name: user-id @@ -27395,11 +26423,7 @@ paths: get: tags: - users.authentication - summary: List platformCredentialAuthenticationMethods - description: Get a list of the platformCredentialAuthenticationMethod objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-list?view=graph-rest-1.0 + summary: Get platformCredentialMethods from users operationId: user.authentication_ListPlatformCredentialMethod parameters: - name: user-id @@ -27458,11 +26482,7 @@ paths: get: tags: - users.authentication - summary: Get platformCredentialAuthenticationMethod - description: Read the properties and relationships of a platformCredentialAuthenticationMethod object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-get?view=graph-rest-1.0 + summary: Get platformCredentialMethods from users operationId: user.authentication_GetPlatformCredentialMethod parameters: - name: user-id @@ -27514,11 +26534,7 @@ paths: delete: tags: - users.authentication - 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-1.0 + summary: Delete navigation property platformCredentialMethods for users operationId: user.authentication_DeletePlatformCredentialMethod parameters: - name: user-id @@ -27704,11 +26720,7 @@ paths: get: tags: - users.authentication - summary: List softwareOathMethods - description: Retrieve a list of a user's software OATH token authentication method objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0 + summary: Get softwareOathMethods from users operationId: user.authentication_ListSoftwareOathMethod parameters: - name: user-id @@ -27767,11 +26779,7 @@ paths: get: tags: - users.authentication - summary: Get softwareOathAuthenticationMethod - description: Retrieve a user's single Software OATH token authentication method object and its properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0 + summary: Get softwareOathMethods from users operationId: user.authentication_GetSoftwareOathMethod parameters: - name: user-id @@ -27823,11 +26831,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property softwareOathMethods for users operationId: user.authentication_DeleteSoftwareOathMethod parameters: - name: user-id @@ -27884,11 +26888,8 @@ paths: get: tags: - users.authentication - 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-1.0 + summary: Get temporaryAccessPassMethods from users + description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. operationId: user.authentication_ListTemporaryAccessPassMethod parameters: - name: user-id @@ -27946,11 +26947,7 @@ paths: post: tags: - users.authentication - 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 + summary: Create new navigation property to temporaryAccessPassMethods for users operationId: user.authentication_CreateTemporaryAccessPassMethod parameters: - name: user-id @@ -27982,11 +26979,8 @@ paths: get: tags: - users.authentication - 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 + summary: Get temporaryAccessPassMethods from users + description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. operationId: user.authentication_GetTemporaryAccessPassMethod parameters: - name: user-id @@ -28038,11 +27032,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property temporaryAccessPassMethods for users operationId: user.authentication_DeleteTemporaryAccessPassMethod parameters: - name: user-id @@ -28099,11 +27089,8 @@ paths: get: tags: - users.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 + summary: Get windowsHelloForBusinessMethods from users + description: Represents the Windows Hello for Business authentication method registered to a user for authentication. operationId: user.authentication_ListWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -28162,11 +27149,8 @@ paths: get: tags: - users.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 + summary: Get windowsHelloForBusinessMethods from users + description: Represents the Windows Hello for Business authentication method registered to a user for authentication. operationId: user.authentication_GetWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -28218,11 +27202,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property windowsHelloForBusinessMethods for users operationId: user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -28480,11 +27460,8 @@ paths: get: tags: - users.informationProtection - 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 + summary: Get recoveryKeys from users + description: The recovery keys associated with the bitlocker entity. operationId: user.informationProtection.bitlocker_ListRecoveryKey parameters: - name: user-id @@ -28543,11 +27520,8 @@ paths: get: tags: - users.informationProtection - 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-1.0 + summary: Get recoveryKeys from users + description: The recovery keys associated with the bitlocker entity. operationId: user.informationProtection.bitlocker_GetRecoveryKey parameters: - name: user-id @@ -28980,11 +27954,7 @@ paths: get: tags: - users.informationProtection - summary: 'informationProtectionLabel: listLabels (deprecated)' - description: Get a collection of information protection labels available to the user or to the organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0 + summary: Get labels from users operationId: user.informationProtection.policy_ListLabel parameters: - name: user-id @@ -29086,11 +28056,7 @@ paths: get: tags: - users.informationProtection - summary: Get informationProtectionLabel (deprecated) - description: Retrieve the properties and relationships of an informationProtectionLabel object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0 + summary: Get labels from users operationId: user.informationProtection.policy_GetLabel parameters: - name: user-id @@ -29888,11 +28854,7 @@ paths: get: tags: - users.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 + summary: Get threatAssessmentRequests from users operationId: user.informationProtection_ListThreatAssessmentRequest parameters: - name: user-id @@ -29950,11 +28912,7 @@ paths: post: tags: - users.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 + summary: Create new navigation property to threatAssessmentRequests for users operationId: user.informationProtection_CreateThreatAssessmentRequest parameters: - name: user-id @@ -29986,11 +28944,7 @@ paths: get: tags: - users.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 + summary: Get threatAssessmentRequests from users operationId: user.informationProtection_GetThreatAssessmentRequest parameters: - name: user-id @@ -31304,7 +30258,7 @@ components: $ref: '#/components/schemas/microsoft.graph.riskDetail' riskEventType: type: string - description: 'The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousUserActivity, anonymizedIPAddress, generic, investigationsThreatIntelligence, investigationsThreatIntelligenceSigninLinked,leakedCredentials, maliciousIPAddress, maliciousIPAddressValidCredentialsBlockedIP, malwareInfectedIPAddress, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, suspiciousAPITraffic, suspiciousIPAddress, unfamiliarFeatures, unlikelyTravel, userReportedSuspiciousActivity. For more information about each value, see Risk types and detection.' + description: 'The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousUserActivity, anonymizedIPAddress,attackerinTheMiddle,attemptedPRTAccess, generic, investigationsThreatIntelligence, investigationsThreatIntelligenceSigninLinked,leakedCredentials, maliciousIPAddress, maliciousIPAddressValidCredentialsBlockedIP, malwareInfectedIPAddress, mcasImpossibleTravel,mcasFinSuspiciousFileAccess, mcasSuspiciousInboxManipulationRules,nationStateIP, suspiciousAPITraffic, suspiciousIPAddress,suspiciousSendingPatterns, unfamiliarFeatures, unlikelyTravel, userReportedSuspiciousActivity. For more information about each value, see Risk types and detection.' nullable: true riskLevel: $ref: '#/components/schemas/microsoft.graph.riskLevel' @@ -33171,7 +32125,7 @@ components: items: type: string nullable: true - description: 'Indicates if user consent to apps is allowed, and if it is, which app consent policy (permissionGrantPolicy) governs the permission for users to grant consent. Values should be in the format managePermissionGrantsForSelf.{id}, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled.' + description: 'Indicates if user consent to apps is allowed, and if it is, the app consent policy that governs the permission for users to grant consent. Values should be in the format managePermissionGrantsForSelf.{id} for user consent policies or managePermissionGrantsForOwnedResource.{id} for resource-specific consent policies, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled.' defaultUserRoleOverrides: type: array items: @@ -37140,7 +36094,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -37921,11 +36875,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -37944,7 +36898,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -38675,7 +37629,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -39096,6 +38050,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -39106,7 +38061,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -39981,11 +38936,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -43415,13 +42370,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -43646,7 +42601,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -43848,7 +42803,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -44661,7 +43616,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -44669,7 +43624,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object @@ -49055,11 +48010,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 @@ -49832,11 +48787,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -49852,13 +48807,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -55771,7 +54726,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index 6e3915ccb3..f16a458456 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -77,11 +77,8 @@ paths: get: tags: - users.inferenceClassification - summary: List overrides - description: 'Get the Focused Inbox overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0 + summary: Get overrides from users + description: 'A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.' operationId: user.inferenceClassification_ListOverride parameters: - name: user-id @@ -128,11 +125,7 @@ paths: post: tags: - users.inferenceClassification - summary: Create inferenceClassificationOverride - description: "Create a focused Inbox override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classified\nas specified in the override." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0 + summary: Create new navigation property to overrides for users operationId: user.inferenceClassification_CreateOverride parameters: - name: user-id @@ -207,11 +200,7 @@ paths: patch: tags: - users.inferenceClassification - summary: Update inferenceClassificationOverride - description: "Change the classifyAs field of a focused Inbox override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one with\nthe new SMTP address is the only way to 'update' the override for this sender." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-update?view=graph-rest-1.0 + summary: Update the navigation property overrides in users operationId: user.inferenceClassification_UpdateOverride parameters: - name: user-id @@ -250,11 +239,7 @@ paths: delete: tags: - users.inferenceClassification - summary: Delete inferenceClassificationOverride - description: Delete a focused Inbox override specified by its ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-delete?view=graph-rest-1.0 + summary: Delete navigation property overrides for users operationId: user.inferenceClassification_DeleteOverride parameters: - name: user-id @@ -312,9 +297,6 @@ paths: - users.mailFolder summary: Get mailFolders from users description: The user's mail folders. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0 operationId: user_ListMailFolder parameters: - name: user-id @@ -378,11 +360,7 @@ paths: post: tags: - users.mailFolder - summary: Create MailFolder - description: 'Use this API to create a new mail folder in the root folder of the user''s mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0 + summary: Create new navigation property to mailFolders for users operationId: user_CreateMailFolder parameters: - name: user-id @@ -416,9 +394,6 @@ paths: - users.mailFolder summary: Get mailFolders from users description: The user's mail folders. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-get?view=graph-rest-1.0 operationId: user_GetMailFolder parameters: - name: user-id @@ -477,11 +452,7 @@ paths: patch: tags: - users.mailFolder - summary: Update mailFolder - description: Update the properties of mailFolder object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 + summary: Update the navigation property mailFolders in users operationId: user_UpdateMailFolder parameters: - name: user-id @@ -520,11 +491,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete mailFolder - description: 'Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-delete?view=graph-rest-1.0 + summary: Delete navigation property mailFolders for users operationId: user_DeleteMailFolder parameters: - name: user-id @@ -561,9 +528,6 @@ paths: - users.mailFolder summary: Get childFolders from users description: The collection of child folders in the mailFolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0 operationId: user.mailFolder_ListChildFolder parameters: - name: user-id @@ -635,11 +599,7 @@ paths: post: tags: - users.mailFolder - summary: Create mailSearchFolder - description: Create a new mailSearchFolder in the specified user's mailbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailsearchfolder-post?view=graph-rest-1.0 + summary: Create new navigation property to childFolders for users operationId: user.mailFolder_CreateChildFolder parameters: - name: user-id @@ -837,11 +797,8 @@ paths: get: tags: - users.mailFolder - summary: List rules - description: Get all the messageRule objects defined for the user's inbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder.childFolder_ListMessageRule parameters: - name: user-id @@ -904,11 +861,7 @@ paths: post: tags: - users.mailFolder - summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 + summary: Create new navigation property to messageRules for users operationId: user.mailFolder.childFolder_CreateMessageRule parameters: - name: user-id @@ -956,11 +909,8 @@ paths: get: tags: - users.mailFolder - summary: Get rule - description: Get the properties and relationships of a messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder.childFolder_GetMessageRule parameters: - name: user-id @@ -1018,11 +968,7 @@ paths: patch: tags: - users.mailFolder - summary: Update rule - description: Change writable properties on a messageRule object and save the changes. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0 + summary: Update the navigation property messageRules in users operationId: user.mailFolder.childFolder_UpdateMessageRule parameters: - name: user-id @@ -1077,11 +1023,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete messageRule - description: Delete the specified messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0 + summary: Delete navigation property messageRules for users operationId: user.mailFolder.childFolder_DeleteMessageRule parameters: - name: user-id @@ -1169,11 +1111,8 @@ paths: get: tags: - users.mailFolder - summary: List messages - description: 'List all the messages in the specified user''s mailbox, or those messages in a specified folder in the mailbox.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 + summary: Get messages from users + description: The collection of messages in the mailFolder. operationId: user.mailFolder.childFolder_ListMessage parameters: - name: user-id @@ -1247,11 +1186,7 @@ paths: post: tags: - users.mailFolder - summary: Create Message - description: Use this API to create a new Message in a mailfolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0 + summary: Create new navigation property to messages for users operationId: user.mailFolder.childFolder_CreateMessage parameters: - name: user-id @@ -1475,9 +1410,6 @@ paths: tags: - users.mailFolder summary: Get media content for the navigation property messages from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 operationId: user.mailFolder.childFolder_GetMessagesContent parameters: - name: user-id @@ -1579,11 +1511,8 @@ paths: get: tags: - users.mailFolder - summary: List attachments - description: Retrieve a list of attachment objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.childFolder.message_ListAttachment parameters: - name: user-id @@ -1662,11 +1591,7 @@ paths: post: tags: - users.mailFolder - summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new\nmessage that is being drafted, or created and sent on the fly." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.mailFolder.childFolder.message_CreateAttachment parameters: - name: user-id @@ -1722,11 +1647,8 @@ paths: get: tags: - users.mailFolder - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.childFolder.message_GetAttachment parameters: - name: user-id @@ -1906,8 +1828,8 @@ paths: get: tags: - users.mailFolder - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.childFolder.message_ListExtension parameters: - name: user-id @@ -1988,11 +1910,7 @@ paths: post: tags: - users.mailFolder - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.mailFolder.childFolder.message_CreateExtension parameters: - name: user-id @@ -2048,11 +1966,8 @@ paths: get: tags: - users.mailFolder - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.childFolder.message_GetExtension parameters: - name: user-id @@ -2191,11 +2106,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete openTypeExtension - description: 'Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 + summary: Delete navigation property extensions for users operationId: user.mailFolder.childFolder.message_DeleteExtension parameters: - name: user-id @@ -2514,11 +2425,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete message - description: 'Delete a message in the specified user''s mailbox, or delete a relationship of the message. For example, you can delete a specific @-mention of the specified user in the message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0 + summary: Delete navigation property mentions for users operationId: user.mailFolder.childFolder.message_DeleteMention parameters: - name: user-id @@ -2849,11 +2756,8 @@ paths: get: tags: - users.mailFolder - summary: List rules - description: Get all the messageRule objects defined for the user's inbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder_ListMessageRule parameters: - name: user-id @@ -2908,11 +2812,7 @@ paths: post: tags: - users.mailFolder - summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 + summary: Create new navigation property to messageRules for users operationId: user.mailFolder_CreateMessageRule parameters: - name: user-id @@ -2952,11 +2852,8 @@ paths: get: tags: - users.mailFolder - summary: Get rule - description: Get the properties and relationships of a messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder_GetMessageRule parameters: - name: user-id @@ -3006,11 +2903,7 @@ paths: patch: tags: - users.mailFolder - summary: Update rule - description: Change writable properties on a messageRule object and save the changes. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0 + summary: Update the navigation property messageRules in users operationId: user.mailFolder_UpdateMessageRule parameters: - name: user-id @@ -3057,11 +2950,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete messageRule - description: Delete the specified messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0 + summary: Delete navigation property messageRules for users operationId: user.mailFolder_DeleteMessageRule parameters: - name: user-id @@ -3133,11 +3022,8 @@ paths: get: tags: - users.mailFolder - summary: List messages - description: 'List all the messages in the specified user''s mailbox, or those messages in a specified folder in the mailbox.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 + summary: Get messages from users + description: The collection of messages in the mailFolder. operationId: user.mailFolder_ListMessage parameters: - name: user-id @@ -3203,11 +3089,7 @@ paths: post: tags: - users.mailFolder - summary: Create Message - description: Use this API to create a new Message in a mailfolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0 + summary: Create new navigation property to messages for users operationId: user.mailFolder_CreateMessage parameters: - name: user-id @@ -3399,9 +3281,6 @@ paths: tags: - users.mailFolder summary: Get media content for the navigation property messages from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 operationId: user.mailFolder_GetMessagesContent parameters: - name: user-id @@ -3487,11 +3366,8 @@ paths: get: tags: - users.mailFolder - summary: List attachments - description: Retrieve a list of attachment objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.message_ListAttachment parameters: - name: user-id @@ -3562,11 +3438,7 @@ paths: post: tags: - users.mailFolder - summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new\nmessage that is being drafted, or created and sent on the fly." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.mailFolder.message_CreateAttachment parameters: - name: user-id @@ -3614,11 +3486,8 @@ paths: get: tags: - users.mailFolder - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.message_GetAttachment parameters: - name: user-id @@ -3774,8 +3643,8 @@ paths: get: tags: - users.mailFolder - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.message_ListExtension parameters: - name: user-id @@ -3848,11 +3717,7 @@ paths: post: tags: - users.mailFolder - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.mailFolder.message_CreateExtension parameters: - name: user-id @@ -3900,11 +3765,8 @@ paths: get: tags: - users.mailFolder - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.message_GetExtension parameters: - name: user-id @@ -4027,11 +3889,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete openTypeExtension - description: 'Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 + summary: Delete navigation property extensions for users operationId: user.mailFolder.message_DeleteExtension parameters: - name: user-id @@ -4310,11 +4168,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete message - description: 'Delete a message in the specified user''s mailbox, or delete a relationship of the message. For example, you can delete a specific @-mention of the specified user in the message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0 + summary: Delete navigation property mentions for users operationId: user.mailFolder.message_DeleteMention parameters: - name: user-id @@ -4591,9 +4445,6 @@ paths: - users.message summary: Get messages from users description: The messages in a mailbox or folder. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: user_ListMessage parameters: - name: user-id @@ -4658,11 +4509,7 @@ paths: post: tags: - users.message - 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-1.0 + summary: Create new navigation property to messages for users operationId: user_CreateMessage parameters: - name: user-id @@ -4696,9 +4543,6 @@ paths: - users.message summary: Get messages from users description: The messages in a mailbox or folder. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 operationId: user_GetMessage parameters: - name: user-id @@ -4757,11 +4601,7 @@ paths: patch: tags: - users.message - summary: Update message - description: Update the properties of a message object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0 + summary: Update the navigation property messages in users operationId: user_UpdateMessage parameters: - name: user-id @@ -4800,11 +4640,7 @@ paths: delete: tags: - users.message - summary: Delete message - description: 'Delete a message in the specified user''s mailbox, or delete a relationship of the message. For example, you can delete a specific @-mention of the specified user in the message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0 + summary: Delete navigation property messages for users operationId: user_DeleteMessage parameters: - name: user-id @@ -4840,9 +4676,6 @@ paths: tags: - users.message summary: Get media content for the navigation property messages from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: user_GetMessagesContent parameters: - name: user-id @@ -4912,11 +4745,8 @@ paths: get: tags: - users.message - summary: List attachments - description: Retrieve a list of attachment objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.message_ListAttachment parameters: - name: user-id @@ -4979,11 +4809,7 @@ paths: post: tags: - users.message - summary: Add attachment - description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or to a new\nmessage that is being drafted, or created and sent on the fly." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.message_CreateAttachment parameters: - name: user-id @@ -5023,11 +4849,8 @@ paths: get: tags: - users.message - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, Outlook task, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.message_GetAttachment parameters: - name: user-id @@ -5159,8 +4982,8 @@ paths: get: tags: - users.message - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.message_ListExtension parameters: - name: user-id @@ -5225,11 +5048,7 @@ paths: post: tags: - users.message - 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-1.0 + summary: Create new navigation property to extensions for users operationId: user.message_CreateExtension parameters: - name: user-id @@ -5269,11 +5088,8 @@ paths: get: tags: - users.message - 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-1.0 + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.message_GetExtension parameters: - name: user-id @@ -5380,11 +5196,7 @@ paths: delete: tags: - users.message - summary: Delete openTypeExtension - description: 'Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 + summary: Delete navigation property extensions for users operationId: user.message_DeleteExtension parameters: - name: user-id @@ -5623,11 +5435,7 @@ paths: delete: tags: - users.message - summary: Delete message - description: 'Delete a message in the specified user''s mailbox, or delete a relationship of the message. For example, you can delete a specific @-mention of the specified user in the message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0 + summary: Delete navigation property mentions for users operationId: user.message_DeleteMention parameters: - name: user-id diff --git a/openApiDocs/beta/ManagedTenants.yml b/openApiDocs/beta/ManagedTenants.yml index 77d281fe68..1a1d1f58d5 100644 --- a/openApiDocs/beta/ManagedTenants.yml +++ b/openApiDocs/beta/ManagedTenants.yml @@ -88,11 +88,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get aggregatedPolicyCompliances from tenantRelationships + description: Aggregate view of device compliance policies across managed tenants. operationId: tenantRelationship.managedTenant_ListAggregatedPolicyCompliance parameters: - $ref: '#/components/parameters/top' @@ -471,11 +468,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get auditEvents from tenantRelationships + description: The collection of audit events across managed tenants. operationId: tenantRelationship.managedTenant_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -548,11 +542,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get auditEvents from tenantRelationships + description: The collection of audit events across managed tenants. operationId: tenantRelationship.managedTenant_GetAuditEvent parameters: - name: auditEvent-id @@ -668,11 +659,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get cloudPcConnections from tenantRelationships + description: The collection of cloud PC connections across managed tenants. operationId: tenantRelationship.managedTenant_ListCloudPcConnection parameters: - $ref: '#/components/parameters/top' @@ -745,11 +733,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get cloudPcConnections from tenantRelationships + description: The collection of cloud PC connections across managed tenants. operationId: tenantRelationship.managedTenant_GetCloudPcConnection parameters: - name: cloudPcConnection-id @@ -865,11 +850,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get cloudPcDevices from tenantRelationships + description: The collection of cloud PC devices across managed tenants. operationId: tenantRelationship.managedTenant_ListCloudPcDevice parameters: - $ref: '#/components/parameters/top' @@ -942,11 +924,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get cloudPcDevices from tenantRelationships + description: The collection of cloud PC devices across managed tenants. operationId: tenantRelationship.managedTenant_GetCloudPcDevice parameters: - name: cloudPcDevice-id @@ -1062,11 +1041,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get cloudPcsOverview from tenantRelationships + description: Overview of cloud PC information across managed tenants. operationId: tenantRelationship.managedTenant_ListCloudPcsOverview parameters: - $ref: '#/components/parameters/top' @@ -1139,11 +1115,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get cloudPcsOverview from tenantRelationships + description: Overview of cloud PC information across managed tenants. operationId: tenantRelationship.managedTenant_GetCloudPcsOverview parameters: - name: cloudPcOverview-tenantId @@ -1259,11 +1232,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get conditionalAccessPolicyCoverages from tenantRelationships + description: Aggregate view of conditional access policy coverage across managed tenants. operationId: tenantRelationship.managedTenant_ListConditionalAccessPolicyCoverage parameters: - $ref: '#/components/parameters/top' @@ -1336,11 +1306,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get conditionalAccessPolicyCoverages from tenantRelationships + description: Aggregate view of conditional access policy coverage across managed tenants. operationId: tenantRelationship.managedTenant_GetConditionalAccessPolicyCoverage parameters: - name: conditionalAccessPolicyCoverage-id @@ -1456,11 +1423,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get credentialUserRegistrationsSummaries from tenantRelationships + description: Summary information for user registration for multi-factor authentication and self service password reset across managed tenants. operationId: tenantRelationship.managedTenant_ListCredentialUserRegistrationsSummary parameters: - $ref: '#/components/parameters/top' @@ -1533,11 +1497,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get credentialUserRegistrationsSummaries from tenantRelationships + description: Summary information for user registration for multi-factor authentication and self service password reset across managed tenants. operationId: tenantRelationship.managedTenant_GetCredentialUserRegistrationsSummary parameters: - name: credentialUserRegistrationsSummary-id @@ -1842,11 +1803,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get deviceCompliancePolicySettingStateSummaries from tenantRelationships + description: Summary information for device compliance policy setting states across managed tenants. operationId: tenantRelationship.managedTenant_ListDeviceCompliancePolicySettingStateSummary parameters: - $ref: '#/components/parameters/top' @@ -1919,11 +1877,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get deviceCompliancePolicySettingStateSummaries from tenantRelationships + description: Summary information for device compliance policy setting states across managed tenants. operationId: tenantRelationship.managedTenant_GetDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -2228,11 +2183,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managedDeviceCompliances from tenantRelationships + description: The collection of compliance for managed devices across managed tenants. operationId: tenantRelationship.managedTenant_ListManagedDeviceCompliance parameters: - $ref: '#/components/parameters/top' @@ -2305,11 +2257,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managedDeviceCompliances from tenantRelationships + description: The collection of compliance for managed devices across managed tenants. operationId: tenantRelationship.managedTenant_GetManagedDeviceCompliance parameters: - name: managedDeviceCompliance-id @@ -2425,11 +2374,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managedDeviceComplianceTrends from tenantRelationships + description: Trend insights for device compliance across managed tenants. operationId: tenantRelationship.managedTenant_ListManagedDeviceComplianceTrend parameters: - $ref: '#/components/parameters/top' @@ -2502,11 +2448,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managedDeviceComplianceTrends from tenantRelationships + description: Trend insights for device compliance across managed tenants. operationId: tenantRelationship.managedTenant_GetManagedDeviceComplianceTrend parameters: - name: managedDeviceComplianceTrend-id @@ -4840,11 +4783,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementActions from tenantRelationships + description: The collection of baseline management actions across managed tenants. operationId: tenantRelationship.managedTenant_ListManagementAction parameters: - $ref: '#/components/parameters/top' @@ -4917,11 +4857,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementActions from tenantRelationships + description: The collection of baseline management actions across managed tenants. operationId: tenantRelationship.managedTenant_GetManagementAction parameters: - name: managementAction-id @@ -5037,11 +4974,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementActionTenantDeploymentStatuses from tenantRelationships + description: The tenant level status of management actions across managed tenants. operationId: tenantRelationship.managedTenant_ListManagementActionTenantDeploymentStatus parameters: - $ref: '#/components/parameters/top' @@ -5114,11 +5048,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementActionTenantDeploymentStatuses from tenantRelationships + description: The tenant level status of management actions across managed tenants. operationId: tenantRelationship.managedTenant_GetManagementActionTenantDeploymentStatus parameters: - name: managementActionTenantDeploymentStatus-id @@ -5234,11 +5165,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementIntents from tenantRelationships + description: The collection of baseline management intents across managed tenants. operationId: tenantRelationship.managedTenant_ListManagementIntent parameters: - $ref: '#/components/parameters/top' @@ -5311,11 +5239,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementIntents from tenantRelationships + description: The collection of baseline management intents across managed tenants. operationId: tenantRelationship.managedTenant_GetManagementIntent parameters: - name: managementIntent-id @@ -5943,11 +5868,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementTemplates from tenantRelationships + description: The collection of baseline management templates across managed tenants. operationId: tenantRelationship.managedTenant_ListManagementTemplate parameters: - $ref: '#/components/parameters/top' @@ -6020,11 +5942,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get managementTemplates from tenantRelationships + description: The collection of baseline management templates across managed tenants. operationId: tenantRelationship.managedTenant_GetManagementTemplate parameters: - name: managementTemplate-id @@ -7580,11 +7499,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get myRoles from tenantRelationships + description: The collection of role assignments to a signed-in user for a managed tenant. operationId: tenantRelationship.managedTenant_ListMyRole parameters: - $ref: '#/components/parameters/top' @@ -7774,11 +7690,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantGroups from tenantRelationships + description: The collection of a logical grouping of managed tenants used by the multi-tenant management platform. operationId: tenantRelationship.managedTenant_ListTenantGroup parameters: - $ref: '#/components/parameters/top' @@ -7851,11 +7764,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantGroups from tenantRelationships + description: The collection of a logical grouping of managed tenants used by the multi-tenant management platform. operationId: tenantRelationship.managedTenant_GetTenantGroup parameters: - name: tenantGroup-id @@ -7971,11 +7881,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenants from tenantRelationships + description: The collection of tenants associated with the managing entity. operationId: tenantRelationship.managedTenant_ListTenant parameters: - $ref: '#/components/parameters/top' @@ -8048,11 +7955,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenants from tenantRelationships + description: The collection of tenants associated with the managing entity. operationId: tenantRelationship.managedTenant_GetTenant parameters: - name: tenant-id @@ -8168,11 +8072,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantsCustomizedInformation from tenantRelationships + description: The collection of tenant level customized information across managed tenants. operationId: tenantRelationship.managedTenant_ListTenantsCustomizedInformation parameters: - $ref: '#/components/parameters/top' @@ -8245,11 +8146,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantsCustomizedInformation from tenantRelationships + description: The collection of tenant level customized information across managed tenants. operationId: tenantRelationship.managedTenant_GetTenantsCustomizedInformation parameters: - name: tenantCustomizedInformation-id @@ -8293,11 +8191,7 @@ paths: patch: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Update the navigation property tenantsCustomizedInformation in tenantRelationships operationId: tenantRelationship.managedTenant_UpdateTenantsCustomizedInformation parameters: - name: tenantCustomizedInformation-id @@ -8369,11 +8263,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantsDetailedInformation from tenantRelationships + description: The collection tenant level detailed information across managed tenants. operationId: tenantRelationship.managedTenant_ListTenantsDetailedInformation parameters: - $ref: '#/components/parameters/top' @@ -8446,11 +8337,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantsDetailedInformation from tenantRelationships + description: The collection tenant level detailed information across managed tenants. operationId: tenantRelationship.managedTenant_GetTenantsDetailedInformation parameters: - name: tenantDetailedInformation-id @@ -8566,11 +8454,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantTags from tenantRelationships + description: The collection of tenant tags across managed tenants. operationId: tenantRelationship.managedTenant_ListTenantTag parameters: - $ref: '#/components/parameters/top' @@ -8620,11 +8505,7 @@ paths: post: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Create new navigation property to tenantTags for tenantRelationships operationId: tenantRelationship.managedTenant_CreateTenantTag requestBody: description: New navigation property @@ -8647,11 +8528,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get tenantTags from tenantRelationships + description: The collection of tenant tags across managed tenants. operationId: tenantRelationship.managedTenant_GetTenantTag parameters: - name: tenantTag-id @@ -8695,11 +8573,7 @@ paths: patch: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Update the navigation property tenantTags in tenantRelationships operationId: tenantRelationship.managedTenant_UpdateTenantTag parameters: - name: tenantTag-id @@ -8730,11 +8604,7 @@ paths: delete: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Delete navigation property tenantTags for tenantRelationships operationId: tenantRelationship.managedTenant_DeleteTenantTag parameters: - name: tenantTag-id @@ -8775,11 +8645,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get windowsDeviceMalwareStates from tenantRelationships + description: 'The state of malware for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' operationId: tenantRelationship.managedTenant_ListWindowsDeviceMalwareState parameters: - $ref: '#/components/parameters/top' @@ -8852,11 +8719,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get windowsDeviceMalwareStates from tenantRelationships + description: 'The state of malware for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' operationId: tenantRelationship.managedTenant_GetWindowsDeviceMalwareState parameters: - name: windowsDeviceMalwareState-id @@ -8972,11 +8836,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get windowsProtectionStates from tenantRelationships + description: 'The protection state for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' operationId: tenantRelationship.managedTenant_ListWindowsProtectionState parameters: - $ref: '#/components/parameters/top' @@ -9049,11 +8910,8 @@ paths: get: tags: - tenantRelationships.managedTenant - 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-1.0 + summary: Get windowsProtectionStates from tenantRelationships + description: 'The protection state for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' operationId: tenantRelationship.managedTenant_GetWindowsProtectionState parameters: - name: windowsProtectionState-id diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index 0d125b0872..dc0cd220b3 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -112,11 +112,8 @@ paths: get: tags: - groups.onenote - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_ListNotebook parameters: - name: group-id @@ -174,11 +171,7 @@ paths: post: tags: - groups.onenote - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for groups operationId: group.onenote_CreateNotebook parameters: - name: group-id @@ -210,11 +203,8 @@ paths: get: tags: - groups.onenote - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_GetNotebook parameters: - name: group-id @@ -340,11 +330,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. operationId: group.onenote.notebook_ListSectionGroup parameters: - name: group-id @@ -410,11 +397,7 @@ paths: post: tags: - groups.onenote - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for groups operationId: group.onenote.notebook_CreateSectionGroup parameters: - name: group-id @@ -729,11 +712,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -916,11 +896,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.onenote.notebook.sectionGroup_ListSection parameters: - name: group-id @@ -994,11 +971,7 @@ paths: post: tags: - groups.onenote - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.onenote.notebook.sectionGroup_CreateSection parameters: - name: group-id @@ -2093,11 +2066,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of section objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. operationId: group.onenote.notebook_ListSection parameters: - name: group-id @@ -2163,11 +2133,7 @@ paths: post: tags: - groups.onenote - summary: Create section - description: Create a new section in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.onenote.notebook_CreateSection parameters: - name: group-id @@ -3118,8 +3084,8 @@ paths: get: tags: - groups.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.onenote_ListOperation parameters: - name: group-id @@ -3209,11 +3175,8 @@ paths: get: tags: - groups.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.onenote_GetOperation parameters: - name: group-id @@ -3544,11 +3507,7 @@ paths: delete: tags: - groups.onenote - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for groups operationId: group.onenote_DeletePage parameters: - name: group-id @@ -4103,11 +4062,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_ListSectionGroup parameters: - name: group-id @@ -4197,11 +4153,8 @@ paths: get: tags: - groups.onenote - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_GetSectionGroup parameters: - name: group-id @@ -4435,11 +4388,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.onenote.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -4598,11 +4548,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.onenote.sectionGroup_ListSection parameters: - name: group-id @@ -4668,11 +4615,7 @@ paths: post: tags: - groups.onenote - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.onenote.sectionGroup_CreateSection parameters: - name: group-id @@ -5623,11 +5566,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of section objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_ListSection parameters: - name: group-id @@ -5717,11 +5657,8 @@ paths: get: tags: - groups.onenote - summary: Get section - description: Retrieve the properties and relationships of a section object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_GetSection parameters: - name: group-id @@ -6859,11 +6796,8 @@ paths: get: tags: - sites.onenote - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from sites + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_ListNotebook parameters: - name: site-id @@ -6921,11 +6855,7 @@ paths: post: tags: - sites.onenote - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for sites operationId: site.onenote_CreateNotebook parameters: - name: site-id @@ -6957,11 +6887,8 @@ paths: get: tags: - sites.onenote - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from sites + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_GetNotebook parameters: - name: site-id @@ -7087,11 +7014,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in the notebook. Read-only. Nullable. operationId: site.onenote.notebook_ListSectionGroup parameters: - name: site-id @@ -7157,11 +7081,7 @@ paths: post: tags: - sites.onenote - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for sites operationId: site.onenote.notebook_CreateSectionGroup parameters: - name: site-id @@ -7476,11 +7396,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. operationId: site.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: site-id @@ -7663,11 +7580,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in the section group. Read-only. Nullable. operationId: site.onenote.notebook.sectionGroup_ListSection parameters: - name: site-id @@ -7741,11 +7655,7 @@ paths: post: tags: - sites.onenote - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for sites operationId: site.onenote.notebook.sectionGroup_CreateSection parameters: - name: site-id @@ -8840,11 +8750,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of section objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in the notebook. Read-only. Nullable. operationId: site.onenote.notebook_ListSection parameters: - name: site-id @@ -8910,11 +8817,7 @@ paths: post: tags: - sites.onenote - summary: Create section - description: Create a new section in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for sites operationId: site.onenote.notebook_CreateSection parameters: - name: site-id @@ -9865,8 +9768,8 @@ paths: get: tags: - sites.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from sites + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: site.onenote_ListOperation parameters: - name: site-id @@ -9956,11 +9859,8 @@ paths: get: tags: - sites.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from sites + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: site.onenote_GetOperation parameters: - name: site-id @@ -10291,11 +10191,7 @@ paths: delete: tags: - sites.onenote - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for sites operationId: site.onenote_DeletePage parameters: - name: site-id @@ -10850,11 +10746,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_ListSectionGroup parameters: - name: site-id @@ -10944,11 +10837,8 @@ paths: get: tags: - sites.onenote - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_GetSectionGroup parameters: - name: site-id @@ -11182,11 +11072,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. operationId: site.onenote.sectionGroup_ListSectionGroup parameters: - name: site-id @@ -11345,11 +11232,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in the section group. Read-only. Nullable. operationId: site.onenote.sectionGroup_ListSection parameters: - name: site-id @@ -11415,11 +11299,7 @@ paths: post: tags: - sites.onenote - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for sites operationId: site.onenote.sectionGroup_CreateSection parameters: - name: site-id @@ -12370,11 +12250,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of section objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_ListSection parameters: - name: site-id @@ -12464,11 +12341,8 @@ paths: get: tags: - sites.onenote - summary: Get section - description: Retrieve the properties and relationships of a section object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_GetSection parameters: - name: site-id @@ -13330,11 +13204,8 @@ paths: get: tags: - users.onenote - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from users + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_ListNotebook parameters: - name: user-id @@ -13392,11 +13263,7 @@ paths: post: tags: - users.onenote - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for users operationId: user.onenote_CreateNotebook parameters: - name: user-id @@ -13428,11 +13295,8 @@ paths: get: tags: - users.onenote - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from users + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_GetNotebook parameters: - name: user-id @@ -13558,11 +13422,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in the notebook. Read-only. Nullable. operationId: user.onenote.notebook_ListSectionGroup parameters: - name: user-id @@ -13628,11 +13489,7 @@ paths: post: tags: - users.onenote - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for users operationId: user.onenote.notebook_CreateSectionGroup parameters: - name: user-id @@ -13947,11 +13804,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in the section. Read-only. Nullable. operationId: user.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: user-id @@ -14134,11 +13988,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in the section group. Read-only. Nullable. operationId: user.onenote.notebook.sectionGroup_ListSection parameters: - name: user-id @@ -14212,11 +14063,7 @@ paths: post: tags: - users.onenote - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for users operationId: user.onenote.notebook.sectionGroup_CreateSection parameters: - name: user-id @@ -15311,11 +15158,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of section objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in the notebook. Read-only. Nullable. operationId: user.onenote.notebook_ListSection parameters: - name: user-id @@ -15381,11 +15225,7 @@ paths: post: tags: - users.onenote - summary: Create section - description: Create a new section in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for users operationId: user.onenote.notebook_CreateSection parameters: - name: user-id @@ -16336,8 +16176,8 @@ paths: get: tags: - users.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from users + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: user.onenote_ListOperation parameters: - name: user-id @@ -16427,11 +16267,8 @@ paths: get: tags: - users.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from users + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: user.onenote_GetOperation parameters: - name: user-id @@ -16762,11 +16599,7 @@ paths: delete: tags: - users.onenote - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for users operationId: user.onenote_DeletePage parameters: - name: user-id @@ -17321,11 +17154,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_ListSectionGroup parameters: - name: user-id @@ -17415,11 +17245,8 @@ paths: get: tags: - users.onenote - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_GetSectionGroup parameters: - name: user-id @@ -17653,11 +17480,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in the section. Read-only. Nullable. operationId: user.onenote.sectionGroup_ListSectionGroup parameters: - name: user-id @@ -17816,11 +17640,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in the section group. Read-only. Nullable. operationId: user.onenote.sectionGroup_ListSection parameters: - name: user-id @@ -17886,11 +17707,7 @@ paths: post: tags: - users.onenote - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for users operationId: user.onenote.sectionGroup_CreateSection parameters: - name: user-id @@ -18841,11 +18658,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of section objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_ListSection parameters: - name: user-id @@ -18935,11 +18749,8 @@ paths: get: tags: - users.onenote - summary: Get section - description: Retrieve the properties and relationships of a section object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_GetSection parameters: - name: user-id @@ -20209,11 +20020,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 3287f0ba49..b67a9f4662 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -352,11 +352,8 @@ paths: get: tags: - users.person - summary: List people - description: 'Retrieve a list of person objects ordered by their relevance to the user, which is determined by the user''s communication and collaboration patterns, and business relationships.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0 + summary: Get people from users + description: 'Read-only. The most relevant people to the user. The collection is ordered by their relevance to the user, which is determined by the user''s communication, collaboration, and business relationships. A person aggregates information from mail, contacts, and social networks.' operationId: user_ListPerson parameters: - name: user-id @@ -471,11 +468,8 @@ paths: get: tags: - users.profile - summary: Get profile - description: 'Retrieve the properties and relationships of a profile object for a given user. The profile resource exposes various rich properties that are descriptive of the user as relationships, for example, anniversaries and education activities. To get one of these navigation properties, use the corresponding GET method on that property. See the methods exposed by profile.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-get?view=graph-rest-1.0 + summary: Get profile from users + description: Represents properties that are descriptive of a user in a tenant. operationId: user_GetProfile parameters: - name: user-id @@ -550,11 +544,7 @@ paths: delete: tags: - users.profile - summary: Delete profile - description: Deletes a profile object from a user's account. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-delete?view=graph-rest-1.0 + summary: Delete navigation property profile for users operationId: user_DeleteProfile parameters: - name: user-id @@ -581,11 +571,7 @@ paths: get: tags: - users.profile - summary: List accounts - description: Retrieves properties related to the user's accounts from the profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-accounts?view=graph-rest-1.0 + summary: Get account from users operationId: user.profile_ListAccount parameters: - name: user-id @@ -643,11 +629,7 @@ paths: post: tags: - users.profile - summary: Create account - description: Create a new userAccountInformation object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-accounts?view=graph-rest-1.0 + summary: Create new navigation property to account for users operationId: user.profile_CreateAccount parameters: - name: user-id @@ -679,11 +661,7 @@ paths: get: tags: - users.profile - summary: Get userAccountInformation - description: Retrieve the properties and relationships of an userAccountInformation object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/useraccountinformation-get?view=graph-rest-1.0 + summary: Get account from users operationId: user.profile_GetAccount parameters: - name: user-id @@ -735,11 +713,7 @@ paths: patch: tags: - users.profile - summary: Update useraccountinformation - description: Update the properties of an userAccountInformation object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/useraccountinformation-update?view=graph-rest-1.0 + summary: Update the navigation property account in users operationId: user.profile_UpdateAccount parameters: - name: user-id @@ -778,11 +752,7 @@ paths: delete: tags: - users.profile - summary: Delete userAccountInformation - description: Delete an userAccountInformation object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/useraccountinformation-delete?view=graph-rest-1.0 + summary: Delete navigation property account for users operationId: user.profile_DeleteAccount parameters: - name: user-id @@ -839,11 +809,8 @@ paths: get: tags: - users.profile - summary: List addresses - description: Get the itemAddress resources from the addresses navigation property. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-addresses?view=graph-rest-1.0 + summary: Get addresses from users + description: Represents details of addresses associated with the user. operationId: user.profile_ListAddress parameters: - name: user-id @@ -901,11 +868,7 @@ paths: post: tags: - users.profile - summary: Create addresses - description: Create a new itemAddress object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-addresses?view=graph-rest-1.0 + summary: Create new navigation property to addresses for users operationId: user.profile_CreateAddress parameters: - name: user-id @@ -937,11 +900,8 @@ paths: get: tags: - users.profile - summary: Get itemAddress - description: Read the properties and relationships of an itemAddress object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/itemaddress-get?view=graph-rest-1.0 + summary: Get addresses from users + description: Represents details of addresses associated with the user. operationId: user.profile_GetAddress parameters: - name: user-id @@ -993,11 +953,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property addresses in users operationId: user.profile_UpdateAddress parameters: - name: user-id @@ -1036,11 +992,7 @@ paths: delete: tags: - users.profile - 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-1.0 + summary: Delete navigation property addresses for users operationId: user.profile_DeleteAddress parameters: - name: user-id @@ -1097,11 +1049,8 @@ paths: get: tags: - users.profile - summary: List anniversaries - description: Retrieve a list of personAnniversary objects for the given user from their profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-anniversaries?view=graph-rest-1.0 + summary: Get anniversaries from users + description: Represents the details of meaningful dates associated with a person. operationId: user.profile_ListAnniversary parameters: - name: user-id @@ -1159,11 +1108,7 @@ paths: post: tags: - users.profile - summary: Create personAnniversary - description: Use this API to create a new personAnniversary object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-anniversaries?view=graph-rest-1.0 + summary: Create new navigation property to anniversaries for users operationId: user.profile_CreateAnniversary parameters: - name: user-id @@ -1195,11 +1140,8 @@ paths: get: tags: - users.profile - summary: Get personAnniversary - description: Retrieve the properties and relationships of a personAnniversary object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personanniversary-get?view=graph-rest-1.0 + summary: Get anniversaries from users + description: Represents the details of meaningful dates associated with a person. operationId: user.profile_GetAnniversary parameters: - name: user-id @@ -1251,11 +1193,7 @@ paths: patch: tags: - users.profile - summary: Update personAnniversary - description: Update the properties of a personAnniversary object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personanniversary-update?view=graph-rest-1.0 + summary: Update the navigation property anniversaries in users operationId: user.profile_UpdateAnniversary parameters: - name: user-id @@ -1294,11 +1232,7 @@ paths: delete: tags: - users.profile - summary: Delete personAnniversary - description: Delete a personAnniversary object from the user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personanniversary-delete?view=graph-rest-1.0 + summary: Delete navigation property anniversaries for users operationId: user.profile_DeleteAnniversary parameters: - name: user-id @@ -1355,11 +1289,8 @@ paths: get: tags: - users.profile - summary: List awards - description: Retrieve a list of personAward objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-awards?view=graph-rest-1.0 + summary: Get awards from users + description: Represents the details of awards or honors associated with a person. operationId: user.profile_ListAward parameters: - name: user-id @@ -1417,11 +1348,7 @@ paths: post: tags: - users.profile - summary: Create personAward - description: Create a new personAward object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-awards?view=graph-rest-1.0 + summary: Create new navigation property to awards for users operationId: user.profile_CreateAward parameters: - name: user-id @@ -1453,11 +1380,8 @@ paths: get: tags: - users.profile - summary: Get personAward - description: Read the properties and relationships of a personAward object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personaward-get?view=graph-rest-1.0 + summary: Get awards from users + description: Represents the details of awards or honors associated with a person. operationId: user.profile_GetAward parameters: - name: user-id @@ -1509,11 +1433,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property awards in users operationId: user.profile_UpdateAward parameters: - name: user-id @@ -1552,11 +1472,7 @@ paths: delete: tags: - users.profile - 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-1.0 + summary: Delete navigation property awards for users operationId: user.profile_DeleteAward parameters: - name: user-id @@ -1613,11 +1529,8 @@ paths: get: tags: - users.profile - summary: List certifications - description: Retrieve a list of personCertification objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-certifications?view=graph-rest-1.0 + summary: Get certifications from users + description: Represents the details of certifications associated with a person. operationId: user.profile_ListCertification parameters: - name: user-id @@ -1675,11 +1588,7 @@ paths: post: tags: - users.profile - summary: Create personCertification - description: Create a new personCertification object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-certifications?view=graph-rest-1.0 + summary: Create new navigation property to certifications for users operationId: user.profile_CreateCertification parameters: - name: user-id @@ -1711,11 +1620,8 @@ paths: get: tags: - users.profile - summary: Get personCertification - description: Read the properties and relationships of a personCertification object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personcertification-get?view=graph-rest-1.0 + summary: Get certifications from users + description: Represents the details of certifications associated with a person. operationId: user.profile_GetCertification parameters: - name: user-id @@ -1767,11 +1673,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property certifications in users operationId: user.profile_UpdateCertification parameters: - name: user-id @@ -1810,11 +1712,7 @@ paths: delete: tags: - users.profile - 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-1.0 + summary: Delete navigation property certifications for users operationId: user.profile_DeleteCertification parameters: - name: user-id @@ -1871,11 +1769,8 @@ paths: get: tags: - users.profile - summary: List educationalActivities - description: Retrieve a list of educationalActivity objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-educationalactivities?view=graph-rest-1.0 + summary: Get educationalActivities from users + description: 'Represents data that a user has supplied related to undergraduate, graduate, postgraduate or other educational activities.' operationId: user.profile_ListEducationalActivity parameters: - name: user-id @@ -1933,11 +1828,7 @@ paths: post: tags: - users.profile - summary: Create educationalActivity - description: Create a new educationalActivity in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-educationalactivities?view=graph-rest-1.0 + summary: Create new navigation property to educationalActivities for users operationId: user.profile_CreateEducationalActivity parameters: - name: user-id @@ -1969,11 +1860,8 @@ paths: get: tags: - users.profile - summary: Get educationalActivity - description: Retrieve the properties and relationships of an educationalActivity object from a users profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationalactivity-get?view=graph-rest-1.0 + summary: Get educationalActivities from users + description: 'Represents data that a user has supplied related to undergraduate, graduate, postgraduate or other educational activities.' operationId: user.profile_GetEducationalActivity parameters: - name: user-id @@ -2025,11 +1913,7 @@ paths: patch: tags: - users.profile - summary: Update educationalactivity - description: Update the properties of an educationalActivity object within a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationalactivity-update?view=graph-rest-1.0 + summary: Update the navigation property educationalActivities in users operationId: user.profile_UpdateEducationalActivity parameters: - name: user-id @@ -2068,11 +1952,7 @@ paths: delete: tags: - users.profile - summary: Delete educationalActivity - description: Delete an educationalActivity object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationalactivity-delete?view=graph-rest-1.0 + summary: Delete navigation property educationalActivities for users operationId: user.profile_DeleteEducationalActivity parameters: - name: user-id @@ -2129,11 +2009,8 @@ paths: get: tags: - users.profile - 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/profile-list-emails?view=graph-rest-1.0 + summary: Get emails from users + description: Represents detailed information about email addresses associated with the user. operationId: user.profile_ListEmail parameters: - name: user-id @@ -2191,11 +2068,7 @@ paths: post: tags: - users.profile - summary: Create itemEmail - description: Create a new itemEmail object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-emails?view=graph-rest-1.0 + summary: Create new navigation property to emails for users operationId: user.profile_CreateEmail parameters: - name: user-id @@ -2227,11 +2100,8 @@ paths: get: tags: - users.profile - 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-1.0 + summary: Get emails from users + description: Represents detailed information about email addresses associated with the user. operationId: user.profile_GetEmail parameters: - name: user-id @@ -2283,11 +2153,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property emails in users operationId: user.profile_UpdateEmail parameters: - name: user-id @@ -2326,11 +2192,7 @@ paths: delete: tags: - users.profile - summary: Delete itemEmail - description: Delete an itemEmail object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/itememail-delete?view=graph-rest-1.0 + summary: Delete navigation property emails for users operationId: user.profile_DeleteEmail parameters: - name: user-id @@ -2387,11 +2249,8 @@ paths: get: tags: - users.profile - summary: List interests - description: Retrieve a list of personInterest objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-interests?view=graph-rest-1.0 + summary: Get interests from users + description: Provides detailed information about interests the user has associated with themselves in various services. operationId: user.profile_ListInterest parameters: - name: user-id @@ -2449,11 +2308,7 @@ paths: post: tags: - users.profile - summary: Create personInterest - description: Create a new personInterest. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-interests?view=graph-rest-1.0 + summary: Create new navigation property to interests for users operationId: user.profile_CreateInterest parameters: - name: user-id @@ -2485,11 +2340,8 @@ paths: get: tags: - users.profile - summary: Get personInterest - description: Retrieve the properties and relationships of a personInterest object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personinterest-get?view=graph-rest-1.0 + summary: Get interests from users + description: Provides detailed information about interests the user has associated with themselves in various services. operationId: user.profile_GetInterest parameters: - name: user-id @@ -2541,11 +2393,7 @@ paths: patch: tags: - users.profile - summary: Update personinterest - description: Update the properties of a personInterest object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personinterest-update?view=graph-rest-1.0 + summary: Update the navigation property interests in users operationId: user.profile_UpdateInterest parameters: - name: user-id @@ -2584,11 +2432,7 @@ paths: delete: tags: - users.profile - summary: Delete personInterest - description: Deletes a personInterest object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personinterest-delete?view=graph-rest-1.0 + summary: Delete navigation property interests for users operationId: user.profile_DeleteInterest parameters: - name: user-id @@ -2645,11 +2489,8 @@ paths: get: tags: - users.profile - summary: List languages - description: Retrieve a list of languageProficiency objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-languages?view=graph-rest-1.0 + summary: Get languages from users + description: Represents detailed information about languages that a user has added to their profile. operationId: user.profile_ListLanguage parameters: - name: user-id @@ -2707,11 +2548,7 @@ paths: post: tags: - users.profile - summary: Create languageProficiency - description: Use this API to create a new languageProficiency object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-languages?view=graph-rest-1.0 + summary: Create new navigation property to languages for users operationId: user.profile_CreateLanguage parameters: - name: user-id @@ -2743,11 +2580,8 @@ paths: get: tags: - users.profile - summary: Get languageProficiency - description: Retrieve the properties and relationships of a languageProficiency object within a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/languageproficiency-get?view=graph-rest-1.0 + summary: Get languages from users + description: Represents detailed information about languages that a user has added to their profile. operationId: user.profile_GetLanguage parameters: - name: user-id @@ -2799,11 +2633,7 @@ paths: patch: tags: - users.profile - summary: Update languageProficiency - description: Update the properties of a languageProficiency object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/languageproficiency-update?view=graph-rest-1.0 + summary: Update the navigation property languages in users operationId: user.profile_UpdateLanguage parameters: - name: user-id @@ -2842,11 +2672,7 @@ paths: delete: tags: - users.profile - summary: Delete languageProficiency - description: Delete a languageProficiency object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/languageproficiency-delete?view=graph-rest-1.0 + summary: Delete navigation property languages for users operationId: user.profile_DeleteLanguage parameters: - name: user-id @@ -2903,11 +2729,8 @@ paths: get: tags: - users.profile - summary: List names - description: Retrieve a list of personName objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-names?view=graph-rest-1.0 + summary: Get names from users + description: Represents the names a user has added to their profile. operationId: user.profile_ListName parameters: - name: user-id @@ -2965,11 +2788,7 @@ paths: post: tags: - users.profile - summary: Create personName - description: Use this API to create a new personName object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-names?view=graph-rest-1.0 + summary: Create new navigation property to names for users operationId: user.profile_CreateName parameters: - name: user-id @@ -3001,11 +2820,8 @@ paths: get: tags: - users.profile - summary: Get personName - description: Retrieve the properties and relationships of a personName object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personname-get?view=graph-rest-1.0 + summary: Get names from users + description: Represents the names a user has added to their profile. operationId: user.profile_GetName parameters: - name: user-id @@ -3057,11 +2873,7 @@ paths: patch: tags: - users.profile - summary: Update personname - description: Update the properties of a personName object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personname-update?view=graph-rest-1.0 + summary: Update the navigation property names in users operationId: user.profile_UpdateName parameters: - name: user-id @@ -3100,11 +2912,7 @@ paths: delete: tags: - users.profile - summary: Delete personName - description: Delete a personName object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personname-delete?view=graph-rest-1.0 + summary: Delete navigation property names for users operationId: user.profile_DeleteName parameters: - name: user-id @@ -3161,11 +2969,8 @@ paths: get: tags: - users.profile - summary: List notes - description: Retrieve a list of personAnnotation objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-notes?view=graph-rest-1.0 + summary: Get notes from users + description: Represents notes that a user has added to their profile. operationId: user.profile_ListNote parameters: - name: user-id @@ -3223,11 +3028,7 @@ paths: post: tags: - users.profile - summary: Create personAnnotation - description: Create a new personAnnotation object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-notes?view=graph-rest-1.0 + summary: Create new navigation property to notes for users operationId: user.profile_CreateNote parameters: - name: user-id @@ -3259,11 +3060,8 @@ paths: get: tags: - users.profile - summary: Get personAnnotation - description: Read the properties and relationships of a personAnnotation object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personannotation-get?view=graph-rest-1.0 + summary: Get notes from users + description: Represents notes that a user has added to their profile. operationId: user.profile_GetNote parameters: - name: user-id @@ -3315,11 +3113,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property notes in users operationId: user.profile_UpdateNote parameters: - name: user-id @@ -3358,11 +3152,7 @@ paths: delete: tags: - users.profile - 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-1.0 + summary: Delete navigation property notes for users operationId: user.profile_DeleteNote parameters: - name: user-id @@ -3419,11 +3209,8 @@ paths: get: tags: - users.profile - summary: List patents - description: Retrieve a list of itemPatent objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-patents?view=graph-rest-1.0 + summary: Get patents from users + description: Represents patents that a user has added to their profile. operationId: user.profile_ListPatent parameters: - name: user-id @@ -3481,11 +3268,7 @@ paths: post: tags: - users.profile - summary: Create itemPatent - description: Create a new itemPatent object within a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-patents?view=graph-rest-1.0 + summary: Create new navigation property to patents for users operationId: user.profile_CreatePatent parameters: - name: user-id @@ -3517,11 +3300,8 @@ paths: get: tags: - users.profile - summary: Get itemPatent - description: Read the properties and relationships of an itemPatent object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/itempatent-get?view=graph-rest-1.0 + summary: Get patents from users + description: Represents patents that a user has added to their profile. operationId: user.profile_GetPatent parameters: - name: user-id @@ -3573,11 +3353,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property patents in users operationId: user.profile_UpdatePatent parameters: - name: user-id @@ -3616,11 +3392,7 @@ paths: delete: tags: - users.profile - 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-1.0 + summary: Delete navigation property patents for users operationId: user.profile_DeletePatent parameters: - name: user-id @@ -3677,11 +3449,8 @@ paths: get: tags: - users.profile - summary: List phones - description: Retrieve a list of itemPhone objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-phones?view=graph-rest-1.0 + summary: Get phones from users + description: Represents detailed information about phone numbers associated with a user in various services. operationId: user.profile_ListPhone parameters: - name: user-id @@ -3739,11 +3508,7 @@ paths: post: tags: - users.profile - summary: Create itemPhoneNumber - description: Use this API to create a new itemPhone object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-phones?view=graph-rest-1.0 + summary: Create new navigation property to phones for users operationId: user.profile_CreatePhone parameters: - name: user-id @@ -3775,11 +3540,8 @@ paths: get: tags: - users.profile - summary: Get itemPhoneNumber - description: Retrieve the properties and relationships of an itemPhone object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/itemphone-get?view=graph-rest-1.0 + summary: Get phones from users + description: Represents detailed information about phone numbers associated with a user in various services. operationId: user.profile_GetPhone parameters: - name: user-id @@ -3831,11 +3593,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property phones in users operationId: user.profile_UpdatePhone parameters: - name: user-id @@ -3874,11 +3632,7 @@ paths: delete: tags: - users.profile - 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-1.0 + summary: Delete navigation property phones for users operationId: user.profile_DeletePhone parameters: - name: user-id @@ -3935,11 +3689,8 @@ paths: get: tags: - users.profile - summary: List positions - description: Retrieve a list of workPosition objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-positions?view=graph-rest-1.0 + summary: Get positions from users + description: Represents detailed information about work positions associated with a user's profile. operationId: user.profile_ListPosition parameters: - name: user-id @@ -3997,11 +3748,7 @@ paths: post: tags: - users.profile - summary: Create workPosition - description: Use this API to create a new workPosition in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-positions?view=graph-rest-1.0 + summary: Create new navigation property to positions for users operationId: user.profile_CreatePosition parameters: - name: user-id @@ -4033,11 +3780,8 @@ paths: get: tags: - users.profile - summary: Get workPosition - description: Retrieve the properties and relationships of a workPosition object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/workposition-get?view=graph-rest-1.0 + summary: Get positions from users + description: Represents detailed information about work positions associated with a user's profile. operationId: user.profile_GetPosition parameters: - name: user-id @@ -4089,11 +3833,7 @@ paths: patch: tags: - users.profile - summary: Update workPosition - description: Update the properties of a workPosition object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/workposition-update?view=graph-rest-1.0 + summary: Update the navigation property positions in users operationId: user.profile_UpdatePosition parameters: - name: user-id @@ -4132,11 +3872,7 @@ paths: delete: tags: - users.profile - summary: Delete workPosition - description: Delete a specific workPosition object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/workposition-delete?view=graph-rest-1.0 + summary: Delete navigation property positions for users operationId: user.profile_DeletePosition parameters: - name: user-id @@ -4193,11 +3929,8 @@ paths: get: tags: - users.profile - summary: List projects - description: Retrieve a list of projectParticipation objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-projects?view=graph-rest-1.0 + summary: Get projects from users + description: Represents detailed information about projects associated with a user. operationId: user.profile_ListProject parameters: - name: user-id @@ -4255,11 +3988,7 @@ paths: post: tags: - users.profile - summary: Create projectParticipation - description: Use this API to create a new projectParticipation object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-projects?view=graph-rest-1.0 + summary: Create new navigation property to projects for users operationId: user.profile_CreateProject parameters: - name: user-id @@ -4291,11 +4020,8 @@ paths: get: tags: - users.profile - summary: Get projectParticipation - description: Retrieve the properties and relationships of a projectParticipation object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectparticipation-get?view=graph-rest-1.0 + summary: Get projects from users + description: Represents detailed information about projects associated with a user. operationId: user.profile_GetProject parameters: - name: user-id @@ -4347,11 +4073,7 @@ paths: patch: tags: - users.profile - summary: Update projectparticipation - description: Update the properties of a projectParticipation object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectparticipation-update?view=graph-rest-1.0 + summary: Update the navigation property projects in users operationId: user.profile_UpdateProject parameters: - name: user-id @@ -4390,11 +4112,7 @@ paths: delete: tags: - users.profile - summary: Delete projectParticipation - description: Delete a projectParticipation object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectparticipation-delete?view=graph-rest-1.0 + summary: Delete navigation property projects for users operationId: user.profile_DeleteProject parameters: - name: user-id @@ -4451,11 +4169,8 @@ paths: get: tags: - users.profile - summary: List publications - description: Retrieve a list of itemPublication objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-publications?view=graph-rest-1.0 + summary: Get publications from users + description: Represents details of any publications a user has added to their profile. operationId: user.profile_ListPublication parameters: - name: user-id @@ -4513,11 +4228,7 @@ paths: post: tags: - users.profile - summary: Create itemPublication - description: Create a new itemPublication object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-publications?view=graph-rest-1.0 + summary: Create new navigation property to publications for users operationId: user.profile_CreatePublication parameters: - name: user-id @@ -4549,11 +4260,8 @@ paths: get: tags: - users.profile - summary: Get itemPublication - description: Read the properties and relationships of an itemPublication object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/itempublication-get?view=graph-rest-1.0 + summary: Get publications from users + description: Represents details of any publications a user has added to their profile. operationId: user.profile_GetPublication parameters: - name: user-id @@ -4605,11 +4313,7 @@ paths: patch: tags: - users.profile - 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-1.0 + summary: Update the navigation property publications in users operationId: user.profile_UpdatePublication parameters: - name: user-id @@ -4648,11 +4352,7 @@ paths: delete: tags: - users.profile - summary: Delete itemPublication - description: Deletes an itemPublication object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/itempublication-delete?view=graph-rest-1.0 + summary: Delete navigation property publications for users operationId: user.profile_DeletePublication parameters: - name: user-id @@ -4709,11 +4409,8 @@ paths: get: tags: - users.profile - summary: List skills - description: Retrieve a list of skillProficiency objects in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-skills?view=graph-rest-1.0 + summary: Get skills from users + description: Represents detailed information about skills associated with a user in various services. operationId: user.profile_ListSkill parameters: - name: user-id @@ -4771,11 +4468,7 @@ paths: post: tags: - users.profile - summary: Create skillProficiency - description: Use this API to create a new skillProficiency object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-skills?view=graph-rest-1.0 + summary: Create new navigation property to skills for users operationId: user.profile_CreateSkill parameters: - name: user-id @@ -4807,11 +4500,8 @@ paths: get: tags: - users.profile - summary: Get skillProficiency - description: Retrieve the properties and relationships of a skillproficiency object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/skillproficiency-get?view=graph-rest-1.0 + summary: Get skills from users + description: Represents detailed information about skills associated with a user in various services. operationId: user.profile_GetSkill parameters: - name: user-id @@ -4863,11 +4553,7 @@ paths: patch: tags: - users.profile - summary: Update skillproficiency - description: Update the properties of a skillProficiency object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/skillproficiency-update?view=graph-rest-1.0 + summary: Update the navigation property skills in users operationId: user.profile_UpdateSkill parameters: - name: user-id @@ -4906,11 +4592,7 @@ paths: delete: tags: - users.profile - summary: Delete skillProficiency - description: Delete a skillProficiency object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/skillproficiency-delete?view=graph-rest-1.0 + summary: Delete navigation property skills for users operationId: user.profile_DeleteSkill parameters: - name: user-id @@ -4967,11 +4649,8 @@ paths: get: tags: - users.profile - summary: List webAccounts - description: Retrieve a list of webAccounts objects from the user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-webaccounts?view=graph-rest-1.0 + summary: Get webAccounts from users + description: Represents web accounts the user has indicated they use or has added to their user profile. operationId: user.profile_ListWebAccount parameters: - name: user-id @@ -5029,11 +4708,7 @@ paths: post: tags: - users.profile - summary: Create webAccount - description: Create a new webAccount object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-webaccounts?view=graph-rest-1.0 + summary: Create new navigation property to webAccounts for users operationId: user.profile_CreateWebAccount parameters: - name: user-id @@ -5065,11 +4740,8 @@ paths: get: tags: - users.profile - summary: Get webAccount - description: Retrieve the properties and relationships of a webAccount object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/webaccount-get?view=graph-rest-1.0 + summary: Get webAccounts from users + description: Represents web accounts the user has indicated they use or has added to their user profile. operationId: user.profile_GetWebAccount parameters: - name: user-id @@ -5121,11 +4793,7 @@ paths: patch: tags: - users.profile - summary: Update webAccount - description: Update the properties of a webAccount object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/webaccount-update?view=graph-rest-1.0 + summary: Update the navigation property webAccounts in users operationId: user.profile_UpdateWebAccount parameters: - name: user-id @@ -5164,11 +4832,7 @@ paths: delete: tags: - users.profile - summary: Delete webAccount - description: Delete a webAccount object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/webaccount-delete?view=graph-rest-1.0 + summary: Delete navigation property webAccounts for users operationId: user.profile_DeleteWebAccount parameters: - name: user-id @@ -5225,11 +4889,8 @@ paths: get: tags: - users.profile - summary: List websites - description: Retrieve a list of personWebsite objects from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-list-websites?view=graph-rest-1.0 + summary: Get websites from users + description: Represents detailed information about websites associated with a user in various services. operationId: user.profile_ListWebsite parameters: - name: user-id @@ -5287,11 +4948,7 @@ paths: post: tags: - users.profile - summary: Create personWebsite - description: Create a new personWebsite object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profile-post-websites?view=graph-rest-1.0 + summary: Create new navigation property to websites for users operationId: user.profile_CreateWebsite parameters: - name: user-id @@ -5323,11 +4980,8 @@ paths: get: tags: - users.profile - summary: Get personWebsite - description: Retrieve the properties and relationships of a personWebsite object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personwebsite-get?view=graph-rest-1.0 + summary: Get websites from users + description: Represents detailed information about websites associated with a user in various services. operationId: user.profile_GetWebsite parameters: - name: user-id @@ -5379,11 +5033,7 @@ paths: patch: tags: - users.profile - summary: Update personwebsite - description: Update the properties of personWebsite object in a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personwebsite-update?view=graph-rest-1.0 + summary: Update the navigation property websites in users operationId: user.profile_UpdateWebsite parameters: - name: user-id @@ -5422,11 +5072,7 @@ paths: delete: tags: - users.profile - summary: Delete personWebsite - description: Deletes a personWebsite object from a user's profile. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/personwebsite-delete?view=graph-rest-1.0 + summary: Delete navigation property websites for users operationId: user.profile_DeleteWebsite parameters: - name: user-id diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index ffd32bf4ec..3c25c8f6b0 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/PersonalContacts.yml @@ -10,11 +10,8 @@ paths: get: tags: - users.contactFolder - summary: List contactFolders - description: Get all the contact folders in the signed-in user's mailbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0 + summary: Get contactFolders from users + description: The user's contacts folders. Read-only. Nullable. operationId: user_ListContactFolder parameters: - name: user-id @@ -71,11 +68,7 @@ paths: post: tags: - users.contactFolder - summary: Create ContactFolder - description: Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0 + summary: Create new navigation property to contactFolders for users operationId: user_CreateContactFolder parameters: - name: user-id @@ -107,11 +100,8 @@ paths: get: tags: - users.contactFolder - summary: Get contactFolder - description: 'Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user''s contact folder:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0 + summary: Get contactFolders from users + description: The user's contacts folders. Read-only. Nullable. operationId: user_GetContactFolder parameters: - name: user-id @@ -163,11 +153,7 @@ paths: patch: tags: - users.contactFolder - summary: Update contactfolder - description: Update the properties of contactfolder object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-update?view=graph-rest-1.0 + summary: Update the navigation property contactFolders in users operationId: user_UpdateContactFolder parameters: - name: user-id @@ -206,11 +192,7 @@ paths: delete: tags: - users.contactFolder - summary: Delete contactFolder - description: Delete contactFolder other than the default contactFolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-delete?view=graph-rest-1.0 + summary: Delete navigation property contactFolders for users operationId: user_DeleteContactFolder parameters: - name: user-id @@ -245,11 +227,8 @@ paths: get: tags: - users.contactFolder - summary: List childFolders - description: Get a collection of child folders under the specified contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0 + summary: Get childFolders from users + description: The collection of child folders in the folder. Navigation property. Read-only. Nullable. operationId: user.contactFolder_ListChildFolder parameters: - name: user-id @@ -314,11 +293,7 @@ paths: post: tags: - users.contactFolder - summary: Create ContactFolder - description: Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0 + summary: Create new navigation property to childFolders for users operationId: user.contactFolder_CreateChildFolder parameters: - name: user-id @@ -509,11 +484,8 @@ paths: get: tags: - users.contactFolder - summary: List contacts - description: 'Get all the contacts in the signed-in user''s mailbox (.../me/contacts), or from the specified contact folder.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 + summary: Get contacts from users + description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: user.contactFolder.childFolder_ListContact parameters: - name: user-id @@ -586,11 +558,7 @@ paths: post: tags: - users.contactFolder - summary: Create Contact - description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0 + summary: Create new navigation property to contacts for users operationId: user.contactFolder.childFolder_CreateContact parameters: - name: user-id @@ -1478,11 +1446,8 @@ paths: get: tags: - users.contactFolder - summary: List contacts - description: 'Get all the contacts in the signed-in user''s mailbox (.../me/contacts), or from the specified contact folder.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 + summary: Get contacts from users + description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: user.contactFolder_ListContact parameters: - name: user-id @@ -1547,11 +1512,7 @@ paths: post: tags: - users.contactFolder - summary: Create Contact - description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0 + summary: Create new navigation property to contacts for users operationId: user.contactFolder_CreateContact parameters: - name: user-id @@ -2311,11 +2272,8 @@ paths: get: tags: - users.contact - summary: List contacts - description: 'Get contacts in the user''s mailbox. There are two scenarios where an app can get contacts in another user''s contact folder:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0 + summary: Get contacts from users + description: The user's contacts. Read-only. Nullable. operationId: user_ListContact parameters: - name: user-id @@ -2373,11 +2331,7 @@ paths: post: tags: - users.contact - summary: Create contact - description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0 + summary: Create new navigation property to contacts for users operationId: user_CreateContact parameters: - name: user-id @@ -2409,11 +2363,8 @@ paths: get: tags: - users.contact - summary: Get contact - description: 'Retrieve the properties and relationships of contact object. There are two scenarios where an app can get a contact in another user''s contact folder:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0 + summary: Get contacts from users + description: The user's contacts. Read-only. Nullable. operationId: user_GetContact parameters: - name: user-id @@ -2465,11 +2416,7 @@ paths: patch: tags: - users.contact - summary: Update contact - description: Update the properties of contact object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-update?view=graph-rest-1.0 + summary: Update the navigation property contacts in users operationId: user_UpdateContact parameters: - name: user-id @@ -2508,11 +2455,7 @@ paths: delete: tags: - users.contact - summary: Delete contact - description: Delete contact. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0 + summary: Delete navigation property contacts for users operationId: user_DeleteContact parameters: - name: user-id diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 3a519feba7..c721a0f47d 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -120,11 +120,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get plans from groups + description: Read-only. Nullable. Returns the plannerPlans owned by the group. operationId: group.planner_ListPlan parameters: - name: group-id @@ -341,11 +338,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get buckets from groups + description: Collection of buckets in the plan. Read-only. Nullable. operationId: group.planner.plan_ListBucket parameters: - name: group-id @@ -602,11 +596,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get tasks from groups + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: group.planner.plan.bucket_ListTask parameters: - name: group-id @@ -903,11 +894,8 @@ paths: get: tags: - groups.plannerGroup - 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-1.0 + summary: Get assignedToTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: group.planner.plan.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: group-id @@ -976,9 +964,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property assignedToTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: group-id @@ -1091,11 +1076,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get bucketTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: group.planner.plan.bucket.task_GetBucketTaskBoardFormat parameters: - name: group-id @@ -1164,9 +1146,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property bucketTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: group-id @@ -1279,11 +1258,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get details from groups + description: Read-only. Nullable. More details about the task. operationId: group.planner.plan.bucket.task_GetDetail parameters: - name: group-id @@ -1352,9 +1328,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property details in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateDetail parameters: - name: group-id @@ -1467,11 +1440,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get progressTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: group.planner.plan.bucket.task_GetProgressTaskBoardFormat parameters: - name: group-id @@ -1540,9 +1510,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property progressTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: group-id @@ -1723,11 +1690,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get details from groups + description: Extra details about the plan. Read-only. Nullable. operationId: group.planner.plan_GetDetail parameters: - name: group-id @@ -1780,9 +1744,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property details in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0 operationId: group.planner.plan_UpdateDetail parameters: - name: group-id @@ -1863,11 +1824,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get tasks from groups + description: Collection of tasks in the plan. Read-only. Nullable. operationId: group.planner.plan_ListTask parameters: - name: group-id @@ -2124,11 +2082,8 @@ paths: get: tags: - groups.plannerGroup - 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-1.0 + summary: Get assignedToTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: group.planner.plan.task_GetAssignedToTaskBoardFormat parameters: - name: group-id @@ -2189,9 +2144,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property assignedToTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateAssignedToTaskBoardFormat parameters: - name: group-id @@ -2288,11 +2240,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get bucketTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: group.planner.plan.task_GetBucketTaskBoardFormat parameters: - name: group-id @@ -2353,9 +2302,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property bucketTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateBucketTaskBoardFormat parameters: - name: group-id @@ -2452,11 +2398,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get details from groups + description: Read-only. Nullable. More details about the task. operationId: group.planner.plan.task_GetDetail parameters: - name: group-id @@ -2517,9 +2460,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property details in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateDetail parameters: - name: group-id @@ -2616,11 +2556,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get progressTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: group.planner.plan.task_GetProgressTaskBoardFormat parameters: - name: group-id @@ -2681,9 +2618,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property progressTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateProgressTaskBoardFormat parameters: - name: group-id @@ -2891,11 +2825,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get buckets from planner + description: Read-only. Nullable. Returns a collection of the specified buckets operationId: planner_ListBucket parameters: - $ref: '#/components/parameters/top' @@ -2945,11 +2876,7 @@ paths: post: tags: - planner.plannerBucket - 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 + summary: Create new navigation property to buckets for planner operationId: planner_CreateBucket requestBody: description: New navigation property @@ -2972,11 +2899,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get buckets from planner + description: Read-only. Nullable. Returns a collection of the specified buckets operationId: planner_GetBucket parameters: - name: plannerBucket-id @@ -3021,9 +2945,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property buckets in planner - 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 @@ -3061,11 +2982,7 @@ paths: delete: tags: - planner.plannerBucket - 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 + summary: Delete navigation property buckets for planner operationId: planner_DeleteBucket parameters: - name: plannerBucket-id @@ -3092,11 +3009,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get tasks from planner + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.bucket_ListTask parameters: - name: plannerBucket-id @@ -3313,11 +3227,8 @@ paths: get: tags: - planner.plannerBucket - 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-1.0 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: plannerBucket-id @@ -3370,9 +3281,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property assignedToTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerBucket-id @@ -3453,11 +3361,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.bucket.task_GetBucketTaskBoardFormat parameters: - name: plannerBucket-id @@ -3510,9 +3415,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property bucketTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: plannerBucket-id @@ -3593,11 +3495,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.bucket.task_GetDetail parameters: - name: plannerBucket-id @@ -3650,9 +3549,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property details in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateDetail parameters: - name: plannerBucket-id @@ -3733,11 +3629,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.bucket.task_GetProgressTaskBoardFormat parameters: - name: plannerBucket-id @@ -3790,9 +3683,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property progressTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: plannerBucket-id @@ -3896,6 +3786,10 @@ paths: tags: - planner.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: planner.bucket.task_delta parameters: - name: plannerBucket-id @@ -3987,6 +3881,10 @@ paths: tags: - planner.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted buckets in a Planner plan without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta operationId: planner.bucket_delta parameters: - $ref: '#/components/parameters/top' @@ -4055,11 +3953,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get plans from planner + description: Read-only. Nullable. Returns a collection of the specified plans operationId: planner_ListPlan parameters: - $ref: '#/components/parameters/top' @@ -4109,11 +4004,7 @@ paths: post: tags: - planner.plannerPlan - 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 + summary: Create new navigation property to plans for planner operationId: planner_CreatePlan requestBody: description: New navigation property @@ -4136,11 +4027,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get plans from planner + description: Read-only. Nullable. Returns a collection of the specified plans operationId: planner_GetPlan parameters: - name: plannerPlan-id @@ -4184,11 +4072,7 @@ paths: patch: tags: - planner.plannerPlan - 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 + summary: Update the navigation property plans in planner operationId: planner_UpdatePlan parameters: - name: plannerPlan-id @@ -4219,11 +4103,7 @@ paths: delete: tags: - planner.plannerPlan - 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 + summary: Delete navigation property plans for planner operationId: planner_DeletePlan parameters: - name: plannerPlan-id @@ -4250,11 +4130,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get buckets from planner + description: Collection of buckets in the plan. Read-only. Nullable. operationId: planner.plan_ListBucket parameters: - name: plannerPlan-id @@ -4471,11 +4348,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get tasks from planner + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.plan.bucket_ListTask parameters: - name: plannerPlan-id @@ -4732,11 +4606,8 @@ paths: get: tags: - planner.plannerPlan - 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-1.0 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plan.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -4797,9 +4668,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property assignedToTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -4896,11 +4764,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plan.bucket.task_GetBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -4961,9 +4826,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property bucketTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -5060,11 +4922,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.plan.bucket.task_GetDetail parameters: - name: plannerPlan-id @@ -5125,9 +4984,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property details in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateDetail parameters: - name: plannerPlan-id @@ -5224,11 +5080,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plan.bucket.task_GetProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -5289,9 +5142,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property progressTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -5419,6 +5269,10 @@ paths: tags: - planner.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: planner.plan.bucket.task_delta parameters: - name: plannerPlan-id @@ -5526,6 +5380,10 @@ paths: tags: - planner.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted buckets in a Planner plan without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta operationId: planner.plan.bucket_delta parameters: - name: plannerPlan-id @@ -5602,11 +5460,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get details from planner + description: Extra details about the plan. Read-only. Nullable. operationId: planner.plan_GetDetail parameters: - name: plannerPlan-id @@ -5651,9 +5506,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property details in planner - 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 @@ -5756,7 +5608,7 @@ paths: description: Move a planner plan object from one planner plan container to another. Planner plans can only be moved from a user container to a group container. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta operationId: planner.plan_moveToContainer parameters: - name: plannerPlan-id @@ -5827,11 +5679,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get tasks from planner + description: Collection of tasks in the plan. Read-only. Nullable. operationId: planner.plan_ListTask parameters: - name: plannerPlan-id @@ -6048,11 +5897,8 @@ paths: get: tags: - planner.plannerPlan - 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-1.0 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plan.task_GetAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -6105,9 +5951,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property assignedToTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -6188,11 +6031,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plan.task_GetBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -6245,9 +6085,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property bucketTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -6328,11 +6165,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.plan.task_GetDetail parameters: - name: plannerPlan-id @@ -6385,9 +6219,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property details in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateDetail parameters: - name: plannerPlan-id @@ -6468,11 +6299,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plan.task_GetProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -6525,9 +6353,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property progressTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -6631,6 +6456,10 @@ paths: tags: - planner.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: planner.plan.task_delta parameters: - name: plannerPlan-id @@ -6722,6 +6551,10 @@ paths: tags: - planner.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted Planner plans in either a group or a Planner roster without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta operationId: planner.plan_delta parameters: - $ref: '#/components/parameters/top' @@ -6790,8 +6623,8 @@ paths: get: tags: - planner.plannerRoster - summary: Get plannerRoster - description: Read the properties and relationships of a plannerRoster object. + summary: Get rosters from planner + description: Read-only. Nullable. Returns a collection of the specified rosters operationId: planner_ListRoster parameters: - $ref: '#/components/parameters/top' @@ -6841,11 +6674,7 @@ paths: post: tags: - planner.plannerRoster - 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-1.0 + summary: Create new navigation property to rosters for planner operationId: planner_CreateRoster requestBody: description: New navigation property @@ -6868,11 +6697,8 @@ paths: get: tags: - planner.plannerRoster - 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-1.0 + summary: Get rosters from planner + description: Read-only. Nullable. Returns a collection of the specified rosters operationId: planner_GetRoster parameters: - name: plannerRoster-id @@ -6947,11 +6773,7 @@ paths: delete: tags: - planner.plannerRoster - 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-1.0 + summary: Delete navigation property rosters for planner operationId: planner_DeleteRoster parameters: - name: plannerRoster-id @@ -6978,11 +6800,8 @@ paths: get: tags: - planner.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-1.0 + summary: Get members from planner + description: Retrieves the members of the plannerRoster. operationId: planner.roster_ListMember parameters: - name: plannerRoster-id @@ -7040,11 +6859,7 @@ paths: post: tags: - planner.plannerRoster - 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-1.0 + summary: Create new navigation property to members for planner operationId: planner.roster_CreateMember parameters: - name: plannerRoster-id @@ -7076,11 +6891,8 @@ paths: get: tags: - planner.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-1.0 + summary: Get members from planner + description: Retrieves the members of the plannerRoster. operationId: planner.roster_GetMember parameters: - name: plannerRoster-id @@ -7171,11 +6983,7 @@ paths: delete: tags: - planner.plannerRoster - 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-1.0 + summary: Delete navigation property members for planner operationId: planner.roster_DeleteMember parameters: - name: plannerRoster-id @@ -7232,11 +7040,8 @@ paths: get: tags: - planner.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-1.0 + summary: Get plans from planner + description: Retrieves the plans contained by the plannerRoster. operationId: planner.roster_ListPlan parameters: - name: plannerRoster-id @@ -7385,11 +7190,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get tasks from planner + description: Read-only. Nullable. Returns a collection of the specified tasks operationId: planner_ListTask parameters: - $ref: '#/components/parameters/top' @@ -7439,11 +7241,7 @@ paths: post: tags: - planner.plannerTask - 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 + summary: Create new navigation property to tasks for planner operationId: planner_CreateTask requestBody: description: New navigation property @@ -7466,11 +7264,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get tasks from planner + description: Read-only. Nullable. Returns a collection of the specified tasks operationId: planner_GetTask parameters: - name: plannerTask-id @@ -7515,9 +7310,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property tasks in planner - 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 @@ -7555,11 +7347,7 @@ paths: delete: tags: - planner.plannerTask - 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 + summary: Delete navigation property tasks for planner operationId: planner_DeleteTask parameters: - name: plannerTask-id @@ -7586,11 +7374,8 @@ paths: get: tags: - planner.plannerTask - 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-1.0 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.task_GetAssignedToTaskBoardFormat parameters: - name: plannerTask-id @@ -7635,9 +7420,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property assignedToTaskBoardFormat in planner - 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 @@ -7702,11 +7484,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.task_GetBucketTaskBoardFormat parameters: - name: plannerTask-id @@ -7751,9 +7530,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property bucketTaskBoardFormat in planner - 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 @@ -7818,11 +7594,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.task_GetDetail parameters: - name: plannerTask-id @@ -7867,9 +7640,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property details in planner - 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 @@ -7934,11 +7704,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.task_GetProgressTaskBoardFormat parameters: - name: plannerTask-id @@ -7983,9 +7750,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property progressTaskBoardFormat in planner - 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 @@ -8065,6 +7829,10 @@ paths: tags: - planner.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: planner.task_delta parameters: - $ref: '#/components/parameters/top' @@ -8133,11 +7901,8 @@ paths: get: tags: - users.plannerUser - summary: Get plannerUser - description: 'Retrieve the properties and relationships of a plannerUser object. The returned properties include the user''s favorite plans and recently viewed plans. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-get?view=graph-rest-1.0 + summary: Get planner from users + description: Selective Planner services available to the user. Read-only. Nullable. operationId: user_GetPlanner parameters: - name: user-id @@ -8182,9 +7947,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property planner in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-update?view=graph-rest-1.0 operationId: user_UpdatePlanner parameters: - name: user-id @@ -8487,11 +8249,8 @@ paths: get: tags: - users.plannerUser - summary: List favoritePlans - description: Retrieve a list of plannerPlans that are marked as favorite by a user. You can mark a plan as favorite by updating the plannerUser resource. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-list-favoriteplans?view=graph-rest-1.0 + summary: Get favoritePlans from users + description: Read-only. Nullable. Returns the plannerPlans that the user marked as favorites. operationId: user.planner_ListFavoritePlan parameters: - name: user-id @@ -8627,6 +8386,7 @@ paths: tags: - users.plannerUser summary: Get myDayTasks from users + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. operationId: user.planner_ListMyDayTask parameters: - name: user-id @@ -8686,6 +8446,7 @@ paths: tags: - users.plannerUser summary: Get myDayTasks from users + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. operationId: user.planner_GetMyDayTask parameters: - name: user-id @@ -8760,11 +8521,7 @@ paths: get: tags: - users.plannerUser - summary: List plans - description: Retrieve a list of plannerplan objects shared with a user object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0 + summary: Get plans from users operationId: user.planner_ListPlan parameters: - name: user-id @@ -8980,11 +8737,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get buckets from users + description: Collection of buckets in the plan. Read-only. Nullable. operationId: user.planner.plan_ListBucket parameters: - name: user-id @@ -9241,11 +8995,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get tasks from users + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: user.planner.plan.bucket_ListTask parameters: - name: user-id @@ -9542,11 +9293,8 @@ paths: get: tags: - users.plannerUser - 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-1.0 + summary: Get assignedToTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: user.planner.plan.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: user-id @@ -9615,9 +9363,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: user-id @@ -9730,11 +9475,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get bucketTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: user.planner.plan.bucket.task_GetBucketTaskBoardFormat parameters: - name: user-id @@ -9803,9 +9545,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: user-id @@ -9918,11 +9657,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Read-only. Nullable. More details about the task. operationId: user.planner.plan.bucket.task_GetDetail parameters: - name: user-id @@ -9991,9 +9727,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateDetail parameters: - name: user-id @@ -10106,11 +9839,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get progressTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: user.planner.plan.bucket.task_GetProgressTaskBoardFormat parameters: - name: user-id @@ -10179,9 +9909,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: user-id @@ -10362,11 +10089,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Extra details about the plan. Read-only. Nullable. operationId: user.planner.plan_GetDetail parameters: - name: user-id @@ -10419,9 +10143,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0 operationId: user.planner.plan_UpdateDetail parameters: - name: user-id @@ -10502,11 +10223,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get tasks from users + description: Collection of tasks in the plan. Read-only. Nullable. operationId: user.planner.plan_ListTask parameters: - name: user-id @@ -10763,11 +10481,8 @@ paths: get: tags: - users.plannerUser - 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-1.0 + summary: Get assignedToTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: user.planner.plan.task_GetAssignedToTaskBoardFormat parameters: - name: user-id @@ -10828,9 +10543,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateAssignedToTaskBoardFormat parameters: - name: user-id @@ -10927,11 +10639,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get bucketTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: user.planner.plan.task_GetBucketTaskBoardFormat parameters: - name: user-id @@ -10992,9 +10701,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateBucketTaskBoardFormat parameters: - name: user-id @@ -11091,11 +10797,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Read-only. Nullable. More details about the task. operationId: user.planner.plan.task_GetDetail parameters: - name: user-id @@ -11156,9 +10859,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateDetail parameters: - name: user-id @@ -11255,11 +10955,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get progressTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: user.planner.plan.task_GetProgressTaskBoardFormat parameters: - name: user-id @@ -11320,9 +11017,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateProgressTaskBoardFormat parameters: - name: user-id @@ -11471,11 +11165,8 @@ paths: get: tags: - users.plannerUser - summary: List recentPlans - description: Retrieve a list of plannerPlans recently viewed by a user. You can update recently viewed plans by updating the plannerUser resource. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-list-recentplans?view=graph-rest-1.0 + summary: Get recentPlans from users + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. operationId: user.planner_ListRecentPlan parameters: - name: user-id @@ -11535,7 +11226,7 @@ paths: tags: - users.plannerUser summary: Get recentPlans from users - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. operationId: user.planner_GetRecentPlan parameters: - name: user-id @@ -11610,11 +11301,8 @@ paths: get: tags: - users.plannerUser - 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-1.0 + summary: Get rosterPlans from users + description: Read-only. Nullable. Returns the plannerPlans contained by the plannerRosters the user is a member. operationId: user.planner_ListRosterPlan parameters: - name: user-id @@ -11749,11 +11437,8 @@ paths: get: tags: - users.plannerUser - summary: List tasks - description: Retrieve a list of plannertask objects assigned to a User. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0 + summary: Get tasks from users + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: user.planner_ListTask parameters: - name: user-id @@ -11970,11 +11655,8 @@ paths: get: tags: - users.plannerUser - 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-1.0 + summary: Get assignedToTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: user.planner.task_GetAssignedToTaskBoardFormat parameters: - name: user-id @@ -12027,9 +11709,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateAssignedToTaskBoardFormat parameters: - name: user-id @@ -12110,11 +11789,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get bucketTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: user.planner.task_GetBucketTaskBoardFormat parameters: - name: user-id @@ -12167,9 +11843,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateBucketTaskBoardFormat parameters: - name: user-id @@ -12250,11 +11923,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Read-only. Nullable. More details about the task. operationId: user.planner.task_GetDetail parameters: - name: user-id @@ -12307,9 +11977,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateDetail parameters: - name: user-id @@ -12390,11 +12057,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get progressTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: user.planner.task_GetProgressTaskBoardFormat parameters: - name: user-id @@ -12447,9 +12111,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateProgressTaskBoardFormat parameters: - name: user-id @@ -12974,6 +12635,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -12984,7 +12646,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -13432,11 +13094,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 007f5296ab..a7156fb068 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -10,11 +10,8 @@ paths: get: tags: - admin.adminReportSettings - 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-1.0 + summary: Get reportSettings from admin + description: A container for administrative resources to manage reports. operationId: admin_GetReportSetting parameters: - name: $select @@ -50,11 +47,7 @@ paths: patch: tags: - admin.adminReportSettings - 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-1.0 + summary: Update the navigation property reportSettings in admin operationId: admin_UpdateReportSetting requestBody: description: New navigation property values @@ -154,11 +147,8 @@ paths: get: tags: - auditLogs.customSecurityAttributeAudit - 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-1.0 + summary: Get customSecurityAttributeAudits from auditLogs + description: Represents a custom security attribute audit log. operationId: auditLog_ListCustomSecurityAttributeAudit parameters: - $ref: '#/components/parameters/top' @@ -348,11 +338,7 @@ paths: get: tags: - auditLogs.directoryAudit - 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-1.0 + summary: Get directoryAudits from auditLogs operationId: auditLog_ListDirectoryAudit parameters: - $ref: '#/components/parameters/top' @@ -425,11 +411,7 @@ paths: get: tags: - auditLogs.directoryAudit - 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 + summary: Get directoryAudits from auditLogs operationId: auditLog_GetDirectoryAudit parameters: - name: directoryAudit-id @@ -734,11 +716,8 @@ paths: get: tags: - auditLogs.provisioningObjectSummary - 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 + summary: Get provisioning from auditLogs + description: Represents an action performed by the Microsoft Entra provisioning service and its associated properties. operationId: auditLog_ListProvisioning parameters: - $ref: '#/components/parameters/top' @@ -928,11 +907,7 @@ paths: get: tags: - auditLogs.signIn - 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-1.0 + summary: Get signIns from auditLogs operationId: auditLog_ListSignIn parameters: - $ref: '#/components/parameters/top' @@ -1005,11 +980,7 @@ paths: get: tags: - auditLogs.signIn - 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-1.0 + summary: Get signIns from auditLogs operationId: auditLog_GetSignIn parameters: - name: signIn-id @@ -1129,7 +1100,7 @@ paths: description: 'Allow admins to mark an event in the Microsoft Entra sign-in logs as risky. Events marked as risky by an admin are immediately flagged as high risk in Microsoft Entra ID Protection, overriding previous risk states. Admins can confirm that events flagged as risky by Microsoft Entra ID Protection are in fact risky. For details about investigating Identity Protection risks, see How to investigate risk.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta operationId: auditLog.signIn_confirmCompromised requestBody: description: Action parameters @@ -1160,7 +1131,7 @@ paths: description: 'Allow admins to mark an event in Microsoft Entra sign-in logs as safe. Admins can either mark the events flagged as risky by Microsoft Entra ID Protection as safe, or they can mark unflagged events as safe. For details about investigating Identity Protection risks, see How to investigate risk.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta operationId: auditLog.signIn_confirmSafe requestBody: description: Action parameters @@ -1706,11 +1677,8 @@ paths: get: tags: - reports.appCredentialSignInActivity - 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-1.0 + summary: Get appCredentialSignInActivities from reports + description: Represents a collection of sign-in activities of application credentials. operationId: report_ListAppCredentialSignInActivity parameters: - $ref: '#/components/parameters/top' @@ -1783,11 +1751,8 @@ paths: get: tags: - reports.appCredentialSignInActivity - 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-1.0 + summary: Get appCredentialSignInActivities from reports + description: Represents a collection of sign-in activities of application credentials. operationId: report_GetAppCredentialSignInActivity parameters: - name: appCredentialSignInActivity-id @@ -1903,11 +1868,8 @@ paths: get: tags: - reports.applicationSignInDetailedSummary - 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-1.0 + summary: Get applicationSignInDetailedSummary from reports + description: Represents a detailed summary of an application sign-in. operationId: report_ListApplicationSignInDetailedSummary parameters: - $ref: '#/components/parameters/top' @@ -1980,11 +1942,8 @@ paths: get: tags: - reports.applicationSignInDetailedSummary - 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-1.0 + summary: Get applicationSignInDetailedSummary from reports + description: Represents a detailed summary of an application sign-in. operationId: report_GetApplicationSignInDetailedSummary parameters: - name: applicationSignInDetailedSummary-id @@ -2179,6 +2138,10 @@ paths: tags: - reports.Functions summary: Invoke function usersRegisteredByFeature + description: 'Get the number of users capable of multi-factor authentication, self-service password reset, and passwordless authentication.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta operationId: report.authenticationMethod_usersRegisteredGraphBPreFeature responses: 2XX: @@ -2226,6 +2189,10 @@ paths: tags: - reports.Functions summary: Invoke function usersRegisteredByMethod + description: Get the number of users registered for each authentication method. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbymethod?view=graph-rest-beta operationId: report.authenticationMethod_usersRegisteredGraphBPreMethod responses: 2XX: @@ -2272,11 +2239,8 @@ paths: get: tags: - reports.authenticationMethodsRoot - 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 + 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).' operationId: report.authenticationMethod_ListUserRegistrationDetail parameters: - $ref: '#/components/parameters/top' @@ -2349,11 +2313,8 @@ paths: get: tags: - reports.authenticationMethodsRoot - 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 + 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).' operationId: report.authenticationMethod_GetUserRegistrationDetail parameters: - name: userRegistrationDetails-id @@ -2469,11 +2430,8 @@ paths: get: tags: - reports.credentialUserRegistrationDetails - 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-1.0 + summary: Get credentialUserRegistrationDetails from reports + description: Details of the usage of self-service password reset and multifactor authentication (MFA) for all registered users. operationId: report_ListCredentialUserRegistrationDetail parameters: - $ref: '#/components/parameters/top' @@ -2888,11 +2846,8 @@ paths: get: tags: - reports.printUsageByPrinter - summary: List dailyPrintUsageByPrinter + summary: Get dailyPrintUsageByPrinter from reports 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' @@ -2965,11 +2920,8 @@ paths: get: tags: - reports.printUsageByPrinter - 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-1.0 + summary: Get dailyPrintUsageByPrinter from reports + description: 'Retrieve a list of daily print usage summaries, grouped by printer.' operationId: report_GetDailyPrintUsageGraphBPrePrinter parameters: - name: printUsageByPrinter-id @@ -3085,11 +3037,8 @@ paths: get: tags: - reports.printUsageByUser - summary: List dailyPrintUsageByUser + summary: Get dailyPrintUsageByUser from reports 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' @@ -3162,11 +3111,8 @@ paths: get: tags: - reports.printUsageByUser - 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-1.0 + summary: Get dailyPrintUsageByUser from reports + description: 'Retrieve a list of daily print usage summaries, grouped by user.' operationId: report_GetDailyPrintUsageGraphBPreUser parameters: - name: printUsageByUser-id @@ -3767,6 +3713,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationRepeatOffenders + description: List the users of a tenant who have yielded to attacks more than once in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta operationId: report_getAttackSimulationRepeatOffender parameters: - $ref: '#/components/parameters/top' @@ -3808,6 +3758,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationSimulationUserCoverage + description: Get simulation coverage for users of a tenant in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta operationId: report_getAttackSimulationSimulationUserCoverage parameters: - $ref: '#/components/parameters/top' @@ -3849,6 +3803,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationTrainingUserCoverage + description: List training coverage for each user of a tenant in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta operationId: report_getAttackSimulationTrainingUserCoverage parameters: - $ref: '#/components/parameters/top' @@ -3890,6 +3848,10 @@ paths: tags: - reports.Functions summary: Invoke function getAzureADApplicationSignInSummary + description: Retrieve applicationSigninSummary objects within either the last seven or 30 days. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta operationId: report_getAzureADApplicationSignInSummary parameters: - name: period @@ -4053,6 +4015,10 @@ paths: tags: - reports.Functions summary: Invoke function getCredentialUsageSummary + description: Report the current state of how many users in your organization used the self-service password reset capabilities. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta operationId: report_getCredentialUsageSummary parameters: - name: period @@ -4129,7 +4095,7 @@ paths: description: Report the current state of how many users in your organization are registered for self-service password reset and multifactor authentication (MFA) capabilities. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta operationId: report_getCredentialUserRegistrationCount parameters: - $ref: '#/components/parameters/top' @@ -4592,6 +4558,10 @@ paths: tags: - reports.Functions summary: Invoke function getGroupArchivedPrintJobs + description: Get a list of archived print jobs for a particular group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta operationId: report_getGroupArchivedPrintJob parameters: - name: groupId @@ -4654,6 +4624,10 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppPlatformUserCounts + description: 'Get a report that provides the trend of active users across all apps for each platform (Windows, Mac, web, and mobile) in your organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta operationId: report_getM365AppPlatformUserCount parameters: - name: period @@ -4684,6 +4658,10 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppUserCounts + description: 'Get a report that provides the trend in the number of active users for each app (Outlook, Word, Excel, PowerPoint, OneNote, and Teams) in your organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta operationId: report_getM365AppUserCount parameters: - name: period @@ -5970,6 +5948,10 @@ paths: tags: - reports.Functions summary: Invoke function getPrinterArchivedPrintJobs + description: Get a list of archived print jobs that were queued for particular printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta operationId: report_getPrinterArchivedPrintJob parameters: - name: printerId @@ -6032,6 +6014,10 @@ paths: tags: - reports.Functions summary: Invoke function getRelyingPartyDetailedSummary + description: Get a summary of AD FS relying parties information. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta operationId: report_getRelyingPartyDetailedSummary parameters: - name: period @@ -7559,6 +7545,10 @@ paths: tags: - reports.Functions summary: Invoke function getUserArchivedPrintJobs + description: Get a list of archived print jobs for a particular user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta operationId: report_getUserArchivedPrintJob parameters: - name: userId @@ -8227,11 +8217,8 @@ paths: get: tags: - reports.printUsageByPrinter - summary: List monthlyPrintUsageByPrinter + summary: Get monthlyPrintUsageByPrinter from reports 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' @@ -8421,11 +8408,8 @@ paths: get: tags: - reports.printUsageByUser - summary: List monthlyPrintUsageByUser + summary: Get monthlyPrintUsageByUser from reports 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' @@ -9221,8 +9205,8 @@ paths: get: tags: - reports.partners - summary: Get manifest - description: Read the properties and relationships of a manifest object. + summary: Get manifests from reports + description: Represents metadata for the exported data. operationId: report.partner.billing_ListManifest parameters: - $ref: '#/components/parameters/top' @@ -9295,11 +9279,8 @@ paths: get: tags: - reports.partners - 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 + summary: Get manifests from reports + description: Represents metadata for the exported data. operationId: report.partner.billing_GetManifest parameters: - name: manifest-id @@ -9415,8 +9396,8 @@ paths: get: tags: - reports.partners - summary: Get operation - description: Read the properties and relationships of an operation object. + summary: Get operations from reports + description: Represents an operation to export the billing data of a partner. operationId: report.partner.billing_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -9489,11 +9470,8 @@ paths: get: tags: - reports.partners - 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 + summary: Get operations from reports + description: Represents an operation to export the billing data of a partner. operationId: report.partner.billing_GetOperation parameters: - name: operation-id @@ -9769,7 +9747,7 @@ paths: description: Export the billed invoice reconciliation data. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta operationId: report.partner.billing.reconciliation.billed_export requestBody: description: Action parameters @@ -9960,7 +9938,7 @@ paths: description: Export the billed Azure usage data. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta operationId: report.partner.billing.usage.billed_export requestBody: description: Action parameters @@ -10073,7 +10051,7 @@ paths: description: Export unbilled Azure usage data for a specific billing period and currency. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta operationId: report.partner.billing.usage.unbilled_export requestBody: description: Action parameters @@ -10185,6 +10163,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationRepeatOffenders + description: List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta operationId: report.security_getAttackSimulationRepeatOffender parameters: - $ref: '#/components/parameters/top' @@ -10220,6 +10202,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationSimulationUserCoverage + description: List training coverage for each tenant user in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta operationId: report.security_getAttackSimulationSimulationUserCoverage parameters: - $ref: '#/components/parameters/top' @@ -10255,6 +10241,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationTrainingUserCoverage + description: List training coverage for tenant users in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta operationId: report.security_getAttackSimulationTrainingUserCoverage parameters: - $ref: '#/components/parameters/top' @@ -10368,6 +10358,10 @@ paths: tags: - reports.Functions summary: Invoke function getMetricsForConditionalAccessCompliantDevicesSignInSuccess + description: 'Get the number of user authentication requests, during a specified time period, that satisfy a Conditional Access policy that requires device compliance. Microsoft Intune manages compliant devices, including mobile iOS/Android devices, tablets, or cloud Microsoft Entra-joined computers (not hybrid).' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta operationId: report.serviceActivity_getMetricsGraphFPreConditionalAccessCompliantDevicesSignInSuccess parameters: - name: inclusiveIntervalStartDateTime @@ -10432,6 +10426,10 @@ paths: tags: - reports.Functions summary: Invoke function getMetricsForConditionalAccessManagedDevicesSignInSuccess + description: 'Get the number of user authentication requests, during a specific time period, that satisfy a Conditional Access policy requiring devices to be managed. Managed devices are computers joined to and managed by your on-premises directory and hybrid devices joined to Microsoft Entra.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta operationId: report.serviceActivity_getMetricsGraphFPreConditionalAccessManagedDevicesSignInSuccess parameters: - name: inclusiveIntervalStartDateTime @@ -10496,6 +10494,10 @@ paths: tags: - reports.Functions summary: Invoke function getMetricsForMfaSignInFailure + description: 'Get the number of times users fail to complete interactive MFA sign-ins using the Microsoft Entra MFA cloud service during a specified time period. Sign-in failures happen, for example, when users abandon or cancel MFA requests, or refresh MFA sessions without doing interactive MFA.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta operationId: report.serviceActivity_getMetricsGraphFPreMfaSignInFailure parameters: - name: inclusiveIntervalStartDateTime @@ -10560,6 +10562,10 @@ paths: tags: - reports.Functions summary: Invoke function getMetricsForMfaSignInSuccess + description: Get the number of times users successfully completed interactive MFA sign-ins using the Microsoft Entra MFA cloud service during a specified time period. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta operationId: report.serviceActivity_getMetricsGraphFPreMfaSignInSuccess parameters: - name: inclusiveIntervalStartDateTime @@ -10624,6 +10630,10 @@ paths: tags: - reports.Functions summary: Invoke function getMetricsForSamlSignInSuccess + description: Get the number of SAML 2.0 authentications successfully processed by the Microsoft Entra cloud service for the tenant during a specified time period. This health signal currently doesn't include WS-FED/SAML 1.1 apps that are integrated with Microsoft Entra. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta operationId: report.serviceActivity_getMetricsGraphFPreSamlSignInSuccess parameters: - name: inclusiveIntervalStartDateTime @@ -10687,11 +10697,8 @@ paths: get: tags: - reports.servicePrincipalSignInActivity - 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-1.0 + summary: Get servicePrincipalSignInActivities from reports + description: Represents a collection of sign-in activities of service principals. operationId: report_ListServicePrincipalSignInActivity parameters: - $ref: '#/components/parameters/top' @@ -10764,11 +10771,8 @@ paths: get: tags: - reports.servicePrincipalSignInActivity - 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-1.0 + summary: Get servicePrincipalSignInActivities from reports + description: Represents a collection of sign-in activities of service principals. operationId: report_GetServicePrincipalSignInActivity parameters: - name: servicePrincipalSignInActivity-id @@ -10962,11 +10966,8 @@ paths: get: tags: - reports.serviceLevelAgreementRoot - 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-1.0 + summary: Get azureADAuthentication from reports + description: Collects the Microsoft Entra SLA attainment for each month for a Microsoft Entra tenant. operationId: report.sla_GetAzureADAuthentication parameters: - name: $select @@ -11043,11 +11044,8 @@ paths: get: tags: - reports.userCredentialUsageDetails - 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-1.0 + summary: Get userCredentialUsageDetails from reports + description: Represents the self-service password reset (SSPR) usage for a given tenant. operationId: report_ListUserCredentialUsageDetail parameters: - $ref: '#/components/parameters/top' @@ -11393,11 +11391,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get activeUsers from reports + description: Insights for active users on apps registered in the tenant for a specified period. operationId: report.userInsight.daily_ListActiveUser parameters: - $ref: '#/components/parameters/top' @@ -11508,11 +11503,7 @@ paths: get: tags: - reports.userInsightsRoot - summary: List daily activeUsersBreakdown (deprecated) - description: Get a list of daily activeUsersBreakdown objects 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-activeusersbreakdown?view=graph-rest-1.0 + summary: Get activeUsersBreakdown from reports operationId: report.userInsight.daily_ListActiveUsersBreakdown parameters: - $ref: '#/components/parameters/top' @@ -11640,11 +11631,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get authentications from reports + description: Insights for authentications on apps registered in the tenant for a specified period. operationId: report.userInsight.daily_ListAuthentication parameters: - $ref: '#/components/parameters/top' @@ -11993,11 +11981,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get mfaCompletions from reports + description: Insights for MFA usage on apps registered in the tenant for a specified period. operationId: report.userInsight.daily_ListMfaCompletion parameters: - $ref: '#/components/parameters/top' @@ -12108,11 +12093,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get signUps from reports + description: Total sign-ups on apps registered in the tenant for a specified period. operationId: report.userInsight.daily_ListSignUp parameters: - $ref: '#/components/parameters/top' @@ -12335,11 +12317,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get userCount from reports + description: Insights for total users on apps registered in the tenant for a specified period. operationId: report.userInsight.daily_ListUserCount parameters: - $ref: '#/components/parameters/top' @@ -12528,11 +12507,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get activeUsers from reports + description: Insights for active users on apps registered in the tenant for a specified period. operationId: report.userInsight.monthly_ListActiveUser parameters: - $ref: '#/components/parameters/top' @@ -12643,11 +12619,7 @@ paths: get: tags: - reports.userInsightsRoot - summary: List monthly activeUsersBreakdown (deprecated) - description: Get a list of monthly activeUsersBreakdown objects 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-activeusersbreakdown?view=graph-rest-1.0 + summary: Get activeUsersBreakdown from reports operationId: report.userInsight.monthly_ListActiveUsersBreakdown parameters: - $ref: '#/components/parameters/top' @@ -12775,11 +12747,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get authentications from reports + description: Insights for authentications on apps registered in the tenant for a specified period. operationId: report.userInsight.monthly_ListAuthentication parameters: - $ref: '#/components/parameters/top' @@ -13128,11 +13097,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get mfaCompletions from reports + description: Insights for MFA usage on apps registered in the tenant for a specified period. operationId: report.userInsight.monthly_ListMfaCompletion parameters: - $ref: '#/components/parameters/top' @@ -13243,11 +13209,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get requests from reports + description: Insights for all user requests on apps registered in the tenant for a specified period. operationId: report.userInsight.monthly_ListRequest parameters: - $ref: '#/components/parameters/top' @@ -13358,11 +13321,8 @@ paths: get: tags: - reports.userInsightsRoot - 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-1.0 + summary: Get signUps from reports + description: Total sign-ups on apps registered in the tenant for a specified period. operationId: report.userInsight.monthly_ListSignUp parameters: - $ref: '#/components/parameters/top' @@ -14573,7 +14533,7 @@ components: properties: content: type: string - description: Report content; details vary by report type. + description: The http content that has the data format: base64url nullable: true additionalProperties: @@ -15746,22 +15706,17 @@ components: properties: appId: type: string - description: The ID of the Microsoft Entra application. appName: type: string - description: Name of the application users authenticated to. count: type: integer - description: The total number of users who made at least one authentication request within the specified time period. format: int64 factDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The date of the insight. format: date os: type: string - description: The platform for the device that the customers used. Supports $filter (eq). additionalProperties: type: object microsoft.graph.authenticationsMetric: @@ -16105,11 +16060,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 @@ -17610,11 +17565,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/SchemaExtensions.yml b/openApiDocs/beta/SchemaExtensions.yml index 024d9dd1c6..ab5676763c 100644 --- a/openApiDocs/beta/SchemaExtensions.yml +++ b/openApiDocs/beta/SchemaExtensions.yml @@ -14,7 +14,7 @@ paths: description: "Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions:\n+ Created by any apps you own in the current tenant.\n+ Owned by other apps that are marked as Available.\n+ Created by other developers from other tenants and marked as Available. This is different from other APIs that only return tenant-specific data. Extension data created based on schema extension definitions is tenant-specific and can only be accessed by apps explicitly granted permission. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta operationId: schemaExtension_ListSchemaExtension parameters: - $ref: '#/components/parameters/top' @@ -68,7 +68,7 @@ paths: description: "Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the \nstate of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, \nuse the schema extension definition to create a new group with training course data, and \nadd training course data to an existing group." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta operationId: schemaExtension_CreateSchemaExtension requestBody: description: New entity @@ -95,7 +95,7 @@ paths: description: Get the properties of the specified schemaExtension definition. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta operationId: schemaExtension_GetSchemaExtension parameters: - name: schemaExtension-id @@ -143,7 +143,7 @@ paths: description: 'Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don''t own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta operationId: schemaExtension_UpdateSchemaExtension parameters: - name: schemaExtension-id @@ -178,7 +178,7 @@ paths: description: 'Delete the definition of a schema extension. In app-only scenarios, only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. In delegated scenarios, the owner of the owner app can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition before deleting the data associated with the extension in the target resources makes the data inaccessible. To recover the data, you can recreate the schema extension definition with the same configuration, but only if you used the verified domain for the schema extension id.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta operationId: schemaExtension_DeleteSchemaExtension parameters: - name: schemaExtension-id @@ -264,7 +264,7 @@ components: nullable: true type: type: string - description: 'The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table below for more details.' + description: 'The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer, or String. For more information, see Supported property data types.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index 9dbd649012..c3db80dc1e 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -69,11 +69,8 @@ paths: get: tags: - external.authorizationSystem - 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-1.0 + 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.' operationId: external_ListAuthorizationSystem parameters: - $ref: '#/components/parameters/top' @@ -366,11 +363,7 @@ paths: get: tags: - external.externalConnection - 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-1.0 + summary: Get connections from external operationId: external_ListConnection parameters: - $ref: '#/components/parameters/top' @@ -420,11 +413,7 @@ paths: post: tags: - external.externalConnection - 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-1.0 + summary: Create new navigation property to connections for external operationId: external_CreateConnection requestBody: description: New navigation property @@ -447,11 +436,7 @@ paths: get: tags: - external.externalConnection - 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-1.0 + summary: Get connections from external operationId: external_GetConnection parameters: - name: externalConnection-id @@ -495,11 +480,7 @@ paths: patch: tags: - external.externalConnection - 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-1.0 + summary: Update the navigation property connections in external operationId: external_UpdateConnection parameters: - name: externalConnection-id @@ -530,11 +511,7 @@ paths: delete: tags: - external.externalConnection - 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-1.0 + summary: Delete navigation property connections for external operationId: external_DeleteConnection parameters: - name: externalConnection-id @@ -619,11 +596,7 @@ paths: post: tags: - external.externalConnection - 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 + summary: Create new navigation property to groups for external operationId: external.connection_CreateGroup parameters: - name: externalConnection-id @@ -746,11 +719,7 @@ paths: delete: tags: - external.externalConnection - 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 + summary: Delete navigation property groups for external operationId: external.connection_DeleteGroup parameters: - name: externalConnection-id @@ -852,11 +821,7 @@ paths: post: tags: - external.externalConnection - summary: Create externalGroupMember - description: Create a new externalGroupMember object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0 + summary: Create new navigation property to members for external operationId: external.connection.group_CreateMember parameters: - name: externalConnection-id @@ -1004,11 +969,7 @@ paths: delete: tags: - external.externalConnection - summary: Delete externalGroupMember - description: Delete an externalGroupMember object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for external operationId: external.connection.group_DeleteMember parameters: - name: externalConnection-id @@ -1103,8 +1064,7 @@ paths: get: tags: - external.externalConnection - 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. + summary: Get items from external operationId: external.connection_ListItem parameters: - name: externalConnection-id @@ -1194,11 +1154,7 @@ paths: get: tags: - external.externalConnection - 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-1.0 + summary: Get items from external operationId: external.connection_GetItem parameters: - name: externalConnection-id @@ -1289,11 +1245,7 @@ paths: delete: tags: - external.externalConnection - 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-1.0 + summary: Delete navigation property items for external operationId: external.connection_DeleteItem parameters: - name: externalConnection-id @@ -1999,11 +1951,7 @@ paths: get: tags: - external.externalConnection - 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-1.0 + summary: Get quota from external operationId: external.connection_GetQuota parameters: - name: externalConnection-id @@ -2105,11 +2053,7 @@ paths: get: tags: - external.externalConnection - 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-1.0 + summary: Get schema from external operationId: external.connection_GetSchema parameters: - name: externalConnection-id @@ -2153,11 +2097,7 @@ paths: patch: tags: - external.externalConnection - summary: Update schema - description: Update the properties of a schema for an externalConnection. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-1.0 + summary: Update the navigation property schema in external operationId: external.connection_UpdateSchema parameters: - name: externalConnection-id @@ -2240,11 +2180,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get dataConnectors from external + description: Set of connectors for importing data from source systems. operationId: external.industryData_ListDataConnector parameters: - $ref: '#/components/parameters/top' @@ -2294,11 +2231,7 @@ paths: post: tags: - external.industryDataRoot - 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-1.0 + summary: Create new navigation property to dataConnectors for external operationId: external.industryData_CreateDataConnector requestBody: description: New navigation property @@ -2321,11 +2254,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get dataConnectors from external + description: Set of connectors for importing data from source systems. operationId: external.industryData_GetDataConnector parameters: - name: industryDataConnector-id @@ -2369,11 +2299,7 @@ paths: patch: tags: - external.industryDataRoot - summary: Update azureDataLakeConnector - description: Update the properties of an azureDataLakeConnector object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-1.0 + summary: Update the navigation property dataConnectors in external operationId: external.industryData_UpdateDataConnector parameters: - name: industryDataConnector-id @@ -2404,11 +2330,7 @@ paths: delete: tags: - external.industryDataRoot - 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-1.0 + summary: Delete navigation property dataConnectors for external operationId: external.industryData_DeleteDataConnector parameters: - name: industryDataConnector-id @@ -2439,7 +2361,7 @@ paths: description: Perform validations applicable for the specific instance of the data connector. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta operationId: external.industryData.dataConnector_validate parameters: - name: industryDataConnector-id @@ -2520,11 +2442,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get inboundFlows from external + description: Set of data import flow activities to bring data into the canonical store via a connector. operationId: external.industryData_ListInboundFlow parameters: - $ref: '#/components/parameters/top' @@ -2574,11 +2493,7 @@ paths: post: tags: - external.industryDataRoot - 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-1.0 + summary: Create new navigation property to inboundFlows for external operationId: external.industryData_CreateInboundFlow requestBody: description: New navigation property @@ -2601,11 +2516,8 @@ paths: get: tags: - external.industryDataRoot - summary: Get inboundFlow - description: Read the properties and relationships of an inboundFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-1.0 + summary: Get inboundFlows from external + description: Set of data import flow activities to bring data into the canonical store via a connector. operationId: external.industryData_GetInboundFlow parameters: - name: inboundFlow-id @@ -2649,11 +2561,7 @@ paths: patch: tags: - external.industryDataRoot - summary: Update inboundFlow - description: Update the properties of an inboundFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundflow-update?view=graph-rest-1.0 + summary: Update the navigation property inboundFlows in external operationId: external.industryData_UpdateInboundFlow parameters: - name: inboundFlow-id @@ -2684,11 +2592,7 @@ paths: delete: tags: - external.industryDataRoot - 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-1.0 + summary: Delete navigation property inboundFlows for external operationId: external.industryData_DeleteInboundFlow parameters: - name: inboundFlow-id @@ -2803,31 +2707,402 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /external/industryData/inboundFlows/$count: - get: + /external/industryData/inboundFlows/$count: + get: + tags: + - external.industryDataRoot + summary: Get the number of the resource + operationId: external.industryData.inboundFlow_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /external/industryData/operations: + get: + tags: + - external.industryDataRoot + summary: Get operations from external + description: Set of ephemeral operations that the system runs currently. Read-only. + operationId: external.industryData_ListOperation + 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.longRunningOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - external.industryDataRoot + summary: Create new navigation property to operations for external + operationId: external.industryData_CreateOperation + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/external/industryData/operations/{longRunningOperation-id}': + get: + tags: + - external.industryDataRoot + summary: Get operations from external + description: Set of ephemeral operations that the system runs currently. Read-only. + operationId: external.industryData_GetOperation + parameters: + - name: longRunningOperation-id + in: path + description: The unique identifier of longRunningOperation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: longRunningOperation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - external.industryDataRoot + summary: Update the navigation property operations in external + operationId: external.industryData_UpdateOperation + parameters: + - name: longRunningOperation-id + in: path + description: The unique identifier of longRunningOperation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: longRunningOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - external.industryDataRoot + summary: Delete navigation property operations for external + operationId: external.industryData_DeleteOperation + parameters: + - name: longRunningOperation-id + in: path + description: The unique identifier of longRunningOperation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: longRunningOperation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /external/industryData/operations/$count: + get: + tags: + - external.industryDataRoot + summary: Get the number of the resource + operationId: external.industryData.operation_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /external/industryData/outboundProvisioningFlowSets: + get: + tags: + - external.industryDataRoot + summary: Get outboundProvisioningFlowSets from external + operationId: external.industryData_ListOutboundProvisioningFlowSet + 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.industryData.outboundProvisioningFlowSetCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - external.industryDataRoot + summary: Create new navigation property to outboundProvisioningFlowSets for external + operationId: external.industryData_CreateOutboundProvisioningFlowSet + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSet' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}': + get: + tags: + - external.industryDataRoot + summary: Get outboundProvisioningFlowSets from external + operationId: external.industryData_GetOutboundProvisioningFlowSet + 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: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - external.industryDataRoot + summary: Update the navigation property outboundProvisioningFlowSets in external + operationId: external.industryData_UpdateOutboundProvisioningFlowSet + 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 + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSet' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: tags: - external.industryDataRoot - summary: Get the number of the resource - operationId: external.industryData.inboundFlow_GetCount + summary: Delete navigation property outboundProvisioningFlowSets for external + operationId: external.industryData_DeleteOutboundProvisioningFlowSet parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - $ref: '#/components/responses/ODataCountResponse' + description: Success default: $ref: '#/components/responses/error' - /external/industryData/operations: + x-ms-docs-operation-type: operation + '/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows': get: tags: - external.industryDataRoot - 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-1.0 - operationId: external.industryData_ListOperation + summary: Get provisioningFlows from external + description: A flow that provisions relevant records of a given entity type in the Microsoft 365 tenant. + operationId: external.industryData.outboundProvisioningFlowSet_ListProvisioningFlow 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 - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -2865,7 +3140,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.longRunningOperationCollectionResponse' + $ref: '#/components/responses/microsoft.graph.industryData.provisioningFlowCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -2875,14 +3150,23 @@ paths: post: tags: - external.industryDataRoot - summary: Create new navigation property to operations for external - operationId: external.industryData_CreateOperation + summary: Create new navigation property to provisioningFlows for external + operationId: external.industryData.outboundProvisioningFlowSet_CreateProvisioningFlow + 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 requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlow' required: true responses: 2XX: @@ -2890,29 +3174,34 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/external/industryData/operations/{longRunningOperation-id}': + '/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}': get: tags: - external.industryDataRoot - 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-1.0 - operationId: external.industryData_GetOperation + summary: Get provisioningFlows from external + description: A flow that provisions relevant records of a given entity type in the Microsoft 365 tenant. + operationId: external.industryData.outboundProvisioningFlowSet_GetProvisioningFlow parameters: - - name: longRunningOperation-id + - name: outboundProvisioningFlowSet-id in: path - description: The unique identifier of longRunningOperation + description: The unique identifier of outboundProvisioningFlowSet required: true style: simple schema: type: string - x-ms-docs-key-type: longRunningOperation + 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 - name: $select in: query description: Select properties to be returned @@ -2939,30 +3228,38 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.industryDataRoot - summary: Update the navigation property operations in external - operationId: external.industryData_UpdateOperation + summary: Update the navigation property provisioningFlows in external + operationId: external.industryData.outboundProvisioningFlowSet_UpdateProvisioningFlow parameters: - - name: longRunningOperation-id + - name: outboundProvisioningFlowSet-id in: path - description: The unique identifier of longRunningOperation + description: The unique identifier of outboundProvisioningFlowSet required: true style: simple schema: type: string - x-ms-docs-key-type: longRunningOperation + 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 requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlow' required: true responses: 2XX: @@ -2970,24 +3267,32 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.industryDataRoot - summary: Delete navigation property operations for external - operationId: external.industryData_DeleteOperation + summary: Delete navigation property provisioningFlows for external + operationId: external.industryData.outboundProvisioningFlowSet_DeleteProvisioningFlow parameters: - - name: longRunningOperation-id + - name: outboundProvisioningFlowSet-id in: path - description: The unique identifier of longRunningOperation + description: The unique identifier of outboundProvisioningFlowSet required: true style: simple schema: type: string - x-ms-docs-key-type: longRunningOperation + 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 - name: If-Match in: header description: ETag @@ -3000,12 +3305,34 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /external/industryData/operations/$count: + '/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count': get: tags: - external.industryDataRoot summary: Get the number of the resource - operationId: external.industryData.operation_GetCount + operationId: external.industryData.outboundProvisioningFlowSet.provisioningFlow_GetCount + 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /external/industryData/outboundProvisioningFlowSets/$count: + get: + tags: + - external.industryDataRoot + summary: Get the number of the resource + operationId: external.industryData.outboundProvisioningFlowSet_GetCount parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -3018,11 +3345,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get referenceDefinitions from external + description: Set of user modifiable system picker types. operationId: external.industryData_ListReferenceDefinition parameters: - $ref: '#/components/parameters/top' @@ -3095,11 +3419,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get referenceDefinitions from external + description: Set of user modifiable system picker types. operationId: external.industryData_GetReferenceDefinition parameters: - name: referenceDefinition-id @@ -3215,11 +3536,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get roleGroups from external + description: Set of groups of individual roles that makes role-based admin simpler. operationId: external.industryData_ListRoleGroup parameters: - $ref: '#/components/parameters/top' @@ -3292,11 +3610,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get roleGroups from external + description: Set of groups of individual roles that makes role-based admin simpler. operationId: external.industryData_GetRoleGroup parameters: - name: roleGroup-id @@ -3412,11 +3727,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + 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. operationId: external.industryData_ListRun parameters: - $ref: '#/components/parameters/top' @@ -3467,11 +3779,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + 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. operationId: external.industryData_GetRun parameters: - name: industryDataRun-id @@ -3707,6 +4016,10 @@ paths: tags: - external.Functions summary: Invoke function getStatistics + description: Get statistics for an industryDataRun. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta operationId: external.industryData.run_getStatistics parameters: - name: industryDataRun-id @@ -3761,11 +4074,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get sourceSystems from external + description: Set of source definitions that represents real-world external systems. operationId: external.industryData_ListSourceSystem parameters: - $ref: '#/components/parameters/top' @@ -3815,11 +4125,7 @@ paths: post: tags: - external.industryDataRoot - 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-1.0 + summary: Create new navigation property to sourceSystems for external operationId: external.industryData_CreateSourceSystem requestBody: description: New navigation property @@ -3842,11 +4148,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get sourceSystems from external + description: Set of source definitions that represents real-world external systems. operationId: external.industryData_GetSourceSystem parameters: - name: sourceSystemDefinition-id @@ -3890,11 +4193,7 @@ paths: patch: tags: - external.industryDataRoot - 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-1.0 + summary: Update the navigation property sourceSystems in external operationId: external.industryData_UpdateSourceSystem parameters: - name: sourceSystemDefinition-id @@ -3925,11 +4224,7 @@ paths: delete: tags: - external.industryDataRoot - 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-1.0 + summary: Delete navigation property sourceSystems for external operationId: external.industryData_DeleteSourceSystem parameters: - name: sourceSystemDefinition-id @@ -3970,11 +4265,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get years from external + description: Set of years represented in the system. operationId: external.industryData_ListYear parameters: - $ref: '#/components/parameters/top' @@ -4024,11 +4316,7 @@ paths: post: tags: - external.industryDataRoot - 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-1.0 + summary: Create new navigation property to years for external operationId: external.industryData_CreateYear requestBody: description: New navigation property @@ -4051,11 +4339,8 @@ paths: get: tags: - external.industryDataRoot - 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-1.0 + summary: Get years from external + description: Set of years represented in the system. operationId: external.industryData_GetYear parameters: - name: yearTimePeriodDefinition-id @@ -4099,11 +4384,7 @@ paths: patch: tags: - external.industryDataRoot - 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-1.0 + summary: Update the navigation property years in external operationId: external.industryData_UpdateYear parameters: - name: yearTimePeriodDefinition-id @@ -4134,11 +4415,7 @@ paths: delete: tags: - external.industryDataRoot - 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-1.0 + summary: Delete navigation property years for external operationId: external.industryData_DeleteYear parameters: - name: yearTimePeriodDefinition-id @@ -4238,11 +4515,8 @@ paths: get: tags: - search.acronym - 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 + summary: Get acronyms from search + description: Administrative answer in Microsoft Search results to define common acronyms in an organization. operationId: search_ListAcronym parameters: - $ref: '#/components/parameters/top' @@ -4292,11 +4566,7 @@ paths: post: tags: - search.acronym - 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 + summary: Create new navigation property to acronyms for search operationId: search_CreateAcronym requestBody: description: New navigation property @@ -4319,11 +4589,8 @@ paths: get: tags: - search.acronym - 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 + summary: Get acronyms from search + description: Administrative answer in Microsoft Search results to define common acronyms in an organization. operationId: search_GetAcronym parameters: - name: acronym-id @@ -4367,11 +4634,7 @@ paths: patch: tags: - search.acronym - 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 + summary: Update the navigation property acronyms in search operationId: search_UpdateAcronym parameters: - name: acronym-id @@ -4402,11 +4665,7 @@ paths: delete: tags: - search.acronym - 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 + summary: Delete navigation property acronyms for search operationId: search_DeleteAcronym parameters: - name: acronym-id @@ -4447,11 +4706,8 @@ paths: get: tags: - search.bookmark - 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 + summary: Get bookmarks from search + description: Administrative answer in Microsoft Search results for common search queries in an organization. operationId: search_ListBookmark parameters: - $ref: '#/components/parameters/top' @@ -4501,11 +4757,7 @@ paths: post: tags: - search.bookmark - 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 + summary: Create new navigation property to bookmarks for search operationId: search_CreateBookmark requestBody: description: New navigation property @@ -4528,11 +4780,8 @@ paths: get: tags: - search.bookmark - 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 + summary: Get bookmarks from search + description: Administrative answer in Microsoft Search results for common search queries in an organization. operationId: search_GetBookmark parameters: - name: bookmark-id @@ -4576,11 +4825,7 @@ paths: patch: tags: - search.bookmark - 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 + summary: Update the navigation property bookmarks in search operationId: search_UpdateBookmark parameters: - name: bookmark-id @@ -4611,11 +4856,7 @@ paths: delete: tags: - search.bookmark - 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 + summary: Delete navigation property bookmarks for search operationId: search_DeleteBookmark parameters: - name: bookmark-id @@ -4660,7 +4901,7 @@ paths: description: Run a specified search query. Search results are provided in the response. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta operationId: search_query requestBody: description: Action parameters @@ -4703,11 +4944,8 @@ paths: get: tags: - search.qna - 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 + summary: Get qnas from search + description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. operationId: search_ListQna parameters: - $ref: '#/components/parameters/top' @@ -4757,11 +4995,7 @@ paths: post: tags: - search.qna - 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 + summary: Create new navigation property to qnas for search operationId: search_CreateQna requestBody: description: New navigation property @@ -4784,11 +5018,8 @@ paths: get: tags: - search.qna - 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 + summary: Get qnas from search + description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. operationId: search_GetQna parameters: - name: qna-id @@ -4832,11 +5063,7 @@ paths: patch: tags: - search.qna - 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 + summary: Update the navigation property qnas in search operationId: search_UpdateQna parameters: - name: qna-id @@ -4867,11 +5094,7 @@ paths: delete: tags: - search.qna - 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 + summary: Delete navigation property qnas for search operationId: search_DeleteQna parameters: - name: qna-id @@ -5161,6 +5384,11 @@ components: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' description: Set of ephemeral operations that the system runs currently. Read-only. x-ms-navigationProperty: true + outboundProvisioningFlowSets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSet' + x-ms-navigationProperty: true referenceDefinitions: type: array items: @@ -5304,6 +5532,63 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.industryData.outboundProvisioningFlowSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: outboundProvisioningFlowSet + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the flowSet was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + readOnly: true + displayName: + type: string + description: The display name of the flowSet provided by the caller. + filter: + $ref: '#/components/schemas/microsoft.graph.industryData.filter' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the flowSet was most recently changed. 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 + readOnly: true + provisioningFlows: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlow' + description: A flow that provisions relevant records of a given entity type in the Microsoft 365 tenant. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.industryData.provisioningFlow: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: provisioningFlow + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the provisioning flow was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' + format: date-time + nullable: true + readOnly: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the provisioning flow was most recently changed. 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 + readOnly: true + readinessStatus: + $ref: '#/components/schemas/microsoft.graph.industryData.readinessStatus' + additionalProperties: + type: object microsoft.graph.industryData.referenceDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -5942,6 +6227,21 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.industryData.filter: + title: filter + type: object + additionalProperties: + type: object + microsoft.graph.industryData.readinessStatus: + title: readinessStatus + enum: + - notReady + - ready + - failed + - disabled + - expired + - unknownFutureValue + type: string microsoft.graph.industryData.roleReferenceValue: allOf: - $ref: '#/components/schemas/microsoft.graph.industryData.referenceValue' @@ -5970,16 +6270,6 @@ components: - completedWithWarnings - unknownFutureValue type: string - microsoft.graph.industryData.readinessStatus: - title: readinessStatus - enum: - - notReady - - ready - - failed - - disabled - - expired - - unknownFutureValue - type: string microsoft.graph.industryData.industryDataActivityStatistics: title: industryDataActivityStatistics type: object @@ -6510,6 +6800,32 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.industryData.outboundProvisioningFlowSetCollectionResponse: + title: Collection of outboundProvisioningFlowSet + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSet' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.industryData.provisioningFlowCollectionResponse: + title: Collection of provisioningFlow + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlow' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.industryData.referenceDefinitionCollectionResponse: title: Collection of referenceDefinition type: object @@ -7204,6 +7520,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperationCollectionResponse' + microsoft.graph.industryData.outboundProvisioningFlowSetCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.industryData.outboundProvisioningFlowSetCollectionResponse' + microsoft.graph.industryData.provisioningFlowCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.industryData.provisioningFlowCollectionResponse' microsoft.graph.industryData.referenceDefinitionCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 0179859ebb..5fc7797ce4 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -69,11 +69,8 @@ paths: get: tags: - security.alert - 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 + summary: Get alerts from security + description: Notifications for suspicious or potential security issues in a customer’s tenant. operationId: security_ListAlert parameters: - $ref: '#/components/parameters/top' @@ -146,11 +143,8 @@ paths: get: tags: - security.alert - 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-1.0 + summary: Get alerts_v2 from security + description: A collection of alerts in Microsoft 365 Defender. operationId: security_ListAlerts_v2 parameters: - $ref: '#/components/parameters/top' @@ -223,11 +217,8 @@ paths: get: tags: - security.alert - 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 + summary: Get alerts_v2 from security + description: A collection of alerts in Microsoft 365 Defender. operationId: security_GetAlerts_v2 parameters: - name: alert-id @@ -271,11 +262,7 @@ paths: patch: tags: - security.alert - 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-1.0 + summary: Update the navigation property alerts_v2 in security operationId: security_UpdateAlerts_v2 parameters: - name: alert-id @@ -410,11 +397,8 @@ paths: get: tags: - security.alert - 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 + summary: Get alerts from security + description: Notifications for suspicious or potential security issues in a customer’s tenant. operationId: security_GetAlert parameters: - name: alert-id @@ -458,11 +442,7 @@ paths: patch: tags: - security.alert - 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 + summary: Update the navigation property alerts in security operationId: security_UpdateAlert parameters: - name: alert-id @@ -512,7 +492,7 @@ paths: description: Update multiple alerts in one request instead of multiple requests. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta operationId: security.alert_updateAlert requestBody: description: Action parameters @@ -634,11 +614,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get endUserNotifications from security + description: Represents an end user's notification for an attack simulation training. operationId: security.attackSimulation_ListEndUserNotification parameters: - $ref: '#/components/parameters/top' @@ -1066,11 +1043,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get landingPages from security + description: Represents an attack simulation training landing page. operationId: security.attackSimulation_ListLandingPage parameters: - $ref: '#/components/parameters/top' @@ -1500,11 +1474,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get loginPages from security + description: Represents an attack simulation training login page. operationId: security.attackSimulation_ListLoginPage parameters: - $ref: '#/components/parameters/top' @@ -1694,8 +1665,8 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get attackSimulationOperation - description: Get an attack simulation operation to track a long-running operation request for a tenant. + summary: Get operations from security + description: Represents an attack simulation training operation. operationId: security.attackSimulation_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -1768,11 +1739,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get operations from security + description: Represents an attack simulation training operation. operationId: security.attackSimulation_GetOperation parameters: - name: attackSimulationOperation-id @@ -1888,11 +1856,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get payloads from security + description: Represents an attack simulation training campaign payload in a tenant. operationId: security.attackSimulation_ListPayload parameters: - $ref: '#/components/parameters/top' @@ -2082,11 +2047,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulationAutomations from security + description: Represents simulation automation created to run on a tenant. operationId: security.attackSimulation_ListSimulationAutomation parameters: - $ref: '#/components/parameters/top' @@ -2159,11 +2121,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulationAutomations from security + description: Represents simulation automation created to run on a tenant. operationId: security.attackSimulation_GetSimulationAutomation parameters: - name: simulationAutomation-id @@ -2265,11 +2224,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get runs from security + description: A collection of simulation automation runs. operationId: security.attackSimulation.simulationAutomation_ListRun parameters: - name: simulationAutomation-id @@ -2522,11 +2478,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulations from security + description: Represents an attack simulation training campaign in a tenant. operationId: security.attackSimulation_ListSimulation parameters: - $ref: '#/components/parameters/top' @@ -2576,11 +2529,7 @@ paths: post: tags: - security.attackSimulationRoot - 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 + summary: Create new navigation property to simulations for security operationId: security.attackSimulation_CreateSimulation requestBody: description: New navigation property @@ -2603,11 +2552,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulations from security + description: Represents an attack simulation training campaign in a tenant. operationId: security.attackSimulation_GetSimulation parameters: - name: simulation-id @@ -2651,11 +2597,7 @@ paths: patch: tags: - security.attackSimulationRoot - 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 + summary: Update the navigation property simulations in security operationId: security.attackSimulation_UpdateSimulation parameters: - name: simulation-id @@ -2686,11 +2628,7 @@ paths: delete: tags: - security.attackSimulationRoot - 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 + summary: Delete navigation property simulations for security operationId: security.attackSimulation_DeleteSimulation parameters: - name: simulation-id @@ -2869,11 +2807,8 @@ paths: get: tags: - security.attackSimulationRoot - 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-1.0 + summary: Get trainingCampaigns from security + description: Represents a training campaign in a tenant. operationId: security.attackSimulation_ListTrainingCampaign parameters: - $ref: '#/components/parameters/top' @@ -2923,11 +2858,7 @@ paths: post: tags: - security.attackSimulationRoot - 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-1.0 + summary: Create new navigation property to trainingCampaigns for security operationId: security.attackSimulation_CreateTrainingCampaign requestBody: description: New navigation property @@ -2950,11 +2881,8 @@ paths: get: tags: - security.attackSimulationRoot - 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-1.0 + summary: Get trainingCampaigns from security + description: Represents a training campaign in a tenant. operationId: security.attackSimulation_GetTrainingCampaign parameters: - name: trainingCampaign-id @@ -2998,11 +2926,7 @@ paths: patch: tags: - security.attackSimulationRoot - 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-1.0 + summary: Update the navigation property trainingCampaigns in security operationId: security.attackSimulation_UpdateTrainingCampaign parameters: - name: trainingCampaign-id @@ -3033,11 +2957,7 @@ paths: delete: tags: - security.attackSimulationRoot - 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-1.0 + summary: Delete navigation property trainingCampaigns for security operationId: security.attackSimulation_DeleteTrainingCampaign parameters: - name: trainingCampaign-id @@ -3078,11 +2998,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get trainings from security + description: Represents details about attack simulation trainings. operationId: security.attackSimulation_ListTraining parameters: - $ref: '#/components/parameters/top' @@ -3589,11 +3506,7 @@ paths: get: tags: - security.auditCoreRoot - 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-1.0 + summary: Get queries from security operationId: security.auditLog_ListQuery parameters: - $ref: '#/components/parameters/top' @@ -3643,11 +3556,7 @@ paths: post: tags: - security.auditCoreRoot - 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-1.0 + summary: Create new navigation property to queries for security operationId: security.auditLog_CreateQuery requestBody: description: New navigation property @@ -3670,11 +3579,7 @@ paths: get: tags: - security.auditCoreRoot - 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-1.0 + summary: Get queries from security operationId: security.auditLog_GetQuery parameters: - name: auditLogQuery-id @@ -3776,11 +3681,8 @@ paths: get: tags: - security.auditCoreRoot - 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-1.0 + summary: Get records from security + description: An individual audit log record. operationId: security.auditLog.query_ListRecord parameters: - name: auditLogQuery-id @@ -4110,11 +4012,7 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get ediscoveryCases from security operationId: security.case_ListEdiscoveryCase parameters: - $ref: '#/components/parameters/top' @@ -4164,11 +4062,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to ediscoveryCases for security operationId: security.case_CreateEdiscoveryCase requestBody: description: New navigation property @@ -4191,11 +4085,7 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get ediscoveryCases from security operationId: security.case_GetEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -4239,11 +4129,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property ediscoveryCases in security operationId: security.case_UpdateEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -4274,11 +4160,7 @@ paths: delete: tags: - security.casesRoot - 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 + summary: Delete navigation property ediscoveryCases for security operationId: security.case_DeleteEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -4305,11 +4187,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get custodians from security + description: Returns a list of case ediscoveryCustodian objects for this case. operationId: security.case.ediscoveryCase_ListCustodian parameters: - name: ediscoveryCase-id @@ -4367,11 +4246,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to custodians for security operationId: security.case.ediscoveryCase_CreateCustodian parameters: - name: ediscoveryCase-id @@ -4403,11 +4278,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get custodians from security + description: Returns a list of case ediscoveryCustodian objects for this case. operationId: security.case.ediscoveryCase_GetCustodian parameters: - name: ediscoveryCase-id @@ -4533,11 +4405,8 @@ paths: get: tags: - security.casesRoot - summary: List lastIndexOperation - description: Get a list of the ediscoveryIndexOperation associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0 + summary: Get lastIndexOperation from security + description: Operation entity that represents the latest indexing for the custodian. operationId: security.case.ediscoveryCase.custodian_GetLastIndexOperation parameters: - name: ediscoveryCase-id @@ -4594,7 +4463,7 @@ paths: description: 'Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_activate parameters: - name: ediscoveryCase-id @@ -4627,7 +4496,7 @@ paths: description: 'Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_applyHold parameters: - name: ediscoveryCase-id @@ -4660,7 +4529,7 @@ paths: description: 'Release a custodian from a case. For details, see Release a custodian from a case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_release parameters: - name: ediscoveryCase-id @@ -4692,7 +4561,7 @@ paths: summary: Invoke action removeHold externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_removeHold parameters: - name: ediscoveryCase-id @@ -4725,7 +4594,7 @@ paths: description: Trigger an indexOperation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_updateIndex parameters: - name: ediscoveryCase-id @@ -4754,11 +4623,8 @@ paths: get: tags: - security.casesRoot - summary: List siteSources - description: Get a list of the siteSource objects associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0 + summary: Get siteSources from security + description: Data source entity for SharePoint sites associated with the custodian. operationId: security.case.ediscoveryCase.custodian_ListSiteSource parameters: - name: ediscoveryCase-id @@ -4824,11 +4690,7 @@ paths: post: tags: - security.casesRoot - summary: Create siteSource - description: Create a new siteSource object associated with an eDiscovery custodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0 + summary: Create new navigation property to siteSources for security operationId: security.case.ediscoveryCase.custodian_CreateSiteSource parameters: - name: ediscoveryCase-id @@ -5111,11 +4973,8 @@ paths: get: tags: - security.casesRoot - summary: List unifiedGroupSources - description: Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0 + summary: Get unifiedGroupSources from security + description: Data source entity for groups associated with the custodian. operationId: security.case.ediscoveryCase.custodian_ListUnifiedGroupSource parameters: - name: ediscoveryCase-id @@ -5181,11 +5040,7 @@ paths: post: tags: - security.casesRoot - summary: Create custodian unifiedGroupSource - description: Create a new unifiedGroupSource object associated with an eDiscovery custodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0 + summary: Create new navigation property to unifiedGroupSources for security operationId: security.case.ediscoveryCase.custodian_CreateUnifiedGroupSource parameters: - name: ediscoveryCase-id @@ -5581,11 +5436,8 @@ paths: get: tags: - security.casesRoot - summary: List userSources - description: Get a list of the userSource objects associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0 + summary: Get userSources from security + description: Data source entity for a custodian. This is the container for a custodian's mailbox and OneDrive for Business site. operationId: security.case.ediscoveryCase.custodian_ListUserSource parameters: - name: ediscoveryCase-id @@ -5651,11 +5503,7 @@ paths: post: tags: - security.casesRoot - summary: Create custodian userSource - description: Create a new userSource object associated with an eDiscovery custodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0 + summary: Create new navigation property to userSources for security operationId: security.case.ediscoveryCase.custodian_CreateUserSource parameters: - name: ediscoveryCase-id @@ -5901,7 +5749,7 @@ paths: summary: Invoke action applyHold externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_applyHold parameters: - name: ediscoveryCase-id @@ -5940,7 +5788,7 @@ paths: summary: Invoke action removeHold externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_removeHold parameters: - name: ediscoveryCase-id @@ -5980,7 +5828,7 @@ paths: description: Trigger an indexOperation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta operationId: security.case.ediscoveryCase.custodian_updateIndex parameters: - name: ediscoveryCase-id @@ -6016,11 +5864,8 @@ paths: get: tags: - security.casesRoot - 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-1.0 + summary: Get legalHolds from security + description: Returns a list of case eDiscoveryHoldPolicy objects for this case. operationId: security.case.ediscoveryCase_ListLegalHold parameters: - name: ediscoveryCase-id @@ -6078,11 +5923,7 @@ paths: post: tags: - security.casesRoot - 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-1.0 + summary: Create new navigation property to legalHolds for security operationId: security.case.ediscoveryCase_CreateLegalHold parameters: - name: ediscoveryCase-id @@ -6308,11 +6149,7 @@ paths: post: tags: - security.casesRoot - summary: Create siteSource - description: Create a new siteSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-1.0 + summary: Create new navigation property to siteSources for security operationId: security.case.ediscoveryCase.legalHold_CreateSiteSource parameters: - name: ediscoveryCase-id @@ -6662,11 +6499,7 @@ paths: post: tags: - security.casesRoot - summary: Create userSource - description: Create a new userSource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-1.0 + summary: Create new navigation property to userSources for security operationId: security.case.ediscoveryCase.legalHold_CreateUserSource parameters: - name: ediscoveryCase-id @@ -6913,7 +6746,7 @@ paths: description: 'Close an eDiscovery case. For details, see Close a case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta operationId: security.case.ediscoveryCase_close parameters: - name: ediscoveryCase-id @@ -6938,7 +6771,7 @@ paths: description: 'Reopen an eDiscovery case that was closed. For details, see Reopen a closed case.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta operationId: security.case.ediscoveryCase_reopen parameters: - name: ediscoveryCase-id @@ -7018,11 +6851,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to noncustodialDataSources for security operationId: security.case.ediscoveryCase_CreateNoncustodialDataSource parameters: - name: ediscoveryCase-id @@ -7366,7 +7195,7 @@ paths: description: 'Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta operationId: security.case.ediscoveryCase.noncustodialDataSource_applyHold parameters: - name: ediscoveryCase-id @@ -7399,7 +7228,7 @@ paths: description: Release the non-custodial data source from the case. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta operationId: security.case.ediscoveryCase.noncustodialDataSource_release parameters: - name: ediscoveryCase-id @@ -7432,7 +7261,7 @@ paths: description: 'Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta operationId: security.case.ediscoveryCase.noncustodialDataSource_removeHold parameters: - name: ediscoveryCase-id @@ -7465,7 +7294,7 @@ paths: description: Trigger an indexOperation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta operationId: security.case.ediscoveryCase.noncustodialDataSource_updateIndex parameters: - name: ediscoveryCase-id @@ -7519,7 +7348,7 @@ paths: summary: Invoke action applyHold externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta operationId: security.case.ediscoveryCase.noncustodialDataSource_applyHold parameters: - name: ediscoveryCase-id @@ -7558,7 +7387,7 @@ paths: summary: Invoke action removeHold externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta operationId: security.case.ediscoveryCase.noncustodialDataSource_removeHold parameters: - name: ediscoveryCase-id @@ -7630,11 +7459,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get operations from security + description: Returns a list of case caseOperation objects for this case. operationId: security.case.ediscoveryCase_ListOperation parameters: - name: ediscoveryCase-id @@ -7724,11 +7550,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get operations from security + description: Returns a list of case caseOperation objects for this case. operationId: security.case.ediscoveryCase_GetOperation parameters: - name: ediscoveryCase-id @@ -7876,11 +7699,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get reviewSets from security + description: Returns a list of eDiscoveryReviewSet objects in the case. operationId: security.case.ediscoveryCase_ListReviewSet parameters: - name: ediscoveryCase-id @@ -7938,11 +7758,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to reviewSets for security operationId: security.case.ediscoveryCase_CreateReviewSet parameters: - name: ediscoveryCase-id @@ -7974,11 +7790,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get reviewSets from security + description: Returns a list of eDiscoveryReviewSet objects in the case. operationId: security.case.ediscoveryCase_GetReviewSet parameters: - name: ediscoveryCase-id @@ -8104,11 +7917,8 @@ paths: get: tags: - security.casesRoot - summary: List ediscoveryFiles - description: Get a list of the ediscoveryFile objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0 + summary: Get files from security + description: Represents files within the review set. operationId: security.case.ediscoveryCase.reviewSet_ListFile parameters: - name: ediscoveryCase-id @@ -8214,11 +8024,8 @@ paths: get: tags: - security.casesRoot - summary: Get ediscoveryFile - description: Read the properties and relationships of an ediscoveryFile object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-1.0 + summary: Get files from security + description: Represents files within the review set. operationId: security.case.ediscoveryCase.reviewSet_GetFile parameters: - name: ediscoveryCase-id @@ -8369,9 +8176,6 @@ paths: tags: - security.casesRoot summary: Get content for the navigation property files from security - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0 operationId: security.case.ediscoveryCase.reviewSet_GetFilesContent parameters: - name: ediscoveryCase-id @@ -8524,9 +8328,6 @@ paths: tags: - security.casesRoot summary: Get extractedTextContent for the navigation property files from security - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0 operationId: security.case.ediscoveryCase.reviewSet_GetFilesExtractedTextContent parameters: - name: ediscoveryCase-id @@ -8830,7 +8631,7 @@ paths: description: 'Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta operationId: security.case.ediscoveryCase.reviewSet_addToReviewSet parameters: - name: ediscoveryCase-id @@ -8877,7 +8678,7 @@ paths: description: 'Initiate an export from a reviewSet. For details, see Export documents from a review set in eDiscovery (Premium).' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta operationId: security.case.ediscoveryCase.reviewSet_export parameters: - name: ediscoveryCase-id @@ -8932,11 +8733,8 @@ paths: get: tags: - security.casesRoot - summary: List queries - description: Get the list of queries associated with an eDiscovery review set. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0 + summary: Get queries from security + description: Represents queries within the review set. operationId: security.case.ediscoveryCase.reviewSet_ListQuery parameters: - name: ediscoveryCase-id @@ -9002,11 +8800,7 @@ paths: post: tags: - security.casesRoot - summary: Create ediscoveryReviewSetQuery - description: Create a new ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0 + summary: Create new navigation property to queries for security operationId: security.case.ediscoveryCase.reviewSet_CreateQuery parameters: - name: ediscoveryCase-id @@ -9046,11 +8840,8 @@ paths: get: tags: - security.casesRoot - summary: Get ediscoveryReviewSetQuery - description: Read the properties and relationships of an ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0 + summary: Get queries from security + description: Represents queries within the review set. operationId: security.case.ediscoveryCase.reviewSet_GetQuery parameters: - name: ediscoveryCase-id @@ -9110,11 +8901,7 @@ paths: patch: tags: - security.casesRoot - summary: Update ediscoveryReviewSetQuery - description: Update the properties of an ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0 + summary: Update the navigation property queries in security operationId: security.case.ediscoveryCase.reviewSet_UpdateQuery parameters: - name: ediscoveryCase-id @@ -9161,11 +8948,7 @@ paths: delete: tags: - security.casesRoot - summary: Delete ediscoveryReviewSetQuery - description: Delete an ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0 + summary: Delete navigation property queries for security operationId: security.case.ediscoveryCase.reviewSet_DeleteQuery parameters: - name: ediscoveryCase-id @@ -9212,7 +8995,7 @@ paths: description: 'Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta operationId: security.case.ediscoveryCase.reviewSet.query_applyTag parameters: - name: ediscoveryCase-id @@ -9271,7 +9054,7 @@ paths: description: 'Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium).' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta operationId: security.case.ediscoveryCase.reviewSet.query_export parameters: - name: ediscoveryCase-id @@ -9335,6 +9118,10 @@ paths: tags: - security.Functions summary: Invoke function run + description: Run reviewset query to get the list of files. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta operationId: security.case.ediscoveryCase.reviewSet.query_run parameters: - name: ediscoveryCase-id @@ -9476,11 +9263,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get searches from security + description: Returns a list of eDiscoverySearch objects associated with this case. operationId: security.case.ediscoveryCase_ListSearch parameters: - name: ediscoveryCase-id @@ -9538,11 +9322,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to searches for security operationId: security.case.ediscoveryCase_CreateSearch parameters: - name: ediscoveryCase-id @@ -9574,11 +9354,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get searches from security + description: Returns a list of eDiscoverySearch objects associated with this case. operationId: security.case.ediscoveryCase_GetSearch parameters: - name: ediscoveryCase-id @@ -9630,11 +9407,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property searches in security operationId: security.case.ediscoveryCase_UpdateSearch parameters: - name: ediscoveryCase-id @@ -9673,11 +9446,7 @@ paths: delete: tags: - security.casesRoot - 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 + summary: Delete navigation property searches for security operationId: security.case.ediscoveryCase_DeleteSearch parameters: - name: ediscoveryCase-id @@ -9712,11 +9481,8 @@ paths: get: tags: - security.casesRoot - summary: List additionalSources - description: Get the list of additional sources associated with an eDiscovery search. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0 + summary: Get additionalSources from security + description: Adds an additional source to the eDiscovery search. operationId: security.case.ediscoveryCase.search_ListAdditionalSource parameters: - name: ediscoveryCase-id @@ -9782,11 +9548,7 @@ paths: post: tags: - security.casesRoot - summary: Add additional sources - description: Create a new additional source associated with an eDiscovery search. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0 + summary: Create new navigation property to additionalSources for security operationId: security.case.ediscoveryCase.search_CreateAdditionalSource parameters: - name: ediscoveryCase-id @@ -10061,11 +9823,8 @@ paths: get: tags: - security.casesRoot - summary: List custodianSources - description: Get the list of custodial data sources associated with an eDiscovery search. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0 + summary: Get custodianSources from security + description: Custodian sources that are included in the eDiscovery search. operationId: security.case.ediscoveryCase.search_ListCustodianSource parameters: - name: ediscoveryCase-id @@ -10224,11 +9983,8 @@ paths: get: tags: - security.casesRoot - summary: List lastEstimateStatisticsOperation - description: Get the last ediscoveryEstimateOperation objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0 + summary: Get lastEstimateStatisticsOperation from security + description: The last estimate operation associated with the eDiscovery search. operationId: security.case.ediscoveryCase.search_GetLastEstimateStatisticsOperation parameters: - name: ediscoveryCase-id @@ -10285,7 +10041,7 @@ paths: description: 'Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium).' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta operationId: security.case.ediscoveryCase.search_estimateStatistics parameters: - name: ediscoveryCase-id @@ -10426,7 +10182,7 @@ paths: description: "Delete Microsoft Teams messages contained in a eDiscovery search. You can collect and purge the following categories of Teams content:\n- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.\n- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.\n- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.\n- Private channels - Message posts, replies, and attachments shared in a private Teams channel.\n- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:\n- eDiscovery solution series: Data spillage scenario - Search and purge\n- eDiscovery (Premium) workflow for content in Microsoft Teams " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta operationId: security.case.ediscoveryCase.search_purgeData parameters: - name: ediscoveryCase-id @@ -10651,11 +10407,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get settings from security + description: Returns a list of eDIscoverySettings objects in the case. operationId: security.case.ediscoveryCase_GetSetting parameters: - name: ediscoveryCase-id @@ -10699,11 +10452,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property settings in security operationId: security.case.ediscoveryCase_UpdateSetting parameters: - name: ediscoveryCase-id @@ -10765,7 +10514,7 @@ paths: description: Reset a caseSettings object to the default values. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta operationId: security.case.ediscoveryCase.setting_resetToDefault parameters: - name: ediscoveryCase-id @@ -10786,11 +10535,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get tags from security + description: Returns a list of ediscoveryReviewTag objects associated to this case. operationId: security.case.ediscoveryCase_ListTag parameters: - name: ediscoveryCase-id @@ -10848,11 +10594,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to tags for security operationId: security.case.ediscoveryCase_CreateTag parameters: - name: ediscoveryCase-id @@ -10884,11 +10626,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get tags from security + description: Returns a list of ediscoveryReviewTag objects associated to this case. operationId: security.case.ediscoveryCase_GetTag parameters: - name: ediscoveryCase-id @@ -10940,11 +10679,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property tags in security operationId: security.case.ediscoveryCase_UpdateTag parameters: - name: ediscoveryCase-id @@ -10983,11 +10718,7 @@ paths: delete: tags: - security.casesRoot - 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 + summary: Delete navigation property tags for security operationId: security.case.ediscoveryCase_DeleteTag parameters: - name: ediscoveryCase-id @@ -11259,6 +10990,10 @@ paths: tags: - security.Functions summary: Invoke function asHierarchy + description: List eDiscovery review tags with the tag hierarchy shown. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta operationId: security.case.ediscoveryCase.tag_asHierarchy parameters: - name: ediscoveryCase-id @@ -11613,8 +11348,8 @@ paths: get: tags: - security.collaborationRoot - summary: Get analyzedEmail - description: Read the properties and relationships of an analyzedEmail object. + summary: Get analyzedEmails from security + description: Contains metadata for analyzed emails. operationId: security.collaboration_ListAnalyzedEmail parameters: - $ref: '#/components/parameters/top' @@ -11687,11 +11422,8 @@ paths: get: tags: - security.collaborationRoot - 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-1.0 + summary: Get analyzedEmails from security + description: Contains metadata for analyzed emails. operationId: security.collaboration_GetAnalyzedEmail parameters: - name: analyzedEmail-id @@ -11811,7 +11543,7 @@ paths: description: 'Remove a potential threat from end users'' mailboxes. Remediation means to take prescribed action against a threat. This API can trigger email purge actions like move to junk, move to deleted items, soft delete, hard delete, or move to Inbox. This API enables scenarios and use cases such as SOAR integration, playbooks, and automations. For more information read email remediation, trigger action and track actions. If there is false positives admins can take move to inbox action.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta operationId: security.collaboration.analyzedEmail_remediate requestBody: description: Action parameters @@ -12499,11 +12231,8 @@ paths: get: tags: - security.identityContainer - 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-1.0 + summary: Get healthIssues from security + description: Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified. operationId: security.identity_ListHealthIssue parameters: - $ref: '#/components/parameters/top' @@ -12576,11 +12305,8 @@ paths: get: tags: - security.identityContainer - 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-1.0 + summary: Get healthIssues from security + description: Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified. operationId: security.identity_GetHealthIssue parameters: - name: healthIssue-id @@ -12624,11 +12350,7 @@ paths: patch: tags: - security.identityContainer - 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-1.0 + summary: Update the navigation property healthIssues in security operationId: security.identity_UpdateHealthIssue parameters: - name: healthIssue-id @@ -12700,11 +12422,8 @@ paths: 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-1.0 + 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 parameters: - $ref: '#/components/parameters/top' @@ -12777,11 +12496,8 @@ paths: 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-1.0 + 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 parameters: - name: incident-id @@ -12825,11 +12541,7 @@ paths: 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-1.0 + summary: Update the navigation property incidents in security operationId: security_UpdateIncident parameters: - name: incident-id @@ -13193,11 +12905,8 @@ paths: get: tags: - security.informationProtection - 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-1.0 + summary: Get labelPolicySettings from security + description: Read the Microsoft Purview Information Protection policy settings for the user or organization. operationId: security.informationProtection_GetLabelPolicySetting parameters: - name: $select @@ -13274,11 +12983,8 @@ paths: get: tags: - security.informationProtection - 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-1.0 + summary: Get sensitivityLabels from security + description: Read the Microsoft Purview Information Protection labels for the user or organization. operationId: security.informationProtection_ListSensitivityLabel parameters: - $ref: '#/components/parameters/top' @@ -13575,7 +13281,7 @@ paths: description: 'Compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key-value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta operationId: security.informationProtection.sensitivityLabel_evaluateApplication requestBody: description: Action parameters @@ -13622,7 +13328,7 @@ paths: description: 'Use the classification results to compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide the contentInfo, which includes existing content metadata key-value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta operationId: security.informationProtection.sensitivityLabel_evaluateClassificationResult requestBody: description: Action parameters @@ -13671,7 +13377,7 @@ paths: description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key-value pairs, the API returns an informationProtectionAction that contains some combination of one or more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta operationId: security.informationProtection.sensitivityLabel_evaluateRemoval requestBody: description: Action parameters @@ -13718,7 +13424,7 @@ paths: description: Use the metadata that exists on an already-labeled piece of information to resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta operationId: security.informationProtection.sensitivityLabel_extractContentLabel requestBody: description: Action parameters @@ -14012,11 +13718,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get authorities from security + description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. operationId: security.label_ListAuthority parameters: - $ref: '#/components/parameters/top' @@ -14066,11 +13769,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to authorities for security operationId: security.label_CreateAuthority requestBody: description: New navigation property @@ -14093,11 +13792,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get authorities from security + description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. operationId: security.label_GetAuthority parameters: - name: authorityTemplate-id @@ -14213,11 +13909,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get categories from security + description: Specifies a group of similar types of content in a particular department. operationId: security.label_ListCategory parameters: - $ref: '#/components/parameters/top' @@ -14267,11 +13960,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to categories for security operationId: security.label_CreateCategory requestBody: description: New navigation property @@ -14294,11 +13983,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get categories from security + description: Specifies a group of similar types of content in a particular department. operationId: security.label_GetCategory parameters: - name: categoryTemplate-id @@ -14652,11 +14338,8 @@ paths: get: tags: - security.labelsRoot - 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 + 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. operationId: security.label_ListCitation parameters: - $ref: '#/components/parameters/top' @@ -14706,11 +14389,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to citations for security operationId: security.label_CreateCitation requestBody: description: New navigation property @@ -14733,11 +14412,8 @@ paths: get: tags: - security.labelsRoot - 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 + 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. operationId: security.label_GetCitation parameters: - name: citationTemplate-id @@ -14853,11 +14529,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get departments from security + description: Specifies the department or business unit of an organization to which a label belongs. operationId: security.label_ListDepartment parameters: - $ref: '#/components/parameters/top' @@ -14907,11 +14580,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to departments for security operationId: security.label_CreateDepartment requestBody: description: New navigation property @@ -14934,11 +14603,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get departments from security + description: Specifies the department or business unit of an organization to which a label belongs. operationId: security.label_GetDepartment parameters: - name: departmentTemplate-id @@ -15054,11 +14720,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get filePlanReferences from security + description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. operationId: security.label_ListFilePlanReference parameters: - $ref: '#/components/parameters/top' @@ -15108,11 +14771,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to filePlanReferences for security operationId: security.label_CreateFilePlanReference requestBody: description: New navigation property @@ -15135,11 +14794,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get filePlanReferences from security + description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. operationId: security.label_GetFilePlanReference parameters: - name: filePlanReferenceTemplate-id @@ -15255,11 +14911,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get retentionLabels from security + description: 'Represents how customers can manage their data, whether and for how long to retain or delete it.' operationId: security.label_ListRetentionLabel parameters: - $ref: '#/components/parameters/top' @@ -15309,11 +14962,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to retentionLabels for security operationId: security.label_CreateRetentionLabel requestBody: description: New navigation property @@ -15381,11 +15030,7 @@ paths: patch: tags: - security.labelsRoot - 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 + summary: Update the navigation property retentionLabels in security operationId: security.label_UpdateRetentionLabel parameters: - name: retentionLabel-id @@ -15416,11 +15061,7 @@ paths: delete: tags: - security.labelsRoot - 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 + summary: Delete navigation property retentionLabels for security operationId: security.label_DeleteRetentionLabel parameters: - name: retentionLabel-id @@ -16092,6 +15733,9 @@ paths: query: type: string nullable: true + timespan: + type: string + nullable: true additionalProperties: type: object required: true @@ -16375,11 +16019,7 @@ paths: get: tags: - security.rulesRoot - 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-1.0 + summary: Get detectionRules from security operationId: security.rule_ListDetectionRule parameters: - $ref: '#/components/parameters/top' @@ -16568,11 +16208,7 @@ paths: get: tags: - security.secureScoreControlProfile - 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-1.0 + summary: Get secureScoreControlProfiles from security operationId: security_ListSecureScoreControlProfile parameters: - $ref: '#/components/parameters/top' @@ -16689,11 +16325,7 @@ paths: patch: tags: - security.secureScoreControlProfile - 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-1.0 + summary: Update the navigation property secureScoreControlProfiles in security operationId: security_UpdateSecureScoreControlProfile parameters: - name: secureScoreControlProfile-id @@ -16765,11 +16397,8 @@ paths: get: tags: - security.secureScore - 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-1.0 + summary: Get secureScores from security + description: Measurements of tenants’ security posture to help protect them from threats. operationId: security_ListSecureScore parameters: - $ref: '#/components/parameters/top' @@ -16959,11 +16588,7 @@ paths: get: tags: - security.securityAction - 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-1.0 + summary: Get securityActions from security operationId: security_ListSecurityAction parameters: - $ref: '#/components/parameters/top' @@ -17013,11 +16638,7 @@ paths: post: tags: - security.securityAction - 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-1.0 + summary: Create new navigation property to securityActions for security operationId: security_CreateSecurityAction requestBody: description: New navigation property @@ -17040,11 +16661,7 @@ paths: get: tags: - security.securityAction - 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-1.0 + summary: Get securityActions from security operationId: security_GetSecurityAction parameters: - name: securityAction-id @@ -17150,7 +16767,7 @@ paths: description: Cancel a security operation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta operationId: security.securityAction_cancelSecurityAction parameters: - name: securityAction-id @@ -18005,6 +17622,10 @@ paths: tags: - security.Functions summary: Invoke function getFinalAttachment + description: Get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta operationId: security.subjectRightsRequest_getFinalAttachment parameters: - name: subjectRightsRequest-id @@ -18037,6 +17658,10 @@ paths: tags: - security.Functions summary: Invoke function getFinalReport + description: Get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta operationId: security.subjectRightsRequest_getFinalReport parameters: - name: subjectRightsRequest-id @@ -18068,11 +17693,8 @@ paths: get: tags: - security.subjectRightsRequest - 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-1.0 + summary: Get notes from security + description: List of notes associated with the request. operationId: security.subjectRightsRequest_ListNote parameters: - name: subjectRightsRequest-id @@ -18130,11 +17752,7 @@ paths: post: tags: - security.subjectRightsRequest - 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 + summary: Create new navigation property to notes for security operationId: security.subjectRightsRequest_CreateNote parameters: - name: subjectRightsRequest-id @@ -18452,8 +18070,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get articleIndicator - description: Read the properties and relationships of an articleIndicator object. + summary: Get articleIndicators from security + description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListArticleIndicator parameters: - $ref: '#/components/parameters/top' @@ -18526,11 +18144,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get articleIndicators from security + description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetArticleIndicator parameters: - name: articleIndicator-id @@ -18692,11 +18307,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get articles from security + description: A list of article objects. operationId: security.threatIntelligence_ListArticle parameters: - $ref: '#/components/parameters/top' @@ -18769,11 +18381,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get articles from security + description: A list of article objects. operationId: security.threatIntelligence_GetArticle parameters: - name: article-id @@ -18875,11 +18484,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get indicators from security + description: Indicators related to this article. operationId: security.threatIntelligence.article_ListIndicator parameters: - name: article-id @@ -19028,8 +18634,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostComponent - description: Read the properties and relationships of a hostComponent object. + summary: Get hostComponents from security + description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostComponent parameters: - $ref: '#/components/parameters/top' @@ -19102,11 +18708,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostComponents from security + description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostComponent parameters: - name: hostComponent-id @@ -19268,8 +18871,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostCookie - description: Read the properties and relationships of a hostCookie object. + summary: Get hostCookies from security + description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostCookie parameters: - $ref: '#/components/parameters/top' @@ -19342,11 +18945,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostCookies from security + description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostCookie parameters: - name: hostCookie-id @@ -19508,8 +19108,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPair - description: Read the properties and relationships of a hostPair object. + summary: Get hostPairs from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostPair parameters: - $ref: '#/components/parameters/top' @@ -19582,11 +19182,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostPairs from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostPair parameters: - name: hostPair-id @@ -19794,8 +19391,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPort - description: Read the properties and relationships of a hostPort object. + summary: Get hostPorts from security + description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostPort parameters: - $ref: '#/components/parameters/top' @@ -19868,11 +19465,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostPorts from security + description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostPort parameters: - name: hostPort-id @@ -20080,8 +19674,8 @@ paths: get: tags: - security.threatIntelligence - 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:' + summary: Get hosts from security + description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHost parameters: - $ref: '#/components/parameters/top' @@ -20154,11 +19748,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hosts from security + description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHost parameters: - name: host-id @@ -20260,11 +19851,8 @@ paths: get: tags: - security.threatIntelligence - 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-1.0 + 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.' operationId: security.threatIntelligence.host_ListChildHostPair parameters: - name: host-id @@ -20399,11 +19987,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get components from security + description: The hostComponents that are associated with this host. operationId: security.threatIntelligence.host_ListComponent parameters: - name: host-id @@ -20538,11 +20123,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get cookies from security + description: The hostCookies that are associated with this host. operationId: security.threatIntelligence.host_ListCookie parameters: - name: host-id @@ -20677,11 +20259,8 @@ paths: get: tags: - security.threatIntelligence - 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-1.0 + summary: Get hostPairs from security + description: 'The hostPairs that are associated with this host, where this host is either the parentHost or childHost.' operationId: security.threatIntelligence.host_ListHostPair parameters: - name: host-id @@ -20816,11 +20395,8 @@ paths: get: tags: - security.threatIntelligence - 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-1.0 + 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.' operationId: security.threatIntelligence.host_ListParentHostPair parameters: - name: host-id @@ -20955,11 +20531,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get passiveDns from security + description: Passive DNS retrieval about this host. operationId: security.threatIntelligence.host_ListPassiveDn parameters: - name: host-id @@ -21094,11 +20667,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get passiveDnsReverse from security + description: Reverse passive DNS retrieval about this host. operationId: security.threatIntelligence.host_ListPassiveDnsReverse parameters: - name: host-id @@ -21233,11 +20803,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get ports from security + description: The hostPorts associated with a host. operationId: security.threatIntelligence.host_ListPort parameters: - name: host-id @@ -21372,11 +20939,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get reputation from security + description: Represents a calculated reputation of this host. operationId: security.threatIntelligence.host_GetReputation parameters: - name: host-id @@ -21478,11 +21042,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get sslCertificates from security + description: The hostSslCertificates that are associated with this host. operationId: security.threatIntelligence.host_ListSslCertificate parameters: - name: host-id @@ -21617,11 +21178,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get subdomains from security + description: The subdomains that are associated with this host. operationId: security.threatIntelligence.host_ListSubdomain parameters: - name: host-id @@ -21756,11 +21314,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get trackers from security + description: The hostTrackers that are associated with this host. operationId: security.threatIntelligence.host_ListTracker parameters: - name: host-id @@ -21895,11 +21450,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get whois from security + description: The most recent whoisRecord for this host. operationId: security.threatIntelligence.host_GetWhoi parameters: - name: host-id @@ -21958,8 +21510,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostSslCertificate - description: Get the properties and relationships of a hostSslCertificate object. + summary: Get hostSslCertificates from security + description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -22032,11 +21584,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostSslCertificates from security + description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostSslCertificate parameters: - name: hostSslCertificate-id @@ -22244,8 +21793,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostTracker - description: Read the properties and relationships of a hostTracker object. + summary: Get hostTrackers from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostTracker parameters: - $ref: '#/components/parameters/top' @@ -22318,11 +21867,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostTrackers from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostTracker parameters: - name: hostTracker-id @@ -22484,8 +22030,7 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelligenceProfileIndicator - description: Read the properties and relationships of a intelligenceProfileIndicator object. + summary: Get intelligenceProfileIndicators from security operationId: security.threatIntelligence_ListIntelligenceProfileIndicator parameters: - $ref: '#/components/parameters/top' @@ -22558,11 +22103,7 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get intelligenceProfileIndicators from security operationId: security.threatIntelligence_GetIntelligenceProfileIndicator parameters: - name: intelligenceProfileIndicator-id @@ -22724,11 +22265,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get intelProfiles from security + description: A list of intelligenceProfile objects. operationId: security.threatIntelligence_ListIntelProfile parameters: - $ref: '#/components/parameters/top' @@ -22801,11 +22339,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get intelProfiles from security + description: A list of intelligenceProfile objects. operationId: security.threatIntelligence_GetIntelProfile parameters: - name: intelligenceProfile-id @@ -22907,11 +22442,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get indicators from security + description: Includes an assemblage of high-fidelity network indicators of compromise. operationId: security.threatIntelligence.intelProfile_ListIndicator parameters: - name: intelligenceProfile-id @@ -23060,8 +22592,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsRecord - description: Read the properties and relationships of a passiveDnsRecord object. + summary: Get passiveDnsRecords from security + description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListPassiveDnsRecord parameters: - $ref: '#/components/parameters/top' @@ -23134,11 +22666,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get passiveDnsRecords from security + description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetPassiveDnsRecord parameters: - name: passiveDnsRecord-id @@ -23346,11 +22875,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get sslCertificates from security + description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -23423,11 +22949,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get sslCertificates from security + description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetSslCertificate parameters: - name: sslCertificate-id @@ -23679,8 +23202,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomain - description: Read the properties and relationships of a subdomain object. + summary: Get subdomains from security + description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListSubdomain parameters: - $ref: '#/components/parameters/top' @@ -23753,11 +23276,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get subdomains from security + description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetSubdomain parameters: - name: subdomain-id @@ -23919,8 +23439,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get vulnerability - description: Read the properties and relationships of a vulnerability object. + summary: Get vulnerabilities from security + description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListVulnerability parameters: - $ref: '#/components/parameters/top' @@ -23993,11 +23513,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get vulnerabilities from security + description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetVulnerability parameters: - name: vulnerability-id @@ -24235,11 +23752,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get components from security + description: Components related to this vulnerability article. operationId: security.threatIntelligence.vulnerability_ListComponent parameters: - name: vulnerability-id @@ -24329,11 +23843,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get components from security + description: Components related to this vulnerability article. operationId: security.threatIntelligence.vulnerability_GetComponent parameters: - name: vulnerability-id @@ -24732,11 +24243,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get whoisRecords from security + description: A list of whoisRecord objects. operationId: security.threatIntelligence_ListWhoisRecord parameters: - $ref: '#/components/parameters/top' @@ -24809,11 +24317,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get whoisRecords from security + description: A list of whoisRecord objects. operationId: security.threatIntelligence_GetWhoisRecord parameters: - name: whoisRecord-id @@ -24915,11 +24420,8 @@ paths: get: tags: - security.threatIntelligence - summary: List history - description: 'Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0 + summary: Get history from security + description: The collection of historical records associated to this WHOIS object. operationId: security.threatIntelligence.whoisRecord_ListHistory parameters: - name: whoisRecord-id @@ -25192,11 +24694,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get emailThreats from security operationId: security.threatSubmission_ListEmailThreat parameters: - $ref: '#/components/parameters/top' @@ -25246,11 +24744,7 @@ paths: post: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Create new navigation property to emailThreats for security operationId: security.threatSubmission_CreateEmailThreat requestBody: description: New navigation property @@ -25273,11 +24767,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get emailThreats from security operationId: security.threatSubmission_GetEmailThreat parameters: - name: emailThreatSubmission-id @@ -25393,11 +24883,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get emailThreatSubmissionPolicies from security operationId: security.threatSubmission_ListEmailThreatSubmissionPolicy parameters: - $ref: '#/components/parameters/top' @@ -25470,11 +24956,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get emailThreatSubmissionPolicies from security operationId: security.threatSubmission_GetEmailThreatSubmissionPolicy parameters: - name: emailThreatSubmissionPolicy-id @@ -25590,11 +25072,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get fileThreats from security operationId: security.threatSubmission_ListFileThreat parameters: - $ref: '#/components/parameters/top' @@ -25667,11 +25145,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get fileThreats from security operationId: security.threatSubmission_GetFileThreat parameters: - name: fileThreatSubmission-id @@ -25787,11 +25261,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get urlThreats from security operationId: security.threatSubmission_ListUrlThreat parameters: - $ref: '#/components/parameters/top' @@ -25841,11 +25311,7 @@ paths: post: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Create new navigation property to urlThreats for security operationId: security.threatSubmission_CreateUrlThreat requestBody: description: New navigation property @@ -25868,11 +25334,7 @@ paths: get: tags: - security.threatSubmissionRoot - 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-1.0 + summary: Get urlThreats from security operationId: security.threatSubmission_GetUrlThreat parameters: - name: urlThreatSubmission-id @@ -25988,11 +25450,7 @@ paths: get: tags: - security.tiIndicator - 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-1.0 + summary: Get tiIndicators from security operationId: security_ListTiIndicator parameters: - $ref: '#/components/parameters/top' @@ -26042,11 +25500,7 @@ paths: post: tags: - security.tiIndicator - 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-1.0 + summary: Create new navigation property to tiIndicators for security operationId: security_CreateTiIndicator requestBody: description: New navigation property @@ -26069,11 +25523,7 @@ paths: get: tags: - security.tiIndicator - 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-1.0 + summary: Get tiIndicators from security operationId: security_GetTiIndicator parameters: - name: tiIndicator-id @@ -26117,11 +25567,7 @@ paths: patch: tags: - security.tiIndicator - 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-1.0 + summary: Update the navigation property tiIndicators in security operationId: security_UpdateTiIndicator parameters: - name: tiIndicator-id @@ -26152,11 +25598,7 @@ paths: delete: tags: - security.tiIndicator - 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-1.0 + summary: Delete navigation property tiIndicators for security operationId: security_DeleteTiIndicator parameters: - name: tiIndicator-id @@ -26201,7 +25643,7 @@ paths: description: Delete multiple threat intelligence (TI) indicators in one request instead of multiple requests. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta operationId: security.tiIndicator_deleteTiIndicator requestBody: description: Action parameters @@ -26249,7 +25691,7 @@ paths: description: 'Delete multiple threat intelligence (TI) indicators in one request instead of multiple requests, when the request contains external IDs instead of IDs.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta operationId: security.tiIndicator_deleteTiIndicatorsGraphBPreExternalId requestBody: description: Action parameters @@ -26297,7 +25739,7 @@ paths: description: Upload multiple threat intelligence (TI) indicators in one request instead of multiple requests. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta operationId: security.tiIndicator_submitTiIndicator requestBody: description: Action parameters @@ -26345,7 +25787,7 @@ paths: description: Update multiple threat intelligence (TI) indicators in one request instead of multiple requests. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta operationId: security.tiIndicator_updateTiIndicator requestBody: description: Action parameters @@ -26466,11 +25908,7 @@ paths: get: tags: - security.triggersRoot - 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 + summary: Get retentionEvents from security operationId: security.trigger_ListRetentionEvent parameters: - $ref: '#/components/parameters/top' @@ -26520,11 +25958,7 @@ paths: post: tags: - security.triggersRoot - 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 + summary: Create new navigation property to retentionEvents for security operationId: security.trigger_CreateRetentionEvent requestBody: description: New navigation property @@ -26547,11 +25981,7 @@ paths: get: tags: - security.triggersRoot - 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 + summary: Get retentionEvents from security operationId: security.trigger_GetRetentionEvent parameters: - name: retentionEvent-id @@ -26626,11 +26056,7 @@ paths: delete: tags: - security.triggersRoot - 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 + summary: Delete navigation property retentionEvents for security operationId: security.trigger_DeleteRetentionEvent parameters: - name: retentionEvent-id @@ -26794,11 +26220,7 @@ paths: get: tags: - security.triggerTypesRoot - 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 + summary: Get retentionEventTypes from security operationId: security.triggerType_ListRetentionEventType parameters: - $ref: '#/components/parameters/top' @@ -26848,11 +26270,7 @@ paths: post: tags: - security.triggerTypesRoot - 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 + summary: Create new navigation property to retentionEventTypes for security operationId: security.triggerType_CreateRetentionEventType requestBody: description: New navigation property @@ -26875,11 +26293,7 @@ paths: get: tags: - security.triggerTypesRoot - 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 + summary: Get retentionEventTypes from security operationId: security.triggerType_GetRetentionEventType parameters: - name: retentionEventType-id @@ -26954,11 +26368,7 @@ paths: delete: tags: - security.triggerTypesRoot - 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 + summary: Delete navigation property retentionEventTypes for security operationId: security.triggerType_DeleteRetentionEventType parameters: - name: retentionEventType-id @@ -27392,11 +26802,8 @@ paths: get: tags: - users.security - 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-1.0 + summary: Get labelPolicySettings from users + description: Read the Microsoft Purview Information Protection policy settings for the user or organization. operationId: user.security.informationProtection_GetLabelPolicySetting parameters: - name: user-id @@ -27498,11 +26905,8 @@ paths: get: tags: - users.security - 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-1.0 + summary: Get sensitivityLabels from users + description: Read the Microsoft Purview Information Protection labels for the user or organization. operationId: user.security.informationProtection_ListSensitivityLabel parameters: - name: user-id @@ -28008,7 +27412,7 @@ components: description: Microsoft Entra tenant ID. Required. category: type: string - description: 'Category of the alert (for example, credentialTheft, ransomware, etc.).' + description: 'Category of the alert (for example, credentialTheft, ransomware).' nullable: true closedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -28053,7 +27457,7 @@ components: eventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 event(s) that served as the trigger(s) to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.' + description: 'Time at which the event or events that served as the trigger to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true feedback: @@ -28136,7 +27540,7 @@ components: items: type: string nullable: true - description: 'Hyperlinks (URIs) to the source material related to the alert, for example, provider''s user interface for alerts or log search, etc.' + description: 'Hyperlinks (URIs) to the source material related to the alert, for example, provider''s user interface for alerts or log search.' status: $ref: '#/components/schemas/microsoft.graph.alertStatus' tags: @@ -28144,7 +27548,7 @@ components: items: type: string nullable: true - description: 'User-definable labels that can be applied to an alert and can serve as filter conditions (for example ''HVA'', ''SAW'', etc.) (supports update).' + description: 'User-definable labels that can be applied to an alert and can serve as filter conditions (for example ''HVA'', ''SAW'') (supports update).' title: type: string description: Alert title. Required. @@ -30710,6 +30114,7 @@ components: nullable: true resolvingComment: type: string + description: User input that explains the resolution of the incident and the classification choice. This property contains free editable text. nullable: true severity: $ref: '#/components/schemas/microsoft.graph.security.alertSeverity' @@ -32149,6 +31554,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -35435,7 +34846,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -35581,7 +34992,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -35820,7 +35231,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -39116,7 +38527,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -39377,6 +38788,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -39460,6 +38918,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -40457,6 +39921,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -40467,7 +39932,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -43414,11 +42879,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -43434,13 +42899,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -44010,13 +43475,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -44509,6 +43974,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.publicationFacet: title: publicationFacet @@ -47032,6 +46499,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -49669,7 +49180,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -49678,19 +49189,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -49698,19 +49209,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -49718,12 +49229,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -49740,13 +49251,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -57164,7 +56675,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -61595,6 +61106,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 23600e2a9c..6164c7f519 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -87,11 +87,7 @@ paths: get: tags: - admin.sharepoint - 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 + summary: Get settings from admin operationId: admin.sharepoint_GetSetting parameters: - name: $select @@ -127,11 +123,7 @@ paths: patch: tags: - admin.sharepoint - 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 + summary: Update the navigation property settings in admin operationId: admin.sharepoint_UpdateSetting requestBody: description: New navigation property values @@ -1467,11 +1459,8 @@ paths: get: tags: - groups.site - summary: List columns in a site + summary: Get columns from groups 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-1.0 operationId: group.site_ListColumn parameters: - name: group-id @@ -1537,10 +1526,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to columns for groups operationId: group.site_CreateColumn parameters: - name: group-id @@ -1823,11 +1809,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a site + summary: Get contentTypes from groups 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-1.0 operationId: group.site_ListContentType parameters: - name: group-id @@ -1893,11 +1876,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to contentTypes for groups operationId: group.site_CreateContentType parameters: - name: group-id @@ -1937,11 +1916,8 @@ paths: get: tags: - groups.site - summary: Get contentType - description: 'Retrieve the metadata for a [content type][contentType] 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 + summary: Get contentTypes from groups + description: The collection of content types defined for this site. operationId: group.site_GetContentType parameters: - name: group-id @@ -2001,10 +1977,7 @@ paths: patch: tags: - groups.site - summary: Update contentType - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0 + summary: Update the navigation property contentTypes in groups operationId: group.site_UpdateContentType parameters: - name: group-id @@ -2051,11 +2024,7 @@ paths: delete: tags: - groups.site - summary: Delete contentType - description: 'Remove a [content type][contentType] 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 + summary: Delete navigation property contentTypes for groups operationId: group.site_DeleteContentType parameters: - name: group-id @@ -2864,11 +2833,8 @@ paths: get: tags: - groups.site - summary: List columns in a content type + summary: Get columns from groups 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-1.0 operationId: group.site.contentType_ListColumn parameters: - name: group-id @@ -2942,10 +2908,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.contentType_CreateColumn parameters: - name: group-id @@ -2993,11 +2956,8 @@ paths: get: tags: - groups.site - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.site.contentType_GetColumn parameters: - name: group-id @@ -3065,10 +3025,7 @@ paths: patch: tags: - groups.site - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in groups operationId: group.site.contentType_UpdateColumn parameters: - name: group-id @@ -3123,10 +3080,7 @@ paths: delete: tags: - groups.site - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for groups operationId: group.site.contentType_DeleteColumn parameters: - name: group-id @@ -4109,11 +4063,8 @@ paths: get: tags: - groups.site - 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 + summary: Get recoveryKeys from groups + description: The recovery keys associated with the bitlocker entity. operationId: group.site.informationProtection.bitlocker_ListRecoveryKey parameters: - name: group-id @@ -4180,11 +4131,8 @@ paths: get: tags: - groups.site - 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-1.0 + summary: Get recoveryKeys from groups + description: The recovery keys associated with the bitlocker entity. operationId: group.site.informationProtection.bitlocker_GetRecoveryKey parameters: - name: group-id @@ -4705,11 +4653,7 @@ paths: get: tags: - groups.site - summary: 'informationProtectionLabel: listLabels (deprecated)' - description: Get a collection of information protection labels available to the user or to the organization. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0 + summary: Get labels from groups operationId: group.site.informationProtection.policy_ListLabel parameters: - name: group-id @@ -4827,11 +4771,7 @@ paths: get: tags: - groups.site - summary: Get informationProtectionLabel (deprecated) - description: Retrieve the properties and relationships of an informationProtectionLabel object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0 + summary: Get labels from groups operationId: group.site.informationProtection.policy_GetLabel parameters: - name: group-id @@ -5781,11 +5721,7 @@ paths: get: tags: - groups.site - 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 + summary: Get threatAssessmentRequests from groups operationId: group.site.informationProtection_ListThreatAssessmentRequest parameters: - name: group-id @@ -5851,11 +5787,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to threatAssessmentRequests for groups operationId: group.site.informationProtection_CreateThreatAssessmentRequest parameters: - name: group-id @@ -5895,11 +5827,7 @@ paths: get: tags: - groups.site - 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 + summary: Get threatAssessmentRequests from groups operationId: group.site.informationProtection_GetThreatAssessmentRequest parameters: - name: group-id @@ -6816,11 +6744,8 @@ paths: get: tags: - groups.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 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site_ListList parameters: - name: group-id @@ -6886,11 +6811,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to lists for groups operationId: group.site_CreateList parameters: - name: group-id @@ -6930,11 +6851,8 @@ paths: get: tags: - groups.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-1.0 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site_GetList parameters: - name: group-id @@ -7207,11 +7125,8 @@ paths: get: tags: - groups.site - summary: List columns in a list + summary: Get columns from groups 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-1.0 operationId: group.site.list_ListColumn parameters: - name: group-id @@ -7285,10 +7200,7 @@ paths: post: tags: - groups.site - summary: Create columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.list_CreateColumn parameters: - name: group-id @@ -7619,11 +7531,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a list + summary: Get contentTypes from groups 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-1.0 operationId: group.site.list_ListContentType parameters: - name: group-id @@ -8790,11 +8699,8 @@ paths: get: tags: - groups.site - summary: List columns in a content type + summary: Get columns from groups 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-1.0 operationId: group.site.list.contentType_ListColumn parameters: - name: group-id @@ -8876,10 +8782,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.list.contentType_CreateColumn parameters: - name: group-id @@ -8935,11 +8838,8 @@ paths: get: tags: - groups.site - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.site.list.contentType_GetColumn parameters: - name: group-id @@ -9015,10 +8915,7 @@ paths: patch: tags: - groups.site - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in groups operationId: group.site.list.contentType_UpdateColumn parameters: - name: group-id @@ -9081,10 +8978,7 @@ paths: delete: tags: - groups.site - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for groups operationId: group.site.list.contentType_DeleteColumn parameters: - name: group-id @@ -9648,11 +9542,8 @@ paths: get: tags: - groups.site - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from groups + description: All items contained in the list. operationId: group.site.list_ListItem parameters: - name: group-id @@ -9725,11 +9616,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to items for groups operationId: group.site.list_CreateItem parameters: - name: group-id @@ -9777,11 +9664,8 @@ paths: get: tags: - groups.site - 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-1.0 + summary: Get items from groups + description: All items contained in the list. operationId: group.site.list_GetItem parameters: - name: group-id @@ -9904,11 +9788,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property items for groups operationId: group.site.list_DeleteItem parameters: - name: group-id @@ -11137,11 +11017,8 @@ paths: get: tags: - groups.site - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.site.list.item_ListDocumentSetVersion parameters: - name: group-id @@ -11223,11 +11100,7 @@ paths: post: tags: - groups.site - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.site.list.item_CreateDocumentSetVersion parameters: - name: group-id @@ -11283,11 +11156,8 @@ paths: get: tags: - groups.site - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.site.list.item_GetDocumentSetVersion parameters: - name: group-id @@ -11426,11 +11296,7 @@ paths: delete: tags: - groups.site - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.site.list.item_DeleteDocumentSetVersion parameters: - name: group-id @@ -11735,7 +11601,7 @@ paths: tags: - groups.site summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.site.list.item_GetDriveItem parameters: - name: group-id @@ -12090,11 +11956,7 @@ paths: patch: tags: - groups.site - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.site.list.item_UpdateField parameters: - name: group-id @@ -14238,11 +14100,8 @@ paths: get: tags: - groups.site - summary: List columns in a site + summary: Get columns from groups 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-1.0 operationId: group.site.getGraphBPrePath_ListColumn parameters: - name: group-id @@ -14316,10 +14175,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.getGraphBPrePath_CreateColumn parameters: - name: group-id @@ -14367,11 +14223,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a site + summary: Get contentTypes from groups 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-1.0 operationId: group.site.getGraphBPrePath_ListContentType parameters: - name: group-id @@ -14445,11 +14298,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to contentTypes for groups operationId: group.site.getGraphBPrePath_CreateContentType parameters: - name: group-id @@ -15059,11 +14908,8 @@ paths: get: tags: - groups.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 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site.getGraphBPrePath_ListList parameters: - name: group-id @@ -15137,11 +14983,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to lists for groups operationId: group.site.getGraphBPrePath_CreateList parameters: - name: group-id @@ -15364,11 +15206,8 @@ paths: get: tags: - groups.site - summary: List columns in a site + summary: Get columns from groups 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-1.0 operationId: group.site.getGraphBPrePath_ListColumn parameters: - name: group-id @@ -15450,10 +15289,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.getGraphBPrePath_CreateColumn parameters: - name: group-id @@ -15509,11 +15345,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a site + summary: Get contentTypes from groups 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-1.0 operationId: group.site.getGraphBPrePath_ListContentType parameters: - name: group-id @@ -15595,11 +15428,7 @@ paths: post: tags: - groups.site - 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-1.0 + summary: Create new navigation property to contentTypes for groups operationId: group.site.getGraphBPrePath_CreateContentType parameters: - name: group-id @@ -16289,11 +16118,8 @@ paths: get: tags: - groups.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 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site.getGraphBPrePath_ListList parameters: - name: group-id @@ -16375,11 +16201,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to lists for groups operationId: group.site.getGraphBPrePath_CreateList parameters: - name: group-id @@ -16609,11 +16431,8 @@ paths: get: tags: - groups.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-1.0 + summary: Get operations from groups + description: The collection of long running operations for the site. operationId: group.site.getGraphBPrePath_ListOperation parameters: - name: group-id @@ -16751,11 +16570,8 @@ paths: get: tags: - groups.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 + summary: Get pages from groups + description: The collection of pages in the baseSitePages list on this site. operationId: group.site.getGraphBPrePath_ListPage parameters: - name: group-id @@ -16837,11 +16653,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to pages for groups operationId: group.site.getGraphBPrePath_CreatePage parameters: - name: group-id @@ -16897,11 +16709,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site.getGraphBPrePath_ListPermission parameters: - name: group-id @@ -16983,11 +16792,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to permissions for groups operationId: group.site.getGraphBPrePath_CreatePermission parameters: - name: group-id @@ -17218,11 +17023,8 @@ paths: get: tags: - groups.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 + summary: Get sites from groups + description: The collection of the sub-sites under this site. operationId: group.site.getGraphBPrePath_ListSite parameters: - name: group-id @@ -17305,11 +17107,8 @@ paths: get: tags: - groups.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 + summary: Get termStore from groups + description: The termStore under this site. operationId: group.site.getGraphBPrePath_GetTermStore parameters: - name: group-id @@ -17633,11 +17432,8 @@ paths: get: tags: - groups.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-1.0 + summary: Get operations from groups + description: The collection of long running operations for the site. operationId: group.site.getGraphBPrePath_ListOperation parameters: - name: group-id @@ -17759,11 +17555,8 @@ paths: get: tags: - groups.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 + summary: Get pages from groups + description: The collection of pages in the baseSitePages list on this site. operationId: group.site.getGraphBPrePath_ListPage parameters: - name: group-id @@ -17837,11 +17630,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to pages for groups operationId: group.site.getGraphBPrePath_CreatePage parameters: - name: group-id @@ -17889,11 +17678,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site.getGraphBPrePath_ListPermission parameters: - name: group-id @@ -17967,11 +17753,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to permissions for groups operationId: group.site.getGraphBPrePath_CreatePermission parameters: - name: group-id @@ -18170,11 +17952,8 @@ paths: get: tags: - groups.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 + summary: Get sites from groups + description: The collection of the sub-sites under this site. operationId: group.site.getGraphBPrePath_ListSite parameters: - name: group-id @@ -18249,11 +18028,8 @@ paths: get: tags: - groups.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 + summary: Get termStore from groups + description: The termStore under this site. operationId: group.site.getGraphBPrePath_GetTermStore parameters: - name: group-id @@ -18529,11 +18305,8 @@ paths: get: tags: - groups.site - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_ListNotebook parameters: - name: group-id @@ -18599,11 +18372,7 @@ paths: post: tags: - groups.site - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for groups operationId: group.site.onenote_CreateNotebook parameters: - name: group-id @@ -18643,11 +18412,8 @@ paths: get: tags: - groups.site - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_GetNotebook parameters: - name: group-id @@ -18797,11 +18563,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. operationId: group.site.onenote.notebook_ListSectionGroup parameters: - name: group-id @@ -18875,11 +18638,7 @@ paths: post: tags: - groups.site - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for groups operationId: group.site.onenote.notebook_CreateSectionGroup parameters: - name: group-id @@ -19242,11 +19001,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.site.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -19453,11 +19209,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.site.onenote.notebook.sectionGroup_ListSection parameters: - name: group-id @@ -19539,11 +19292,7 @@ paths: post: tags: - groups.site - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.site.onenote.notebook.sectionGroup_CreateSection parameters: - name: group-id @@ -20782,11 +20531,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of section objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. operationId: group.site.onenote.notebook_ListSection parameters: - name: group-id @@ -20860,11 +20606,7 @@ paths: post: tags: - groups.site - summary: Create section - description: Create a new section in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.site.onenote.notebook_CreateSection parameters: - name: group-id @@ -21959,8 +21701,8 @@ paths: get: tags: - groups.site - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.site.onenote_ListOperation parameters: - name: group-id @@ -22066,11 +21808,8 @@ paths: get: tags: - groups.site - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. The status applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.site.onenote_GetOperation parameters: - name: group-id @@ -22465,11 +22204,7 @@ paths: delete: tags: - groups.site - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for groups operationId: group.site.onenote_DeletePage parameters: - name: group-id @@ -23136,11 +22871,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_ListSectionGroup parameters: - name: group-id @@ -23246,11 +22978,8 @@ paths: get: tags: - groups.site - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_GetSectionGroup parameters: - name: group-id @@ -23524,11 +23253,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.site.onenote.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -23711,11 +23437,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.site.onenote.sectionGroup_ListSection parameters: - name: group-id @@ -23789,11 +23512,7 @@ paths: post: tags: - groups.site - summary: Create section - description: Create a new section in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.site.onenote.sectionGroup_CreateSection parameters: - name: group-id @@ -24888,11 +24607,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of section objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_ListSection parameters: - name: group-id @@ -24998,11 +24714,8 @@ paths: get: tags: - groups.site - summary: Get section - description: Retrieve the properties and relationships of a section object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_GetSection parameters: - name: group-id @@ -25890,11 +25603,8 @@ paths: get: tags: - groups.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-1.0 + summary: Get operations from groups + description: The collection of long running operations for the site. operationId: group.site_ListOperation parameters: - name: group-id @@ -26000,11 +25710,8 @@ paths: get: tags: - groups.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-1.0 + summary: Get operations from groups + description: The collection of long running operations for the site. operationId: group.site_GetOperation parameters: - name: group-id @@ -26184,11 +25891,8 @@ paths: get: tags: - groups.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 + summary: Get pages from groups + description: The collection of pages in the baseSitePages list on this site. operationId: group.site_ListPage parameters: - name: group-id @@ -26254,11 +25958,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to pages for groups operationId: group.site_CreatePage parameters: - name: group-id @@ -26298,11 +25998,8 @@ paths: get: tags: - groups.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 + summary: Get pages from groups + description: The collection of pages in the baseSitePages list on this site. operationId: group.site_GetPage parameters: - name: group-id @@ -29888,11 +29585,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site_ListPermission parameters: - name: group-id @@ -29958,11 +29652,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to permissions for groups operationId: group.site_CreatePermission parameters: - name: group-id @@ -30002,11 +29692,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site_GetPermission parameters: - name: group-id @@ -30066,11 +29753,7 @@ paths: patch: tags: - groups.site - 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-1.0 + summary: Update the navigation property permissions in groups operationId: group.site_UpdatePermission parameters: - name: group-id @@ -30558,11 +30241,8 @@ paths: get: tags: - groups.site - summary: List items - description: Get a collection of recycleBinItem resources in the recycleBin of the specified SharePoint site. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/recyclebin-list-items?view=graph-rest-1.0 + summary: Get items from groups + description: List of the recycleBinItems deleted by a user. operationId: group.site.recycleBin_ListItem parameters: - name: group-id @@ -31652,11 +31332,8 @@ paths: get: tags: - groups.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 + summary: Get sites from groups + description: The collection of the sub-sites under this site. operationId: group.site_ListSite parameters: - name: group-id @@ -31815,11 +31492,8 @@ paths: get: tags: - groups.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 + summary: Get termStore from groups + description: The termStore under this site. operationId: group.site_GetTermStore parameters: - name: group-id @@ -31945,11 +31619,8 @@ paths: get: tags: - groups.site - 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-list-groups?view=graph-rest-1.0 + summary: Get groups from groups + description: Collection of all groups available in the term store. operationId: group.site.termStore_ListGroup parameters: - name: group-id @@ -32015,11 +31686,7 @@ paths: post: tags: - groups.site - summary: Create group - description: Create a new group object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0 + summary: Create new navigation property to groups for groups operationId: group.site.termStore_CreateGroup parameters: - name: group-id @@ -32059,11 +31726,8 @@ paths: get: tags: - groups.site - 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-1.0 + summary: Get groups from groups + description: Collection of all groups available in the term store. operationId: group.site.termStore_GetGroup parameters: - name: group-id @@ -32170,11 +31834,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property groups for groups operationId: group.site.termStore_DeleteGroup parameters: - name: group-id @@ -32217,11 +31877,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: 'All sets under the group in a term [store].' operationId: group.site.termStore.group_ListSet parameters: - name: group-id @@ -32518,11 +32175,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.group.set_ListChild parameters: - name: group-id @@ -32604,11 +32258,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.group.set_CreateChild parameters: - name: group-id @@ -35132,11 +34782,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.group.set_ListRelation parameters: - name: group-id @@ -35753,8 +35400,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.group.set_ListTerm parameters: - name: group-id @@ -35892,11 +35539,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.group.set_GetTerm parameters: - name: group-id @@ -35972,11 +35616,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.group.set_UpdateTerm parameters: - name: group-id @@ -36039,11 +35679,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.group.set_DeleteTerm parameters: - name: group-id @@ -38264,8 +37900,8 @@ paths: get: tags: - groups.site - summary: Get set - description: Read the properties and relationships of a set object. + summary: Get sets from groups + description: Collection of all sets available in the term store. operationId: group.site.termStore_ListSet parameters: - name: group-id @@ -38371,11 +38007,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: Collection of all sets available in the term store. operationId: group.site.termStore_GetSet parameters: - name: group-id @@ -38435,11 +38068,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property sets in groups operationId: group.site.termStore_UpdateSet parameters: - name: group-id @@ -38486,11 +38115,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property sets for groups operationId: group.site.termStore_DeleteSet parameters: - name: group-id @@ -38533,11 +38158,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.set_ListChild parameters: - name: group-id @@ -38611,11 +38233,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.set_CreateChild parameters: - name: group-id @@ -40867,11 +40485,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: 'All sets under the group in a term [store].' operationId: group.site.termStore.set.parentGroup_ListSet parameters: - name: group-id @@ -41168,11 +40783,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.set.parentGroup.set_ListChild parameters: - name: group-id @@ -41254,11 +40866,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.set.parentGroup.set_CreateChild parameters: - name: group-id @@ -43607,11 +43215,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.set.parentGroup.set_ListRelation parameters: - name: group-id @@ -44228,8 +43833,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set.parentGroup.set_ListTerm parameters: - name: group-id @@ -44367,11 +43972,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set.parentGroup.set_GetTerm parameters: - name: group-id @@ -44447,11 +44049,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: group-id @@ -44514,11 +44112,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: group-id @@ -46709,11 +46303,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.set_ListRelation parameters: - name: group-id @@ -47258,8 +46849,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set_ListTerm parameters: - name: group-id @@ -47381,11 +46972,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set_GetTerm parameters: - name: group-id @@ -47453,11 +47041,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.set_UpdateTerm parameters: - name: group-id @@ -47512,11 +47096,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.set_DeleteTerm parameters: - name: group-id @@ -49497,11 +49077,11 @@ paths: get: tags: - sites.site - summary: Search for sites - description: 'Search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.' + summary: List sites + description: "List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta operationId: site_ListSite parameters: - $ref: '#/components/parameters/top' @@ -49553,10 +49133,10 @@ paths: tags: - sites.site summary: Get a site resource - description: "Retrieve properties and relationships for a [site][] resource.\nA site resource represents a team site in SharePoint." + description: "Retrieve properties and relationships for a site resource.\nA site resource represents a team site in SharePoint." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta operationId: site_GetSite parameters: - name: site-id @@ -50598,11 +50178,8 @@ paths: get: tags: - sites.columnDefinition - summary: List columns in a site + summary: Get columns from sites 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-1.0 operationId: site_ListColumn parameters: - name: site-id @@ -50660,10 +50237,7 @@ paths: post: tags: - sites.columnDefinition - summary: Create columnDefinition for a site - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site_CreateColumn parameters: - name: site-id @@ -50898,11 +50472,8 @@ paths: get: tags: - sites.contentType - summary: List contentTypes in a site + summary: Get contentTypes from sites 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-1.0 operationId: site_ListContentType parameters: - name: site-id @@ -50960,11 +50531,7 @@ paths: post: tags: - sites.contentType - summary: Create contentType - description: 'Create a new [contentType][] for a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 + summary: Create new navigation property to contentTypes for sites operationId: site_CreateContentType parameters: - name: site-id @@ -50996,11 +50563,8 @@ paths: get: tags: - sites.contentType - summary: Get contentType - description: 'Retrieve the metadata for a [content type][contentType] 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 + summary: Get contentTypes from sites + description: The collection of content types defined for this site. operationId: site_GetContentType parameters: - name: site-id @@ -51052,10 +50616,7 @@ paths: patch: tags: - sites.contentType - summary: Update contentType - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0 + summary: Update the navigation property contentTypes in sites operationId: site_UpdateContentType parameters: - name: site-id @@ -51094,11 +50655,7 @@ paths: delete: tags: - sites.contentType - summary: Delete contentType - description: 'Remove a [content type][contentType] 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 + summary: Delete navigation property contentTypes for sites operationId: site_DeleteContentType parameters: - name: site-id @@ -51795,11 +51352,8 @@ paths: get: tags: - sites.contentType - summary: List columns in a content type + summary: Get columns from sites 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-1.0 operationId: site.contentType_ListColumn parameters: - name: site-id @@ -51865,10 +51419,7 @@ paths: post: tags: - sites.contentType - summary: Create columnDefinition for a content type - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.contentType_CreateColumn parameters: - name: site-id @@ -51908,11 +51459,8 @@ paths: get: tags: - sites.contentType - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions for this content type. operationId: site.contentType_GetColumn parameters: - name: site-id @@ -51972,10 +51520,7 @@ paths: patch: tags: - sites.contentType - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in sites operationId: site.contentType_UpdateColumn parameters: - name: site-id @@ -52022,10 +51567,7 @@ paths: delete: tags: - sites.contentType - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for sites operationId: site.contentType_DeleteColumn parameters: - name: site-id @@ -52163,7 +51705,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: site.contentType_associateGraphWPreHubSite parameters: - name: site-id @@ -52213,7 +51755,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: site.contentType_copyToDefaultContentLocation parameters: - name: site-id @@ -52258,6 +51800,9 @@ paths: tags: - sites.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: site.contentType_isPublished parameters: - name: site-id @@ -52299,7 +51844,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: site.contentType_publish parameters: - name: site-id @@ -52331,7 +51876,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: site.contentType_unpublish parameters: - name: site-id @@ -52385,7 +51930,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: site.contentType_addCopy parameters: - name: site-id @@ -52426,7 +51971,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: site.contentType_addCopyFromContentTypeHub parameters: - name: site-id @@ -52464,6 +52009,10 @@ paths: tags: - sites.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: site.contentType_getCompatibleHubContentType parameters: - name: site-id @@ -53089,7 +52638,7 @@ paths: description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta operationId: site.informationProtection.policy.label_evaluateApplication parameters: - name: site-id @@ -53151,7 +52700,7 @@ paths: description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta operationId: site.informationProtection.policy.label_evaluateClassificationResult parameters: - name: site-id @@ -53215,7 +52764,7 @@ paths: description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta operationId: site.informationProtection.policy.label_evaluateRemoval parameters: - name: site-id @@ -53277,7 +52826,7 @@ paths: description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta operationId: site.informationProtection.policy.label_extractLabel parameters: - name: site-id @@ -53410,11 +52959,8 @@ paths: get: tags: - sites.list - summary: Get lists in a site - description: "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site_ListList parameters: - name: site-id @@ -53472,11 +53018,7 @@ paths: post: tags: - sites.list - summary: Create a new list - description: 'Create a new [list][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 + summary: Create new navigation property to lists for sites operationId: site_CreateList parameters: - name: site-id @@ -53508,11 +53050,8 @@ paths: get: tags: - sites.list - summary: List operations - description: Get the list of richLongRunningOperations associated with a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site_GetList parameters: - name: site-id @@ -53745,11 +53284,8 @@ paths: get: tags: - sites.list - summary: List columns in a list + summary: Get columns from sites 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-1.0 operationId: site.list_ListColumn parameters: - name: site-id @@ -53815,10 +53351,7 @@ paths: post: tags: - sites.list - summary: Create columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.list_CreateColumn parameters: - name: site-id @@ -54101,11 +53634,8 @@ paths: get: tags: - sites.list - summary: List contentTypes in a list + summary: Get contentTypes from sites 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-1.0 operationId: site.list_ListContentType parameters: - name: site-id @@ -55128,11 +54658,8 @@ paths: get: tags: - sites.list - summary: List columns in a content type + summary: Get columns from sites 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-1.0 operationId: site.list.contentType_ListColumn parameters: - name: site-id @@ -55206,10 +54733,7 @@ paths: post: tags: - sites.list - 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-1.0 + summary: Create new navigation property to columns for sites operationId: site.list.contentType_CreateColumn parameters: - name: site-id @@ -55257,11 +54781,8 @@ paths: get: tags: - sites.list - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], [list][], or [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions for this content type. operationId: site.list.contentType_GetColumn parameters: - name: site-id @@ -55329,10 +54850,7 @@ paths: patch: tags: - sites.list - summary: Update columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in sites operationId: site.list.contentType_UpdateColumn parameters: - name: site-id @@ -55387,10 +54905,7 @@ paths: delete: tags: - sites.list - summary: Delete columnDefinition - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for sites operationId: site.list.contentType_DeleteColumn parameters: - name: site-id @@ -55552,7 +55067,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: site.list.contentType_associateGraphWPreHubSite parameters: - name: site-id @@ -55610,7 +55125,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: site.list.contentType_copyToDefaultContentLocation parameters: - name: site-id @@ -55663,6 +55178,9 @@ paths: tags: - sites.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: site.list.contentType_isPublished parameters: - name: site-id @@ -55712,7 +55230,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: site.list.contentType_publish parameters: - name: site-id @@ -55752,7 +55270,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: site.list.contentType_unpublish parameters: - name: site-id @@ -55822,7 +55340,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: site.list.contentType_addCopy parameters: - name: site-id @@ -55871,7 +55389,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: site.list.contentType_addCopyFromContentTypeHub parameters: - name: site-id @@ -55917,6 +55435,10 @@ paths: tags: - sites.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: site.list.contentType_getCompatibleHubContentType parameters: - name: site-id @@ -56293,11 +55815,8 @@ paths: get: tags: - sites.list - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from sites + description: All items contained in the list. operationId: site.list_ListItem parameters: - name: site-id @@ -56362,11 +55881,7 @@ paths: post: tags: - sites.list - summary: Create a new item in a list - description: 'Create a new [listItem][] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 + summary: Create new navigation property to items for sites operationId: site.list_CreateItem parameters: - name: site-id @@ -56406,11 +55921,8 @@ paths: get: tags: - sites.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-1.0 + summary: Get items from sites + description: All items contained in the list. operationId: site.list_GetItem parameters: - name: site-id @@ -56517,11 +56029,7 @@ paths: delete: tags: - sites.list - summary: Delete an item from a list - description: 'Removes an item from a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 + summary: Delete navigation property items for sites operationId: site.list_DeleteItem parameters: - name: site-id @@ -57598,11 +57106,8 @@ paths: get: tags: - sites.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from sites + description: Version information for a document set version created by a user. operationId: site.list.item_ListDocumentSetVersion parameters: - name: site-id @@ -57676,11 +57181,7 @@ paths: post: tags: - sites.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for sites operationId: site.list.item_CreateDocumentSetVersion parameters: - name: site-id @@ -57728,11 +57229,8 @@ paths: get: tags: - sites.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from sites + description: Version information for a document set version created by a user. operationId: site.list.item_GetDocumentSetVersion parameters: - name: site-id @@ -57855,11 +57353,7 @@ paths: delete: tags: - sites.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for sites operationId: site.list.item_DeleteDocumentSetVersion parameters: - name: site-id @@ -58089,7 +57583,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: site.list.item.documentSetVersion_restore parameters: - name: site-id @@ -58173,7 +57667,7 @@ paths: tags: - sites.list summary: Get driveItem from sites - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: site.list.item_GetDriveItem parameters: - name: site-id @@ -58480,11 +57974,7 @@ paths: patch: tags: - sites.list - summary: Update an item in a list - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in sites operationId: site.list.item_UpdateField parameters: - name: site-id @@ -58859,7 +58349,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: site.list.item_createLink parameters: - name: site-id @@ -59610,6 +59100,10 @@ paths: tags: - sites.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta operationId: site.list.item_delta parameters: - name: site-id @@ -60578,7 +60072,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: site.list.subscription_reauthorize parameters: - name: site-id @@ -60766,6 +60260,10 @@ paths: tags: - sites.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta operationId: site_getApplicableContentTypesGraphFPreList parameters: - name: site-id @@ -61006,11 +60504,8 @@ paths: get: tags: - sites.columnDefinition - summary: List columns in a site + summary: Get columns from sites 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-1.0 operationId: site.getGraphBPrePath_ListColumn parameters: - name: site-id @@ -61076,10 +60571,7 @@ paths: post: tags: - sites.columnDefinition - summary: Create columnDefinition for a site - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.getGraphBPrePath_CreateColumn parameters: - name: site-id @@ -61119,11 +60611,8 @@ paths: get: tags: - sites.contentType - summary: List contentTypes in a site + summary: Get contentTypes from sites 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-1.0 operationId: site.getGraphBPrePath_ListContentType parameters: - name: site-id @@ -61189,11 +60678,7 @@ paths: post: tags: - sites.contentType - summary: Create contentType - description: 'Create a new [contentType][] for a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 + summary: Create new navigation property to contentTypes for sites operationId: site.getGraphBPrePath_CreateContentType parameters: - name: site-id @@ -61423,11 +60908,8 @@ paths: get: tags: - sites.list - summary: Get lists in a site - description: "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site.getGraphBPrePath_ListList parameters: - name: site-id @@ -61493,11 +60975,7 @@ paths: post: tags: - sites.list - summary: Create a new list - description: 'Create a new [list][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 + summary: Create new navigation property to lists for sites operationId: site.getGraphBPrePath_CreateList parameters: - name: site-id @@ -61644,6 +61122,10 @@ paths: tags: - sites.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta operationId: site.getGraphBPrePath_getApplicableContentTypesGraphFPreList parameters: - name: site-id @@ -61924,11 +61406,8 @@ paths: get: tags: - sites.columnDefinition - summary: List columns in a site + summary: Get columns from sites 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-1.0 operationId: site.getGraphBPrePath_ListColumn parameters: - name: site-id @@ -62002,10 +61481,7 @@ paths: post: tags: - sites.columnDefinition - summary: Create columnDefinition for a site - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.getGraphBPrePath_CreateColumn parameters: - name: site-id @@ -62053,11 +61529,8 @@ paths: get: tags: - sites.contentType - summary: List contentTypes in a site + summary: Get contentTypes from sites 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-1.0 operationId: site.getGraphBPrePath_ListContentType parameters: - name: site-id @@ -62131,11 +61604,7 @@ paths: post: tags: - sites.contentType - summary: Create contentType - description: 'Create a new [contentType][] for a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 + summary: Create new navigation property to contentTypes for sites operationId: site.getGraphBPrePath_CreateContentType parameters: - name: site-id @@ -62397,11 +61866,8 @@ paths: get: tags: - sites.list - summary: Get lists in a site - description: "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site.getGraphBPrePath_ListList parameters: - name: site-id @@ -62475,11 +61941,7 @@ paths: post: tags: - sites.list - summary: Create a new list - description: 'Create a new [list][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 + summary: Create new navigation property to lists for sites operationId: site.getGraphBPrePath_CreateList parameters: - name: site-id @@ -62527,11 +61989,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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-1.0 + summary: Get operations from sites + description: The collection of long running operations for the site. operationId: site.getGraphBPrePath_ListOperation parameters: - name: site-id @@ -62653,11 +62112,8 @@ paths: get: tags: - sites.baseSitePage - 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 + summary: Get pages from sites + description: The collection of pages in the baseSitePages list on this site. operationId: site.getGraphBPrePath_ListPage parameters: - name: site-id @@ -62731,11 +62187,7 @@ paths: post: tags: - sites.baseSitePage - 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 + summary: Create new navigation property to pages for sites operationId: site.getGraphBPrePath_CreatePage parameters: - name: site-id @@ -62783,11 +62235,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site.getGraphBPrePath_ListPermission parameters: - name: site-id @@ -62861,11 +62310,7 @@ paths: post: tags: - sites.permission - 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 + summary: Create new navigation property to permissions for sites operationId: site.getGraphBPrePath_CreatePermission parameters: - name: site-id @@ -62913,11 +62358,8 @@ paths: get: tags: - sites.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 + summary: Get sites from sites + description: The collection of the sub-sites under this site. operationId: site.getGraphBPrePath_ListSite parameters: - name: site-id @@ -62992,11 +62434,8 @@ paths: get: tags: - sites.store - 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 + summary: Get termStore from sites + description: The termStore under this site. operationId: site.getGraphBPrePath_GetTermStore parameters: - name: site-id @@ -63146,11 +62585,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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-1.0 + summary: Get operations from sites + description: The collection of long running operations for the site. operationId: site.getGraphBPrePath_ListOperation parameters: - name: site-id @@ -63256,11 +62692,8 @@ paths: get: tags: - sites.baseSitePage - 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 + summary: Get pages from sites + description: The collection of pages in the baseSitePages list on this site. operationId: site.getGraphBPrePath_ListPage parameters: - name: site-id @@ -63326,11 +62759,7 @@ paths: post: tags: - sites.baseSitePage - 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 + summary: Create new navigation property to pages for sites operationId: site.getGraphBPrePath_CreatePage parameters: - name: site-id @@ -63370,11 +62799,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site.getGraphBPrePath_ListPermission parameters: - name: site-id @@ -63440,11 +62866,7 @@ paths: post: tags: - sites.permission - 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 + summary: Create new navigation property to permissions for sites operationId: site.getGraphBPrePath_CreatePermission parameters: - name: site-id @@ -63484,11 +62906,8 @@ paths: get: tags: - sites.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 + summary: Get sites from sites + description: The collection of the sub-sites under this site. operationId: site.getGraphBPrePath_ListSite parameters: - name: site-id @@ -63555,11 +62974,8 @@ paths: get: tags: - sites.store - 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 + summary: Get termStore from sites + description: The termStore under this site. operationId: site.getGraphBPrePath_GetTermStore parameters: - name: site-id @@ -63689,7 +63105,7 @@ paths: description: 'Copies a notebook to the Notebooks folder in the destination Documents library. The folder is created if it doesn''t exist. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta operationId: site.onenote.notebook_copyNotebook parameters: - name: site-id @@ -63751,7 +63167,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: site.onenote.notebook.sectionGroup.section_copyToNotebook parameters: - name: site-id @@ -63829,7 +63245,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: site.onenote.notebook.sectionGroup.section_copyToSectionGroup parameters: - name: site-id @@ -63907,7 +63323,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: site.onenote.notebook.sectionGroup.section.page_copyToSection parameters: - name: site-id @@ -64114,7 +63530,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: site.onenote.notebook.section_copyToNotebook parameters: - name: site-id @@ -64184,7 +63600,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: site.onenote.notebook.section_copyToSectionGroup parameters: - name: site-id @@ -64254,7 +63670,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: site.onenote.notebook.section.page_copyToSection parameters: - name: site-id @@ -64437,7 +63853,7 @@ paths: description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta operationId: site.onenote.notebook_getNotebookFromWebUrl parameters: - name: site-id @@ -64476,6 +63892,10 @@ paths: tags: - sites.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta operationId: site.onenote.notebook_getRecentNotebook parameters: - name: site-id @@ -64530,7 +63950,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: site.onenote.page_copyToSection parameters: - name: site-id @@ -64665,7 +64085,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: site.onenote.sectionGroup.section_copyToNotebook parameters: - name: site-id @@ -64735,7 +64155,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: site.onenote.sectionGroup.section_copyToSectionGroup parameters: - name: site-id @@ -64805,7 +64225,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: site.onenote.sectionGroup.section.page_copyToSection parameters: - name: site-id @@ -64988,7 +64408,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: site.onenote.section_copyToNotebook parameters: - name: site-id @@ -65050,7 +64470,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: site.onenote.section_copyToSectionGroup parameters: - name: site-id @@ -65112,7 +64532,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: site.onenote.section.page_copyToSection parameters: - name: site-id @@ -65267,11 +64687,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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-1.0 + summary: Get operations from sites + description: The collection of long running operations for the site. operationId: site_ListOperation parameters: - name: site-id @@ -65361,11 +64778,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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-1.0 + summary: Get operations from sites + description: The collection of long running operations for the site. operationId: site_GetOperation parameters: - name: site-id @@ -65513,11 +64927,8 @@ paths: get: tags: - sites.baseSitePage - 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 + summary: Get pages from sites + description: The collection of pages in the baseSitePages list on this site. operationId: site_ListPage parameters: - name: site-id @@ -65575,11 +64986,7 @@ paths: post: tags: - sites.baseSitePage - 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 + summary: Create new navigation property to pages for sites operationId: site_CreatePage parameters: - name: site-id @@ -65611,11 +65018,8 @@ paths: get: tags: - sites.baseSitePage - 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 + summary: Get pages from sites + description: The collection of pages in the baseSitePages list on this site. operationId: site_GetPage parameters: - name: site-id @@ -68836,11 +68240,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site_ListPermission parameters: - name: site-id @@ -68898,11 +68299,7 @@ paths: post: tags: - sites.permission - 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 + summary: Create new navigation property to permissions for sites operationId: site_CreatePermission parameters: - name: site-id @@ -68934,11 +68331,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site_GetPermission parameters: - name: site-id @@ -68990,11 +68384,7 @@ paths: patch: tags: - sites.permission - 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-1.0 + summary: Update the navigation property permissions in sites operationId: site_UpdatePermission parameters: - name: site-id @@ -69069,10 +68459,10 @@ paths: tags: - sites.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: site.permission_grant parameters: - name: site-id @@ -69139,10 +68529,10 @@ paths: tags: - sites.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: site.permission_revokeGrant parameters: - name: site-id @@ -69211,11 +68601,8 @@ paths: get: tags: - sites.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 + summary: Get sites from sites + description: The collection of the sub-sites under this site. operationId: site_ListSite parameters: - name: site-id @@ -69350,11 +68737,8 @@ paths: get: tags: - sites.store - 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 + summary: Get termStore from sites + description: The termStore under this site. operationId: site_GetTermStore parameters: - name: site-id @@ -69456,11 +68840,8 @@ paths: get: tags: - sites.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-list-groups?view=graph-rest-1.0 + summary: Get groups from sites + description: Collection of all groups available in the term store. operationId: site.termStore_ListGroup parameters: - name: site-id @@ -69518,11 +68899,7 @@ paths: post: tags: - sites.store - summary: Create group - description: Create a new group object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0 + summary: Create new navigation property to groups for sites operationId: site.termStore_CreateGroup parameters: - name: site-id @@ -69554,11 +68931,8 @@ paths: get: tags: - sites.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-1.0 + summary: Get groups from sites + description: Collection of all groups available in the term store. operationId: site.termStore_GetGroup parameters: - name: site-id @@ -69649,11 +69023,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property groups for sites operationId: site.termStore_DeleteGroup parameters: - name: site-id @@ -69688,11 +69058,8 @@ paths: get: tags: - sites.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 + summary: Get sets from sites + description: 'All sets under the group in a term [store].' operationId: site.termStore.group_ListSet parameters: - name: site-id @@ -69949,11 +69316,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.group.set_ListChild parameters: - name: site-id @@ -70027,11 +69391,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.group.set_CreateChild parameters: - name: site-id @@ -72283,11 +71643,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.group.set_ListRelation parameters: - name: site-id @@ -72832,8 +72189,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.group.set_ListTerm parameters: - name: site-id @@ -72955,11 +72312,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.group.set_GetTerm parameters: - name: site-id @@ -73027,11 +72381,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.group.set_UpdateTerm parameters: - name: site-id @@ -73086,11 +72436,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.group.set_DeleteTerm parameters: - name: site-id @@ -75071,8 +74417,8 @@ paths: get: tags: - sites.store - summary: Get set - description: Read the properties and relationships of a set object. + summary: Get sets from sites + description: Collection of all sets available in the term store. operationId: site.termStore_ListSet parameters: - name: site-id @@ -75162,11 +74508,8 @@ paths: get: tags: - sites.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-1.0 + summary: Get sets from sites + description: Collection of all sets available in the term store. operationId: site.termStore_GetSet parameters: - name: site-id @@ -75218,11 +74561,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property sets in sites operationId: site.termStore_UpdateSet parameters: - name: site-id @@ -75261,11 +74600,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property sets for sites operationId: site.termStore_DeleteSet parameters: - name: site-id @@ -75300,11 +74635,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.set_ListChild parameters: - name: site-id @@ -75370,11 +74702,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.set_CreateChild parameters: - name: site-id @@ -77354,11 +76682,8 @@ paths: get: tags: - sites.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 + summary: Get sets from sites + description: 'All sets under the group in a term [store].' operationId: site.termStore.set.parentGroup_ListSet parameters: - name: site-id @@ -77615,11 +76940,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.set.parentGroup.set_ListChild parameters: - name: site-id @@ -77693,11 +77015,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.set.parentGroup.set_CreateChild parameters: - name: site-id @@ -79798,11 +79116,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.set.parentGroup.set_ListRelation parameters: - name: site-id @@ -80347,8 +79662,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set.parentGroup.set_ListTerm parameters: - name: site-id @@ -80470,11 +79785,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set.parentGroup.set_GetTerm parameters: - name: site-id @@ -80542,11 +79854,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: site-id @@ -80601,11 +79909,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: site-id @@ -82564,11 +81868,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.set_ListRelation parameters: - name: site-id @@ -83041,8 +82342,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set_ListTerm parameters: - name: site-id @@ -83148,11 +82449,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set_GetTerm parameters: - name: site-id @@ -83212,11 +82510,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.set_UpdateTerm parameters: - name: site-id @@ -83263,11 +82557,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.set_DeleteTerm parameters: - name: site-id @@ -85012,7 +84302,7 @@ paths: description: Follow a user's site or multiple sites. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta operationId: site_add requestBody: description: Action parameters @@ -85057,6 +84347,10 @@ paths: tags: - sites.Functions summary: Invoke function delta + description: "Get a set of newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, \nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta operationId: site_delta parameters: - $ref: '#/components/parameters/top' @@ -85126,6 +84420,10 @@ paths: tags: - sites.Functions summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. For more details, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta operationId: site_getAllSite parameters: - $ref: '#/components/parameters/top' @@ -85195,7 +84493,7 @@ paths: description: Unfollow a user's site or multiple sites. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta operationId: site_remove requestBody: description: Action parameters @@ -85239,11 +84537,7 @@ paths: get: tags: - users.site - summary: List followed sites - description: List the sites that have been followed by the signed in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0 + summary: Get followedSites from users operationId: user_ListFollowedSite parameters: - name: user-id @@ -85799,13 +85093,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -85875,7 +85169,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -86759,7 +86053,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -87426,7 +86720,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -87953,11 +87247,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -87973,13 +87267,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -92087,11 +91381,11 @@ components: nullable: true managedAppRegistrationId: type: string - description: The unique identifier of the app instance for which diagnostic was collected. + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. nullable: true requestedBy: type: string - description: The user principal name associated with the request for the managed application log collection. + description: The user principal name associated with the request for the managed application log collection. Read-only. nullable: true requestedByUserPrincipalName: type: string @@ -92110,7 +91404,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' - description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' userLogUploadConsent: $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' version: @@ -92841,7 +92135,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: The collection property of AppLogUploadRequest. + description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true additionalProperties: type: object @@ -93256,6 +92550,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -93266,7 +92561,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -94324,11 +93619,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 @@ -95064,11 +94359,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -95078,7 +94373,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -98174,7 +97469,7 @@ components: properties: managedAppComponent: type: string - description: The Mobile Application Management (MAM) Logs Uploading Component. + description: 'The 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. Read-only.' nullable: true managedAppComponentDescription: type: string @@ -98182,7 +97477,7 @@ components: nullable: true referenceId: type: string - description: A provider-specific reference id for the uploaded logs. + description: A provider-specific reference id for the uploaded logs. Read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 6c8d3834f9..0d9397ae3a 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -10,11 +10,7 @@ paths: get: tags: - appCatalogs.teamsApp - 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-1.0 + summary: Get teamsApps from appCatalogs operationId: appCatalog_ListTeamsApp parameters: - $ref: '#/components/parameters/top' @@ -64,11 +60,7 @@ paths: post: tags: - appCatalogs.teamsApp - 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 + summary: Create new navigation property to teamsApps for appCatalogs operationId: appCatalog_CreateTeamsApp requestBody: description: New navigation property @@ -166,11 +158,7 @@ paths: delete: tags: - appCatalogs.teamsApp - 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 + summary: Delete navigation property teamsApps for appCatalogs operationId: appCatalog_DeleteTeamsApp parameters: - name: teamsApp-id @@ -256,11 +244,7 @@ paths: post: tags: - appCatalogs.teamsApp - 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 + summary: Create new navigation property to appDefinitions for appCatalogs operationId: appCatalog.teamsApp_CreateAppDefinition parameters: - name: teamsApp-id @@ -345,11 +329,7 @@ paths: patch: tags: - appCatalogs.teamsApp - 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 + summary: Update the navigation property appDefinitions in appCatalogs operationId: appCatalog.teamsApp_UpdateAppDefinition parameters: - name: teamsApp-id @@ -423,11 +403,8 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get teamworkBot - description: Get the bot associated with a specific definition of the TeamsApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0 + summary: Get bot from appCatalogs + description: The details of the bot specified in the Teams app manifest. operationId: appCatalog.teamsApp.appDefinition_GetBot parameters: - name: teamsApp-id @@ -553,11 +530,8 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get teamsAppIcon - description: Retrieve a Teams app icon associated with a specific definition of an app. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0 + summary: Get colorIcon from appCatalogs + description: The color version of the Teams app's icon. operationId: appCatalog.teamsApp.appDefinition_GetColorIcon parameters: - name: teamsApp-id @@ -683,11 +657,8 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get teamworkHostedContent - description: Retrieve the hosted content in an app's icon. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0 + summary: Get hostedContent from appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. operationId: appCatalog.teamsApp.appDefinition.colorIcon_GetHostedContent parameters: - name: teamsApp-id @@ -814,9 +785,6 @@ paths: tags: - appCatalogs.teamsApp summary: Get media content for the navigation property hostedContent from appCatalogs - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0 operationId: appCatalog.teamsApp.appDefinition.colorIcon_GetHostedContentContent parameters: - name: teamsApp-id @@ -1174,11 +1142,8 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get teamsAppIcon - description: Retrieve a Teams app icon associated with a specific definition of an app. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0 + summary: Get outlineIcon from appCatalogs + description: The outline version of the Teams app's icon. operationId: appCatalog.teamsApp.appDefinition_GetOutlineIcon parameters: - name: teamsApp-id @@ -1304,11 +1269,8 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get teamworkHostedContent - description: Retrieve the hosted content in an app's icon. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0 + summary: Get hostedContent from appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. operationId: appCatalog.teamsApp.appDefinition.outlineIcon_GetHostedContent parameters: - name: teamsApp-id @@ -1435,9 +1397,6 @@ paths: tags: - appCatalogs.teamsApp summary: Get media content for the navigation property hostedContent from appCatalogs - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0 operationId: appCatalog.teamsApp.appDefinition.outlineIcon_GetHostedContentContent parameters: - name: teamsApp-id @@ -1547,7 +1506,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta operationId: chat_ListChat parameters: - $ref: '#/components/parameters/top' @@ -1601,7 +1560,7 @@ paths: description: Create a new chat object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta operationId: chat_CreateChat requestBody: description: New entity @@ -1628,7 +1587,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta operationId: chat_GetChat parameters: - name: chat-id @@ -1676,7 +1635,7 @@ paths: description: Update the properties of a chat object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta operationId: chat_UpdateChat parameters: - name: chat-id @@ -1711,7 +1670,7 @@ paths: description: 'Soft-delete a chat. When invoked with delegated permissions, this operation only works for tenant admins and Teams service admins.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta operationId: chat_DeleteChat parameters: - name: chat-id @@ -1738,11 +1697,8 @@ paths: get: tags: - chats.teamsAppInstallation - 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-1.0 + summary: Get installedApps from chats + description: A collection of all the apps in the chat. Nullable. operationId: chat_ListInstalledApp parameters: - name: chat-id @@ -1800,11 +1756,7 @@ paths: post: tags: - chats.teamsAppInstallation - 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 + summary: Create new navigation property to installedApps for chats operationId: chat_CreateInstalledApp parameters: - name: chat-id @@ -1836,11 +1788,8 @@ paths: get: tags: - chats.teamsAppInstallation - 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 + summary: Get installedApps from chats + description: A collection of all the apps in the chat. Nullable. operationId: chat_GetInstalledApp parameters: - name: chat-id @@ -1931,11 +1880,7 @@ paths: 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-1.0 + summary: Delete navigation property installedApps for chats operationId: chat_DeleteInstalledApp parameters: - name: chat-id @@ -1974,7 +1919,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta operationId: chat.installedApp_upgrade parameters: - name: chat-id @@ -2248,11 +2193,8 @@ paths: get: tags: - chats.conversationMember - 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-list-members?view=graph-rest-1.0 + summary: Get members from chats + description: A collection of all the members in the chat. Nullable. operationId: chat_ListMember parameters: - name: chat-id @@ -2310,11 +2252,7 @@ paths: post: tags: - chats.conversationMember - 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 + summary: Create new navigation property to members for chats operationId: chat_CreateMember parameters: - name: chat-id @@ -2346,11 +2284,8 @@ paths: get: tags: - chats.conversationMember - 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 + summary: Get members from chats + description: A collection of all the members in the chat. Nullable. operationId: chat_GetMember parameters: - name: chat-id @@ -2441,11 +2376,7 @@ paths: delete: tags: - chats.conversationMember - 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 + summary: Delete navigation property members for chats operationId: chat_DeleteMember parameters: - name: chat-id @@ -2506,7 +2437,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: chat.member_add parameters: - name: chat-id @@ -2558,11 +2489,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get messages from chats + description: A collection of all the messages in the chat. Nullable. operationId: chat_ListMessage parameters: - name: chat-id @@ -2620,11 +2548,7 @@ paths: post: tags: - chats.chatMessage - 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 + summary: Create new navigation property to messages for chats operationId: chat_CreateMessage parameters: - name: chat-id @@ -2656,11 +2580,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get messages from chats + description: A collection of all the messages in the chat. Nullable. operationId: chat_GetMessage parameters: - name: chat-id @@ -2786,11 +2707,8 @@ paths: get: tags: - chats.chatMessage - 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-1.0 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message_ListHostedContent parameters: - name: chat-id @@ -2896,11 +2814,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message_GetHostedContent parameters: - name: chat-id @@ -3051,9 +2966,6 @@ paths: tags: - chats.chatMessage summary: Get media content for the navigation property hostedContents from chats - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chat.message_GetHostedContentsContent parameters: - name: chat-id @@ -3215,7 +3127,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: chat.message_softDelete parameters: - name: chat-id @@ -3248,7 +3160,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: chat.message_undoSoftDelete parameters: - name: chat-id @@ -3319,11 +3231,8 @@ paths: get: tags: - chats.chatMessage - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from chats + description: Replies for a specified message. Supports $expand for channel messages. operationId: chat.message_ListReply parameters: - name: chat-id @@ -3389,11 +3298,7 @@ paths: post: tags: - chats.chatMessage - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for chats operationId: chat.message_CreateReply parameters: - name: chat-id @@ -3433,11 +3338,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get replies from chats + description: Replies for a specified message. Supports $expand for channel messages. operationId: chat.message_GetReply parameters: - name: chat-id @@ -3587,11 +3489,8 @@ paths: get: tags: - chats.chatMessage - 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-1.0 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message.reply_ListHostedContent parameters: - name: chat-id @@ -3713,11 +3612,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message.reply_GetHostedContent parameters: - name: chat-id @@ -3892,9 +3788,6 @@ paths: tags: - chats.chatMessage summary: Get media content for the navigation property hostedContents from chats - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chat.message.reply_GetHostedContentsContent parameters: - name: chat-id @@ -4088,7 +3981,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: chat.message.reply_softDelete parameters: - name: chat-id @@ -4129,7 +4022,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: chat.message.reply_undoSoftDelete parameters: - name: chat-id @@ -4247,6 +4140,10 @@ paths: tags: - chats.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: chat.message.reply_delta parameters: - name: chat-id @@ -4354,6 +4251,10 @@ paths: tags: - chats.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: chat.message_delta parameters: - name: chat-id @@ -4434,7 +4335,7 @@ paths: description: Hide a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta operationId: chat_hideGraphFPreUser parameters: - name: chat-id @@ -4474,7 +4375,7 @@ paths: description: Mark a chat as read for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta operationId: chat_markChatReadGraphFPreUser parameters: - name: chat-id @@ -4514,7 +4415,7 @@ paths: description: Mark a chat as unread for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta operationId: chat_markChatUnreadGraphFPreUser parameters: - name: chat-id @@ -4559,7 +4460,7 @@ paths: description: Remove access to a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta operationId: chat_removeAllAccessGraphFPreUser parameters: - name: chat-id @@ -4596,7 +4497,7 @@ paths: description: 'Send an activity feed notification in the scope of a chat. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta operationId: chat_sendActivityNotification parameters: - name: chat-id @@ -4651,7 +4552,7 @@ paths: description: Unhide a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta operationId: chat_unhideGraphFPreUser parameters: - name: chat-id @@ -4687,11 +4588,8 @@ paths: get: tags: - chats.teamsAsyncOperation - 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-1.0 + summary: Get operations from chats + description: A collection of all the Teams async operations that ran or are running on the chat. Nullable. operationId: chat_ListOperation parameters: - name: chat-id @@ -4781,11 +4679,8 @@ paths: get: tags: - chats.teamsAsyncOperation - 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-1.0 + summary: Get operations from chats + description: A collection of all the Teams async operations that ran or are running on the chat. Nullable. operationId: chat_GetOperation parameters: - name: chat-id @@ -4933,11 +4828,8 @@ paths: get: tags: - chats.resourceSpecificPermissionGrant - 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 + summary: Get permissionGrants from chats + description: A collection of permissions granted to apps for the chat. operationId: chat_ListPermissionGrant parameters: - name: chat-id @@ -5176,11 +5068,8 @@ paths: get: tags: - chats.pinnedChatMessageInfo - 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 + summary: Get pinnedMessages from chats + description: A collection of all the pinned messages in the chat. Nullable. operationId: chat_ListPinnedMessage parameters: - name: chat-id @@ -5238,11 +5127,7 @@ paths: post: tags: - chats.pinnedChatMessageInfo - 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 + summary: Create new navigation property to pinnedMessages for chats operationId: chat_CreatePinnedMessage parameters: - name: chat-id @@ -5366,11 +5251,7 @@ paths: delete: tags: - chats.pinnedChatMessageInfo - 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 + summary: Delete navigation property pinnedMessages for chats operationId: chat_DeletePinnedMessage parameters: - name: chat-id @@ -5481,11 +5362,8 @@ paths: get: tags: - chats.teamsTab - 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 + summary: Get tabs from chats + description: A collection of all the tabs in the chat. Nullable. operationId: chat_ListTab parameters: - name: chat-id @@ -5543,11 +5421,7 @@ paths: post: tags: - chats.teamsTab - 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 + summary: Create new navigation property to tabs for chats operationId: chat_CreateTab parameters: - name: chat-id @@ -5579,11 +5453,8 @@ paths: get: tags: - chats.teamsTab - 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 + summary: Get tabs from chats + description: A collection of all the tabs in the chat. Nullable. operationId: chat_GetTab parameters: - name: chat-id @@ -5635,11 +5506,7 @@ paths: patch: tags: - chats.teamsTab - 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-1.0 + summary: Update the navigation property tabs in chats operationId: chat_UpdateTab parameters: - name: chat-id @@ -5678,11 +5545,7 @@ paths: delete: tags: - chats.teamsTab - 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 + summary: Delete navigation property tabs for chats operationId: chat_DeleteTab parameters: - name: chat-id @@ -5947,6 +5810,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta operationId: chat_getAllRetainedMessage parameters: - $ref: '#/components/parameters/top' @@ -6115,11 +5982,8 @@ paths: get: tags: - groups.team - 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 + summary: Get allChannels from groups + description: List of channels either hosted in or shared with the team (incoming channels). operationId: group.team_ListAllChannel parameters: - name: group-id @@ -6254,11 +6118,8 @@ paths: get: tags: - groups.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 + summary: Get channels from groups + description: The collection of channels and messages associated with the team. operationId: group.team_ListChannel parameters: - name: group-id @@ -6316,11 +6177,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to channels for groups operationId: group.team_CreateChannel parameters: - name: group-id @@ -6352,11 +6209,8 @@ paths: get: tags: - groups.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 + summary: Get channels from groups + description: The collection of channels and messages associated with the team. operationId: group.team_GetChannel parameters: - name: group-id @@ -6408,11 +6262,7 @@ paths: patch: tags: - groups.team - 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-1.0 + summary: Update the navigation property channels in groups operationId: group.team_UpdateChannel parameters: - name: group-id @@ -6451,11 +6301,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property channels for groups operationId: group.team_DeleteChannel parameters: - name: group-id @@ -6490,11 +6336,8 @@ paths: get: tags: - groups.team - 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 + summary: Get filesFolder from groups + description: Metadata for the location where the channel's files are stored. operationId: group.team.channel_GetFilesFolder parameters: - name: group-id @@ -6548,9 +6391,6 @@ paths: tags: - groups.team summary: Get content for the navigation property filesFolder from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: group.team.channel_GetFilesFolderContent parameters: - name: group-id @@ -6633,9 +6473,6 @@ paths: - groups.team summary: Get contentStream for the navigation property filesFolder from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: group.team.channel_GetFilesFolderContentStream parameters: - name: group-id @@ -6706,11 +6543,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.channel_ListMember parameters: - name: group-id @@ -6776,11 +6610,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to members for groups operationId: group.team.channel_CreateMember parameters: - name: group-id @@ -6820,11 +6650,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.channel_GetMember parameters: - name: group-id @@ -6884,11 +6711,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property members in groups operationId: group.team.channel_UpdateMember parameters: - name: group-id @@ -6935,11 +6758,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property members for groups operationId: group.team.channel_DeleteMember parameters: - name: group-id @@ -7012,11 +6831,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.channel_ListMessage parameters: - name: group-id @@ -7082,11 +6898,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to messages for groups operationId: group.team.channel_CreateMessage parameters: - name: group-id @@ -7126,11 +6938,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.channel_GetMessage parameters: - name: group-id @@ -7190,11 +6999,7 @@ paths: patch: tags: - groups.team - 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-1.0 + summary: Update the navigation property messages in groups operationId: group.team.channel_UpdateMessage parameters: - name: group-id @@ -7284,11 +7089,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message_ListHostedContent parameters: - name: group-id @@ -7410,11 +7212,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message_GetHostedContent parameters: - name: group-id @@ -7589,9 +7388,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.channel.message_GetHostedContentsContent parameters: - name: group-id @@ -7731,11 +7527,8 @@ paths: get: tags: - groups.team - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.channel.message_ListReply parameters: - name: group-id @@ -7809,11 +7602,7 @@ paths: post: tags: - groups.team - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for groups operationId: group.team.channel.message_CreateReply parameters: - name: group-id @@ -7861,11 +7650,8 @@ paths: get: tags: - groups.team - 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 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.channel.message_GetReply parameters: - name: group-id @@ -8039,11 +7825,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message.reply_ListHostedContent parameters: - name: group-id @@ -8181,11 +7964,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message.reply_GetHostedContent parameters: - name: group-id @@ -8384,9 +8164,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.channel.message.reply_GetHostedContentsContent parameters: - name: group-id @@ -8618,11 +8395,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.channel_ListSharedGraphWPreTeam parameters: - name: group-id @@ -8728,11 +8502,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.channel_GetSharedGraphWPreTeam parameters: - name: group-id @@ -8839,11 +8610,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property sharedWithTeams for groups operationId: group.team.channel_DeleteSharedGraphWPreTeam parameters: - name: group-id @@ -8886,11 +8653,8 @@ paths: get: tags: - groups.team - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from groups + description: A collection of team members who have access to the shared channel. operationId: group.team.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: group-id @@ -9164,11 +8928,8 @@ paths: get: tags: - groups.team - 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 + summary: Get tabs from groups + description: A collection of all the tabs in the channel. A navigation property. operationId: group.team.channel_ListTab parameters: - name: group-id @@ -9665,11 +9426,8 @@ paths: get: tags: - groups.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 + summary: Get incomingChannels from groups + description: List of channels shared with the team. operationId: group.team_ListIncomingChannel parameters: - name: group-id @@ -9804,11 +9562,8 @@ paths: get: tags: - groups.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-1.0 + summary: Get installedApps from groups + description: The apps installed in this team. operationId: group.team_ListInstalledApp parameters: - name: group-id @@ -9866,11 +9621,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to installedApps for groups operationId: group.team_CreateInstalledApp parameters: - name: group-id @@ -9902,11 +9653,8 @@ paths: get: tags: - groups.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 + summary: Get installedApps from groups + description: The apps installed in this team. operationId: group.team_GetInstalledApp parameters: - name: group-id @@ -9997,11 +9745,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property installedApps for groups operationId: group.team_DeleteInstalledApp parameters: - name: group-id @@ -10166,11 +9910,8 @@ paths: get: tags: - groups.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 should not try to parse or make assumptions about these resource IDs. In the future, membership results may 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 + summary: Get members from groups + description: Members and owners of the team. operationId: group.team_ListMember parameters: - name: group-id @@ -10228,11 +9969,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to members for groups operationId: group.team_CreateMember parameters: - name: group-id @@ -10264,11 +10001,8 @@ paths: get: tags: - groups.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 + summary: Get members from groups + description: Members and owners of the team. operationId: group.team_GetMember parameters: - name: group-id @@ -10320,11 +10054,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property members in groups operationId: group.team_UpdateMember parameters: - name: group-id @@ -10363,11 +10093,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property members for groups operationId: group.team_DeleteMember parameters: - name: group-id @@ -10988,11 +10714,8 @@ paths: get: tags: - groups.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-1.0 + summary: Get permissionGrants from groups + description: A collection of permissions granted to apps to access the team. operationId: group.team_ListPermissionGrant parameters: - name: group-id @@ -11362,11 +11085,8 @@ paths: get: tags: - groups.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 + summary: Get primaryChannel from groups + description: The general channel for the team. operationId: group.team_GetPrimaryChannel parameters: - name: group-id @@ -11468,11 +11188,8 @@ paths: get: tags: - groups.team - 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 + summary: Get filesFolder from groups + description: Metadata for the location where the channel's files are stored. operationId: group.team.primaryChannel_GetFilesFolder parameters: - name: group-id @@ -11518,9 +11235,6 @@ paths: tags: - groups.team summary: Get content for the navigation property filesFolder from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: group.team.primaryChannel_GetFilesFolderContent parameters: - name: group-id @@ -11587,9 +11301,6 @@ paths: - groups.team summary: Get contentStream for the navigation property filesFolder from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: group.team.primaryChannel_GetFilesFolderContentStream parameters: - name: group-id @@ -11644,11 +11355,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.primaryChannel_ListMember parameters: - name: group-id @@ -11706,11 +11414,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to members for groups operationId: group.team.primaryChannel_CreateMember parameters: - name: group-id @@ -11742,11 +11446,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.primaryChannel_GetMember parameters: - name: group-id @@ -11798,11 +11499,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property members in groups operationId: group.team.primaryChannel_UpdateMember parameters: - name: group-id @@ -11841,11 +11538,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property members for groups operationId: group.team.primaryChannel_DeleteMember parameters: - name: group-id @@ -11902,11 +11595,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.primaryChannel_ListMessage parameters: - name: group-id @@ -11964,11 +11654,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to messages for groups operationId: group.team.primaryChannel_CreateMessage parameters: - name: group-id @@ -12000,11 +11686,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.primaryChannel_GetMessage parameters: - name: group-id @@ -12056,11 +11739,7 @@ paths: patch: tags: - groups.team - 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-1.0 + summary: Update the navigation property messages in groups operationId: group.team.primaryChannel_UpdateMessage parameters: - name: group-id @@ -12134,11 +11813,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message_ListHostedContent parameters: - name: group-id @@ -12244,11 +11920,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message_GetHostedContent parameters: - name: group-id @@ -12399,9 +12072,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.primaryChannel.message_GetHostedContentsContent parameters: - name: group-id @@ -12517,11 +12187,8 @@ paths: get: tags: - groups.team - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.primaryChannel.message_ListReply parameters: - name: group-id @@ -12587,11 +12254,7 @@ paths: post: tags: - groups.team - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for groups operationId: group.team.primaryChannel.message_CreateReply parameters: - name: group-id @@ -12631,11 +12294,8 @@ paths: get: tags: - groups.team - 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 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.primaryChannel.message_GetReply parameters: - name: group-id @@ -12785,11 +12445,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message.reply_ListHostedContent parameters: - name: group-id @@ -12911,11 +12568,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message.reply_GetHostedContent parameters: - name: group-id @@ -13090,9 +12744,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: group-id @@ -13284,11 +12935,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.primaryChannel_ListSharedGraphWPreTeam parameters: - name: group-id @@ -13378,11 +13026,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.primaryChannel_GetSharedGraphWPreTeam parameters: - name: group-id @@ -13473,11 +13118,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property sharedWithTeams for groups operationId: group.team.primaryChannel_DeleteSharedGraphWPreTeam parameters: - name: group-id @@ -13512,11 +13153,8 @@ paths: get: tags: - groups.team - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from groups + description: A collection of team members who have access to the shared channel. operationId: group.team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: group-id @@ -13750,11 +13388,8 @@ paths: get: tags: - groups.team - 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 + summary: Get tabs from groups + description: A collection of all the tabs in the channel. A navigation property. operationId: group.team.primaryChannel_ListTab parameters: - name: group-id @@ -14047,11 +13682,8 @@ paths: get: tags: - groups.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 + summary: Get schedule from groups + description: The schedule of shifts for this team. operationId: group.team_GetSchedule parameters: - name: group-id @@ -14297,11 +13929,7 @@ paths: patch: tags: - groups.team - 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-1.0 + summary: Update the navigation property dayNotes in groups operationId: group.team.schedule_UpdateDayNote parameters: - name: group-id @@ -14397,11 +14025,8 @@ paths: get: tags: - groups.team - 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 + summary: Get offerShiftRequests from groups + description: The offer requests for shifts in the schedule. operationId: group.team.schedule_ListOfferShiftRequest parameters: - name: group-id @@ -14459,11 +14084,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to offerShiftRequests for groups operationId: group.team.schedule_CreateOfferShiftRequest parameters: - name: group-id @@ -14495,11 +14116,8 @@ paths: get: tags: - groups.team - 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 + summary: Get offerShiftRequests from groups + description: The offer requests for shifts in the schedule. operationId: group.team.schedule_GetOfferShiftRequest parameters: - name: group-id @@ -14647,11 +14265,8 @@ paths: get: tags: - groups.team - 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 + summary: Get openShiftChangeRequests from groups + description: The open shift requests in the schedule. operationId: group.team.schedule_ListOpenShiftChangeRequest parameters: - name: group-id @@ -14709,11 +14324,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to openShiftChangeRequests for groups operationId: group.team.schedule_CreateOpenShiftChangeRequest parameters: - name: group-id @@ -14745,11 +14356,8 @@ paths: get: tags: - groups.team - 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 + summary: Get openShiftChangeRequests from groups + description: The open shift requests in the schedule. operationId: group.team.schedule_GetOpenShiftChangeRequest parameters: - name: group-id @@ -14897,11 +14505,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get openShifts from groups + description: The set of open shifts in a scheduling group in the schedule. operationId: group.team.schedule_ListOpenShift parameters: - name: group-id @@ -14959,11 +14564,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to openShifts for groups operationId: group.team.schedule_CreateOpenShift parameters: - name: group-id @@ -14995,11 +14596,8 @@ paths: get: tags: - groups.team - 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 + summary: Get openShifts from groups + description: The set of open shifts in a scheduling group in the schedule. operationId: group.team.schedule_GetOpenShift parameters: - name: group-id @@ -15051,11 +14649,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property openShifts in groups operationId: group.team.schedule_UpdateOpenShift parameters: - name: group-id @@ -15094,11 +14688,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property openShifts for groups operationId: group.team.schedule_DeleteOpenShift parameters: - name: group-id @@ -15155,11 +14745,8 @@ paths: get: tags: - groups.team - 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 + summary: Get schedulingGroups from groups + description: The logical grouping of users in the schedule (usually by role). operationId: group.team.schedule_ListSchedulingGroup parameters: - name: group-id @@ -15207,11 +14794,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to schedulingGroups for groups operationId: group.team.schedule_CreateSchedulingGroup parameters: - name: group-id @@ -15243,11 +14826,8 @@ paths: get: tags: - groups.team - 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 + summary: Get schedulingGroups from groups + description: The logical grouping of users in the schedule (usually by role). operationId: group.team.schedule_GetSchedulingGroup parameters: - name: group-id @@ -15289,11 +14869,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property schedulingGroups in groups operationId: group.team.schedule_UpdateSchedulingGroup parameters: - name: group-id @@ -15332,11 +14908,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property schedulingGroups for groups operationId: group.team.schedule_DeleteSchedulingGroup parameters: - name: group-id @@ -15393,11 +14965,8 @@ paths: get: tags: - groups.team - summary: List shifts + summary: Get shifts from groups 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-1.0 operationId: group.team.schedule_ListShift parameters: - name: group-id @@ -15445,11 +15014,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to shifts for groups operationId: group.team.schedule_CreateShift parameters: - name: group-id @@ -15481,11 +15046,8 @@ paths: get: tags: - groups.team - 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 + summary: Get shifts from groups + description: The shifts in the schedule. operationId: group.team.schedule_GetShift parameters: - name: group-id @@ -15527,11 +15089,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property shifts in groups operationId: group.team.schedule_UpdateShift parameters: - name: group-id @@ -15570,11 +15128,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property shifts for groups operationId: group.team.schedule_DeleteShift parameters: - name: group-id @@ -15871,11 +15425,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get swapShiftsChangeRequests from groups + description: The swap requests for shifts in the schedule. operationId: group.team.schedule_ListSwapShiftsChangeRequest parameters: - name: group-id @@ -15933,11 +15484,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to swapShiftsChangeRequests for groups operationId: group.team.schedule_CreateSwapShiftsChangeRequest parameters: - name: group-id @@ -15969,11 +15516,8 @@ paths: get: tags: - groups.team - 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 + summary: Get swapShiftsChangeRequests from groups + description: The swap requests for shifts in the schedule. operationId: group.team.schedule_GetSwapShiftsChangeRequest parameters: - name: group-id @@ -16121,11 +15665,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get timeCards from groups + description: The time cards in the schedule. operationId: group.team.schedule_ListTimeCard parameters: - name: group-id @@ -16183,11 +15724,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to timeCards for groups operationId: group.team.schedule_CreateTimeCard parameters: - name: group-id @@ -16219,11 +15756,8 @@ paths: get: tags: - groups.team - 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-1.0 + summary: Get timeCards from groups + description: The time cards in the schedule. operationId: group.team.schedule_GetTimeCard parameters: - name: group-id @@ -16275,11 +15809,7 @@ paths: patch: tags: - groups.team - 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-1.0 + summary: Update the navigation property timeCards in groups operationId: group.team.schedule_UpdateTimeCard parameters: - name: group-id @@ -16318,11 +15848,7 @@ paths: delete: tags: - groups.team - 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-1.0 + summary: Delete navigation property timeCards for groups operationId: group.team.schedule_DeleteTimeCard parameters: - name: group-id @@ -16379,11 +15905,8 @@ paths: get: tags: - groups.team - summary: List timeOffReasons + summary: Get timeOffReasons from groups 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-1.0 operationId: group.team.schedule_ListTimeOffReason parameters: - name: group-id @@ -16431,11 +15954,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to timeOffReasons for groups operationId: group.team.schedule_CreateTimeOffReason parameters: - name: group-id @@ -16467,11 +15986,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timeOffReasons from groups + description: The set of reasons for a time off in the schedule. operationId: group.team.schedule_GetTimeOffReason parameters: - name: group-id @@ -16513,11 +16029,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property timeOffReasons in groups operationId: group.team.schedule_UpdateTimeOffReason parameters: - name: group-id @@ -16556,11 +16068,7 @@ paths: delete: tags: - groups.team - 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-1.0 + summary: Delete navigation property timeOffReasons for groups operationId: group.team.schedule_DeleteTimeOffReason parameters: - name: group-id @@ -16617,11 +16125,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timeOffRequests from groups + description: The time off requests in the schedule. operationId: group.team.schedule_ListTimeOffRequest parameters: - name: group-id @@ -16701,11 +16206,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timeOffRequests from groups + description: The time off requests in the schedule. operationId: group.team.schedule_GetTimeOffRequest parameters: - name: group-id @@ -16786,11 +16288,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property timeOffRequests for groups operationId: group.team.schedule_DeleteTimeOffRequest parameters: - name: group-id @@ -16847,11 +16345,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timesOff from groups + description: The instances of times off in the schedule. operationId: group.team.schedule_ListTimesOff parameters: - name: group-id @@ -16899,11 +16394,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to timesOff for groups operationId: group.team.schedule_CreateTimesOff parameters: - name: group-id @@ -16935,11 +16426,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timesOff from groups + description: The instances of times off in the schedule. operationId: group.team.schedule_GetTimesOff parameters: - name: group-id @@ -16981,11 +16469,7 @@ paths: patch: tags: - groups.team - 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-1.0 + summary: Update the navigation property timesOff in groups operationId: group.team.schedule_UpdateTimesOff parameters: - name: group-id @@ -17024,11 +16508,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property timesOff for groups operationId: group.team.schedule_DeleteTimesOff parameters: - name: group-id @@ -17085,11 +16565,8 @@ paths: get: tags: - groups.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 + summary: Get tags from groups + description: The tags associated with the team. operationId: group.team_ListTag parameters: - name: group-id @@ -17147,11 +16624,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to tags for groups operationId: group.team_CreateTag parameters: - name: group-id @@ -17183,11 +16656,8 @@ paths: get: tags: - groups.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 + summary: Get tags from groups + description: The tags associated with the team. operationId: group.team_GetTag parameters: - name: group-id @@ -17239,11 +16709,7 @@ paths: patch: tags: - groups.team - 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-1.0 + summary: Update the navigation property tags in groups operationId: group.team_UpdateTag parameters: - name: group-id @@ -17282,11 +16748,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property tags for groups operationId: group.team_DeleteTag parameters: - name: group-id @@ -17321,11 +16783,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: Users assigned to the tag. operationId: group.team.tag_ListMember parameters: - name: group-id @@ -17391,11 +16850,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to members for groups operationId: group.team.tag_CreateMember parameters: - name: group-id @@ -17435,11 +16890,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: Users assigned to the tag. operationId: group.team.tag_GetMember parameters: - name: group-id @@ -17546,11 +16998,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property members for groups operationId: group.team.tag_DeleteMember parameters: - name: group-id @@ -17741,7 +17189,7 @@ paths: description: List all teams in an organization. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta operationId: team_ListTeam parameters: - $ref: '#/components/parameters/top' @@ -17795,7 +17243,7 @@ paths: description: Create a new team. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta operationId: team_CreateTeam requestBody: description: New entity @@ -17822,7 +17270,7 @@ paths: description: Retrieve the properties and relationships of the specified team. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta operationId: team_GetTeam parameters: - name: team-id @@ -17870,7 +17318,7 @@ paths: description: Update the properties of the specified team. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta operationId: team_UpdateTeam parameters: - name: team-id @@ -17928,11 +17376,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get allChannels from teams + description: List of channels either hosted in or shared with the team (incoming channels). operationId: team_ListAllChannel parameters: - name: team-id @@ -18067,11 +17512,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get channels from teams + description: The collection of channels and messages associated with the team. operationId: team_ListChannel parameters: - name: team-id @@ -18129,11 +17571,7 @@ paths: post: tags: - teams.channel - 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-1.0 + summary: Create new navigation property to channels for teams operationId: team_CreateChannel parameters: - name: team-id @@ -18165,11 +17603,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get channels from teams + description: The collection of channels and messages associated with the team. operationId: team_GetChannel parameters: - name: team-id @@ -18221,11 +17656,7 @@ paths: patch: tags: - teams.channel - 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-1.0 + summary: Update the navigation property channels in teams operationId: team_UpdateChannel parameters: - name: team-id @@ -18264,11 +17695,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property channels for teams operationId: team_DeleteChannel parameters: - name: team-id @@ -18303,11 +17730,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get filesFolder from teams + description: Metadata for the location where the channel's files are stored. operationId: team.channel_GetFilesFolder parameters: - name: team-id @@ -18361,9 +17785,6 @@ paths: tags: - teams.channel summary: Get content for the navigation property filesFolder from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: team.channel_GetFilesFolderContent parameters: - name: team-id @@ -18446,9 +17867,6 @@ paths: - teams.channel summary: Get contentStream for the navigation property filesFolder from teams description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: team.channel_GetFilesFolderContentStream parameters: - name: team-id @@ -18519,11 +17937,8 @@ paths: get: tags: - teams.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-1.0 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.channel_ListMember parameters: - name: team-id @@ -18589,11 +18004,7 @@ paths: post: tags: - teams.channel - 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-1.0 + summary: Create new navigation property to members for teams operationId: team.channel_CreateMember parameters: - name: team-id @@ -18633,11 +18044,8 @@ paths: get: tags: - teams.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 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.channel_GetMember parameters: - name: team-id @@ -18697,11 +18105,7 @@ paths: patch: tags: - teams.channel - summary: Update member in channel - description: Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 + summary: Update the navigation property members in teams operationId: team.channel_UpdateMember parameters: - name: team-id @@ -18748,11 +18152,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property members for teams operationId: team.channel_DeleteMember parameters: - name: team-id @@ -18829,7 +18229,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: team.channel.member_add parameters: - name: team-id @@ -18889,11 +18289,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.channel_ListMessage parameters: - name: team-id @@ -18959,11 +18356,7 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in a channel or a chat - description: Send a new chatMessage in the specified channel or a chat. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 + summary: Create new navigation property to messages for teams operationId: team.channel_CreateMessage parameters: - name: team-id @@ -19003,11 +18396,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.channel_GetMessage parameters: - name: team-id @@ -19067,11 +18457,7 @@ paths: patch: tags: - teams.channel - 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-1.0 + summary: Update the navigation property messages in teams operationId: team.channel_UpdateMessage parameters: - name: team-id @@ -19161,11 +18547,8 @@ paths: get: tags: - teams.channel - 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-1.0 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message_ListHostedContent parameters: - name: team-id @@ -19287,11 +18670,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message_GetHostedContent parameters: - name: team-id @@ -19466,9 +18846,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message_GetHostedContentsContent parameters: - name: team-id @@ -19662,7 +19039,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: team.channel.message_softDelete parameters: - name: team-id @@ -19703,7 +19080,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: team.channel.message_undoSoftDelete parameters: - name: team-id @@ -19790,11 +19167,8 @@ paths: get: tags: - teams.channel - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.channel.message_ListReply parameters: - name: team-id @@ -19868,11 +19242,7 @@ paths: post: tags: - teams.channel - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for teams operationId: team.channel.message_CreateReply parameters: - name: team-id @@ -19920,11 +19290,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.channel.message_GetReply parameters: - name: team-id @@ -20098,11 +19465,8 @@ paths: get: tags: - teams.channel - 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-1.0 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message.reply_ListHostedContent parameters: - name: team-id @@ -20240,11 +19604,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message.reply_GetHostedContent parameters: - name: team-id @@ -20443,9 +19804,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -20671,7 +20029,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: team.channel.message.reply_softDelete parameters: - name: team-id @@ -20720,7 +20078,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: team.channel.message.reply_undoSoftDelete parameters: - name: team-id @@ -20862,6 +20220,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: team.channel.message.reply_delta parameters: - name: team-id @@ -20985,6 +20347,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: team.channel.message_delta parameters: - name: team-id @@ -21073,7 +20439,7 @@ paths: description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel, or add and remove members from it. If you archive a team, its channels are archived for you. Archiving is asynchronous; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner, or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta operationId: team.channel_archive parameters: - name: team-id @@ -21120,7 +20486,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can''t import more messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta operationId: team.channel_completeMigration parameters: - name: team-id @@ -21150,6 +20516,10 @@ paths: tags: - teams.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta operationId: team.channel_doesUserHaveAccess parameters: - name: team-id @@ -21216,7 +20586,7 @@ paths: description: 'Provision an email address for a channel. Microsoft Teams doesn''t automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it didn''t provisioned one. To remove the email address of a channel, use the removeEmail method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta operationId: team.channel_provisionEmail parameters: - name: team-id @@ -21253,7 +20623,7 @@ paths: description: Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta operationId: team.channel_removeEmail parameters: - name: team-id @@ -21286,7 +20656,7 @@ paths: description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the archive API. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchive operation completes successfully, which might occur after this method responds.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta operationId: team.channel_unarchive parameters: - name: team-id @@ -21315,11 +20685,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.channel_ListSharedGraphWPreTeam parameters: - name: team-id @@ -21425,11 +20792,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.channel_GetSharedGraphWPreTeam parameters: - name: team-id @@ -21536,11 +20900,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property sharedWithTeams for teams operationId: team.channel_DeleteSharedGraphWPreTeam parameters: - name: team-id @@ -21583,11 +20943,8 @@ paths: get: tags: - teams.channel - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teams + description: A collection of team members who have access to the shared channel. operationId: team.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: team-id @@ -21861,11 +21218,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get tabs from teams + description: A collection of all the tabs in the channel. A navigation property. operationId: team.channel_ListTab parameters: - name: team-id @@ -22311,6 +21665,10 @@ paths: tags: - teams.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-beta operationId: team.channel_getAllMessage parameters: - name: team-id @@ -22392,6 +21750,10 @@ paths: tags: - teams.Functions summary: Invoke function getAllRetainedMessages + description: 'Get retained messages across all channels in a team. 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/channel-getallretainedmessages?view=graph-rest-beta operationId: team.channel_getAllRetainedMessage parameters: - name: team-id @@ -22591,11 +21953,8 @@ paths: get: tags: - teams.channel - summary: List incomingChannels - description: Get the list of incoming channels (channels shared with a team). - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0 + summary: Get incomingChannels from teams + description: List of channels shared with the team. operationId: team_ListIncomingChannel parameters: - name: team-id @@ -22730,11 +22089,8 @@ paths: get: tags: - teams.teamsAppInstallation - 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-1.0 + summary: Get installedApps from teams + description: The apps installed in this team. operationId: team_ListInstalledApp parameters: - name: team-id @@ -22792,11 +22148,7 @@ paths: post: tags: - teams.teamsAppInstallation - 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 + summary: Create new navigation property to installedApps for teams operationId: team_CreateInstalledApp parameters: - name: team-id @@ -22828,11 +22180,8 @@ paths: get: tags: - teams.teamsAppInstallation - 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 + summary: Get installedApps from teams + description: The apps installed in this team. operationId: team_GetInstalledApp parameters: - name: team-id @@ -22923,11 +22272,7 @@ paths: delete: tags: - teams.teamsAppInstallation - 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 + summary: Delete navigation property installedApps for teams operationId: team_DeleteInstalledApp parameters: - name: team-id @@ -22966,7 +22311,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta operationId: team.installedApp_upgrade parameters: - name: team-id @@ -23137,11 +22482,8 @@ paths: get: tags: - teams.conversationMember - 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 should not try to parse or make assumptions about these resource IDs. In the future, membership results may 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 + summary: Get members from teams + description: Members and owners of the team. operationId: team_ListMember parameters: - name: team-id @@ -23199,11 +22541,7 @@ paths: post: tags: - teams.conversationMember - 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-1.0 + summary: Create new navigation property to members for teams operationId: team_CreateMember parameters: - name: team-id @@ -23235,11 +22573,8 @@ paths: get: tags: - teams.conversationMember - 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 + summary: Get members from teams + description: Members and owners of the team. operationId: team_GetMember parameters: - name: team-id @@ -23291,11 +22626,7 @@ paths: patch: tags: - teams.conversationMember - 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 + summary: Update the navigation property members in teams operationId: team_UpdateMember parameters: - name: team-id @@ -23334,11 +22665,7 @@ paths: delete: tags: - teams.conversationMember - 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 + summary: Delete navigation property members for teams operationId: team_DeleteMember parameters: - name: team-id @@ -23399,7 +22726,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: team.member_add parameters: - name: team-id @@ -23455,7 +22782,7 @@ paths: description: "Archive the specified team. \nWhen a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which can occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta operationId: team_archive parameters: - name: team-id @@ -23494,7 +22821,7 @@ paths: description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta operationId: team_clone parameters: - name: team-id @@ -23545,7 +22872,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can''t import additional messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta operationId: team_completeMigration parameters: - name: team-id @@ -23570,7 +22897,7 @@ paths: description: 'Send an activity feed notification in the scope of a team. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta operationId: team_sendActivityNotification parameters: - name: team-id @@ -23625,7 +22952,7 @@ paths: description: 'Restore an archived team and restores users'' ability to send messages and edit the team, abiding by tenant and team settings. Teams are archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta operationId: team_unarchive parameters: - name: team-id @@ -24210,11 +23537,8 @@ paths: get: tags: - teams.resourceSpecificPermissionGrant - 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-1.0 + summary: Get permissionGrants from teams + description: A collection of permissions granted to apps to access the team. operationId: team_ListPermissionGrant parameters: - name: team-id @@ -24584,11 +23908,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get primaryChannel from teams + description: The general channel for the team. operationId: team_GetPrimaryChannel parameters: - name: team-id @@ -24690,11 +24011,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get filesFolder from teams + description: Metadata for the location where the channel's files are stored. operationId: team.primaryChannel_GetFilesFolder parameters: - name: team-id @@ -24740,9 +24058,6 @@ paths: tags: - teams.channel summary: Get content for the navigation property filesFolder from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: team.primaryChannel_GetFilesFolderContent parameters: - name: team-id @@ -24809,9 +24124,6 @@ paths: - teams.channel summary: Get contentStream for the navigation property filesFolder from teams description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: team.primaryChannel_GetFilesFolderContentStream parameters: - name: team-id @@ -24866,11 +24178,8 @@ paths: get: tags: - teams.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-1.0 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.primaryChannel_ListMember parameters: - name: team-id @@ -24928,11 +24237,7 @@ paths: post: tags: - teams.channel - 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-1.0 + summary: Create new navigation property to members for teams operationId: team.primaryChannel_CreateMember parameters: - name: team-id @@ -24964,11 +24269,8 @@ paths: get: tags: - teams.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 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.primaryChannel_GetMember parameters: - name: team-id @@ -25020,11 +24322,7 @@ paths: patch: tags: - teams.channel - summary: Update member in channel - description: Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0 + summary: Update the navigation property members in teams operationId: team.primaryChannel_UpdateMember parameters: - name: team-id @@ -25063,11 +24361,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property members for teams operationId: team.primaryChannel_DeleteMember parameters: - name: team-id @@ -25128,7 +24422,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: team.primaryChannel.member_add parameters: - name: team-id @@ -25180,11 +24474,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.primaryChannel_ListMessage parameters: - name: team-id @@ -25242,11 +24533,7 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in a channel or a chat - description: Send a new chatMessage in the specified channel or a chat. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 + summary: Create new navigation property to messages for teams operationId: team.primaryChannel_CreateMessage parameters: - name: team-id @@ -25278,11 +24565,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.primaryChannel_GetMessage parameters: - name: team-id @@ -25334,11 +24618,7 @@ paths: patch: tags: - teams.channel - 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-1.0 + summary: Update the navigation property messages in teams operationId: team.primaryChannel_UpdateMessage parameters: - name: team-id @@ -25412,11 +24692,8 @@ paths: get: tags: - teams.channel - 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-1.0 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message_ListHostedContent parameters: - name: team-id @@ -25522,11 +24799,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message_GetHostedContent parameters: - name: team-id @@ -25677,9 +24951,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.primaryChannel.message_GetHostedContentsContent parameters: - name: team-id @@ -25841,7 +25112,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: team.primaryChannel.message_softDelete parameters: - name: team-id @@ -25874,7 +25145,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: team.primaryChannel.message_undoSoftDelete parameters: - name: team-id @@ -25945,11 +25216,8 @@ paths: get: tags: - teams.channel - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.primaryChannel.message_ListReply parameters: - name: team-id @@ -26015,11 +25283,7 @@ paths: post: tags: - teams.channel - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for teams operationId: team.primaryChannel.message_CreateReply parameters: - name: team-id @@ -26059,11 +25323,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.primaryChannel.message_GetReply parameters: - name: team-id @@ -26213,11 +25474,8 @@ paths: get: tags: - teams.channel - 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-1.0 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message.reply_ListHostedContent parameters: - name: team-id @@ -26339,11 +25597,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message.reply_GetHostedContent parameters: - name: team-id @@ -26518,9 +25773,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -26714,7 +25966,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: team.primaryChannel.message.reply_softDelete parameters: - name: team-id @@ -26755,7 +26007,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: team.primaryChannel.message.reply_undoSoftDelete parameters: - name: team-id @@ -26873,6 +26125,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: team.primaryChannel.message.reply_delta parameters: - name: team-id @@ -26980,6 +26236,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: team.primaryChannel.message_delta parameters: - name: team-id @@ -27060,7 +26320,7 @@ paths: description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel, or add and remove members from it. If you archive a team, its channels are archived for you. Archiving is asynchronous; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner, or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta operationId: team.primaryChannel_archive parameters: - name: team-id @@ -27099,7 +26359,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can''t import more messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta operationId: team.primaryChannel_completeMigration parameters: - name: team-id @@ -27121,6 +26381,10 @@ paths: tags: - teams.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta operationId: team.primaryChannel_doesUserHaveAccess parameters: - name: team-id @@ -27179,7 +26443,7 @@ paths: description: 'Provision an email address for a channel. Microsoft Teams doesn''t automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it didn''t provisioned one. To remove the email address of a channel, use the removeEmail method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta operationId: team.primaryChannel_provisionEmail parameters: - name: team-id @@ -27208,7 +26472,7 @@ paths: description: Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta operationId: team.primaryChannel_removeEmail parameters: - name: team-id @@ -27233,7 +26497,7 @@ paths: description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the archive API. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchive operation completes successfully, which might occur after this method responds.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta operationId: team.primaryChannel_unarchive parameters: - name: team-id @@ -27254,11 +26518,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.primaryChannel_ListSharedGraphWPreTeam parameters: - name: team-id @@ -27348,11 +26609,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.primaryChannel_GetSharedGraphWPreTeam parameters: - name: team-id @@ -27443,11 +26701,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property sharedWithTeams for teams operationId: team.primaryChannel_DeleteSharedGraphWPreTeam parameters: - name: team-id @@ -27482,11 +26736,8 @@ paths: get: tags: - teams.channel - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teams + description: A collection of team members who have access to the shared channel. operationId: team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: team-id @@ -27720,11 +26971,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get tabs from teams + description: A collection of all the tabs in the channel. A navigation property. operationId: team.primaryChannel_ListTab parameters: - name: team-id @@ -28017,11 +27265,8 @@ paths: get: tags: - teams.schedule - 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 + summary: Get schedule from teams + description: The schedule of shifts for this team. operationId: team_GetSchedule parameters: - name: team-id @@ -28267,11 +27512,7 @@ paths: patch: tags: - teams.schedule - 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-1.0 + summary: Update the navigation property dayNotes in teams operationId: team.schedule_UpdateDayNote parameters: - name: team-id @@ -28371,7 +27612,7 @@ paths: description: 'Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable only by managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta operationId: team.schedule_share parameters: - name: team-id @@ -28416,11 +27657,8 @@ paths: get: tags: - teams.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 + summary: Get offerShiftRequests from teams + description: The offer requests for shifts in the schedule. operationId: team.schedule_ListOfferShiftRequest parameters: - name: team-id @@ -28478,11 +27716,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to offerShiftRequests for teams operationId: team.schedule_CreateOfferShiftRequest parameters: - name: team-id @@ -28514,11 +27748,8 @@ paths: get: tags: - teams.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 + summary: Get offerShiftRequests from teams + description: The offer requests for shifts in the schedule. operationId: team.schedule_GetOfferShiftRequest parameters: - name: team-id @@ -28666,11 +27897,8 @@ paths: get: tags: - teams.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 + summary: Get openShiftChangeRequests from teams + description: The open shift requests in the schedule. operationId: team.schedule_ListOpenShiftChangeRequest parameters: - name: team-id @@ -28728,11 +27956,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to openShiftChangeRequests for teams operationId: team.schedule_CreateOpenShiftChangeRequest parameters: - name: team-id @@ -28764,11 +27988,8 @@ paths: get: tags: - teams.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 + summary: Get openShiftChangeRequests from teams + description: The open shift requests in the schedule. operationId: team.schedule_GetOpenShiftChangeRequest parameters: - name: team-id @@ -28916,11 +28137,8 @@ paths: get: tags: - teams.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-1.0 + summary: Get openShifts from teams + description: The set of open shifts in a scheduling group in the schedule. operationId: team.schedule_ListOpenShift parameters: - name: team-id @@ -28978,11 +28196,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to openShifts for teams operationId: team.schedule_CreateOpenShift parameters: - name: team-id @@ -29014,11 +28228,8 @@ paths: get: tags: - teams.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 + summary: Get openShifts from teams + description: The set of open shifts in a scheduling group in the schedule. operationId: team.schedule_GetOpenShift parameters: - name: team-id @@ -29070,11 +28281,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property openShifts in teams operationId: team.schedule_UpdateOpenShift parameters: - name: team-id @@ -29113,11 +28320,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property openShifts for teams operationId: team.schedule_DeleteOpenShift parameters: - name: team-id @@ -29174,11 +28377,8 @@ paths: get: tags: - teams.schedule - 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 + summary: Get schedulingGroups from teams + description: The logical grouping of users in the schedule (usually by role). operationId: team.schedule_ListSchedulingGroup parameters: - name: team-id @@ -29226,11 +28426,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to schedulingGroups for teams operationId: team.schedule_CreateSchedulingGroup parameters: - name: team-id @@ -29262,11 +28458,8 @@ paths: get: tags: - teams.schedule - 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 + summary: Get schedulingGroups from teams + description: The logical grouping of users in the schedule (usually by role). operationId: team.schedule_GetSchedulingGroup parameters: - name: team-id @@ -29308,11 +28501,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property schedulingGroups in teams operationId: team.schedule_UpdateSchedulingGroup parameters: - name: team-id @@ -29351,11 +28540,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property schedulingGroups for teams operationId: team.schedule_DeleteSchedulingGroup parameters: - name: team-id @@ -29412,11 +28597,8 @@ paths: get: tags: - teams.schedule - summary: List shifts + summary: Get shifts from teams 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-1.0 operationId: team.schedule_ListShift parameters: - name: team-id @@ -29464,11 +28646,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to shifts for teams operationId: team.schedule_CreateShift parameters: - name: team-id @@ -29500,11 +28678,8 @@ paths: get: tags: - teams.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 + summary: Get shifts from teams + description: The shifts in the schedule. operationId: team.schedule_GetShift parameters: - name: team-id @@ -29546,11 +28721,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property shifts in teams operationId: team.schedule_UpdateShift parameters: - name: team-id @@ -29589,11 +28760,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property shifts for teams operationId: team.schedule_DeleteShift parameters: - name: team-id @@ -29890,11 +29057,8 @@ paths: get: tags: - teams.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-1.0 + summary: Get swapShiftsChangeRequests from teams + description: The swap requests for shifts in the schedule. operationId: team.schedule_ListSwapShiftsChangeRequest parameters: - name: team-id @@ -29952,11 +29116,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to swapShiftsChangeRequests for teams operationId: team.schedule_CreateSwapShiftsChangeRequest parameters: - name: team-id @@ -29988,11 +29148,8 @@ paths: get: tags: - teams.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 + summary: Get swapShiftsChangeRequests from teams + description: The swap requests for shifts in the schedule. operationId: team.schedule_GetSwapShiftsChangeRequest parameters: - name: team-id @@ -30140,11 +29297,8 @@ paths: get: tags: - teams.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-1.0 + summary: Get timeCards from teams + description: The time cards in the schedule. operationId: team.schedule_ListTimeCard parameters: - name: team-id @@ -30202,11 +29356,7 @@ paths: post: tags: - teams.schedule - 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-1.0 + summary: Create new navigation property to timeCards for teams operationId: team.schedule_CreateTimeCard parameters: - name: team-id @@ -30238,11 +29388,8 @@ paths: get: tags: - teams.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-1.0 + summary: Get timeCards from teams + description: The time cards in the schedule. operationId: team.schedule_GetTimeCard parameters: - name: team-id @@ -30294,11 +29441,7 @@ paths: patch: tags: - teams.schedule - 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-1.0 + summary: Update the navigation property timeCards in teams operationId: team.schedule_UpdateTimeCard parameters: - name: team-id @@ -30337,11 +29480,7 @@ paths: delete: tags: - teams.schedule - 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-1.0 + summary: Delete navigation property timeCards for teams operationId: team.schedule_DeleteTimeCard parameters: - name: team-id @@ -30380,7 +29519,7 @@ paths: description: Clock out to end an open timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta operationId: team.schedule.timeCard_clockOut parameters: - name: team-id @@ -30433,7 +29572,7 @@ paths: description: Confirm a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta operationId: team.schedule.timeCard_confirm parameters: - name: team-id @@ -30470,7 +29609,7 @@ paths: description: End the open break in a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta operationId: team.schedule.timeCard_endBreak parameters: - name: team-id @@ -30523,7 +29662,7 @@ paths: description: Start a break in a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta operationId: team.schedule.timeCard_startBreak parameters: - name: team-id @@ -30598,7 +29737,7 @@ paths: description: Clock in to start a timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta operationId: team.schedule.timeCard_clockIn parameters: - name: team-id @@ -30642,11 +29781,8 @@ paths: get: tags: - teams.schedule - summary: List timeOffReasons + summary: Get timeOffReasons from teams 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-1.0 operationId: team.schedule_ListTimeOffReason parameters: - name: team-id @@ -30694,11 +29830,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to timeOffReasons for teams operationId: team.schedule_CreateTimeOffReason parameters: - name: team-id @@ -30730,11 +29862,8 @@ paths: get: tags: - teams.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 + summary: Get timeOffReasons from teams + description: The set of reasons for a time off in the schedule. operationId: team.schedule_GetTimeOffReason parameters: - name: team-id @@ -30776,11 +29905,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property timeOffReasons in teams operationId: team.schedule_UpdateTimeOffReason parameters: - name: team-id @@ -30819,11 +29944,7 @@ paths: delete: tags: - teams.schedule - 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-1.0 + summary: Delete navigation property timeOffReasons for teams operationId: team.schedule_DeleteTimeOffReason parameters: - name: team-id @@ -30880,11 +30001,8 @@ paths: get: tags: - teams.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 + summary: Get timeOffRequests from teams + description: The time off requests in the schedule. operationId: team.schedule_ListTimeOffRequest parameters: - name: team-id @@ -30964,11 +30082,8 @@ paths: get: tags: - teams.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 + summary: Get timeOffRequests from teams + description: The time off requests in the schedule. operationId: team.schedule_GetTimeOffRequest parameters: - name: team-id @@ -31049,11 +30164,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property timeOffRequests for teams operationId: team.schedule_DeleteTimeOffRequest parameters: - name: team-id @@ -31110,11 +30221,8 @@ paths: get: tags: - teams.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 + summary: Get timesOff from teams + description: The instances of times off in the schedule. operationId: team.schedule_ListTimesOff parameters: - name: team-id @@ -31162,11 +30270,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to timesOff for teams operationId: team.schedule_CreateTimesOff parameters: - name: team-id @@ -31198,11 +30302,8 @@ paths: get: tags: - teams.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 + summary: Get timesOff from teams + description: The instances of times off in the schedule. operationId: team.schedule_GetTimesOff parameters: - name: team-id @@ -31244,11 +30345,7 @@ paths: patch: tags: - teams.schedule - 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-1.0 + summary: Update the navigation property timesOff in teams operationId: team.schedule_UpdateTimesOff parameters: - name: team-id @@ -31287,11 +30384,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property timesOff for teams operationId: team.schedule_DeleteTimesOff parameters: - name: team-id @@ -31348,11 +30441,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get tags from teams + description: The tags associated with the team. operationId: team_ListTag parameters: - name: team-id @@ -31410,11 +30500,7 @@ paths: post: tags: - teams.teamworkTag - 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-1.0 + summary: Create new navigation property to tags for teams operationId: team_CreateTag parameters: - name: team-id @@ -31446,11 +30532,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get tags from teams + description: The tags associated with the team. operationId: team_GetTag parameters: - name: team-id @@ -31502,11 +30585,7 @@ paths: patch: tags: - teams.teamworkTag - 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-1.0 + summary: Update the navigation property tags in teams operationId: team_UpdateTag parameters: - name: team-id @@ -31545,11 +30624,7 @@ paths: delete: tags: - teams.teamworkTag - 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 + summary: Delete navigation property tags for teams operationId: team_DeleteTag parameters: - name: team-id @@ -31584,11 +30659,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get members from teams + description: Users assigned to the tag. operationId: team.tag_ListMember parameters: - name: team-id @@ -31654,11 +30726,7 @@ paths: post: tags: - teams.teamworkTag - 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 + summary: Create new navigation property to members for teams operationId: team.tag_CreateMember parameters: - name: team-id @@ -31698,11 +30766,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get members from teams + description: Users assigned to the tag. operationId: team.tag_GetMember parameters: - name: team-id @@ -31809,11 +30874,7 @@ paths: delete: tags: - teams.teamworkTag - 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 + summary: Delete navigation property members for teams operationId: team.tag_DeleteMember parameters: - name: team-id @@ -32154,6 +31215,10 @@ paths: tags: - teams.Functions summary: Invoke function getOpenShifts + description: Get all openShift objects across all teams a user is a direct member of. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta operationId: team_getOpenShift parameters: - $ref: '#/components/parameters/top' @@ -32220,6 +31285,10 @@ paths: tags: - teams.Functions summary: Invoke function getShifts + description: Get all shift objects across all teams to which a user is a direct member. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta operationId: team_getShift parameters: - $ref: '#/components/parameters/top' @@ -32286,6 +31355,10 @@ paths: tags: - teams.Functions summary: Invoke function getTimesOff + description: Get all time off objects across all teams to which a user is a direct member. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta operationId: team_getTimesOff parameters: - $ref: '#/components/parameters/top' @@ -32355,7 +31428,7 @@ paths: description: 'Get the properties and relationships of a teamwork object, such as the region of the organization and whether Microsoft Teams is enabled.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta operationId: teamwork_GetTeamwork parameters: - name: $select @@ -32414,8 +31487,8 @@ paths: get: tags: - teamwork.deletedChat - summary: Get deletedChat - description: Read the properties and relationships of a deletedChat object. + summary: Get deletedChats from teamwork + description: A collection of deleted chats. operationId: teamwork_ListDeletedChat parameters: - $ref: '#/components/parameters/top' @@ -32488,11 +31561,8 @@ paths: get: tags: - teamwork.deletedChat - 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 + summary: Get deletedChats from teamwork + description: A collection of deleted chats. operationId: teamwork_GetDeletedChat parameters: - name: deletedChat-id @@ -32598,7 +31668,7 @@ paths: description: Restore a deletedChat to an active chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta operationId: teamwork.deletedChat_undoDelete parameters: - name: deletedChat-id @@ -32633,11 +31703,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get deletedTeams from teamwork + description: A collection of deleted teams. operationId: teamwork_ListDeletedTeam parameters: - $ref: '#/components/parameters/top' @@ -33031,11 +32098,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get filesFolder from teamwork + description: Metadata for the location where the channel's files are stored. operationId: teamwork.deletedTeam.channel_GetFilesFolder parameters: - name: deletedTeam-id @@ -33089,9 +32153,6 @@ paths: tags: - teamwork.deletedTeam summary: Get content for the navigation property filesFolder from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_GetFilesFolderContent parameters: - name: deletedTeam-id @@ -33174,9 +32235,6 @@ paths: - teamwork.deletedTeam summary: Get contentStream for the navigation property filesFolder from teamwork description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_GetFilesFolderContentStream parameters: - name: deletedTeam-id @@ -33247,11 +32305,8 @@ paths: get: tags: - teamwork.deletedTeam - 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-1.0 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.deletedTeam.channel_ListMember parameters: - name: deletedTeam-id @@ -33317,11 +32372,7 @@ paths: post: tags: - teamwork.deletedTeam - 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-1.0 + summary: Create new navigation property to members for teamwork operationId: teamwork.deletedTeam.channel_CreateMember parameters: - name: deletedTeam-id @@ -33361,11 +32412,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.deletedTeam.channel_GetMember parameters: - name: deletedTeam-id @@ -33425,11 +32473,7 @@ paths: patch: tags: - teamwork.deletedTeam - 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 + summary: Update the navigation property members in teamwork operationId: teamwork.deletedTeam.channel_UpdateMember parameters: - name: deletedTeam-id @@ -33476,11 +32520,7 @@ paths: delete: tags: - teamwork.deletedTeam - 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 + summary: Delete navigation property members for teamwork operationId: teamwork.deletedTeam.channel_DeleteMember parameters: - name: deletedTeam-id @@ -33557,7 +32597,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: teamwork.deletedTeam.channel.member_add parameters: - name: deletedTeam-id @@ -33617,11 +32657,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.deletedTeam.channel_ListMessage parameters: - name: deletedTeam-id @@ -33687,11 +32724,7 @@ paths: post: tags: - teamwork.deletedTeam - 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 + summary: Create new navigation property to messages for teamwork operationId: teamwork.deletedTeam.channel_CreateMessage parameters: - name: deletedTeam-id @@ -33731,11 +32764,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.deletedTeam.channel_GetMessage parameters: - name: deletedTeam-id @@ -33795,11 +32825,7 @@ paths: patch: tags: - teamwork.deletedTeam - 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-1.0 + summary: Update the navigation property messages in teamwork operationId: teamwork.deletedTeam.channel_UpdateMessage parameters: - name: deletedTeam-id @@ -33889,11 +32915,8 @@ paths: get: tags: - teamwork.deletedTeam - 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-1.0 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message_ListHostedContent parameters: - name: deletedTeam-id @@ -34015,11 +33038,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message_GetHostedContent parameters: - name: deletedTeam-id @@ -34194,9 +33214,6 @@ paths: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel.message_GetHostedContentsContent parameters: - name: deletedTeam-id @@ -34390,7 +33407,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: teamwork.deletedTeam.channel.message_softDelete parameters: - name: deletedTeam-id @@ -34431,7 +33448,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: teamwork.deletedTeam.channel.message_undoSoftDelete parameters: - name: deletedTeam-id @@ -34518,11 +33535,8 @@ paths: get: tags: - teamwork.deletedTeam - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.deletedTeam.channel.message_ListReply parameters: - name: deletedTeam-id @@ -34596,11 +33610,7 @@ paths: post: tags: - teamwork.deletedTeam - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for teamwork operationId: teamwork.deletedTeam.channel.message_CreateReply parameters: - name: deletedTeam-id @@ -34648,11 +33658,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.deletedTeam.channel.message_GetReply parameters: - name: deletedTeam-id @@ -34826,11 +33833,8 @@ paths: get: tags: - teamwork.deletedTeam - 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-1.0 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message.reply_ListHostedContent parameters: - name: deletedTeam-id @@ -34968,11 +33972,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message.reply_GetHostedContent parameters: - name: deletedTeam-id @@ -35171,9 +34172,6 @@ paths: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel.message.reply_GetHostedContentsContent parameters: - name: deletedTeam-id @@ -35399,7 +34397,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: teamwork.deletedTeam.channel.message.reply_softDelete parameters: - name: deletedTeam-id @@ -35448,7 +34446,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: teamwork.deletedTeam.channel.message.reply_undoSoftDelete parameters: - name: deletedTeam-id @@ -35590,6 +34588,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: teamwork.deletedTeam.channel.message.reply_delta parameters: - name: deletedTeam-id @@ -35713,6 +34715,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: teamwork.deletedTeam.channel.message_delta parameters: - name: deletedTeam-id @@ -35801,7 +34807,7 @@ paths: description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel, or add and remove members from it. If you archive a team, its channels are archived for you. Archiving is asynchronous; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner, or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_archive parameters: - name: deletedTeam-id @@ -35848,7 +34854,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can''t import more messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_completeMigration parameters: - name: deletedTeam-id @@ -35878,6 +34884,10 @@ paths: tags: - teamwork.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_doesUserHaveAccess parameters: - name: deletedTeam-id @@ -35944,7 +34954,7 @@ paths: description: 'Provision an email address for a channel. Microsoft Teams doesn''t automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it didn''t provisioned one. To remove the email address of a channel, use the removeEmail method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_provisionEmail parameters: - name: deletedTeam-id @@ -35981,7 +34991,7 @@ paths: description: Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_removeEmail parameters: - name: deletedTeam-id @@ -36014,7 +35024,7 @@ paths: description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the archive API. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchive operation completes successfully, which might occur after this method responds.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_unarchive parameters: - name: deletedTeam-id @@ -36043,11 +35053,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.deletedTeam.channel_ListSharedGraphWPreTeam parameters: - name: deletedTeam-id @@ -36153,11 +35160,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.deletedTeam.channel_GetSharedGraphWPreTeam parameters: - name: deletedTeam-id @@ -36264,11 +35268,7 @@ paths: delete: tags: - teamwork.deletedTeam - 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 + summary: Delete navigation property sharedWithTeams for teamwork operationId: teamwork.deletedTeam.channel_DeleteSharedGraphWPreTeam parameters: - name: deletedTeam-id @@ -36311,11 +35311,8 @@ paths: get: tags: - teamwork.deletedTeam - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teamwork + description: A collection of team members who have access to the shared channel. operationId: teamwork.deletedTeam.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: deletedTeam-id @@ -36589,11 +35586,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get tabs from teamwork + description: A collection of all the tabs in the channel. A navigation property. operationId: teamwork.deletedTeam.channel_ListTab parameters: - name: deletedTeam-id @@ -37039,6 +36033,10 @@ paths: tags: - teamwork.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_getAllMessage parameters: - name: deletedTeam-id @@ -37120,6 +36118,10 @@ paths: tags: - teamwork.Functions summary: Invoke function getAllRetainedMessages + description: 'Get retained messages across all channels in a team. 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/channel-getallretainedmessages?view=graph-rest-beta operationId: teamwork.deletedTeam.channel_getAllRetainedMessage parameters: - name: deletedTeam-id @@ -37280,11 +36282,8 @@ paths: get: tags: - teamwork.teamworkDevice - 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-1.0 + summary: Get devices from teamwork + description: The Teams devices provisioned for the tenant. operationId: teamwork_ListDevice parameters: - $ref: '#/components/parameters/top' @@ -37357,11 +36356,8 @@ paths: get: tags: - teamwork.teamworkDevice - 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-1.0 + summary: Get devices from teamwork + description: The Teams devices provisioned for the tenant. operationId: teamwork_GetDevice parameters: - name: teamworkDevice-id @@ -37463,11 +36459,8 @@ paths: get: tags: - teamwork.teamworkDevice - 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-1.0 + summary: Get activity from teamwork + description: The activity properties that change based on the device usage. operationId: teamwork.device_GetActivity parameters: - name: teamworkDevice-id @@ -37569,11 +36562,8 @@ paths: get: tags: - teamwork.teamworkDevice - 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-1.0 + summary: Get configuration from teamwork + description: The configuration properties of the device. operationId: teamwork.device_GetConfiguration parameters: - name: teamworkDevice-id @@ -37675,11 +36665,8 @@ paths: get: tags: - teamwork.teamworkDevice - 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-1.0 + summary: Get health from teamwork + description: The health properties of the device. operationId: teamwork.device_GetHealth parameters: - name: teamworkDevice-id @@ -37785,7 +36772,7 @@ paths: description: 'Restart the specified Microsoft Teams-enabled device asynchronously. A device is restarted after the async operation completes successfully, which might occur subsequent to a response from this API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta operationId: teamwork.device_restart parameters: - name: teamworkDevice-id @@ -37810,7 +36797,7 @@ paths: description: Run and generate diagnostic logs for the specified Microsoft Teams-enabled device. This API triggers a long-running operation used to generate logs for a device. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta operationId: teamwork.device_runDiagnostic parameters: - name: teamworkDevice-id @@ -37835,7 +36822,7 @@ paths: description: Update the software for a Microsoft Teams-enabled device. This API triggers a long-running operation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta operationId: teamwork.device_updateSoftware parameters: - name: teamworkDevice-id @@ -37871,11 +36858,8 @@ paths: get: tags: - teamwork.teamworkDevice - 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-1.0 + summary: Get operations from teamwork + description: The async operations on the device. operationId: teamwork.device_ListOperation parameters: - name: teamworkDevice-id @@ -37965,11 +36949,8 @@ paths: get: tags: - teamwork.teamworkDevice - 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-1.0 + summary: Get operations from teamwork + description: The async operations on the device. operationId: teamwork.device_GetOperation parameters: - name: teamworkDevice-id @@ -38135,7 +37116,7 @@ paths: description: 'Send activity feed notifications to multiple users in bulk. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta operationId: teamwork_sendActivityNotificationToRecipient requestBody: description: Action parameters @@ -38179,11 +37160,8 @@ paths: get: tags: - teamwork.teamsAppSettings - 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-1.0 + summary: Get teamsAppSettings from teamwork + description: Represents tenant-wide settings for all Teams apps in the tenant. operationId: teamwork_GetTeamsAppSetting parameters: - name: $select @@ -38219,11 +37197,7 @@ paths: patch: tags: - teamwork.teamsAppSettings - 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-1.0 + summary: Update the navigation property teamsAppSettings in teamwork operationId: teamwork_UpdateTeamsAppSetting requestBody: description: New navigation property values @@ -38264,11 +37238,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get teamTemplates from teamwork + description: The templates associated with a team. operationId: teamwork_ListTeamTemplate parameters: - $ref: '#/components/parameters/top' @@ -38444,8 +37415,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: Get teamTemplateDefinition - description: Read the properties and relationships of a teamTemplateDefinition object. + summary: Get definitions from teamwork + description: A generic representation of a team template definition for a team with a specific structure and configuration. operationId: teamwork.teamTemplate_ListDefinition parameters: - name: teamTemplate-id @@ -38535,11 +37506,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get definitions from teamwork + description: A generic representation of a team template definition for a team with a specific structure and configuration. operationId: teamwork.teamTemplate_GetDefinition parameters: - name: teamTemplate-id @@ -38665,11 +37633,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: Get teamDefinition - description: Get the properties of the team associated with a teamTemplateDefinition object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamtemplatedefinition-get-teamdefinition?view=graph-rest-1.0 + summary: Get teamDefinition from teamwork + description: 'Collection of channel objects. A channel represents a topic, and therefore a logical isolation of discussion, within a team.' operationId: teamwork.teamTemplate.definition_GetTeamDefinition parameters: - name: teamTemplate-id @@ -38795,11 +37760,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get allChannels from teamwork + description: List of channels either hosted in or shared with the team (incoming channels). operationId: teamwork.teamTemplate.definition.teamDefinition_ListAllChannel parameters: - name: teamTemplate-id @@ -38958,11 +37920,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get channels from teamwork + description: The collection of channels and messages associated with the team. operationId: teamwork.teamTemplate.definition.teamDefinition_ListChannel parameters: - name: teamTemplate-id @@ -39028,11 +37987,7 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + summary: Create new navigation property to channels for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_CreateChannel parameters: - name: teamTemplate-id @@ -39072,11 +38027,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get channels from teamwork + description: The collection of channels and messages associated with the team. operationId: teamwork.teamTemplate.definition.teamDefinition_GetChannel parameters: - name: teamTemplate-id @@ -39136,11 +38088,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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-1.0 + summary: Update the navigation property channels in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_UpdateChannel parameters: - name: teamTemplate-id @@ -39187,11 +38135,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property channels for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_DeleteChannel parameters: - name: teamTemplate-id @@ -39234,11 +38178,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get filesFolder from teamwork + description: Metadata for the location where the channel's files are stored. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolder parameters: - name: teamTemplate-id @@ -39300,9 +38241,6 @@ paths: tags: - teamwork.teamTemplate summary: Get content for the navigation property filesFolder from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolderContent parameters: - name: teamTemplate-id @@ -39401,9 +38339,6 @@ paths: - teamwork.teamTemplate summary: Get contentStream for the navigation property filesFolder from teamwork description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolderContentStream parameters: - name: teamTemplate-id @@ -39490,11 +38425,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_ListMember parameters: - name: teamTemplate-id @@ -39568,11 +38500,7 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + summary: Create new navigation property to members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.channel_CreateMember parameters: - name: teamTemplate-id @@ -39620,11 +38548,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_GetMember parameters: - name: teamTemplate-id @@ -39692,11 +38617,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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 + summary: Update the navigation property members in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.channel_UpdateMember parameters: - name: teamTemplate-id @@ -39751,11 +38672,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.channel_DeleteMember parameters: - name: teamTemplate-id @@ -39848,7 +38765,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel.member_add parameters: - name: teamTemplate-id @@ -39916,11 +38833,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_ListMessage parameters: - name: teamTemplate-id @@ -39994,11 +38908,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to messages for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.channel_CreateMessage parameters: - name: teamTemplate-id @@ -40046,11 +38956,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_GetMessage parameters: - name: teamTemplate-id @@ -40118,11 +39025,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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-1.0 + summary: Update the navigation property messages in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.channel_UpdateMessage parameters: - name: teamTemplate-id @@ -40228,11 +39131,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_ListHostedContent parameters: - name: teamTemplate-id @@ -40370,11 +39270,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_GetHostedContent parameters: - name: teamTemplate-id @@ -40573,9 +39470,6 @@ paths: tags: - teamwork.teamTemplate summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_GetHostedContentsContent parameters: - name: teamTemplate-id @@ -40801,7 +39695,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_softDelete parameters: - name: teamTemplate-id @@ -40850,7 +39744,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_undoSoftDelete parameters: - name: teamTemplate-id @@ -40953,11 +39847,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_ListReply parameters: - name: teamTemplate-id @@ -41039,11 +39930,7 @@ paths: post: tags: - teamwork.teamTemplate - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_CreateReply parameters: - name: teamTemplate-id @@ -41099,11 +39986,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_GetReply parameters: - name: teamTemplate-id @@ -41301,11 +40185,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_ListHostedContent parameters: - name: teamTemplate-id @@ -41459,11 +40340,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetHostedContent parameters: - name: teamTemplate-id @@ -41686,9 +40564,6 @@ paths: tags: - teamwork.teamTemplate summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetHostedContentsContent parameters: - name: teamTemplate-id @@ -41946,7 +40821,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_softDelete parameters: - name: teamTemplate-id @@ -42003,7 +40878,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_undoSoftDelete parameters: - name: teamTemplate-id @@ -42169,6 +41044,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_delta parameters: - name: teamTemplate-id @@ -42308,6 +41187,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_delta parameters: - name: teamTemplate-id @@ -42404,7 +41287,7 @@ paths: description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel, or add and remove members from it. If you archive a team, its channels are archived for you. Archiving is asynchronous; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner, or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_archive parameters: - name: teamTemplate-id @@ -42459,7 +41342,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can''t import more messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_completeMigration parameters: - name: teamTemplate-id @@ -42497,6 +41380,10 @@ paths: tags: - teamwork.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_doesUserHaveAccess parameters: - name: teamTemplate-id @@ -42571,7 +41458,7 @@ paths: description: 'Provision an email address for a channel. Microsoft Teams doesn''t automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it didn''t provisioned one. To remove the email address of a channel, use the removeEmail method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_provisionEmail parameters: - name: teamTemplate-id @@ -42616,7 +41503,7 @@ paths: description: Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_removeEmail parameters: - name: teamTemplate-id @@ -42657,7 +41544,7 @@ paths: description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the archive API. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchive operation completes successfully, which might occur after this method responds.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_unarchive parameters: - name: teamTemplate-id @@ -42694,11 +41581,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_ListSharedGraphWPreTeam parameters: - name: teamTemplate-id @@ -42820,11 +41704,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_GetSharedGraphWPreTeam parameters: - name: teamTemplate-id @@ -42947,11 +41828,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property sharedWithTeams for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.channel_DeleteSharedGraphWPreTeam parameters: - name: teamTemplate-id @@ -43002,11 +41879,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teamwork + description: A collection of team members who have access to the shared channel. operationId: teamwork.teamTemplate.definition.teamDefinition.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: teamTemplate-id @@ -43320,11 +42194,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get tabs from teamwork + description: A collection of all the tabs in the channel. A navigation property. operationId: teamwork.teamTemplate.definition.teamDefinition.channel_ListTab parameters: - name: teamTemplate-id @@ -43842,6 +42713,10 @@ paths: tags: - teamwork.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_getAllMessage parameters: - name: teamTemplate-id @@ -43931,6 +42806,10 @@ paths: tags: - teamwork.Functions summary: Invoke function getAllRetainedMessages + description: 'Get retained messages across all channels in a team. 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/channel-getallretainedmessages?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.channel_getAllRetainedMessage parameters: - name: teamTemplate-id @@ -44162,11 +43041,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get incomingChannels from teamwork + description: List of channels shared with the team. operationId: teamwork.teamTemplate.definition.teamDefinition_ListIncomingChannel parameters: - name: teamTemplate-id @@ -44325,11 +43201,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get installedApps from teamwork + description: The apps installed in this team. operationId: teamwork.teamTemplate.definition.teamDefinition_ListInstalledApp parameters: - name: teamTemplate-id @@ -44395,11 +43268,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to installedApps for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_CreateInstalledApp parameters: - name: teamTemplate-id @@ -44439,11 +43308,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get installedApps from teamwork + description: The apps installed in this team. operationId: teamwork.teamTemplate.definition.teamDefinition_GetInstalledApp parameters: - name: teamTemplate-id @@ -44550,11 +43416,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property installedApps for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_DeleteInstalledApp parameters: - name: teamTemplate-id @@ -44601,7 +43463,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.installedApp_upgrade parameters: - name: teamTemplate-id @@ -44804,11 +43666,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 should not try to parse or make assumptions about these resource IDs. In the future, membership results may 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 + summary: Get members from teamwork + description: Members and owners of the team. operationId: teamwork.teamTemplate.definition.teamDefinition_ListMember parameters: - name: teamTemplate-id @@ -44874,11 +43733,7 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + summary: Create new navigation property to members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_CreateMember parameters: - name: teamTemplate-id @@ -44918,11 +43773,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get members from teamwork + description: Members and owners of the team. operationId: teamwork.teamTemplate.definition.teamDefinition_GetMember parameters: - name: teamTemplate-id @@ -44982,11 +43834,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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 + summary: Update the navigation property members in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_UpdateMember parameters: - name: teamTemplate-id @@ -45033,11 +43881,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_DeleteMember parameters: - name: teamTemplate-id @@ -45114,7 +43958,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.member_add parameters: - name: teamTemplate-id @@ -45178,7 +44022,7 @@ paths: description: "Archive the specified team. \nWhen a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which can occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition_archive parameters: - name: teamTemplate-id @@ -45225,7 +44069,7 @@ paths: description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition_clone parameters: - name: teamTemplate-id @@ -45284,7 +44128,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can''t import additional messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition_completeMigration parameters: - name: teamTemplate-id @@ -45317,7 +44161,7 @@ paths: description: 'Send an activity feed notification in the scope of a team. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition_sendActivityNotification parameters: - name: teamTemplate-id @@ -45380,7 +44224,7 @@ paths: description: 'Restore an archived team and restores users'' ability to send messages and edit the team, abiding by tenant and team settings. Teams are archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition_unarchive parameters: - name: teamTemplate-id @@ -46077,11 +44921,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get permissionGrants from teamwork + description: A collection of permissions granted to apps to access the team. operationId: teamwork.teamTemplate.definition.teamDefinition_ListPermissionGrant parameters: - name: teamTemplate-id @@ -46531,11 +45372,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get primaryChannel from teamwork + description: The general channel for the team. operationId: teamwork.teamTemplate.definition.teamDefinition_GetPrimaryChannel parameters: - name: teamTemplate-id @@ -46661,11 +45499,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get filesFolder from teamwork + description: Metadata for the location where the channel's files are stored. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolder parameters: - name: teamTemplate-id @@ -46719,9 +45554,6 @@ paths: tags: - teamwork.teamTemplate summary: Get content for the navigation property filesFolder from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolderContent parameters: - name: teamTemplate-id @@ -46804,9 +45636,6 @@ paths: - teamwork.teamTemplate summary: Get contentStream for the navigation property filesFolder from teamwork description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolderContentStream parameters: - name: teamTemplate-id @@ -46877,11 +45706,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListMember parameters: - name: teamTemplate-id @@ -46947,11 +45773,7 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + summary: Create new navigation property to members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateMember parameters: - name: teamTemplate-id @@ -46991,11 +45813,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetMember parameters: - name: teamTemplate-id @@ -47055,11 +45874,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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 + summary: Update the navigation property members in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateMember parameters: - name: teamTemplate-id @@ -47106,11 +45921,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteMember parameters: - name: teamTemplate-id @@ -47187,7 +45998,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.member_add parameters: - name: teamTemplate-id @@ -47247,11 +46058,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListMessage parameters: - name: teamTemplate-id @@ -47317,11 +46125,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to messages for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_CreateMessage parameters: - name: teamTemplate-id @@ -47361,11 +46165,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetMessage parameters: - name: teamTemplate-id @@ -47425,11 +46226,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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-1.0 + summary: Update the navigation property messages in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_UpdateMessage parameters: - name: teamTemplate-id @@ -47519,11 +46316,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_ListHostedContent parameters: - name: teamTemplate-id @@ -47645,11 +46439,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContent parameters: - name: teamTemplate-id @@ -47824,9 +46615,6 @@ paths: tags: - teamwork.teamTemplate summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContentsContent parameters: - name: teamTemplate-id @@ -48020,7 +46808,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_softDelete parameters: - name: teamTemplate-id @@ -48061,7 +46849,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_undoSoftDelete parameters: - name: teamTemplate-id @@ -48148,11 +46936,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_ListReply parameters: - name: teamTemplate-id @@ -48226,11 +47011,7 @@ paths: post: tags: - teamwork.teamTemplate - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_CreateReply parameters: - name: teamTemplate-id @@ -48278,11 +47059,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetReply parameters: - name: teamTemplate-id @@ -48456,11 +47234,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_ListHostedContent parameters: - name: teamTemplate-id @@ -48598,11 +47373,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContent parameters: - name: teamTemplate-id @@ -48801,9 +47573,6 @@ paths: tags: - teamwork.teamTemplate summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: teamTemplate-id @@ -49029,7 +47798,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_softDelete parameters: - name: teamTemplate-id @@ -49078,7 +47847,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_undoSoftDelete parameters: - name: teamTemplate-id @@ -49220,6 +47989,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_delta parameters: - name: teamTemplate-id @@ -49343,6 +48116,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_delta parameters: - name: teamTemplate-id @@ -49431,7 +48208,7 @@ paths: description: 'Archive a channel in a team. When a channel is archived, users can''t send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel, or add and remove members from it. If you archive a team, its channels are archived for you. Archiving is asynchronous; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A channel without an owner, or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_archive parameters: - name: teamTemplate-id @@ -49478,7 +48255,7 @@ paths: description: 'Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can''t import more messages into the team. You can add members to the team after the request returns a successful response.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_completeMigration parameters: - name: teamTemplate-id @@ -49508,6 +48285,10 @@ paths: tags: - teamwork.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_doesUserHaveAccess parameters: - name: teamTemplate-id @@ -49574,7 +48355,7 @@ paths: description: 'Provision an email address for a channel. Microsoft Teams doesn''t automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it didn''t provisioned one. To remove the email address of a channel, use the removeEmail method.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_provisionEmail parameters: - name: teamTemplate-id @@ -49611,7 +48392,7 @@ paths: description: Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_removeEmail parameters: - name: teamTemplate-id @@ -49644,7 +48425,7 @@ paths: description: 'Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the archive API. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchive operation completes successfully, which might occur after this method responds.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_unarchive parameters: - name: teamTemplate-id @@ -49673,11 +48454,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListSharedGraphWPreTeam parameters: - name: teamTemplate-id @@ -49783,11 +48561,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetSharedGraphWPreTeam parameters: - name: teamTemplate-id @@ -49894,11 +48669,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property sharedWithTeams for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteSharedGraphWPreTeam parameters: - name: teamTemplate-id @@ -49941,11 +48712,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teamwork + description: A collection of team members who have access to the shared channel. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: teamTemplate-id @@ -50219,11 +48987,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get tabs from teamwork + description: A collection of all the tabs in the channel. A navigation property. operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_ListTab parameters: - name: teamTemplate-id @@ -50572,11 +49337,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get schedule from teamwork + description: The schedule of shifts for this team. operationId: teamwork.teamTemplate.definition.teamDefinition_GetSchedule parameters: - name: teamTemplate-id @@ -50870,11 +49632,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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-1.0 + summary: Update the navigation property dayNotes in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateDayNote parameters: - name: teamTemplate-id @@ -50998,7 +49756,7 @@ paths: description: 'Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable only by managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_share parameters: - name: teamTemplate-id @@ -51051,11 +49809,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get offerShiftRequests from teamwork + description: The offer requests for shifts in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListOfferShiftRequest parameters: - name: teamTemplate-id @@ -51121,11 +49876,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to offerShiftRequests for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOfferShiftRequest parameters: - name: teamTemplate-id @@ -51165,11 +49916,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get offerShiftRequests from teamwork + description: The offer requests for shifts in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetOfferShiftRequest parameters: - name: teamTemplate-id @@ -51349,11 +50097,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get openShiftChangeRequests from teamwork + description: The open shift requests in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListOpenShiftChangeRequest parameters: - name: teamTemplate-id @@ -51419,11 +50164,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to openShiftChangeRequests for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOpenShiftChangeRequest parameters: - name: teamTemplate-id @@ -51463,11 +50204,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get openShiftChangeRequests from teamwork + description: The open shift requests in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetOpenShiftChangeRequest parameters: - name: teamTemplate-id @@ -51647,11 +50385,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get openShifts from teamwork + description: The set of open shifts in a scheduling group in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListOpenShift parameters: - name: teamTemplate-id @@ -51717,11 +50452,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to openShifts for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateOpenShift parameters: - name: teamTemplate-id @@ -51761,11 +50492,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get openShifts from teamwork + description: The set of open shifts in a scheduling group in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetOpenShift parameters: - name: teamTemplate-id @@ -51825,11 +50553,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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 + summary: Update the navigation property openShifts in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateOpenShift parameters: - name: teamTemplate-id @@ -51876,11 +50600,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property openShifts for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteOpenShift parameters: - name: teamTemplate-id @@ -51953,11 +50673,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get schedulingGroups from teamwork + description: The logical grouping of users in the schedule (usually by role). operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListSchedulingGroup parameters: - name: teamTemplate-id @@ -52013,11 +50730,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to schedulingGroups for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateSchedulingGroup parameters: - name: teamTemplate-id @@ -52057,11 +50770,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get schedulingGroups from teamwork + description: The logical grouping of users in the schedule (usually by role). operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetSchedulingGroup parameters: - name: teamTemplate-id @@ -52111,11 +50821,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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 + summary: Update the navigation property schedulingGroups in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateSchedulingGroup parameters: - name: teamTemplate-id @@ -52162,11 +50868,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property schedulingGroups for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteSchedulingGroup parameters: - name: teamTemplate-id @@ -52239,11 +50941,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: List shifts + summary: Get shifts from teamwork 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-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListShift parameters: - name: teamTemplate-id @@ -52299,11 +50998,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to shifts for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateShift parameters: - name: teamTemplate-id @@ -52343,11 +51038,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get shifts from teamwork + description: The shifts in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetShift parameters: - name: teamTemplate-id @@ -52397,11 +51089,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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 + summary: Update the navigation property shifts in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateShift parameters: - name: teamTemplate-id @@ -52448,11 +51136,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property shifts for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteShift parameters: - name: teamTemplate-id @@ -52813,11 +51497,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get swapShiftsChangeRequests from teamwork + description: The swap requests for shifts in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListSwapShiftsChangeRequest parameters: - name: teamTemplate-id @@ -52883,11 +51564,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to swapShiftsChangeRequests for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateSwapShiftsChangeRequest parameters: - name: teamTemplate-id @@ -52927,11 +51604,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get swapShiftsChangeRequests from teamwork + description: The swap requests for shifts in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetSwapShiftsChangeRequest parameters: - name: teamTemplate-id @@ -53111,11 +51785,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get timeCards from teamwork + description: The time cards in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeCard parameters: - name: teamTemplate-id @@ -53181,11 +51852,7 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + summary: Create new navigation property to timeCards for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeCard parameters: - name: teamTemplate-id @@ -53225,11 +51892,8 @@ paths: get: tags: - teamwork.teamTemplate - 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-1.0 + summary: Get timeCards from teamwork + description: The time cards in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeCard parameters: - name: teamTemplate-id @@ -53289,11 +51953,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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-1.0 + summary: Update the navigation property timeCards in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeCard parameters: - name: teamTemplate-id @@ -53340,11 +52000,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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-1.0 + summary: Delete navigation property timeCards for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeCard parameters: - name: teamTemplate-id @@ -53391,7 +52047,7 @@ paths: description: Clock out to end an open timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_clockOut parameters: - name: teamTemplate-id @@ -53452,7 +52108,7 @@ paths: description: Confirm a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_confirm parameters: - name: teamTemplate-id @@ -53497,7 +52153,7 @@ paths: description: End the open break in a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_endBreak parameters: - name: teamTemplate-id @@ -53558,7 +52214,7 @@ paths: description: Start a break in a specific timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_startBreak parameters: - name: teamTemplate-id @@ -53649,7 +52305,7 @@ paths: description: Clock in to start a timeCard. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta operationId: teamwork.teamTemplate.definition.teamDefinition.schedule.timeCard_clockIn parameters: - name: teamTemplate-id @@ -53701,11 +52357,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: List timeOffReasons + summary: Get timeOffReasons from teamwork 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-1.0 operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeOffReason parameters: - name: teamTemplate-id @@ -53761,11 +52414,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to timeOffReasons for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimeOffReason parameters: - name: teamTemplate-id @@ -53805,11 +52454,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get timeOffReasons from teamwork + description: The set of reasons for a time off in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeOffReason parameters: - name: teamTemplate-id @@ -53859,11 +52505,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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 + summary: Update the navigation property timeOffReasons in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimeOffReason parameters: - name: teamTemplate-id @@ -53910,11 +52552,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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-1.0 + summary: Delete navigation property timeOffReasons for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeOffReason parameters: - name: teamTemplate-id @@ -53987,11 +52625,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get timeOffRequests from teamwork + description: The time off requests in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimeOffRequest parameters: - name: teamTemplate-id @@ -54087,11 +52722,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get timeOffRequests from teamwork + description: The time off requests in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimeOffRequest parameters: - name: teamTemplate-id @@ -54188,11 +52820,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property timeOffRequests for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimeOffRequest parameters: - name: teamTemplate-id @@ -54265,11 +52893,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get timesOff from teamwork + description: The instances of times off in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_ListTimesOff parameters: - name: teamTemplate-id @@ -54325,11 +52950,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to timesOff for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_CreateTimesOff parameters: - name: teamTemplate-id @@ -54369,11 +52990,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get timesOff from teamwork + description: The instances of times off in the schedule. operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_GetTimesOff parameters: - name: teamTemplate-id @@ -54423,11 +53041,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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-1.0 + summary: Update the navigation property timesOff in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_UpdateTimesOff parameters: - name: teamTemplate-id @@ -54474,11 +53088,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property timesOff for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.schedule_DeleteTimesOff parameters: - name: teamTemplate-id @@ -54551,11 +53161,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get tags from teamwork + description: The tags associated with the team. operationId: teamwork.teamTemplate.definition.teamDefinition_ListTag parameters: - name: teamTemplate-id @@ -54621,11 +53228,7 @@ paths: post: tags: - teamwork.teamTemplate - 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-1.0 + summary: Create new navigation property to tags for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_CreateTag parameters: - name: teamTemplate-id @@ -54665,11 +53268,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get tags from teamwork + description: The tags associated with the team. operationId: teamwork.teamTemplate.definition.teamDefinition_GetTag parameters: - name: teamTemplate-id @@ -54729,11 +53329,7 @@ paths: patch: tags: - teamwork.teamTemplate - 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-1.0 + summary: Update the navigation property tags in teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_UpdateTag parameters: - name: teamTemplate-id @@ -54780,11 +53376,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property tags for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition_DeleteTag parameters: - name: teamTemplate-id @@ -54827,11 +53419,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get members from teamwork + description: Users assigned to the tag. operationId: teamwork.teamTemplate.definition.teamDefinition.tag_ListMember parameters: - name: teamTemplate-id @@ -54905,11 +53494,7 @@ paths: post: tags: - teamwork.teamTemplate - 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 + summary: Create new navigation property to members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.tag_CreateMember parameters: - name: teamTemplate-id @@ -54957,11 +53542,8 @@ paths: get: tags: - teamwork.teamTemplate - 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 + summary: Get members from teamwork + description: Users assigned to the tag. operationId: teamwork.teamTemplate.definition.teamDefinition.tag_GetMember parameters: - name: teamTemplate-id @@ -55084,11 +53666,7 @@ paths: delete: tags: - teamwork.teamTemplate - 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 + summary: Delete navigation property members for teamwork operationId: teamwork.teamTemplate.definition.teamDefinition.tag_DeleteMember parameters: - name: teamTemplate-id @@ -55351,11 +53929,8 @@ paths: get: tags: - teamwork.workforceIntegration - 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 + summary: Get workforceIntegrations from teamwork + description: A workforce integration with shifts. operationId: teamwork_ListWorkforceIntegration parameters: - $ref: '#/components/parameters/top' @@ -55405,11 +53980,7 @@ paths: post: tags: - teamwork.workforceIntegration - 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-1.0 + summary: Create new navigation property to workforceIntegrations for teamwork operationId: teamwork_CreateWorkforceIntegration requestBody: description: New navigation property @@ -55432,11 +54003,8 @@ paths: get: tags: - teamwork.workforceIntegration - 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 + summary: Get workforceIntegrations from teamwork + description: A workforce integration with shifts. operationId: teamwork_GetWorkforceIntegration parameters: - name: workforceIntegration-id @@ -55480,11 +54048,7 @@ paths: patch: tags: - teamwork.workforceIntegration - 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 + summary: Update the navigation property workforceIntegrations in teamwork operationId: teamwork_UpdateWorkforceIntegration parameters: - name: workforceIntegration-id @@ -55515,11 +54079,7 @@ paths: delete: tags: - teamwork.workforceIntegration - 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 + summary: Delete navigation property workforceIntegrations for teamwork operationId: teamwork_DeleteWorkforceIntegration parameters: - name: workforceIntegration-id @@ -55560,11 +54120,7 @@ paths: get: tags: - users.chat - 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 + summary: Get chats from users operationId: user_ListChat parameters: - name: user-id @@ -55654,11 +54210,7 @@ paths: get: tags: - users.chat - 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 + summary: Get chats from users operationId: user_GetChat parameters: - name: user-id @@ -55784,11 +54336,8 @@ paths: get: tags: - users.chat - 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-1.0 + summary: Get installedApps from users + description: A collection of all the apps in the chat. Nullable. operationId: user.chat_ListInstalledApp parameters: - name: user-id @@ -55854,11 +54403,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to installedApps for users operationId: user.chat_CreateInstalledApp parameters: - name: user-id @@ -55898,11 +54443,8 @@ paths: get: tags: - users.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-get-installedapps?view=graph-rest-1.0 + summary: Get installedApps from users + description: A collection of all the apps in the chat. Nullable. operationId: user.chat_GetInstalledApp parameters: - name: user-id @@ -56009,11 +54551,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property installedApps for users operationId: user.chat_DeleteInstalledApp parameters: - name: user-id @@ -56337,11 +54875,8 @@ paths: get: tags: - users.chat - 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-list-members?view=graph-rest-1.0 + summary: Get members from users + description: A collection of all the members in the chat. Nullable. operationId: user.chat_ListMember parameters: - name: user-id @@ -56407,11 +54942,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to members for users operationId: user.chat_CreateMember parameters: - name: user-id @@ -56451,11 +54982,8 @@ paths: get: tags: - users.chat - 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 + summary: Get members from users + description: A collection of all the members in the chat. Nullable. operationId: user.chat_GetMember parameters: - name: user-id @@ -56562,11 +55090,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property members for users operationId: user.chat_DeleteMember parameters: - name: user-id @@ -56639,11 +55163,8 @@ paths: get: tags: - users.chat - 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 + summary: Get messages from users + description: A collection of all the messages in the chat. Nullable. operationId: user.chat_ListMessage parameters: - name: user-id @@ -56709,11 +55230,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to messages for users operationId: user.chat_CreateMessage parameters: - name: user-id @@ -56753,11 +55270,8 @@ paths: get: tags: - users.chat - 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 + summary: Get messages from users + description: A collection of all the messages in the chat. Nullable. operationId: user.chat_GetMessage parameters: - name: user-id @@ -56907,11 +55421,8 @@ paths: get: tags: - users.chat - 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-1.0 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message_ListHostedContent parameters: - name: user-id @@ -57033,11 +55544,8 @@ paths: get: tags: - users.chat - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message_GetHostedContent parameters: - name: user-id @@ -57212,9 +55720,6 @@ paths: tags: - users.chat summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.chat.message_GetHostedContentsContent parameters: - name: user-id @@ -57354,11 +55859,8 @@ paths: get: tags: - users.chat - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.chat.message_ListReply parameters: - name: user-id @@ -57432,11 +55934,7 @@ paths: post: tags: - users.chat - summary: Send replies to a message in a channel - description: Send a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0 + summary: Create new navigation property to replies for users operationId: user.chat.message_CreateReply parameters: - name: user-id @@ -57484,11 +55982,8 @@ paths: get: tags: - users.chat - 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 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.chat.message_GetReply parameters: - name: user-id @@ -57662,11 +56157,8 @@ paths: get: tags: - users.chat - 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-1.0 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message.reply_ListHostedContent parameters: - name: user-id @@ -57804,11 +56296,8 @@ paths: get: tags: - users.chat - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message.reply_GetHostedContent parameters: - name: user-id @@ -58007,9 +56496,6 @@ paths: tags: - users.chat summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.chat.message.reply_GetHostedContentsContent parameters: - name: user-id @@ -58241,11 +56727,8 @@ paths: get: tags: - users.chat - 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-1.0 + summary: Get operations from users + description: A collection of all the Teams async operations that ran or are running on the chat. Nullable. operationId: user.chat_ListOperation parameters: - name: user-id @@ -58351,11 +56834,8 @@ paths: get: tags: - users.chat - 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-1.0 + summary: Get operations from users + description: A collection of all the Teams async operations that ran or are running on the chat. Nullable. operationId: user.chat_GetOperation parameters: - name: user-id @@ -58535,11 +57015,8 @@ paths: get: tags: - users.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 + summary: Get permissionGrants from users + description: A collection of permissions granted to apps for the chat. operationId: user.chat_ListPermissionGrant parameters: - name: user-id @@ -58826,11 +57303,8 @@ paths: get: tags: - users.chat - 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 + summary: Get pinnedMessages from users + description: A collection of all the pinned messages in the chat. Nullable. operationId: user.chat_ListPinnedMessage parameters: - name: user-id @@ -58896,11 +57370,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to pinnedMessages for users operationId: user.chat_CreatePinnedMessage parameters: - name: user-id @@ -59048,11 +57518,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property pinnedMessages for users operationId: user.chat_DeletePinnedMessage parameters: - name: user-id @@ -59187,11 +57653,8 @@ paths: get: tags: - users.chat - 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 + summary: Get tabs from users + description: A collection of all the tabs in the chat. Nullable. operationId: user.chat_ListTab parameters: - name: user-id @@ -59257,11 +57720,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to tabs for users operationId: user.chat_CreateTab parameters: - name: user-id @@ -59301,11 +57760,8 @@ paths: get: tags: - users.chat - 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 + summary: Get tabs from users + description: A collection of all the tabs in the chat. Nullable. operationId: user.chat_GetTab parameters: - name: user-id @@ -59365,11 +57821,7 @@ paths: patch: tags: - users.chat - 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-1.0 + summary: Update the navigation property tabs in users operationId: user.chat_UpdateTab parameters: - name: user-id @@ -59416,11 +57868,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property tabs for users operationId: user.chat_DeleteTab parameters: - name: user-id @@ -59577,11 +58025,8 @@ paths: get: tags: - users.team - summary: List joinedTeams - description: Get the teams in Microsoft Teams that the user is a direct member of. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0 + summary: Get joinedTeams from users + description: The Microsoft Teams teams the user is a member of. Read-only. Nullable. operationId: user_ListJoinedTeam parameters: - name: user-id @@ -59716,11 +58161,8 @@ paths: get: tags: - users.userTeamwork - 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 + summary: Get teamwork from users + description: A container for Microsoft Teams features available for the user. Read-only. Nullable. operationId: user_GetTeamwork parameters: - name: user-id @@ -59822,11 +58264,8 @@ paths: get: tags: - users.userTeamwork - summary: List associatedTeamInfo - description: "Get the list of teams in Microsoft Teams that a user is associated with.\nCurrently, a user can be associated with a team in two different ways:\n* A user can be a direct member of a team.\n* A user can be a member of a shared channel that is hosted inside a team." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0 + summary: Get associatedTeams from users + description: The list of associatedTeamInfo objects that a user is associated with. operationId: user.teamwork_ListAssociatedTeam parameters: - name: user-id @@ -60118,11 +58557,8 @@ paths: get: tags: - users.userTeamwork - 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 + summary: Get installedApps from users + description: The apps installed in the personal scope of this user. operationId: user.teamwork_ListInstalledApp parameters: - name: user-id @@ -60180,11 +58616,7 @@ paths: post: tags: - users.userTeamwork - 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 + summary: Create new navigation property to installedApps for users operationId: user.teamwork_CreateInstalledApp parameters: - name: user-id @@ -60216,11 +58648,8 @@ paths: get: tags: - users.userTeamwork - 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 + summary: Get installedApps from users + description: The apps installed in the personal scope of this user. operationId: user.teamwork_GetInstalledApp parameters: - name: user-id @@ -60311,11 +58740,7 @@ paths: delete: tags: - users.userTeamwork - 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 + summary: Delete navigation property installedApps for users operationId: user.teamwork_DeleteInstalledApp parameters: - name: user-id @@ -60350,11 +58775,8 @@ paths: get: tags: - users.userTeamwork - 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 + summary: Get chat from users + description: The chat between the user and Teams app. operationId: user.teamwork.installedApp_GetChat parameters: - name: user-id @@ -61425,13 +59847,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -62357,6 +60779,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -63822,11 +62250,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -64821,7 +63249,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -65514,7 +63942,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -67180,7 +65608,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -67470,6 +65898,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -67553,6 +66028,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -68550,6 +67031,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -68560,7 +67042,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -70335,11 +68817,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -70355,13 +68837,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -70371,7 +68853,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -71710,7 +70192,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -73612,6 +72094,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -76249,7 +74775,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -76258,19 +74784,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -76278,19 +74804,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -76298,12 +74824,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -76320,13 +74846,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -78702,6 +77228,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.recycleBinItem: allOf: @@ -86461,6 +84989,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 048bfdac90..bbe1d37089 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -72,7 +72,7 @@ paths: description: Initiate a reset for the password associated with a password authentication method object. This can only be done by an administrator with appropriate permissions and can't be performed on a user's own account. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and will return a Location header with a link where the caller can periodically check for the status of the reset operation. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta operationId: user.authentication.method_resetPassword parameters: - name: user-id @@ -122,7 +122,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.attachment_createUploadSession parameters: - name: user-id @@ -171,7 +171,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -228,7 +228,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -293,7 +293,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -359,7 +359,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -421,7 +421,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -489,7 +489,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -538,7 +538,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -604,7 +604,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -665,7 +665,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -733,7 +733,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_accept parameters: - name: user-id @@ -791,7 +791,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_cancel parameters: - name: user-id @@ -845,7 +845,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_decline parameters: - name: user-id @@ -905,7 +905,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -946,7 +946,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_forward parameters: - name: user-id @@ -1004,7 +1004,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -1057,7 +1057,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -1117,7 +1117,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: user-id @@ -1174,7 +1174,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -1239,7 +1239,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -1305,7 +1305,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -1367,7 +1367,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -1435,7 +1435,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -1484,7 +1484,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -1550,7 +1550,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -1611,7 +1611,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -1679,7 +1679,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.instance_accept parameters: - name: user-id @@ -1737,7 +1737,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.instance_cancel parameters: - name: user-id @@ -1791,7 +1791,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.instance_decline parameters: - name: user-id @@ -1851,7 +1851,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance_dismissReminder parameters: - name: user-id @@ -1892,7 +1892,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.instance_forward parameters: - name: user-id @@ -1950,7 +1950,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id @@ -2003,7 +2003,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id @@ -2063,7 +2063,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView_accept parameters: - name: user-id @@ -2113,7 +2113,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView_cancel parameters: - name: user-id @@ -2159,7 +2159,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView_decline parameters: - name: user-id @@ -2211,7 +2211,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView_dismissReminder parameters: - name: user-id @@ -2244,7 +2244,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView_forward parameters: - name: user-id @@ -2294,7 +2294,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView_snoozeReminder parameters: - name: user-id @@ -2339,7 +2339,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView_tentativelyAccept parameters: - name: user-id @@ -2391,7 +2391,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.attachment_createUploadSession parameters: - name: user-id @@ -2440,7 +2440,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -2497,7 +2497,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -2562,7 +2562,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -2628,7 +2628,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -2690,7 +2690,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -2758,7 +2758,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -2807,7 +2807,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -2873,7 +2873,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -2934,7 +2934,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -3002,7 +3002,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_accept parameters: - name: user-id @@ -3060,7 +3060,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_cancel parameters: - name: user-id @@ -3114,7 +3114,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_decline parameters: - name: user-id @@ -3174,7 +3174,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -3215,7 +3215,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_forward parameters: - name: user-id @@ -3273,7 +3273,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -3326,7 +3326,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -3386,7 +3386,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.instance.attachment_createUploadSession parameters: - name: user-id @@ -3443,7 +3443,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -3508,7 +3508,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -3574,7 +3574,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -3636,7 +3636,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -3704,7 +3704,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -3753,7 +3753,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -3819,7 +3819,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -3880,7 +3880,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -3948,7 +3948,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.instance_accept parameters: - name: user-id @@ -4006,7 +4006,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.instance_cancel parameters: - name: user-id @@ -4060,7 +4060,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.instance_decline parameters: - name: user-id @@ -4120,7 +4120,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.instance_dismissReminder parameters: - name: user-id @@ -4161,7 +4161,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.instance_forward parameters: - name: user-id @@ -4219,7 +4219,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.instance_snoozeReminder parameters: - name: user-id @@ -4272,7 +4272,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.instance_tentativelyAccept parameters: - name: user-id @@ -4332,7 +4332,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event_accept parameters: - name: user-id @@ -4382,7 +4382,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event_cancel parameters: - name: user-id @@ -4428,7 +4428,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event_decline parameters: - name: user-id @@ -4480,7 +4480,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event_dismissReminder parameters: - name: user-id @@ -4513,7 +4513,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event_forward parameters: - name: user-id @@ -4563,7 +4563,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event_snoozeReminder parameters: - name: user-id @@ -4608,7 +4608,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event_tentativelyAccept parameters: - name: user-id @@ -4660,7 +4660,7 @@ paths: description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta operationId: user.calendar_getSchedule parameters: - name: user-id @@ -4727,7 +4727,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.attachment_createUploadSession parameters: - name: user-id @@ -4792,7 +4792,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -4865,7 +4865,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -4946,7 +4946,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -5028,7 +5028,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -5106,7 +5106,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -5190,7 +5190,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -5255,7 +5255,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -5337,7 +5337,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -5414,7 +5414,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -5498,7 +5498,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_accept parameters: - name: user-id @@ -5572,7 +5572,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_cancel parameters: - name: user-id @@ -5642,7 +5642,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_decline parameters: - name: user-id @@ -5718,7 +5718,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -5775,7 +5775,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_forward parameters: - name: user-id @@ -5849,7 +5849,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -5918,7 +5918,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -5994,7 +5994,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: user-id @@ -6067,7 +6067,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -6148,7 +6148,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -6230,7 +6230,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -6308,7 +6308,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -6392,7 +6392,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -6457,7 +6457,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -6539,7 +6539,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -6616,7 +6616,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -6700,7 +6700,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_accept parameters: - name: user-id @@ -6774,7 +6774,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_cancel parameters: - name: user-id @@ -6844,7 +6844,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_decline parameters: - name: user-id @@ -6920,7 +6920,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_dismissReminder parameters: - name: user-id @@ -6977,7 +6977,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_forward parameters: - name: user-id @@ -7051,7 +7051,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id @@ -7120,7 +7120,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id @@ -7196,7 +7196,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_accept parameters: - name: user-id @@ -7262,7 +7262,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_cancel parameters: - name: user-id @@ -7324,7 +7324,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_decline parameters: - name: user-id @@ -7392,7 +7392,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_dismissReminder parameters: - name: user-id @@ -7441,7 +7441,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_forward parameters: - name: user-id @@ -7507,7 +7507,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_snoozeReminder parameters: - name: user-id @@ -7568,7 +7568,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_tentativelyAccept parameters: - name: user-id @@ -7636,7 +7636,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.attachment_createUploadSession parameters: - name: user-id @@ -7701,7 +7701,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -7774,7 +7774,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -7855,7 +7855,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -7937,7 +7937,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -8015,7 +8015,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -8099,7 +8099,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -8164,7 +8164,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -8246,7 +8246,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -8323,7 +8323,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -8407,7 +8407,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_accept parameters: - name: user-id @@ -8481,7 +8481,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_cancel parameters: - name: user-id @@ -8551,7 +8551,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_decline parameters: - name: user-id @@ -8627,7 +8627,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -8684,7 +8684,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_forward parameters: - name: user-id @@ -8758,7 +8758,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -8827,7 +8827,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -8903,7 +8903,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.attachment_createUploadSession parameters: - name: user-id @@ -8976,7 +8976,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -9057,7 +9057,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -9139,7 +9139,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -9217,7 +9217,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -9301,7 +9301,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -9366,7 +9366,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -9448,7 +9448,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -9525,7 +9525,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -9609,7 +9609,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_accept parameters: - name: user-id @@ -9683,7 +9683,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_cancel parameters: - name: user-id @@ -9753,7 +9753,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_decline parameters: - name: user-id @@ -9829,7 +9829,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_dismissReminder parameters: - name: user-id @@ -9886,7 +9886,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_forward parameters: - name: user-id @@ -9960,7 +9960,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_snoozeReminder parameters: - name: user-id @@ -10029,7 +10029,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_tentativelyAccept parameters: - name: user-id @@ -10105,7 +10105,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_accept parameters: - name: user-id @@ -10171,7 +10171,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_cancel parameters: - name: user-id @@ -10233,7 +10233,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_decline parameters: - name: user-id @@ -10301,7 +10301,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_dismissReminder parameters: - name: user-id @@ -10350,7 +10350,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_forward parameters: - name: user-id @@ -10416,7 +10416,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_snoozeReminder parameters: - name: user-id @@ -10477,7 +10477,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_tentativelyAccept parameters: - name: user-id @@ -10545,7 +10545,7 @@ paths: description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta operationId: user.calendarGroup.calendar_getSchedule parameters: - name: user-id @@ -10628,7 +10628,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.attachment_createUploadSession parameters: - name: user-id @@ -10685,7 +10685,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -10750,7 +10750,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -10823,7 +10823,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -10897,7 +10897,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -10967,7 +10967,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -11043,7 +11043,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -11100,7 +11100,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -11174,7 +11174,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -11243,7 +11243,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -11319,7 +11319,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_accept parameters: - name: user-id @@ -11385,7 +11385,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_cancel parameters: - name: user-id @@ -11447,7 +11447,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_decline parameters: - name: user-id @@ -11515,7 +11515,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -11564,7 +11564,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_forward parameters: - name: user-id @@ -11630,7 +11630,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -11691,7 +11691,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -11759,7 +11759,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: user-id @@ -11824,7 +11824,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -11897,7 +11897,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -11971,7 +11971,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -12041,7 +12041,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -12117,7 +12117,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -12174,7 +12174,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -12248,7 +12248,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -12317,7 +12317,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -12393,7 +12393,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView.instance_accept parameters: - name: user-id @@ -12459,7 +12459,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView.instance_cancel parameters: - name: user-id @@ -12521,7 +12521,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView.instance_decline parameters: - name: user-id @@ -12589,7 +12589,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance_dismissReminder parameters: - name: user-id @@ -12638,7 +12638,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView.instance_forward parameters: - name: user-id @@ -12704,7 +12704,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id @@ -12765,7 +12765,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id @@ -12833,7 +12833,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.calendarView_accept parameters: - name: user-id @@ -12891,7 +12891,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.calendarView_cancel parameters: - name: user-id @@ -12945,7 +12945,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.calendarView_decline parameters: - name: user-id @@ -13005,7 +13005,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.calendarView_dismissReminder parameters: - name: user-id @@ -13046,7 +13046,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.calendarView_forward parameters: - name: user-id @@ -13104,7 +13104,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.calendarView_snoozeReminder parameters: - name: user-id @@ -13157,7 +13157,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.calendarView_tentativelyAccept parameters: - name: user-id @@ -13217,7 +13217,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.attachment_createUploadSession parameters: - name: user-id @@ -13274,7 +13274,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -13339,7 +13339,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -13412,7 +13412,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -13486,7 +13486,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -13556,7 +13556,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -13632,7 +13632,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -13689,7 +13689,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -13763,7 +13763,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -13832,7 +13832,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -13908,7 +13908,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_accept parameters: - name: user-id @@ -13974,7 +13974,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_cancel parameters: - name: user-id @@ -14036,7 +14036,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_decline parameters: - name: user-id @@ -14104,7 +14104,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -14153,7 +14153,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_forward parameters: - name: user-id @@ -14219,7 +14219,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -14280,7 +14280,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -14348,7 +14348,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.instance.attachment_createUploadSession parameters: - name: user-id @@ -14413,7 +14413,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -14486,7 +14486,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -14560,7 +14560,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -14630,7 +14630,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -14706,7 +14706,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -14763,7 +14763,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -14837,7 +14837,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -14906,7 +14906,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -14982,7 +14982,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event.instance_accept parameters: - name: user-id @@ -15048,7 +15048,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event.instance_cancel parameters: - name: user-id @@ -15110,7 +15110,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event.instance_decline parameters: - name: user-id @@ -15178,7 +15178,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event.instance_dismissReminder parameters: - name: user-id @@ -15227,7 +15227,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event.instance_forward parameters: - name: user-id @@ -15293,7 +15293,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event.instance_snoozeReminder parameters: - name: user-id @@ -15354,7 +15354,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event.instance_tentativelyAccept parameters: - name: user-id @@ -15422,7 +15422,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendar.event_accept parameters: - name: user-id @@ -15480,7 +15480,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendar.event_cancel parameters: - name: user-id @@ -15534,7 +15534,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendar.event_decline parameters: - name: user-id @@ -15594,7 +15594,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendar.event_dismissReminder parameters: - name: user-id @@ -15635,7 +15635,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendar.event_forward parameters: - name: user-id @@ -15693,7 +15693,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendar.event_snoozeReminder parameters: - name: user-id @@ -15746,7 +15746,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendar.event_tentativelyAccept parameters: - name: user-id @@ -15806,7 +15806,7 @@ paths: description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta operationId: user.calendar_getSchedule parameters: - name: user-id @@ -15881,7 +15881,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarView.attachment_createUploadSession parameters: - name: user-id @@ -15930,7 +15930,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -15987,7 +15987,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -16052,7 +16052,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -16118,7 +16118,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -16180,7 +16180,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -16248,7 +16248,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -16297,7 +16297,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -16363,7 +16363,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -16424,7 +16424,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -16492,7 +16492,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_accept parameters: - name: user-id @@ -16550,7 +16550,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_cancel parameters: - name: user-id @@ -16604,7 +16604,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_decline parameters: - name: user-id @@ -16664,7 +16664,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -16705,7 +16705,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_forward parameters: - name: user-id @@ -16763,7 +16763,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -16816,7 +16816,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -16876,7 +16876,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarView.instance.attachment_createUploadSession parameters: - name: user-id @@ -16933,7 +16933,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -16998,7 +16998,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -17064,7 +17064,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -17126,7 +17126,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -17194,7 +17194,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -17243,7 +17243,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -17309,7 +17309,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -17370,7 +17370,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -17438,7 +17438,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarView.instance_accept parameters: - name: user-id @@ -17496,7 +17496,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarView.instance_cancel parameters: - name: user-id @@ -17550,7 +17550,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarView.instance_decline parameters: - name: user-id @@ -17610,7 +17610,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarView.instance_dismissReminder parameters: - name: user-id @@ -17651,7 +17651,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarView.instance_forward parameters: - name: user-id @@ -17709,7 +17709,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarView.instance_snoozeReminder parameters: - name: user-id @@ -17762,7 +17762,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarView.instance_tentativelyAccept parameters: - name: user-id @@ -17822,7 +17822,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.calendarView_accept parameters: - name: user-id @@ -17872,7 +17872,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.calendarView_cancel parameters: - name: user-id @@ -17918,7 +17918,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.calendarView_decline parameters: - name: user-id @@ -17970,7 +17970,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.calendarView_dismissReminder parameters: - name: user-id @@ -18003,7 +18003,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.calendarView_forward parameters: - name: user-id @@ -18053,7 +18053,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.calendarView_snoozeReminder parameters: - name: user-id @@ -18098,7 +18098,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.calendarView_tentativelyAccept parameters: - name: user-id @@ -18150,7 +18150,7 @@ paths: 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-1.0 + url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta operationId: user.chat.installedApp_upgrade parameters: - name: user-id @@ -18203,7 +18203,7 @@ paths: description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta operationId: user.chat.member_add parameters: - name: user-id @@ -18317,7 +18317,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: user.chat.message_softDelete parameters: - name: user-id @@ -18358,7 +18358,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: user.chat.message_undoSoftDelete parameters: - name: user-id @@ -18507,7 +18507,7 @@ paths: description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta operationId: user.chat.message.reply_softDelete parameters: - name: user-id @@ -18556,7 +18556,7 @@ paths: description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta operationId: user.chat.message.reply_undoSoftDelete parameters: - name: user-id @@ -18663,7 +18663,7 @@ paths: description: Hide a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta operationId: user.chat_hideGraphFPreUser parameters: - name: user-id @@ -18711,7 +18711,7 @@ paths: description: Mark a chat as read for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta operationId: user.chat_markChatReadGraphFPreUser parameters: - name: user-id @@ -18759,7 +18759,7 @@ paths: description: Mark a chat as unread for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta operationId: user.chat_markChatUnreadGraphFPreUser parameters: - name: user-id @@ -18812,7 +18812,7 @@ paths: description: Remove access to a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta operationId: user.chat_removeAllAccessGraphFPreUser parameters: - name: user-id @@ -18857,7 +18857,7 @@ paths: description: 'Send an activity feed notification in the scope of a chat. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta operationId: user.chat_sendActivityNotification parameters: - name: user-id @@ -18920,7 +18920,7 @@ paths: description: Unhide a chat for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta operationId: user.chat_unhideGraphFPreUser parameters: - name: user-id @@ -18968,7 +18968,7 @@ paths: description: Change the account type of the user on a specific Cloud PC. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta operationId: user.cloudPC_changeUserAccountType parameters: - name: user-id @@ -19042,7 +19042,7 @@ paths: description: End the grace period for a specific Cloud PC. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. It allows users to access Cloud PCs for up to seven days before deprovisioning occurs. Ending the grace period immediately deprovisions the Cloud PC without waiting the seven days. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta operationId: user.cloudPC_endGracePeriod parameters: - name: user-id @@ -19075,7 +19075,7 @@ paths: description: 'Power off a Windows 365 Frontline Cloud PC. This action supports Microsoft Endpoint Manager (MEM) admin scenarios. After a Windows 365 Frontline Cloud PC is powered off, it''s deallocated, and licenses are revoked immediately. Only IT admin users can perform this action. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta operationId: user.cloudPC_powerOff parameters: - name: user-id @@ -19108,7 +19108,7 @@ paths: description: 'Power on a Windows 365 Frontline Cloud PC. This action supports Microsoft Endpoint Manager (MEM) admin scenarios. After a Windows 365 Frontline Cloud PC is powered on, it is allocated to a user, and licenses are assigned immediately. Only IT admin users can perform this action. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta operationId: user.cloudPC_powerOn parameters: - name: user-id @@ -19141,7 +19141,7 @@ paths: description: Reboot a specific Cloud PC. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta operationId: user.cloudPC_reboot parameters: - name: user-id @@ -19174,7 +19174,7 @@ paths: description: Rename a specific Cloud PC. Use this API to update the displayName for the Cloud PC entity. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta operationId: user.cloudPC_rename parameters: - name: user-id @@ -19220,7 +19220,7 @@ paths: description: Reprovision a specific Cloud PC. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta operationId: user.cloudPC_reprovision parameters: - name: user-id @@ -19309,7 +19309,7 @@ paths: description: Restore a specific Cloud PC. Use this API to trigger a remote action that restores a Cloud PC device to a previous state. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta operationId: user.cloudPC_restore parameters: - name: user-id @@ -19355,7 +19355,7 @@ paths: description: Retry installation for the partner agents that failed to install on the Cloud PC. Service side checks which agent installation failed firstly and retry. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta operationId: user.cloudPC_retryPartnerAgentInstallation parameters: - name: user-id @@ -19388,7 +19388,7 @@ paths: description: 'Start a specific Cloud PC for a user. Currently, only Windows 365 Frontline Cloud PCs are supported.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-start?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-start?view=graph-rest-beta operationId: user.cloudPC_start parameters: - name: user-id @@ -19421,7 +19421,7 @@ paths: description: 'Stop a specific Cloud PC for a user. Currently, only Windows 365 Frontline Cloud PCs are supported.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-stop?view=graph-rest-beta operationId: user.cloudPC_stop parameters: - name: user-id @@ -19454,7 +19454,7 @@ paths: description: Troubleshoot a specific Cloud PC. Use this API to check the health status of the Cloud PC and the session host. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta operationId: user.cloudPC_troubleshoot parameters: - name: user-id @@ -19487,7 +19487,7 @@ paths: description: 'Perform a bulk resize action to resize a group of cloudPCs that have successfully passed validation. If any devices can''t be resized, those devices indicate ''resize failed''. The remaining devices are provisioned for the resize process.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta operationId: user.cloudPC_bulkResize parameters: - name: user-id @@ -19553,7 +19553,7 @@ paths: description: Validate that a set of cloudPC devices meet the requirements to be bulk resized. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta operationId: user.cloudPC_validateBulkResize parameters: - name: user-id @@ -19788,7 +19788,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: user.drive.item.listItem.documentSetVersion_restore parameters: - name: user-id @@ -19837,7 +19837,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: user.drive.item.listItem_createLink parameters: - name: user-id @@ -20021,7 +20021,7 @@ paths: description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta operationId: user.drive.item_checkin parameters: - name: user-id @@ -20078,7 +20078,7 @@ paths: description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta operationId: user.drive.item_checkout parameters: - name: user-id @@ -20116,10 +20116,10 @@ paths: tags: - users.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta operationId: user.drive.item_copy parameters: - name: user-id @@ -20179,7 +20179,7 @@ paths: description: "Create a link to share a driveItem driveItem.\nThe createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta operationId: user.drive.item_createLink parameters: - name: user-id @@ -20357,7 +20357,7 @@ paths: description: Follow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta operationId: user.drive.item_follow parameters: - name: user-id @@ -20402,7 +20402,7 @@ paths: description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta operationId: user.drive.item_invite parameters: - name: user-id @@ -20607,7 +20607,7 @@ paths: description: Restore a driveItem that has been deleted and is currently in the recycle bin. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta operationId: user.drive.item_restore parameters: - name: user-id @@ -20667,7 +20667,7 @@ paths: description: Unfollow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta operationId: user.drive.item_unfollow parameters: - name: user-id @@ -20757,10 +20757,10 @@ paths: tags: - users.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: user.drive.item.permission_grant parameters: - name: user-id @@ -20843,10 +20843,10 @@ paths: tags: - users.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: user.drive.item.permission_revokeGrant parameters: - name: user-id @@ -20913,7 +20913,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: user.drive.item.subscription_reauthorize parameters: - name: user-id @@ -20962,7 +20962,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta operationId: user.drive.item.version_restoreVersion parameters: - name: user-id @@ -21010,7 +21010,7 @@ paths: summary: Invoke action associateWithHubSites externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta operationId: user.drive.list.contentType_associateGraphWPreHubSite parameters: - name: user-id @@ -21068,7 +21068,7 @@ paths: summary: Invoke action copyToDefaultContentLocation externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta operationId: user.drive.list.contentType_copyToDefaultContentLocation parameters: - name: user-id @@ -21123,7 +21123,7 @@ paths: summary: Invoke action publish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta operationId: user.drive.list.contentType_publish parameters: - name: user-id @@ -21163,7 +21163,7 @@ paths: summary: Invoke action unpublish externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta operationId: user.drive.list.contentType_unpublish parameters: - name: user-id @@ -21203,7 +21203,7 @@ paths: summary: Invoke action addCopy externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta operationId: user.drive.list.contentType_addCopy parameters: - name: user-id @@ -21252,7 +21252,7 @@ paths: description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta operationId: user.drive.list.contentType_addCopyFromContentTypeHub parameters: - name: user-id @@ -21301,7 +21301,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: user.drive.list.item.documentSetVersion_restore parameters: - name: user-id @@ -21350,7 +21350,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: user.drive.list.item_createLink parameters: - name: user-id @@ -21479,7 +21479,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: user.drive.list.subscription_reauthorize parameters: - name: user-id @@ -21520,7 +21520,7 @@ paths: description: Restore a document set version. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta operationId: user.drive.root.listItem.documentSetVersion_restore parameters: - name: user-id @@ -21561,7 +21561,7 @@ paths: description: "Create a sharing link for a listItem. The createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, this action returns the existing sharing link. listItem resources inherit sharing permissions from the list the item resides in." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta operationId: user.drive.root.listItem_createLink parameters: - name: user-id @@ -21721,7 +21721,7 @@ paths: description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta operationId: user.drive.root_checkin parameters: - name: user-id @@ -21770,7 +21770,7 @@ paths: description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta operationId: user.drive.root_checkout parameters: - name: user-id @@ -21800,10 +21800,10 @@ paths: tags: - users.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta operationId: user.drive.root_copy parameters: - name: user-id @@ -21855,7 +21855,7 @@ paths: description: "Create a link to share a driveItem driveItem.\nThe createLink action creates a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link is returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta operationId: user.drive.root_createLink parameters: - name: user-id @@ -22009,7 +22009,7 @@ paths: description: Follow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta operationId: user.drive.root_follow parameters: - name: user-id @@ -22046,7 +22046,7 @@ paths: description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends an email to the recipients to notify them the item was shared." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta operationId: user.drive.root_invite parameters: - name: user-id @@ -22227,7 +22227,7 @@ paths: description: Restore a driveItem that has been deleted and is currently in the recycle bin. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta operationId: user.drive.root_restore parameters: - name: user-id @@ -22279,7 +22279,7 @@ paths: description: Unfollow a driveItem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta operationId: user.drive.root_unfollow parameters: - name: user-id @@ -22353,10 +22353,10 @@ paths: tags: - users.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta operationId: user.drive.root.permission_grant parameters: - name: user-id @@ -22431,10 +22431,10 @@ paths: tags: - users.Actions summary: Invoke action revokeGrants - description: 'Revoke access to a [listItem][] or [driveItem][] granted via a sharing link by removing the specified [recipient][] from the link.' + description: Revoke access to a listItem or driveItem granted via a sharing link by removing the specified recipient from the link. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta operationId: user.drive.root.permission_revokeGrant parameters: - name: user-id @@ -22493,7 +22493,7 @@ paths: description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta operationId: user.drive.root.subscription_reauthorize parameters: - name: user-id @@ -22534,7 +22534,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta operationId: user.drive.root.version_restoreVersion parameters: - name: user-id @@ -22575,7 +22575,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.event.attachment_createUploadSession parameters: - name: user-id @@ -22624,7 +22624,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -22681,7 +22681,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id @@ -22746,7 +22746,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_accept parameters: - name: user-id @@ -22812,7 +22812,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_cancel parameters: - name: user-id @@ -22874,7 +22874,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_decline parameters: - name: user-id @@ -22942,7 +22942,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id @@ -22991,7 +22991,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_forward parameters: - name: user-id @@ -23057,7 +23057,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id @@ -23118,7 +23118,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id @@ -23186,7 +23186,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.event.exceptionOccurrence_accept parameters: - name: user-id @@ -23244,7 +23244,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.event.exceptionOccurrence_cancel parameters: - name: user-id @@ -23298,7 +23298,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.event.exceptionOccurrence_decline parameters: - name: user-id @@ -23358,7 +23358,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.event.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -23399,7 +23399,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.event.exceptionOccurrence_forward parameters: - name: user-id @@ -23457,7 +23457,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.event.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -23510,7 +23510,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -23570,7 +23570,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.event.instance.attachment_createUploadSession parameters: - name: user-id @@ -23627,7 +23627,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id @@ -23692,7 +23692,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_accept parameters: - name: user-id @@ -23758,7 +23758,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_cancel parameters: - name: user-id @@ -23820,7 +23820,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_decline parameters: - name: user-id @@ -23888,7 +23888,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id @@ -23937,7 +23937,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_forward parameters: - name: user-id @@ -24003,7 +24003,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id @@ -24064,7 +24064,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id @@ -24132,7 +24132,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.event.instance_accept parameters: - name: user-id @@ -24190,7 +24190,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.event.instance_cancel parameters: - name: user-id @@ -24244,7 +24244,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.event.instance_decline parameters: - name: user-id @@ -24304,7 +24304,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.event.instance_dismissReminder parameters: - name: user-id @@ -24345,7 +24345,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.event.instance_forward parameters: - name: user-id @@ -24403,7 +24403,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.event.instance_snoozeReminder parameters: - name: user-id @@ -24456,7 +24456,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.event.instance_tentativelyAccept parameters: - name: user-id @@ -24516,7 +24516,7 @@ paths: description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta operationId: user.event_accept parameters: - name: user-id @@ -24566,7 +24566,7 @@ paths: description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta operationId: user.event_cancel parameters: - name: user-id @@ -24612,7 +24612,7 @@ paths: description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta operationId: user.event_decline parameters: - name: user-id @@ -24664,7 +24664,7 @@ paths: description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta operationId: user.event_dismissReminder parameters: - name: user-id @@ -24697,7 +24697,7 @@ paths: description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta operationId: user.event_forward parameters: - name: user-id @@ -24747,7 +24747,7 @@ paths: description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta operationId: user.event_snoozeReminder parameters: - name: user-id @@ -24792,7 +24792,7 @@ paths: description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta operationId: user.event_tentativelyAccept parameters: - name: user-id @@ -24844,7 +24844,7 @@ paths: description: Follow a user's site or multiple sites. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta operationId: user.followedSite_add parameters: - name: user-id @@ -24901,7 +24901,7 @@ paths: description: Unfollow a user's site or multiple sites. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta operationId: user.followedSite_remove parameters: - name: user-id @@ -25188,7 +25188,7 @@ paths: description: 'Compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key/value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta operationId: user.informationProtection.policy.label_evaluateApplication parameters: - name: user-id @@ -25250,7 +25250,7 @@ paths: description: 'Using classification results, compute the information protection label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide contentInfo, which includes existing content metadata key/value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta operationId: user.informationProtection.policy.label_evaluateClassificationResult parameters: - name: user-id @@ -25314,7 +25314,7 @@ paths: description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key/value pairs, the API returns an informationProtectionAction that contains some combination of one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta operationId: user.informationProtection.policy.label_evaluateRemoval parameters: - name: user-id @@ -25376,7 +25376,7 @@ paths: description: 'Using the metadata that exists on an already-labeled piece of information, resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta operationId: user.informationProtection.policy.label_extractLabel parameters: - name: user-id @@ -25512,7 +25512,7 @@ paths: summary: Invoke action evaluateDynamicMembership externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta operationId: user.joinedGroup_evaluateDynamicMembership parameters: - name: user-id @@ -25557,7 +25557,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.mailFolder.childFolder.message.attachment_createUploadSession parameters: - name: user-id @@ -25622,7 +25622,7 @@ paths: description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_copy parameters: - name: user-id @@ -25687,7 +25687,7 @@ paths: description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_createForward parameters: - name: user-id @@ -25759,7 +25759,7 @@ paths: description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_createReply parameters: - name: user-id @@ -25827,7 +25827,7 @@ paths: description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft message later. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_createReplyAll parameters: - name: user-id @@ -25895,7 +25895,7 @@ paths: description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_forward parameters: - name: user-id @@ -25963,7 +25963,7 @@ paths: description: 'Mark a message as junk. This API adds the sender to the list of blocked senders and moves the message to the Junk Email folder, when moveToJunk is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_markAsJunk parameters: - name: user-id @@ -26029,7 +26029,7 @@ paths: description: 'Mark a message as not junk. This API removes the sender from the list of blocked senders and moves the message to the Inbox folder, when moveToInbox is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_markAsNotJunk parameters: - name: user-id @@ -26095,7 +26095,7 @@ paths: description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_move parameters: - name: user-id @@ -26160,7 +26160,7 @@ paths: description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_reply parameters: - name: user-id @@ -26224,7 +26224,7 @@ paths: description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_replyAll parameters: - name: user-id @@ -26288,7 +26288,7 @@ paths: description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_send parameters: - name: user-id @@ -26337,7 +26337,7 @@ paths: description: 'Submits an email request on behalf of the signed-in user to unsubscribe from an email distribution list. Uses the information in the List-Unsubscribe header. Message senders can use mailing lists in a user-friendly way by including an option for recipients to opt out. They can do so by specifying the List-Unsubscribe header in each message following RFC-2369. Note In particular, for the unsubscribe action to work, the sender must specify mailto: and not URL-based unsubscribe information. Setting that header would also set the unsubscribeEnabled property of the message instance to true, and the unsubscribeData property to the header data. If the unsubscribeEnabled property of a message is true, you can use the unsubscribe action to unsubscribe the user from similar future messages as managed by the message sender. A successful unsubscribe action moves the message to the Deleted Items folder. The actual exclusion of the user from future mail distribution is managed by the sender.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_unsubscribe parameters: - name: user-id @@ -26386,7 +26386,7 @@ paths: description: Copy a mail folder and its contents to another mail folder. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta operationId: user.mailFolder.childFolder_copy parameters: - name: user-id @@ -26443,7 +26443,7 @@ paths: description: Move a mail folder and its contents to another mail folder. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta operationId: user.mailFolder.childFolder_move parameters: - name: user-id @@ -26500,7 +26500,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.mailFolder.message.attachment_createUploadSession parameters: - name: user-id @@ -26557,7 +26557,7 @@ paths: description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta operationId: user.mailFolder.message_copy parameters: - name: user-id @@ -26614,7 +26614,7 @@ paths: description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta operationId: user.mailFolder.message_createForward parameters: - name: user-id @@ -26678,7 +26678,7 @@ paths: description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta operationId: user.mailFolder.message_createReply parameters: - name: user-id @@ -26738,7 +26738,7 @@ paths: description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft message later. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta operationId: user.mailFolder.message_createReplyAll parameters: - name: user-id @@ -26798,7 +26798,7 @@ paths: description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta operationId: user.mailFolder.message_forward parameters: - name: user-id @@ -26858,7 +26858,7 @@ paths: description: 'Mark a message as junk. This API adds the sender to the list of blocked senders and moves the message to the Junk Email folder, when moveToJunk is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta operationId: user.mailFolder.message_markAsJunk parameters: - name: user-id @@ -26916,7 +26916,7 @@ paths: description: 'Mark a message as not junk. This API removes the sender from the list of blocked senders and moves the message to the Inbox folder, when moveToInbox is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta operationId: user.mailFolder.message_markAsNotJunk parameters: - name: user-id @@ -26974,7 +26974,7 @@ paths: description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta operationId: user.mailFolder.message_move parameters: - name: user-id @@ -27031,7 +27031,7 @@ paths: description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta operationId: user.mailFolder.message_reply parameters: - name: user-id @@ -27087,7 +27087,7 @@ paths: description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta operationId: user.mailFolder.message_replyAll parameters: - name: user-id @@ -27143,7 +27143,7 @@ paths: description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta operationId: user.mailFolder.message_send parameters: - name: user-id @@ -27184,7 +27184,7 @@ paths: description: 'Submits an email request on behalf of the signed-in user to unsubscribe from an email distribution list. Uses the information in the List-Unsubscribe header. Message senders can use mailing lists in a user-friendly way by including an option for recipients to opt out. They can do so by specifying the List-Unsubscribe header in each message following RFC-2369. Note In particular, for the unsubscribe action to work, the sender must specify mailto: and not URL-based unsubscribe information. Setting that header would also set the unsubscribeEnabled property of the message instance to true, and the unsubscribeData property to the header data. If the unsubscribeEnabled property of a message is true, you can use the unsubscribe action to unsubscribe the user from similar future messages as managed by the message sender. A successful unsubscribe action moves the message to the Deleted Items folder. The actual exclusion of the user from future mail distribution is managed by the sender.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta operationId: user.mailFolder.message_unsubscribe parameters: - name: user-id @@ -27225,7 +27225,7 @@ paths: description: Copy a mail folder and its contents to another mail folder. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta operationId: user.mailFolder_copy parameters: - name: user-id @@ -27274,7 +27274,7 @@ paths: description: Move a mail folder and its contents to another mail folder. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta operationId: user.mailFolder_move parameters: - name: user-id @@ -27362,6 +27362,53 @@ 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: @@ -28196,7 +28243,7 @@ paths: description: Reprovision a Cloud PC with an Intune managed device ID. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta operationId: user.managedDevice_reprovisionCloudPc parameters: - name: user-id @@ -28295,7 +28342,7 @@ paths: description: Upgrade or downgrade an existing Cloud PC to another configuration with a new virtual CPU (vCPU) and storage size. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta operationId: user.managedDevice_resizeCloudPc parameters: - name: user-id @@ -28347,7 +28394,7 @@ paths: description: Restore a Cloud PC device to a previous state with an Intune managed device ID. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta operationId: user.managedDevice_restoreCloudPc parameters: - name: user-id @@ -28591,7 +28638,7 @@ paths: description: 'Set the review status of a specific Cloud PC device. Use this API to set the review status of a Cloud PC to in review if you consider a Cloud PC as suspicious. After the review is completed, use this API again to set the Cloud PC back to a normal state.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta operationId: user.managedDevice_setCloudPcReviewStatus parameters: - name: user-id @@ -28953,7 +29000,7 @@ paths: description: Bulk reprovision a set of Cloud PC devices with Intune managed device IDs. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta operationId: user.managedDevice_bulkReprovisionCloudPc parameters: - name: user-id @@ -29003,7 +29050,7 @@ paths: description: Restore multiple Cloud PC devices with a single request that includes the IDs of Intune managed devices and a restore point date and time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta operationId: user.managedDevice_bulkRestoreCloudPc parameters: - name: user-id @@ -29060,7 +29107,7 @@ paths: description: Set the review status of multiple Cloud PC devices with a single request that includes the IDs of Intune managed devices. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta operationId: user.managedDevice_bulkSetCloudPcReviewStatus parameters: - name: user-id @@ -29262,7 +29309,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.message.attachment_createUploadSession parameters: - name: user-id @@ -29311,7 +29358,7 @@ paths: description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta operationId: user.message_copy parameters: - name: user-id @@ -29360,7 +29407,7 @@ paths: description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta operationId: user.message_createForward parameters: - name: user-id @@ -29416,7 +29463,7 @@ paths: description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta operationId: user.message_createReply parameters: - name: user-id @@ -29468,7 +29515,7 @@ paths: description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft message later. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta operationId: user.message_createReplyAll parameters: - name: user-id @@ -29520,7 +29567,7 @@ paths: description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta operationId: user.message_forward parameters: - name: user-id @@ -29572,7 +29619,7 @@ paths: description: 'Mark a message as junk. This API adds the sender to the list of blocked senders and moves the message to the Junk Email folder, when moveToJunk is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta operationId: user.message_markAsJunk parameters: - name: user-id @@ -29622,7 +29669,7 @@ paths: description: 'Mark a message as not junk. This API removes the sender from the list of blocked senders and moves the message to the Inbox folder, when moveToInbox is true.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta operationId: user.message_markAsNotJunk parameters: - name: user-id @@ -29672,7 +29719,7 @@ paths: description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta operationId: user.message_move parameters: - name: user-id @@ -29721,7 +29768,7 @@ paths: description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta operationId: user.message_reply parameters: - name: user-id @@ -29769,7 +29816,7 @@ paths: description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message, and send it later." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta operationId: user.message_replyAll parameters: - name: user-id @@ -29817,7 +29864,7 @@ paths: description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta operationId: user.message_send parameters: - name: user-id @@ -29850,7 +29897,7 @@ paths: description: 'Submits an email request on behalf of the signed-in user to unsubscribe from an email distribution list. Uses the information in the List-Unsubscribe header. Message senders can use mailing lists in a user-friendly way by including an option for recipients to opt out. They can do so by specifying the List-Unsubscribe header in each message following RFC-2369. Note In particular, for the unsubscribe action to work, the sender must specify mailto: and not URL-based unsubscribe information. Setting that header would also set the unsubscribeEnabled property of the message instance to true, and the unsubscribeData property to the header data. If the unsubscribeEnabled property of a message is true, you can use the unsubscribe action to unsubscribe the user from similar future messages as managed by the message sender. A successful unsubscribe action moves the message to the Deleted Items folder. The actual exclusion of the user from future mail distribution is managed by the sender.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta operationId: user.message_unsubscribe parameters: - name: user-id @@ -29883,7 +29930,7 @@ paths: description: 'Add or remove licenses for the user to enable or disable their use of Microsoft cloud offerings. For example, an organization can have a Microsoft 365 Enterprise E3 subscription with 100 licenses, and this request assigns one of those licenses to a specific user. You can also enable and disable specific plans associated with a subscription. To learn more about subscriptions and licenses, see this Technet article. To get the subscriptions available in the directory, perform a GET subscribedSkus request. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta operationId: user_assignLicense parameters: - name: user-id @@ -29910,7 +29957,7 @@ paths: description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta operationId: user_changePassword parameters: - name: user-id @@ -29937,7 +29984,7 @@ paths: description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta operationId: user_checkMemberGroup parameters: - name: user-id @@ -30045,7 +30092,7 @@ paths: description: 'Convert an externally authenticated user into an internal user. The user is able to sign into the host tenant as an internal user and access resources as a member. For more information about this conversion, see Convert external users to internal users.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta operationId: user_convertExternalToInternalMemberUser parameters: - name: user-id @@ -30072,7 +30119,7 @@ paths: description: Delete the password-based single sign-on credentials for a given user to a given service principal. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta operationId: user_deletePasswordSingleSignOnCredential parameters: - name: user-id @@ -30096,10 +30143,10 @@ paths: tags: - users.Actions summary: Invoke action exportPersonalData - description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more guidance about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' + description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta operationId: user_exportPersonalData parameters: - name: user-id @@ -30126,7 +30173,7 @@ paths: description: "Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta operationId: user_findMeetingTime parameters: - name: user-id @@ -30153,7 +30200,7 @@ paths: description: "Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta operationId: user_getMailTip parameters: - name: user-id @@ -30183,7 +30230,7 @@ paths: description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta operationId: user_getMemberGroup parameters: - name: user-id @@ -30291,7 +30338,7 @@ paths: description: Get the list of password-based single sign-on credentials for a given user. This API returns the encrypted passwords as null or empty strings. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta operationId: user_getPasswordSingleSignOnCredential parameters: - name: user-id @@ -30319,7 +30366,7 @@ paths: description: 'Invalidates all of the user''s refresh tokens issued to applications (as well as session cookies in a user''s browser), by resetting the refreshTokensValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation would prevent access to any of the organization''s data accessed through applications on the device without the user first being required to sign in again. In fact, this operation would force the user to sign in again for all applications that they have previously consented to, independent of device. For developers, if the application attempts to redeem a delegated access token for this user by using an invalidated refresh token, the application will get an error. If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint, which will force the user to sign in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta operationId: user_invalidateAllRefreshToken parameters: - name: user-id @@ -30366,7 +30413,7 @@ paths: description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta operationId: user_reprocessLicenseAssignment parameters: - name: user-id @@ -30391,7 +30438,7 @@ paths: description: 'Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn''t applicable to security groups, which are deleted permanently. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta operationId: user_restore parameters: - name: user-id @@ -30420,7 +30467,7 @@ paths: description: Retry the user service provisioning. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta operationId: user_retryServiceProvisioning parameters: - name: user-id @@ -30445,7 +30492,7 @@ paths: description: 'Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device. If the application attempts to redeem a delegated access token for this user by using an invalidated refresh token, the application will get an error. If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint, which will force the user to sign in.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta operationId: user_revokeSignInSession parameters: - name: user-id @@ -30470,7 +30517,7 @@ paths: description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include an attachment and use a mention to call out another user in the new message. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta operationId: user_sendMail parameters: - name: user-id @@ -30497,7 +30544,7 @@ paths: description: Translate identifiers of Outlook-related resources between formats. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta operationId: user_translateExchangeId parameters: - name: user-id @@ -30684,7 +30731,7 @@ paths: description: 'Copies a notebook to the Notebooks folder in the destination Documents library. The folder is created if it doesn''t exist. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta operationId: user.onenote.notebook_copyNotebook parameters: - name: user-id @@ -30746,7 +30793,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: user.onenote.notebook.sectionGroup.section_copyToNotebook parameters: - name: user-id @@ -30824,7 +30871,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: user.onenote.notebook.sectionGroup.section_copyToSectionGroup parameters: - name: user-id @@ -30902,7 +30949,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: user.onenote.notebook.sectionGroup.section.page_copyToSection parameters: - name: user-id @@ -31052,7 +31099,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: user.onenote.notebook.section_copyToNotebook parameters: - name: user-id @@ -31122,7 +31169,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: user.onenote.notebook.section_copyToSectionGroup parameters: - name: user-id @@ -31192,7 +31239,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: user.onenote.notebook.section.page_copyToSection parameters: - name: user-id @@ -31326,7 +31373,7 @@ paths: description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta operationId: user.onenote.notebook_getNotebookFromWebUrl parameters: - name: user-id @@ -31368,7 +31415,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: user.onenote.page_copyToSection parameters: - name: user-id @@ -31470,7 +31517,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: user.onenote.sectionGroup.section_copyToNotebook parameters: - name: user-id @@ -31540,7 +31587,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: user.onenote.sectionGroup.section_copyToSectionGroup parameters: - name: user-id @@ -31610,7 +31657,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: user.onenote.sectionGroup.section.page_copyToSection parameters: - name: user-id @@ -31744,7 +31791,7 @@ paths: description: 'Copies a section to a specific notebook. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta operationId: user.onenote.section_copyToNotebook parameters: - name: user-id @@ -31806,7 +31853,7 @@ paths: description: 'Copies a section to a specific section group. For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta operationId: user.onenote.section_copyToSectionGroup parameters: - name: user-id @@ -31868,7 +31915,7 @@ paths: description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta operationId: user.onenote.section.page_copyToSection parameters: - name: user-id @@ -31986,7 +32033,7 @@ paths: description: Send an SMS reminder to external attendees for a Teams Virtual Appointment. This feature requires Teams Premium and attendees must have a valid United States phone number to receive SMS notifications. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta operationId: user.onlineMeeting_sendVirtualAppointmentReminderSm parameters: - name: user-id @@ -32035,7 +32082,7 @@ paths: description: 'Send an SMS notification to external attendees when a Teams Virtual Appointment is confirmed, rescheduled, or canceled. This feature requires Teams Premium. Attendees must have a valid United States phone number to receive these SMS notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta operationId: user.onlineMeeting_sendVirtualAppointmentSm parameters: - name: user-id @@ -32084,7 +32131,7 @@ paths: description: Send an SMS reminder to external attendees for a Teams Virtual Appointment. This feature requires Teams Premium and attendees must have a valid United States phone number to receive SMS notifications. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta operationId: user.onlineMeeting.joinWebUrl_sendVirtualAppointmentReminderSm parameters: - name: user-id @@ -32133,7 +32180,7 @@ paths: description: 'Send an SMS notification to external attendees when a Teams Virtual Appointment is confirmed, rescheduled, or canceled. This feature requires Teams Premium. Attendees must have a valid United States phone number to receive these SMS notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta operationId: user.onlineMeeting.joinWebUrl_sendVirtualAppointmentSm parameters: - name: user-id @@ -32182,7 +32229,7 @@ paths: description: 'Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta operationId: user.onlineMeeting_createOrGet parameters: - name: user-id @@ -32240,7 +32287,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.outlook.taskFolder.task.attachment_createUploadSession parameters: - name: user-id @@ -32303,7 +32350,7 @@ paths: description: 'Complete an Outlook task which sets the completedDateTime property to the current date, and the status property to completed. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The completedDateTime property represents the date when the task is finished. The time portion of completedDateTime is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta operationId: user.outlook.taskFolder.task_complete parameters: - name: user-id @@ -32368,7 +32415,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.outlook.taskGroup.taskFolder.task.attachment_createUploadSession parameters: - name: user-id @@ -32439,7 +32486,7 @@ paths: description: 'Complete an Outlook task which sets the completedDateTime property to the current date, and the status property to completed. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The completedDateTime property represents the date when the task is finished. The time portion of completedDateTime is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta operationId: user.outlook.taskGroup.taskFolder.task_complete parameters: - name: user-id @@ -32512,7 +32559,7 @@ paths: description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta operationId: user.outlook.task.attachment_createUploadSession parameters: - name: user-id @@ -32567,7 +32614,7 @@ paths: description: 'Complete an Outlook task which sets the completedDateTime property to the current date, and the status property to completed. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The completedDateTime property represents the date when the task is finished. The time portion of completedDateTime is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta operationId: user.outlook.task_complete parameters: - name: user-id @@ -32624,7 +32671,7 @@ paths: description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance_acceptRecommendation parameters: - name: user-id @@ -32665,7 +32712,7 @@ paths: description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance_applyDecision parameters: - name: user-id @@ -32706,7 +32753,7 @@ paths: description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance_batchRecordDecision parameters: - name: user-id @@ -32769,7 +32816,7 @@ paths: description: Resets decisions of all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance_resetDecision parameters: - name: user-id @@ -32810,7 +32857,7 @@ paths: description: Send a reminder to the reviewers of a currently active accessReviewInstance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance_sendReminder parameters: - name: user-id @@ -32851,7 +32898,7 @@ paths: description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status will be Completed, the reviewers can no longer give input, and the access review decisions can be applied. Stopping an instance will not effect future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance_stop parameters: - name: user-id @@ -32929,7 +32976,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance.stage.decision_recordAllDecision parameters: - name: user-id @@ -33000,7 +33047,7 @@ paths: description: 'Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance.stage_stop parameters: - name: user-id @@ -33049,7 +33096,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision_recordAllDecision parameters: - name: user-id @@ -33104,7 +33151,7 @@ paths: description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta operationId: user.pendingAccessReviewInstance_acceptRecommendation parameters: - name: user-id @@ -33137,7 +33184,7 @@ paths: description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance_applyDecision parameters: - name: user-id @@ -33170,7 +33217,7 @@ paths: description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance_batchRecordDecision parameters: - name: user-id @@ -33225,7 +33272,7 @@ paths: description: Resets decisions of all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance_resetDecision parameters: - name: user-id @@ -33258,7 +33305,7 @@ paths: description: Send a reminder to the reviewers of a currently active accessReviewInstance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta operationId: user.pendingAccessReviewInstance_sendReminder parameters: - name: user-id @@ -33291,7 +33338,7 @@ paths: description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status will be Completed, the reviewers can no longer give input, and the access review decisions can be applied. Stopping an instance will not effect future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta operationId: user.pendingAccessReviewInstance_stop parameters: - name: user-id @@ -33353,7 +33400,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance.decision_recordAllDecision parameters: - name: user-id @@ -33424,7 +33471,7 @@ paths: description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed for an accessReviewInstance object for which the calling user is a reviewer. Recommendations are generated if recommendationsEnabled is true on the accessReviewScheduleDefinition object. If there isn't a recommendation on an accessReviewInstanceDecisionItem object no decision will be recorded. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance_acceptRecommendation parameters: - name: user-id @@ -33473,7 +33520,7 @@ paths: description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance_applyDecision parameters: - name: user-id @@ -33522,7 +33569,7 @@ paths: description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance_batchRecordDecision parameters: - name: user-id @@ -33593,7 +33640,7 @@ paths: description: Resets decisions of all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance_resetDecision parameters: - name: user-id @@ -33642,7 +33689,7 @@ paths: description: Send a reminder to the reviewers of a currently active accessReviewInstance. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance_sendReminder parameters: - name: user-id @@ -33691,7 +33738,7 @@ paths: description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status will be Completed, the reviewers can no longer give input, and the access review decisions can be applied. Stopping an instance will not effect future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance_stop parameters: - name: user-id @@ -33785,7 +33832,7 @@ paths: description: 'As a reviewer of an access review, record a decision for an accessReviewInstanceDecisionItem that is assigned to you and that matches the principal or resource IDs specified. If no IDs are specified, the decisions will apply to every accessReviewInstanceDecisionItem for which you are the reviewer.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision_recordAllDecision parameters: - name: user-id @@ -33848,7 +33895,7 @@ paths: description: 'Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage_stop parameters: - name: user-id @@ -33931,7 +33978,7 @@ paths: description: Move a planner plan object from one planner plan container to another. Planner plans can only be moved from a user container to a group container. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta operationId: user.planner.plan_moveToContainer parameters: - name: user-id @@ -34022,7 +34069,7 @@ paths: description: 'Clear a presence session of an application for a user. If it is the user''s only presence session, a successful clearPresence changes the user''s presence to Offline/Offline. Read more about presence sessions and their time-out and expiration. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta operationId: user.presence_clearPresence parameters: - name: user-id @@ -34060,7 +34107,7 @@ paths: description: Clear the preferred availability and activity status for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta operationId: user.presence_clearUserPreferredPresence parameters: - name: user-id @@ -34085,7 +34132,7 @@ paths: description: Set the availability and activity status in a presence session of an application for a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta operationId: user.presence_setPresence parameters: - name: user-id @@ -34132,7 +34179,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta operationId: user.presence_setStatusMessage parameters: - name: user-id @@ -34169,7 +34216,7 @@ paths: description: 'Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user''s presence is the preferred presence. Preferred presence takes effect only when there is at least one presence session of the user. Otherwise, the user''s presence stays as Offline. A presence session can be created as a result of a successful setPresence operation, or if the user is signed in on a Teams client. Read more about presence sessions and their time-out and expiration. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta operationId: user.presence_setUserPreferredPresence parameters: - name: user-id @@ -34213,7 +34260,7 @@ paths: description: 'Compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set manually or explicitly by a user or service, rather than automatically based on file contents. Given contentInfo, which includes existing content metadata key-value pairs, and labelingOptions as an input, the API returns an informationProtectionAction object that contains one of more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta operationId: user.security.informationProtection.sensitivityLabel_evaluateApplication parameters: - name: user-id @@ -34269,7 +34316,7 @@ paths: description: 'Use the classification results to compute the sensitivity label that should be applied and return the set of actions that must be taken to correctly label the information. This API is useful when a label should be set automatically based on classification of the file contents, rather than labeled directly by a user or service. To evaluate based on classification results, provide the contentInfo, which includes existing content metadata key-value pairs, and classification results. The API returns an informationProtectionAction that contains one of more of the following:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta operationId: user.security.informationProtection.sensitivityLabel_evaluateClassificationResult parameters: - name: user-id @@ -34327,7 +34374,7 @@ paths: description: 'Indicate to the consuming application what actions it should take to remove the label information. Given contentInfo as an input, which includes existing content metadata key-value pairs, the API returns an informationProtectionAction that contains some combination of one or more of the following: ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta operationId: user.security.informationProtection.sensitivityLabel_evaluateRemoval parameters: - name: user-id @@ -34383,7 +34430,7 @@ paths: description: Use the metadata that exists on an already-labeled piece of information to resolve the metadata to a specific sensitivity label. The contentInfo input is resolved to informationProtectionContentLabel. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta operationId: user.security.informationProtection.sensitivityLabel_extractContentLabel parameters: - name: user-id @@ -34424,7 +34471,7 @@ paths: description: 'Send an activity feed notification to a user. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta operationId: user.teamwork_sendActivityNotification parameters: - name: user-id @@ -34477,7 +34524,7 @@ paths: description: 'Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta operationId: user.todo.list.task.attachment_createUploadSession parameters: - name: user-id @@ -34534,7 +34581,7 @@ paths: description: 'Return the directory objects specified in a list of IDs. Some common uses for this function are to:' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta operationId: user_getGraphBPreId requestBody: description: Action parameters @@ -34587,7 +34634,7 @@ paths: description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta operationId: user_getUserOwnedObject requestBody: description: Action parameters @@ -34623,7 +34670,7 @@ paths: description: Check a user's password against the organization's password validation policy and report whether the password is valid. Use this action to provide real-time feedback on password strength while the user types their password. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta operationId: user_validatePassword requestBody: description: Action parameters @@ -34655,7 +34702,7 @@ paths: description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: \n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta operationId: user_validateProperty requestBody: description: Action parameters @@ -35116,7 +35163,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -35134,11 +35181,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -35154,13 +35201,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -35270,13 +35317,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -37026,11 +37073,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -38254,7 +38301,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -38346,7 +38393,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -39558,7 +39605,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -39567,19 +39614,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -39587,19 +39634,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -39607,12 +39654,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -39629,13 +39676,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -40368,6 +40415,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -40762,7 +40815,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -41942,6 +41995,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.recycleBinItem: allOf: @@ -44766,7 +44821,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -45447,6 +45502,53 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -45530,6 +45632,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -46347,6 +46455,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -46357,7 +46466,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -50301,6 +50410,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -53601,6 +53754,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 2b8e76a3f3..808e582075 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -85,6 +85,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve a collection of userConsentRequest objects for accessing a specified app, for which the current user is the reviewer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta operationId: user.appConsentRequestsGraphFPreApproval.userConsentRequest_filterGraphBPreCurrentUser parameters: - name: user-id @@ -174,6 +178,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: Retrieve a collection of appConsentRequest objects for which the current user is the reviewer and the status of the userConsentRequest for accessing the specified app is InProgress. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta operationId: user.appConsentRequestsGraphFPreApproval_filterGraphBPreCurrentUser parameters: - name: user-id @@ -255,6 +263,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta operationId: user.approval_filterGraphBPreCurrentUser parameters: - name: user-id @@ -339,7 +351,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -452,7 +464,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_delta parameters: - name: user-id @@ -557,7 +569,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -670,7 +682,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.instance_delta parameters: - name: user-id @@ -775,7 +787,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView_delta parameters: - name: user-id @@ -872,7 +884,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -985,7 +997,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_delta parameters: - name: user-id @@ -1090,7 +1102,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -1203,7 +1215,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.instance_delta parameters: - name: user-id @@ -1308,7 +1320,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event_delta parameters: - name: user-id @@ -1455,7 +1467,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -1584,7 +1596,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_delta parameters: - name: user-id @@ -1705,7 +1717,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -1834,7 +1846,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView.instance_delta parameters: - name: user-id @@ -1955,7 +1967,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.calendarView_delta parameters: - name: user-id @@ -2068,7 +2080,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -2197,7 +2209,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.exceptionOccurrence_delta parameters: - name: user-id @@ -2318,7 +2330,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -2447,7 +2459,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.event.instance_delta parameters: - name: user-id @@ -2568,7 +2580,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarGroup.calendar.event_delta parameters: - name: user-id @@ -2747,7 +2759,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -2868,7 +2880,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.exceptionOccurrence_delta parameters: - name: user-id @@ -2981,7 +2993,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -3102,7 +3114,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView.instance_delta parameters: - name: user-id @@ -3215,7 +3227,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.calendarView_delta parameters: - name: user-id @@ -3320,7 +3332,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -3441,7 +3453,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.exceptionOccurrence_delta parameters: - name: user-id @@ -3554,7 +3566,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -3675,7 +3687,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event.instance_delta parameters: - name: user-id @@ -3788,7 +3800,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendar.event_delta parameters: - name: user-id @@ -3951,7 +3963,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -4064,7 +4076,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarView.exceptionOccurrence_delta parameters: - name: user-id @@ -4169,7 +4181,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarView.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -4282,7 +4294,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarView.instance_delta parameters: - name: user-id @@ -4387,7 +4399,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.calendarView_delta parameters: - name: user-id @@ -4481,6 +4493,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: user.chat.message.reply_delta parameters: - name: user-id @@ -4574,6 +4590,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin the to retrieve additional changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta operationId: user.chat.message_delta parameters: - name: user-id @@ -4814,6 +4834,10 @@ 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta operationId: user.chat_getAllRetainedMessage parameters: - name: user-id @@ -4888,6 +4912,10 @@ paths: tags: - users.Functions summary: Invoke function getCloudPcConnectivityHistory + description: Get the connectivity history of a specific Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta operationId: user.cloudPC_getCloudPcConnectivityHistory parameters: - name: user-id @@ -4939,6 +4967,10 @@ paths: tags: - users.Functions summary: Invoke function getCloudPcLaunchInfo + description: Get the cloudPCLaunchInfo for the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta operationId: user.cloudPC_getCloudPcLaunchInfo parameters: - name: user-id @@ -4972,6 +5004,10 @@ paths: tags: - users.Functions summary: Invoke function getFrontlineCloudPcAccessState + description: 'Get the frontlineCloudPcAccessState of a frontline Cloud PC. This API only supports shared-use licenses. For more information, see cloudPcProvisioningPolicy. Shared-use licenses allow three users per license, with one user signed in at a time. Callers can get the latest frontline Cloud PC accessState and determine whether the frontline Cloud PC is accessible to a user. If a web client needs to connect to a frontline Cloud PC, the sharedCloudPcAccessState validates the bookmark scenario. If sharedCloudPcAccessState isn''t active/activating/standbyMode, the web client shows a bad bookmark.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta operationId: user.cloudPC_getFrontlineCloudPcAccessState parameters: - name: user-id @@ -5005,6 +5041,10 @@ paths: tags: - users.Functions summary: Invoke function getShiftWorkCloudPcAccessState + description: 'Get the shiftWorkCloudPcAccessState of a shift work Cloud PC. This API only supports shared-use licenses. For more information, see cloudPcProvisioningPolicy. Shared-use licenses allow three users per license, with one user signed in at a time. Callers can get the latest shift work Cloud PC accessState and determine whether the shift work Cloud PC is accessible to the user. If a web client needs to connect to a shift work Cloud PC, the sharedCloudPcAccessState validates the bookmark scenario. If sharedCloudPcAccessState is not active/activating/standbyMode, the web client shows a ''bad bookmark''.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta operationId: user.cloudPC_getShiftWorkCloudPcAccessState parameters: - name: user-id @@ -5044,6 +5084,10 @@ paths: tags: - users.Functions summary: Invoke function getSupportedCloudPcRemoteActions + description: 'Get a list of supported Cloud PC remote actions for a specific Cloud PC device, including the action names and capabilities.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta operationId: user.cloudPC_getSupportedCloudPcRemoteAction parameters: - name: user-id @@ -5095,6 +5139,10 @@ paths: tags: - users.Functions summary: Invoke function getProvisionedCloudPCs + description: Get all provisioned Cloud PCs of a specific service plan for users under a Microsoft Entra user group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta operationId: user.cloudPC_getProvisionedCloudPC parameters: - name: user-id @@ -5188,7 +5236,7 @@ paths: description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta operationId: user.contactFolder.childFolder.contact_delta parameters: - name: user-id @@ -5285,7 +5333,7 @@ paths: description: "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta operationId: user.contactFolder.childFolder_delta parameters: - name: user-id @@ -5374,7 +5422,7 @@ paths: description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta operationId: user.contactFolder.contact_delta parameters: - name: user-id @@ -5463,7 +5511,7 @@ paths: description: "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta operationId: user.contactFolder_delta parameters: - name: user-id @@ -5544,7 +5592,7 @@ paths: description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta operationId: user.contact_delta parameters: - name: user-id @@ -5622,6 +5670,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted devices without performing a full read of the entire resource collection. For more information, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta operationId: user.device_delta parameters: - name: user-id @@ -5813,6 +5865,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you finish receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state. Note: you should only delete a folder locally if it's empty after syncing all the changes." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta operationId: user.drive.item_delta parameters: - name: user-id @@ -6007,6 +6063,10 @@ paths: tags: - users.Functions summary: Invoke function getActivitiesByInterval + description: Get itemActivityStats for the activities that took place under this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta operationId: user.drive.item_getActivitiesGraphBPreInterval parameters: - name: user-id @@ -6121,6 +6181,10 @@ paths: tags: - users.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: user.drive.item_search parameters: - name: user-id @@ -6219,6 +6283,9 @@ paths: tags: - users.Functions summary: Invoke function isPublished + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta operationId: user.drive.list.contentType_isPublished parameters: - name: user-id @@ -6266,6 +6333,10 @@ paths: tags: - users.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get compatible content types in the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta operationId: user.drive.list.contentType_getCompatibleHubContentType parameters: - name: user-id @@ -6462,6 +6533,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Deleted items are returned with the deleted facet. Deleted indicates that the item is deleted and can't be restored.\nItems with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta operationId: user.drive.list.item_delta parameters: - name: user-id @@ -6640,6 +6715,10 @@ paths: tags: - users.Functions summary: Invoke function recent + description: "List a set of items recently used by the signed-in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta operationId: user.drive_recent parameters: - name: user-id @@ -6707,6 +6786,10 @@ paths: tags: - users.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: user.drive_search parameters: - name: user-id @@ -6782,6 +6865,10 @@ paths: tags: - users.Functions summary: Invoke function 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: user.drive_sharedGraphWPreMe parameters: - name: user-id @@ -6955,6 +7042,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you finish receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state. Note: you should only delete a folder locally if it's empty after syncing all the changes." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta operationId: user.drive.root_delta parameters: - name: user-id @@ -7133,6 +7224,10 @@ paths: tags: - users.Functions summary: Invoke function getActivitiesByInterval + description: Get itemActivityStats for the activities that took place under this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta operationId: user.drive.root_getActivitiesGraphBPreInterval parameters: - name: user-id @@ -7239,6 +7334,10 @@ paths: tags: - users.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta operationId: user.drive.root_search parameters: - name: user-id @@ -7332,7 +7431,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.event.exceptionOccurrence.instance_delta parameters: - name: user-id @@ -7445,7 +7544,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.event.exceptionOccurrence_delta parameters: - name: user-id @@ -7550,7 +7649,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.event.instance.exceptionOccurrence_delta parameters: - name: user-id @@ -7663,7 +7762,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.event.instance_delta parameters: - name: user-id @@ -7768,7 +7867,7 @@ paths: description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta operationId: user.event_delta parameters: - name: user-id @@ -7862,6 +7961,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted groups, including group membership changes, without having to perform a full read of the entire group collection. See Using Delta Query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta operationId: user.joinedGroup_delta parameters: - name: user-id @@ -7939,6 +8042,10 @@ paths: tags: - users.Functions summary: Invoke function getTeamsLicensingDetails + description: Get the license status of a user in Microsoft Teams. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta operationId: user.licenseDetail_getTeamsLicensingDetail parameters: - name: user-id @@ -7967,7 +8074,7 @@ paths: description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta operationId: user.mailFolder.childFolder.message_delta parameters: - name: user-id @@ -8071,7 +8178,7 @@ paths: description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta operationId: user.mailFolder.childFolder_delta parameters: - name: user-id @@ -8160,7 +8267,7 @@ paths: description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta operationId: user.mailFolder.message_delta parameters: - name: user-id @@ -8256,7 +8363,7 @@ paths: description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta operationId: user.mailFolder_delta parameters: - name: user-id @@ -8334,6 +8441,10 @@ paths: tags: - users.Functions summary: Invoke function getCloudPcRemoteActionResults + description: Check the Cloud PC-specified remote action results for a Cloud PC device. Cloud PC supports reprovision and resize remote actions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta operationId: user.managedDevice_getCloudPcRemoteActionResult parameters: - name: user-id @@ -8385,6 +8496,10 @@ paths: tags: - users.Functions summary: Invoke function getCloudPcReviewStatus + description: Get the review status of a specific Cloud PC device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta operationId: user.managedDevice_getCloudPcReviewStatus parameters: - name: user-id @@ -8562,7 +8677,7 @@ paths: description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta operationId: user.message_delta parameters: - name: user-id @@ -8712,7 +8827,7 @@ paths: description: "Get the room lists defined in a tenant, as represented by their emailAddress objects. Tenants can organize meeting rooms into room lists. In this API, each meeting room and room list is represented by an emailAddress instance.\nYou can get all the room lists in the tenant, get all the rooms in the tenant, or get all the rooms in a specific room list." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta operationId: user_findRoomList parameters: - name: user-id @@ -9097,6 +9212,10 @@ paths: tags: - users.Functions summary: Invoke function reminderView + description: Return a list of event reminders in a user calendar within the specified start and end times. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta operationId: user_reminderView parameters: - name: user-id @@ -9247,6 +9366,10 @@ paths: tags: - users.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta operationId: user.onenote.notebook_getRecentNotebook parameters: - name: user-id @@ -9421,6 +9544,10 @@ paths: tags: - users.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl + description: 'Get a join web URL for a Teams Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta operationId: user.onlineMeeting_getVirtualAppointmentJoinWebUrl parameters: - name: user-id @@ -9630,6 +9757,10 @@ paths: tags: - users.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl + description: 'Get a join web URL for a Teams Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta operationId: user.onlineMeeting.joinWebUrl_getVirtualAppointmentJoinWebUrl parameters: - name: user-id @@ -9743,6 +9874,10 @@ paths: 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta operationId: user.onlineMeeting_getAllTranscript parameters: - name: user-id @@ -9820,7 +9955,7 @@ paths: description: "Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by\ngetting the user's mailbox settings." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta operationId: user.outlook_supportedLanguage parameters: - name: user-id @@ -9957,6 +10092,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance.stage.decision_filterGraphBPreCurrentUser parameters: - name: user-id @@ -10062,6 +10201,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision.instance.stage_filterGraphBPreCurrentUser parameters: - name: user-id @@ -10159,6 +10302,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.decision_filterGraphBPreCurrentUser parameters: - name: user-id @@ -10248,6 +10395,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision.instance.decision_filterGraphBPreCurrentUser parameters: - name: user-id @@ -10353,6 +10504,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage.decision_filterGraphBPreCurrentUser parameters: - name: user-id @@ -10450,6 +10605,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta operationId: user.pendingAccessReviewInstance.stage_filterGraphBPreCurrentUser parameters: - name: user-id @@ -10539,6 +10698,10 @@ paths: tags: - users.Functions summary: Invoke function filterByCurrentUser + description: Returns all accessReviewInstance objects on a given accessReviewScheduleDefinition where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta operationId: user.pendingAccessReviewInstance_filterGraphBPreCurrentUser parameters: - name: user-id @@ -10620,6 +10783,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieves changes to objects that the user is subscribed to. This method allows your application to track changes to objects that the user can access from within Planner over time. The return value of this method might contain heterogeneous types of objects from Planner. For more information about tracking changes in Microsoft Graph data, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta operationId: user.planner.all_delta parameters: - name: user-id @@ -10697,6 +10864,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: user.planner.plan.bucket.task_delta parameters: - name: user-id @@ -10790,6 +10961,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted buckets in a Planner plan without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta operationId: user.planner.plan.bucket_delta parameters: - name: user-id @@ -10875,6 +11050,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: user.planner.plan.task_delta parameters: - name: user-id @@ -10960,6 +11139,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted Planner plans in either a group or a Planner roster without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta operationId: user.planner.plan_delta parameters: - name: user-id @@ -11037,6 +11220,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted tasks in either a Planner plan or assigned to the signed-in user without having to perform a full read of the entire resource collection. For details, see Use delta query to track changes in Microsoft Graph data.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta operationId: user.planner.task_delta parameters: - name: user-id @@ -11276,6 +11463,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. See change tracking for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta operationId: user_delta parameters: - $ref: '#/components/parameters/top' @@ -12289,7 +12480,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -12561,13 +12752,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -13827,7 +14018,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -13836,19 +14027,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -13856,19 +14047,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -13876,12 +14067,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -13898,13 +14089,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -14681,6 +14872,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -16687,7 +16884,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -16917,11 +17114,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -16937,13 +17134,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -17040,7 +17237,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -17362,7 +17559,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -19543,6 +19740,53 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19626,6 +19870,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -20412,6 +20662,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -20422,7 +20673,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -21316,7 +21567,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -24973,6 +25224,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -28690,6 +28985,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.recycleBinItem: allOf: @@ -29342,6 +29639,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index f42124399f..2a684d2ace 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -14,7 +14,7 @@ paths: description: 'Retrieve a list of user objects. 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.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta operationId: user_ListUser parameters: - name: ConsistencyLevel @@ -77,7 +77,7 @@ paths: description: "Create a new user.\nThe request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties. This operation returns by default only a subset of the 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 and specify the properties in a $select OData query option." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta operationId: user_CreateUser requestBody: description: New entity @@ -104,7 +104,7 @@ paths: 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/user-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta operationId: user_GetUser parameters: - name: user-id @@ -152,7 +152,7 @@ paths: 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. 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/user-update?view=graph-rest-beta operationId: user_UpdateUser parameters: - name: user-id @@ -187,7 +187,7 @@ paths: description: 'Delete user. When deleted, user resources are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. To learn more, see deletedItems.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta operationId: user_DeleteUser parameters: - name: user-id @@ -214,11 +214,7 @@ paths: get: tags: - users.servicePrincipal - summary: List appRoleAssignedResources - description: Get the service principals to which the user has an app role assignment either directly or through group membership. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-approleassignedresources?view=graph-rest-1.0 + summary: Get appRoleAssignedResources from users operationId: user_ListAppRoleAssignedResource parameters: - name: user-id @@ -405,11 +401,8 @@ paths: get: tags: - users.directoryObject - summary: List createdObjects - description: 'Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn''t in any administrator role; otherwise, it returns an empty object.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0 + summary: Get createdObjects from users + description: Directory objects that the user created. Read-only. Nullable. operationId: user_ListCreatedObject parameters: - name: user-id @@ -678,9 +671,6 @@ paths: - users.directoryObject summary: Get directReports from users description: The users and contacts that report to the user. (The users and contacts with their manager property set to this user.) Read-only. Nullable. Supports $expand. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0 operationId: user_ListDirectReport parameters: - name: user-id @@ -2491,11 +2481,7 @@ paths: get: tags: - users.licenseDetails - summary: List licenseDetails - description: Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0 + summary: Get licenseDetails from users operationId: user_ListLicenseDetail parameters: - name: user-id @@ -2808,11 +2794,8 @@ paths: get: tags: - users.directoryObject - 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 + summary: Get manager from users + description: The user or contact that is this user's manager. Read-only. Supports $expand. operationId: user_GetManager parameters: - name: user-id @@ -2857,11 +2840,8 @@ paths: get: tags: - users.directoryObject - 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 + summary: Get ref of manager from users + description: The user or contact that is this user's manager. Read-only. Supports $expand. operationId: user_GetManagerGraphBPreRef parameters: - name: user-id @@ -2885,11 +2865,7 @@ paths: put: tags: - users.directoryObject - 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-1.0 + summary: Update the ref of navigation property manager in users operationId: user_SetManagerGraphBPreRef parameters: - name: user-id @@ -2911,11 +2887,7 @@ paths: delete: tags: - users.directoryObject - 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 + summary: Delete ref of navigation property manager for users operationId: user_DeleteManagerGraphBPreRef parameters: - name: user-id @@ -2944,9 +2916,6 @@ paths: - 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.' - 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 @@ -3871,11 +3840,7 @@ paths: get: tags: - users.oAuth2PermissionGrant - 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 + summary: Get oauth2PermissionGrants from users operationId: user_ListOauth2PermissionGrant parameters: - name: user-id @@ -4045,11 +4010,8 @@ paths: get: tags: - users.outlookUser - summary: List masterCategories - description: Get all the categories that have been defined for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0 + summary: Get masterCategories from users + description: A list of categories defined for the user. operationId: user.outlook_ListMasterCategory parameters: - name: user-id @@ -4096,11 +4058,7 @@ paths: post: tags: - users.outlookUser - summary: Create Outlook category - description: Create an outlookCategory object in the user's master list of categories. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0 + summary: Create new navigation property to masterCategories for users operationId: user.outlook_CreateMasterCategory parameters: - name: user-id @@ -4132,11 +4090,8 @@ paths: get: tags: - users.outlookUser - summary: Get Outlook category - description: Get the properties and relationships of the specified outlookCategory object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0 + summary: Get masterCategories from users + description: A list of categories defined for the user. operationId: user.outlook_GetMasterCategory parameters: - name: user-id @@ -4178,11 +4133,7 @@ paths: patch: tags: - users.outlookUser - summary: Update outlookCategory - description: 'Update the writable property, color, of the specified outlookCategory object. You can''t modify the displayName property once you have created the category.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookcategory-update?view=graph-rest-1.0 + summary: Update the navigation property masterCategories in users operationId: user.outlook_UpdateMasterCategory parameters: - name: user-id @@ -4221,11 +4172,7 @@ paths: delete: tags: - users.outlookUser - summary: Delete outlookCategory - description: Delete the specified outlookCategory object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookcategory-delete?view=graph-rest-1.0 + summary: Delete navigation property masterCategories for users operationId: user.outlook_DeleteMasterCategory parameters: - name: user-id @@ -4281,11 +4228,7 @@ paths: get: tags: - users.outlookUser - summary: List taskFolders (deprecated) - description: Get all the Outlook task folders in the user's mailbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-list-taskfolders?view=graph-rest-1.0 + summary: Get taskFolders from users operationId: user.outlook_ListTaskFolder parameters: - name: user-id @@ -4338,11 +4281,7 @@ paths: post: tags: - users.outlookUser - summary: Create outlookTaskFolder (deprecated) - description: Create a task folder in the default task group (My Tasks) of the user's mailbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-post-taskfolders?view=graph-rest-1.0 + summary: Create new navigation property to taskFolders for users operationId: user.outlook_CreateTaskFolder parameters: - name: user-id @@ -4380,11 +4319,7 @@ paths: get: tags: - users.outlookUser - summary: Get outlookTaskFolder (deprecated) - description: Get the properties and relationships of the specified Outlook task folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskfolder-get?view=graph-rest-1.0 + summary: Get taskFolders from users operationId: user.outlook_GetTaskFolder parameters: - name: user-id @@ -4432,11 +4367,7 @@ paths: patch: tags: - users.outlookUser - summary: Update outlooktaskfolder (deprecated) - description: 'Update the writable properties of an Outlook task folder. You cannot change the name property value of the default task folder, ''Tasks''.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskfolder-update?view=graph-rest-1.0 + summary: Update the navigation property taskFolders in users operationId: user.outlook_UpdateTaskFolder parameters: - name: user-id @@ -4481,11 +4412,7 @@ paths: delete: tags: - users.outlookUser - summary: Delete outlookTaskFolder (deprecated) - description: Delete the specified Outlook task folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskfolder-delete?view=graph-rest-1.0 + summary: Delete navigation property taskFolders for users operationId: user.outlook_DeleteTaskFolder parameters: - name: user-id @@ -4526,11 +4453,8 @@ paths: get: tags: - users.outlookUser - summary: List tasks (deprecated) - description: "Get all the Outlook tasks in the specified folder. By default, this operation (and the POST, PATCH, and complete task operations) returns\ndate-related properties in UTC. You can use a Prefer: outlook.timezone request header to have all the date-related properties in the response represented in a time zone\ndifferent than UTC. See an example for getting a single task. You can apply the header similarly to get multiple tasks. If there is more than one task group, and you want to get all the tasks in a specific task group, first\nget all the task folders in that task group,\nand then get the tasks in each of these task folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0 + summary: Get tasks from users + description: The tasks in this task folder. Read-only. Nullable. operationId: user.outlook.taskFolder_ListTask parameters: - name: user-id @@ -4591,11 +4515,7 @@ paths: post: tags: - users.outlookUser - summary: Create outlookTask (deprecated) - description: "Create an Outlook task in the specified task folder. The POST method always ignores the time portion of startDateTime and dueDateTime in the request body, and assumes the time \nto be always midnight in the specified time zone." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0 + summary: Create new navigation property to tasks for users operationId: user.outlook.taskFolder_CreateTask parameters: - name: user-id @@ -4800,11 +4720,8 @@ paths: get: tags: - users.outlookUser - 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-1.0 + summary: Get attachments from users + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskFolder.task_ListAttachment parameters: - name: user-id @@ -4883,11 +4800,7 @@ paths: post: tags: - users.outlookUser - summary: Create attachment (deprecated) - description: Use this API to add an attachment to an outlookTask. The attachment can be a file (of fileAttachment type) or Outlook item (itemAttachment type). - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.outlook.taskFolder.task_CreateAttachment parameters: - name: user-id @@ -5178,11 +5091,7 @@ paths: get: tags: - users.outlookUser - summary: List taskGroups (deprecated) - description: 'Get all the Outlook task groups in the user''s mailbox. The response always includes the default task group My Tasks, and any other task groups that have been created in the mailbox.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-list-taskgroups?view=graph-rest-1.0 + summary: Get taskGroups from users operationId: user.outlook_ListTaskGroup parameters: - name: user-id @@ -5235,11 +5144,7 @@ paths: post: tags: - users.outlookUser - summary: Create outlookTaskGroup (deprecated) - description: Create an Outlook task group in the user's mailbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-post-taskgroups?view=graph-rest-1.0 + summary: Create new navigation property to taskGroups for users operationId: user.outlook_CreateTaskGroup parameters: - name: user-id @@ -5277,11 +5182,7 @@ paths: get: tags: - users.outlookUser - summary: Get outlookTaskGroup (deprecated) - description: Get the properties and relationships of the specified Outlook task group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskgroup-get?view=graph-rest-1.0 + summary: Get taskGroups from users operationId: user.outlook_GetTaskGroup parameters: - name: user-id @@ -5415,11 +5316,8 @@ paths: get: tags: - users.outlookUser - summary: List taskFolders (deprecated) - description: Get Outlook task folders in a specific outlookTaskGroup. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskgroup-list-taskfolders?view=graph-rest-1.0 + summary: Get taskFolders from users + description: The collection of task folders in the task group. Read-only. Nullable. operationId: user.outlook.taskGroup_ListTaskFolder parameters: - name: user-id @@ -5480,11 +5378,7 @@ paths: post: tags: - users.outlookUser - summary: Create outlookTaskFolder (deprecated) - description: Create an Outlook task folder under a specified outlookTaskGroup. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskgroup-post-taskfolders?view=graph-rest-1.0 + summary: Create new navigation property to taskFolders for users operationId: user.outlook.taskGroup_CreateTaskFolder parameters: - name: user-id @@ -5689,11 +5583,8 @@ paths: get: tags: - users.outlookUser - summary: List tasks (deprecated) - description: "Get all the Outlook tasks in the specified folder. By default, this operation (and the POST, PATCH, and complete task operations) returns\ndate-related properties in UTC. You can use a Prefer: outlook.timezone request header to have all the date-related properties in the response represented in a time zone\ndifferent than UTC. See an example for getting a single task. You can apply the header similarly to get multiple tasks. If there is more than one task group, and you want to get all the tasks in a specific task group, first\nget all the task folders in that task group,\nand then get the tasks in each of these task folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0 + summary: Get tasks from users + description: The tasks in this task folder. Read-only. Nullable. operationId: user.outlook.taskGroup.taskFolder_ListTask parameters: - name: user-id @@ -5762,11 +5653,7 @@ paths: post: tags: - users.outlookUser - summary: Create outlookTask (deprecated) - description: "Create an Outlook task in the specified task folder. The POST method always ignores the time portion of startDateTime and dueDateTime in the request body, and assumes the time \nto be always midnight in the specified time zone." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0 + summary: Create new navigation property to tasks for users operationId: user.outlook.taskGroup.taskFolder_CreateTask parameters: - name: user-id @@ -6003,11 +5890,8 @@ paths: get: tags: - users.outlookUser - 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-1.0 + summary: Get attachments from users + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskGroup.taskFolder.task_ListAttachment parameters: - name: user-id @@ -6094,11 +5978,7 @@ paths: post: tags: - users.outlookUser - summary: Create attachment (deprecated) - description: Use this API to add an attachment to an outlookTask. The attachment can be a file (of fileAttachment type) or Outlook item (itemAttachment type). - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.outlook.taskGroup.taskFolder.task_CreateAttachment parameters: - name: user-id @@ -6464,11 +6344,7 @@ paths: get: tags: - users.outlookUser - summary: List tasks (deprecated) - description: "Get all the Outlook tasks in the user's mailbox. By default, this operation (and the POST, PATCH, and complete task operations) returns date-related properties in UTC.\nYou can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone\ndifferent than UTC. See an example for getting a single task. You can apply the header similarly to get multiple tasks." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-list-tasks?view=graph-rest-1.0 + summary: Get tasks from users operationId: user.outlook_ListTask parameters: - name: user-id @@ -6521,11 +6397,7 @@ paths: post: tags: - users.outlookUser - summary: Create outlookTask (deprecated) - description: "Create an Outlook task in the default task group (My Tasks) and default task folder (Tasks) in the user's mailbox. The POST method always ignores the time portion of startDateTime and dueDateTime in the request body, and assumes the time \nto be always midnight in the specified time zone. By default, this operation (and the GET, PATCH, and complete task operations) returns date-related properties in UTC. \nYou can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone \ndifferent than UTC." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-post-tasks?view=graph-rest-1.0 + summary: Create new navigation property to tasks for users operationId: user.outlook_CreateTask parameters: - name: user-id @@ -6563,11 +6435,7 @@ paths: get: tags: - users.outlookUser - summary: Get outlookTask (deprecated) - description: 'Get the properties and relationships of an Outlook task in the user''s mailbox. By default, this operation (and the POST, PATCH, and complete task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-get?view=graph-rest-1.0 + summary: Get tasks from users operationId: user.outlook_GetTask parameters: - name: user-id @@ -6615,11 +6483,7 @@ paths: patch: tags: - users.outlookUser - summary: Update outlooktask (deprecated) - description: 'Change writable properties of an Outlook task. The completedDateTime property can be set by the complete action, or explicitly by a PATCH operation. If you use PATCH to set completedDateTime, make sure you set status to completed as well. By default, this operation (and the POST, GET, and complete task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-update?view=graph-rest-1.0 + summary: Update the navigation property tasks in users operationId: user.outlook_UpdateTask parameters: - name: user-id @@ -6664,11 +6528,7 @@ paths: delete: tags: - users.outlookUser - summary: Delete outlookTask (deprecated) - description: Delete the specified Outlook task in the user's mailbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-delete?view=graph-rest-1.0 + summary: Delete navigation property tasks for users operationId: user.outlook_DeleteTask parameters: - name: user-id @@ -6709,11 +6569,8 @@ paths: get: tags: - users.outlookUser - 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-1.0 + summary: Get attachments from users + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.task_ListAttachment parameters: - name: user-id @@ -6784,11 +6641,7 @@ paths: post: tags: - users.outlookUser - summary: Create attachment (deprecated) - description: Use this API to add an attachment to an outlookTask. The attachment can be a file (of fileAttachment type) or Outlook item (itemAttachment type). - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.outlook.task_CreateAttachment parameters: - name: user-id @@ -7014,9 +6867,6 @@ paths: - users.directoryObject summary: Get ownedDevices from users description: Devices owned by the user. Read-only. Nullable. Supports $expand. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0 operationId: user_ListOwnedDevice parameters: - name: user-id @@ -7507,9 +7357,6 @@ paths: - users.directoryObject summary: Get ownedObjects from users description: 'Directory objects owned by the user. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0 operationId: user_ListOwnedObject parameters: - name: user-id @@ -8471,9 +8318,6 @@ paths: - users.directoryObject summary: Get registeredDevices from users description: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0 operationId: user_ListRegisteredDevice parameters: - name: user-id @@ -9064,11 +8908,8 @@ paths: get: tags: - users.userSettings - summary: Get contactMergeSuggestions - description: Read the properties and relationships of a contactMergeSuggestions object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactmergesuggestions-get?view=graph-rest-1.0 + summary: Get contactMergeSuggestions from users + description: The user's settings for the visibility of merge suggestion for the duplicate contacts in the user's contact list. operationId: user.setting_GetContactMergeSuggestion parameters: - name: user-id @@ -9112,11 +8953,7 @@ paths: patch: tags: - users.userSettings - summary: Update contactMergeSuggestions - description: Update the properties of a contactMergeSuggestions object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactmergesuggestions-update?view=graph-rest-1.0 + summary: Update the navigation property contactMergeSuggestions in users operationId: user.setting_UpdateContactMergeSuggestion parameters: - name: user-id @@ -9174,11 +9011,8 @@ paths: get: tags: - users.userSettings - summary: Get userInsightsSettings - description: Get the user-customizable privacy settings for itemInsights and meeting hours insights. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userinsightssettings-get?view=graph-rest-1.0 + summary: Get itemInsights from users + description: 'The user''s settings for the visibility of meeting hour insights, and insights derived between a user and other items in Microsoft 365, such as documents or sites. Get userInsightsSettings through this navigation property.' operationId: user.setting_GetItemInsight parameters: - name: user-id @@ -9222,11 +9056,7 @@ paths: patch: tags: - users.userSettings - 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-1.0 + summary: Update the navigation property itemInsights in users operationId: user.setting_UpdateItemInsight parameters: - name: user-id @@ -9284,11 +9114,8 @@ paths: get: tags: - users.userSettings - summary: Get regionalAndLanguageSettings - description: Retrieve the properties of a user's regionalAndLanguageSettings. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/regionalandlanguagesettings-get?view=graph-rest-1.0 + summary: Get regionalAndLanguageSettings from users + description: 'The user''s preferences for languages, regional locale and date/time formatting.' operationId: user.setting_GetRegionalAndLanguageSetting parameters: - name: user-id @@ -9332,11 +9159,7 @@ paths: patch: tags: - users.userSettings - summary: Update regionalAndLanguageSettings - description: Update some or all of the properties of a regionalAndLanguageSettings object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/regionalandlanguagesettings-update?view=graph-rest-1.0 + summary: Update the navigation property regionalAndLanguageSettings in users operationId: user.setting_UpdateRegionalAndLanguageSetting parameters: - name: user-id @@ -9394,11 +9217,8 @@ paths: get: tags: - users.userSettings - 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 + summary: Get shiftPreferences from users + description: The shift preferences for the user. operationId: user.setting_GetShiftPreference parameters: - name: user-id @@ -9442,11 +9262,7 @@ paths: patch: tags: - users.userSettings - 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 + summary: Update the navigation property shiftPreferences in users operationId: user.setting_UpdateShiftPreference parameters: - name: user-id @@ -9606,11 +9422,7 @@ paths: get: tags: - users.userSettings - 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-1.0 + summary: Get quota from users operationId: user.setting.storage_GetQuota parameters: - name: user-id @@ -9712,11 +9524,8 @@ paths: get: tags: - users.userSettings - summary: List serviceStorageQuotaBreakdown - description: Get a list of serviceStorageQuotaBreakdown objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedstoragequota-list-services?view=graph-rest-1.0 + summary: Get services from users + description: The breakdown of services contributing to the user's quota usage. operationId: user.setting.storage.quota_ListService parameters: - name: user-id @@ -9955,11 +9764,8 @@ paths: get: tags: - users.userSettings - summary: List Windows settings - description: Get a list of windowsSetting objects and their properties for the signed in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/usersettings-list-windows?view=graph-rest-1.0 + summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: user.setting_ListWindow parameters: - name: user-id @@ -10049,11 +9855,8 @@ paths: get: tags: - users.userSettings - summary: Get windowsSetting - description: Read the properties and relationships of a windowsSetting object by passing the ID of the setting in the URL. This method gets the setting for the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowssetting-get?view=graph-rest-1.0 + summary: Get windows from users + description: The Windows settings of the user stored in the cloud. operationId: user.setting_GetWindow parameters: - name: user-id @@ -10179,11 +9982,8 @@ paths: get: tags: - users.userSettings - summary: List Windows setting instances - description: Get a list of windowsSettingInstance objects and their properties for the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowssetting-list-instances?view=graph-rest-1.0 + summary: Get instances from users + description: A collection of setting values for a given windowsSetting. operationId: user.setting.window_ListInstance parameters: - name: user-id @@ -10289,11 +10089,8 @@ paths: get: tags: - users.userSettings - summary: Get windowsSettingInstance - description: Read the properties and relationships of a windowsSettingInstance object by passing the Windows setting ID and Windows setting instance ID in the URL. This method gets a windowsSettingInstance for the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowssettinginstance-get?view=graph-rest-1.0 + summary: Get instances from users + description: A collection of setting values for a given windowsSetting. operationId: user.setting.window_GetInstance parameters: - name: user-id @@ -10495,11 +10292,8 @@ paths: get: tags: - users.directoryObject - 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 + 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.' operationId: user_ListSponsor parameters: - name: user-id @@ -10737,11 +10531,8 @@ paths: get: tags: - users.todo - summary: List lists - description: Get a list of the todoTaskList objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0 + summary: Get lists from users + description: The task lists in the users mailbox. operationId: user.todo_ListList parameters: - name: user-id @@ -10799,11 +10590,7 @@ paths: post: tags: - users.todo - summary: Create todoTaskList - description: Create a new lists object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0 + summary: Create new navigation property to lists for users operationId: user.todo_CreateList parameters: - name: user-id @@ -10835,11 +10622,8 @@ paths: get: tags: - users.todo - summary: Get todoTaskList - description: Read the properties and relationships of a todoTaskList object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0 + summary: Get lists from users + description: The task lists in the users mailbox. operationId: user.todo_GetList parameters: - name: user-id @@ -10891,11 +10675,7 @@ paths: patch: tags: - users.todo - summary: Update todoTaskList - description: Update the properties of a todoTaskList object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-update?view=graph-rest-1.0 + summary: Update the navigation property lists in users operationId: user.todo_UpdateList parameters: - name: user-id @@ -10934,11 +10714,7 @@ paths: delete: tags: - users.todo - summary: Delete todoTaskList - description: Deletes a todoTaskList object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-delete?view=graph-rest-1.0 + summary: Delete navigation property lists for users operationId: user.todo_DeleteList parameters: - name: user-id @@ -11261,11 +11037,8 @@ paths: get: tags: - users.todo - summary: List tasks - description: Get the todoTask resources from the tasks navigation property of a specified todoTaskList. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0 + summary: Get tasks from users + description: The tasks in this task list. Read-only. Nullable. operationId: user.todo.list_ListTask parameters: - name: user-id @@ -11331,11 +11104,7 @@ paths: post: tags: - users.todo - summary: Create todoTask - description: Create a new task object in a specified todoTaskList. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0 + summary: Create new navigation property to tasks for users operationId: user.todo.list_CreateTask parameters: - name: user-id @@ -11375,11 +11144,8 @@ paths: get: tags: - users.todo - summary: Get todoTask - description: Read the properties and relationships of a todoTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0 + summary: Get tasks from users + description: The tasks in this task list. Read-only. Nullable. operationId: user.todo.list_GetTask parameters: - name: user-id @@ -11439,11 +11205,7 @@ paths: patch: tags: - users.todo - summary: Update todoTask - description: Update the properties of a todoTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-update?view=graph-rest-1.0 + summary: Update the navigation property tasks in users operationId: user.todo.list_UpdateTask parameters: - name: user-id @@ -11490,11 +11252,7 @@ paths: delete: tags: - users.todo - summary: Delete todoTask - description: Deletes a todoTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-delete?view=graph-rest-1.0 + summary: Delete navigation property tasks for users operationId: user.todo.list_DeleteTask parameters: - name: user-id @@ -11537,11 +11295,8 @@ paths: get: tags: - users.todo - summary: List taskFileAttachments - description: Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: A collection of file attachments for the task. operationId: user.todo.list.task_ListAttachment parameters: - name: user-id @@ -11604,11 +11359,7 @@ paths: post: tags: - users.todo - summary: Create taskFileAttachment - description: 'Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.todo.list.task_CreateAttachment parameters: - name: user-id @@ -11656,11 +11407,8 @@ paths: get: tags: - users.todo - summary: Get taskFileAttachment - description: Read the properties and relationships of a taskFileAttachment object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: A collection of file attachments for the task. operationId: user.todo.list.task_GetAttachment parameters: - name: user-id @@ -11718,11 +11466,7 @@ paths: delete: tags: - users.todo - summary: Delete taskFileAttachment - description: Delete a taskFileAttachment object from a todoTask resource. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.todo.list.task_DeleteAttachment parameters: - name: user-id @@ -11774,9 +11518,6 @@ paths: tags: - users.todo summary: Get media content for the navigation property attachments from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0 operationId: user.todo.list.task_GetAttachmentsContent parameters: - name: user-id @@ -12288,11 +12029,8 @@ paths: get: tags: - users.todo - summary: List checklistItems - description: Get the checklistItem resources associated to the checklistItems navigation property of a todoTask. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0 + summary: Get checklistItems from users + description: A collection of smaller subtasks linked to the more complex parent task. operationId: user.todo.list.task_ListChecklistItem parameters: - name: user-id @@ -12366,11 +12104,7 @@ paths: post: tags: - users.todo - summary: Create checklistItem - description: Create a new checklistItem object as a subtask in a bigger todoTask. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0 + summary: Create new navigation property to checklistItems for users operationId: user.todo.list.task_CreateChecklistItem parameters: - name: user-id @@ -12418,11 +12152,8 @@ paths: get: tags: - users.todo - summary: Get checklistItem - description: Read the properties and relationships of a checklistItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0 + summary: Get checklistItems from users + description: A collection of smaller subtasks linked to the more complex parent task. operationId: user.todo.list.task_GetChecklistItem parameters: - name: user-id @@ -12490,11 +12221,7 @@ paths: patch: tags: - users.todo - summary: Update checklistItem - description: Update the properties of a checklistItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/checklistitem-update?view=graph-rest-1.0 + summary: Update the navigation property checklistItems in users operationId: user.todo.list.task_UpdateChecklistItem parameters: - name: user-id @@ -12549,11 +12276,7 @@ paths: delete: tags: - users.todo - summary: Delete checklistItem - description: Delete a checklistItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/checklistitem-delete?view=graph-rest-1.0 + summary: Delete navigation property checklistItems for users operationId: user.todo.list.task_DeleteChecklistItem parameters: - name: user-id @@ -12978,11 +12701,8 @@ paths: get: tags: - users.todo - summary: List linkedResources - description: 'Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0 + summary: Get linkedResources from users + description: A collection of resources linked to the task. operationId: user.todo.list.task_ListLinkedResource parameters: - name: user-id @@ -13056,11 +12776,7 @@ paths: post: tags: - users.todo - summary: Create linkedResource - description: 'Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a todoTask.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0 + summary: Create new navigation property to linkedResources for users operationId: user.todo.list.task_CreateLinkedResource parameters: - name: user-id @@ -13108,11 +12824,8 @@ paths: get: tags: - users.todo - summary: Get linkedResource - description: Read the properties and relationships of a linkedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0 + summary: Get linkedResources from users + description: A collection of resources linked to the task. operationId: user.todo.list.task_GetLinkedResource parameters: - name: user-id @@ -13180,11 +12893,7 @@ paths: patch: tags: - users.todo - summary: Update linkedResource - description: Update the properties of a linkedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/linkedresource-update?view=graph-rest-1.0 + summary: Update the navigation property linkedResources in users operationId: user.todo.list.task_UpdateLinkedResource parameters: - name: user-id @@ -13239,11 +12948,7 @@ paths: delete: tags: - users.todo - summary: Delete linkedResource - description: Delete a linkedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/linkedresource-delete?view=graph-rest-1.0 + summary: Delete navigation property linkedResources for users operationId: user.todo.list.task_DeleteLinkedResource parameters: - name: user-id @@ -13386,9 +13091,6 @@ paths: - users.directoryObject summary: Get transitiveMemberOf from users description: 'The groups, including nested groups and directory roles that a user is a member of. Nullable.' - 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 @@ -14757,6 +14459,12 @@ components: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the user. + x-ms-navigationProperty: true managedAppRegistrations: type: array items: @@ -16265,7 +15973,7 @@ components: nullable: true isRooted: type: boolean - description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true kind: type: string @@ -16466,7 +16174,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -18556,7 +18264,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -18943,6 +18651,53 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.managedAppLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was completed. 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. Read-only.' + format: date-time + nullable: true + managedAppRegistrationId: + type: string + description: The unique identifier of the app instance for which diagnostic logs were collected. Read-only. + nullable: true + requestedBy: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedByUserPrincipalName: + type: string + description: The user principal name associated with the request for the managed application log collection. Read-only. + nullable: true + requestedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'DateTime of when the log upload request was received. 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. Read-only.' + format: date-time + status: + type: string + description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.' + nullable: true + uploadedLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUpload' + description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs. Read-only.' + userLogUploadConsent: + $ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent' + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The Managed App log collection response microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19026,6 +18781,12 @@ components: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true + managedAppLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + description: Zero or more log collection requests triggered for the app. + x-ms-navigationProperty: true operations: type: array items: @@ -19994,6 +19755,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerTasks to be shown in the My Day view of the user. x-ms-navigationProperty: true plans: type: array @@ -20004,7 +19766,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - description: Read-only. Nullable. Returns the plannerPlans that have been recently viewed by the user in apps that support recent plans. + description: Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans. x-ms-navigationProperty: true rosterPlans: type: array @@ -23942,13 +23704,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -24173,7 +23935,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -24375,7 +24137,7 @@ components: description: 'The type of permission, for example, read. See the Roles property values section for the full list of roles. Read-only.' shareId: type: string - description: 'A unique token that can be used to access this shared item via the [shares API][]. Read-only.' + description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true additionalProperties: type: object @@ -25075,6 +24837,50 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.managedAppLogUpload: + title: managedAppLogUpload + type: object + properties: + managedAppComponent: + type: string + description: 'The 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. Read-only.' + nullable: true + managedAppComponentDescription: + type: string + description: 'The 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. Read-only.' + nullable: true + referenceId: + type: string + description: A provider-specific reference id for the uploaded logs. Read-only. + nullable: true + 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.' + microsoft.graph.managedAppLogUploadConsent: + title: managedAppLogUploadConsent + enum: + - unknown + - declined + - accepted + - unknownFutureValue + type: string + description: Represents the current consent status of the associated `managedAppLogCollectionRequest`. + x-ms-enum: + name: managedAppLogUploadConsent + modelAsString: false + values: + - value: unknown + description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes. + name: unknown + - value: declined + description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.' + name: declined + - value: accepted + description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated. + name: accepted + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier type: object @@ -27768,7 +27574,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Number of checklist items with value set to false, representing incomplete items.' + description: 'The number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: @@ -27777,19 +27583,19 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo' assigneePriority: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.' nullable: true assignments: $ref: '#/components/schemas/microsoft.graph.plannerAssignments' bucketId: type: string - description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. + description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer - description: Number of checklist items that are present on the task. + description: The number of checklist items that are present on the task. format: int32 nullable: true completedBy: @@ -27797,19 +27603,19 @@ components: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string - description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: $ref: '#/components/schemas/microsoft.graph.identitySet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true creationSource: @@ -27817,12 +27623,12 @@ components: dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean - description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. + description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.' nullable: true isArchived: type: boolean @@ -27839,13 +27645,13 @@ components: nullable: true orderHint: type: string - description: Hint used to order items of this type in a list view. The format is defined as outlined here. + description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.' nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer - description: 'Percentage of task completion. When set to 100, the task is considered completed.' + description: 'The percentage of task completion. When set to 100, the task is completed.' format: int32 nullable: true planId: @@ -28482,11 +28288,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -30062,11 +29868,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -30082,13 +29888,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -31304,6 +31110,8 @@ components: - article - home - unknownFutureValue + - newsLink + - videoNewsLink type: string microsoft.graph.sharePointIdentitySet: allOf: @@ -35773,7 +35581,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -39558,6 +39366,7 @@ components: properties: isApprovalRequired: type: boolean + description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index 60f9350610..b862213779 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -14,7 +14,7 @@ paths: 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 + url: https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_publish parameters: - name: browserSiteList-id @@ -60,6 +60,10 @@ paths: tags: - 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 @@ -100,6 +104,10 @@ paths: tags: - 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.issue_incidentReport parameters: - name: serviceHealthIssue-id @@ -135,7 +143,7 @@ paths: description: Archive a list of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_archive requestBody: description: Action parameters @@ -177,7 +185,7 @@ paths: description: Change the status of a list of serviceUpdateMessages to favorite for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_favorite requestBody: description: Action parameters @@ -219,7 +227,7 @@ paths: description: Mark a list of serviceUpdateMessages as read for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_markRead requestBody: description: Action parameters @@ -261,7 +269,7 @@ paths: description: Mark a list of serviceUpdateMessages as unread for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_markUnread requestBody: description: Action parameters @@ -303,7 +311,7 @@ paths: description: Unarchive a list of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_unarchive requestBody: description: Action parameters @@ -345,7 +353,7 @@ paths: description: Remove the favorite status of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_unfavorite requestBody: description: Action parameters @@ -617,11 +625,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get entries from admin + description: Lists the content that you can approve for deployment. Read-only. operationId: admin.window.update.catalog_ListEntry parameters: - $ref: '#/components/parameters/top' @@ -811,11 +816,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get deploymentAudiences from admin + description: The set of updatableAsset resources to which a deployment can apply. operationId: admin.window.update_ListDeploymentAudience parameters: - $ref: '#/components/parameters/top' @@ -865,11 +867,7 @@ paths: post: tags: - admin.adminWindows - 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-1.0 + summary: Create new navigation property to deploymentAudiences for admin operationId: admin.window.update_CreateDeploymentAudience requestBody: description: New navigation property @@ -892,11 +890,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get deploymentAudiences from admin + description: The set of updatableAsset resources to which a deployment can apply. operationId: admin.window.update_GetDeploymentAudience parameters: - name: deploymentAudience-id @@ -971,11 +966,7 @@ paths: delete: tags: - admin.adminWindows - 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-1.0 + summary: Delete navigation property deploymentAudiences for admin operationId: admin.window.update_DeleteDeploymentAudience parameters: - name: deploymentAudience-id @@ -1584,11 +1575,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get exclusions from admin + description: Specifies the assets to exclude from the audience. operationId: admin.window.update.deploymentAudience_ListExclusion parameters: - name: deploymentAudience-id @@ -1809,7 +1797,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_addMember parameters: - name: deploymentAudience-id @@ -1856,7 +1844,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_addMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -1907,7 +1895,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_removeMember parameters: - name: deploymentAudience-id @@ -1954,7 +1942,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.exclusion_removeMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -2179,11 +2167,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get members from admin + description: Specifies the assets to include in the audience. operationId: admin.window.update.deploymentAudience_ListMember parameters: - name: deploymentAudience-id @@ -2404,7 +2389,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_addMember parameters: - name: deploymentAudience-id @@ -2451,7 +2436,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_addMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -2502,7 +2487,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_removeMember parameters: - name: deploymentAudience-id @@ -2549,7 +2534,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience.member_removeMembersGraphBPreId parameters: - name: deploymentAudience-id @@ -2778,7 +2763,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object, if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. If all updatableAsset objects are the same type, you can also use the method updateAudienceById to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta operationId: admin.window.update.deploymentAudience_updateAudience parameters: - name: deploymentAudience-id @@ -2829,7 +2814,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. You can also use the method updateAudience to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta operationId: admin.window.update.deploymentAudience_updateAudienceGraphBPreId parameters: - name: deploymentAudience-id @@ -2897,11 +2882,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get deployments from admin + description: Deployments created using the deployment service. operationId: admin.window.update_ListDeployment parameters: - $ref: '#/components/parameters/top' @@ -2951,11 +2933,7 @@ paths: post: tags: - admin.adminWindows - 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-1.0 + summary: Create new navigation property to deployments for admin operationId: admin.window.update_CreateDeployment requestBody: description: New navigation property @@ -2978,11 +2956,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get deployments from admin + description: Deployments created using the deployment service. operationId: admin.window.update_GetDeployment parameters: - name: deployment-id @@ -3026,11 +3001,7 @@ paths: patch: tags: - admin.adminWindows - 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-1.0 + summary: Update the navigation property deployments in admin operationId: admin.window.update_UpdateDeployment parameters: - name: deployment-id @@ -3061,11 +3032,7 @@ paths: delete: tags: - admin.adminWindows - 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-1.0 + summary: Delete navigation property deployments for admin operationId: admin.window.update_DeleteDeployment parameters: - name: deployment-id @@ -3777,11 +3744,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get exclusions from admin + description: Specifies the assets to exclude from the audience. operationId: admin.window.update.deployment.audience_ListExclusion parameters: - name: deployment-id @@ -4002,7 +3966,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_addMember parameters: - name: deployment-id @@ -4049,7 +4013,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_addMembersGraphBPreId parameters: - name: deployment-id @@ -4100,7 +4064,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_removeMember parameters: - name: deployment-id @@ -4147,7 +4111,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.exclusion_removeMembersGraphBPreId parameters: - name: deployment-id @@ -4372,11 +4336,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get members from admin + description: Specifies the assets to include in the audience. operationId: admin.window.update.deployment.audience_ListMember parameters: - name: deployment-id @@ -4597,7 +4558,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_addMember parameters: - name: deployment-id @@ -4644,7 +4605,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_addMembersGraphBPreId parameters: - name: deployment-id @@ -4695,7 +4656,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_removeMember parameters: - name: deployment-id @@ -4742,7 +4703,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience.member_removeMembersGraphBPreId parameters: - name: deployment-id @@ -4971,7 +4932,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object, if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. If all updatableAsset objects are the same type, you can also use the method updateAudienceById to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta operationId: admin.window.update.deployment.audience_updateAudience parameters: - name: deployment-id @@ -5022,7 +4983,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. You can also use the method updateAudience to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta operationId: admin.window.update.deployment.audience_updateAudienceGraphBPreId parameters: - name: deployment-id @@ -6002,6 +5963,10 @@ paths: tags: - admin.Functions summary: Invoke function getKnownIssuesByTimeRange + description: Get known issues related to a particular product based on a specified timeframe in the past. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta operationId: admin.window.update.product_getKnownIssuesGraphBPreTimeRange parameters: - name: product-id @@ -6751,11 +6716,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get resourceConnections from admin + description: Service connections to external resources such as analytics workspaces. operationId: admin.window.update_ListResourceConnection parameters: - $ref: '#/components/parameters/top' @@ -6805,11 +6767,7 @@ paths: post: tags: - admin.adminWindows - 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-1.0 + summary: Create new navigation property to resourceConnections for admin operationId: admin.window.update_CreateResourceConnection requestBody: description: New navigation property @@ -6832,11 +6790,8 @@ paths: get: tags: - admin.adminWindows - summary: Get operationalInsightsConnection - description: Read the properties and relationships of an operationalInsightsConnection object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-1.0 + summary: Get resourceConnections from admin + description: Service connections to external resources such as analytics workspaces. operationId: admin.window.update_GetResourceConnection parameters: - name: resourceConnection-id @@ -6911,11 +6866,7 @@ paths: delete: tags: - admin.adminWindows - 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-1.0 + summary: Delete navigation property resourceConnections for admin operationId: admin.window.update_DeleteResourceConnection parameters: - name: resourceConnection-id @@ -6956,11 +6907,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get updatableAssets from admin + description: Assets registered with the deployment service that can receive updates. operationId: admin.window.update_ListUpdatableAsset parameters: - $ref: '#/components/parameters/top' @@ -7010,11 +6958,7 @@ paths: post: tags: - admin.adminWindows - 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-1.0 + summary: Create new navigation property to updatableAssets for admin operationId: admin.window.update_CreateUpdatableAsset requestBody: description: New navigation property @@ -7037,11 +6981,8 @@ paths: get: tags: - admin.adminWindows - summary: Get azureADDevice - description: Read the properties of an azureADDevice object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-1.0 + summary: Get updatableAssets from admin + description: Assets registered with the deployment service that can receive updates. operationId: admin.window.update_GetUpdatableAsset parameters: - name: updatableAsset-id @@ -7116,11 +7057,7 @@ paths: delete: tags: - admin.adminWindows - summary: Delete updatableAsset - description: Delete an updatableAsset object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-1.0 + summary: Delete navigation property updatableAssets for admin operationId: admin.window.update_DeleteUpdatableAsset parameters: - name: updatableAsset-id @@ -7151,7 +7088,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.updatableAsset_addMember parameters: - name: updatableAsset-id @@ -7190,7 +7127,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.updatableAsset_addMembersGraphBPreId parameters: - name: updatableAsset-id @@ -7233,7 +7170,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.updatableAsset_removeMember parameters: - name: updatableAsset-id @@ -7272,7 +7209,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.updatableAsset_removeMembersGraphBPreId parameters: - name: updatableAsset-id @@ -7445,11 +7382,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get updatePolicies from admin + description: A collection of policies for approving the deployment of different content to an audience over time. operationId: admin.window.update_ListUpdatePolicy parameters: - $ref: '#/components/parameters/top' @@ -7499,11 +7433,7 @@ paths: post: tags: - admin.adminWindows - 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-1.0 + summary: Create new navigation property to updatePolicies for admin operationId: admin.window.update_CreateUpdatePolicy requestBody: description: New navigation property @@ -7526,11 +7456,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get updatePolicies from admin + description: A collection of policies for approving the deployment of different content to an audience over time. operationId: admin.window.update_GetUpdatePolicy parameters: - name: updatePolicy-id @@ -7574,11 +7501,7 @@ paths: patch: tags: - admin.adminWindows - 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-1.0 + summary: Update the navigation property updatePolicies in admin operationId: admin.window.update_UpdateUpdatePolicy parameters: - name: updatePolicy-id @@ -7609,11 +7532,7 @@ paths: delete: tags: - admin.adminWindows - 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-1.0 + summary: Delete navigation property updatePolicies for admin operationId: admin.window.update_DeleteUpdatePolicy parameters: - name: updatePolicy-id @@ -8325,11 +8244,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get exclusions from admin + description: Specifies the assets to exclude from the audience. operationId: admin.window.update.updatePolicy.audience_ListExclusion parameters: - name: updatePolicy-id @@ -8550,7 +8466,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_addMember parameters: - name: updatePolicy-id @@ -8597,7 +8513,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_addMembersGraphBPreId parameters: - name: updatePolicy-id @@ -8648,7 +8564,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_removeMember parameters: - name: updatePolicy-id @@ -8695,7 +8611,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.exclusion_removeMembersGraphBPreId parameters: - name: updatePolicy-id @@ -8920,11 +8836,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + summary: Get members from admin + description: Specifies the assets to include in the audience. operationId: admin.window.update.updatePolicy.audience_ListMember parameters: - name: updatePolicy-id @@ -9145,7 +9058,7 @@ paths: description: 'Add members to an updatableAssetGroup. You can add azureADDevice resources as members, but may not add updatableAssetGroup resources as members. Adding a Microsoft Entra device as a member of an updatable asset group automatically creates an azureADDevice object, if it does not already exist. You can also use the method addMembersById to add members.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_addMember parameters: - name: updatePolicy-id @@ -9192,7 +9105,7 @@ paths: description: Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_addMembersGraphBPreId parameters: - name: updatePolicy-id @@ -9243,7 +9156,7 @@ paths: description: Remove members from an updatableAssetGroup. You can also use the method removeMembersById to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_removeMember parameters: - name: updatePolicy-id @@ -9290,7 +9203,7 @@ paths: description: Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience.member_removeMembersGraphBPreId parameters: - name: updatePolicy-id @@ -9519,7 +9432,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object, if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. If all updatableAsset objects are the same type, you can also use the method updateAudienceById to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience_updateAudience parameters: - name: updatePolicy-id @@ -9570,7 +9483,7 @@ paths: description: 'Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates a Microsoft Entra device object if it does not already exist. If the same updatableAsset gets included in the exclusions and members collections of a deploymentAudience, deployment will not apply to that asset. You can also use the method updateAudience to update the deploymentAudience.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta operationId: admin.window.update.updatePolicy.audience_updateAudienceGraphBPreId parameters: - name: updatePolicy-id @@ -9624,11 +9537,8 @@ paths: get: tags: - admin.adminWindows - 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-1.0 + 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. operationId: admin.window.update.updatePolicy_ListComplianceChange parameters: - name: updatePolicy-id @@ -9686,11 +9596,7 @@ paths: post: tags: - admin.adminWindows - 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-1.0 + summary: Create new navigation property to complianceChanges for admin operationId: admin.window.update.updatePolicy_CreateComplianceChange parameters: - name: updatePolicy-id @@ -9722,11 +9628,8 @@ paths: get: tags: - admin.adminWindows - summary: Get contentApproval - description: Read the properties and relationships of a contentApproval object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-1.0 + 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. operationId: admin.window.update.updatePolicy_GetComplianceChange parameters: - name: updatePolicy-id @@ -9778,11 +9681,7 @@ paths: patch: tags: - admin.adminWindows - summary: Update complianceChange - description: Update the properties of a complianceChange object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-1.0 + summary: Update the navigation property complianceChanges in admin operationId: admin.window.update.updatePolicy_UpdateComplianceChange parameters: - name: updatePolicy-id @@ -9821,11 +9720,7 @@ paths: delete: tags: - admin.adminWindows - summary: Delete contentApproval - description: Delete a contentApproval object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-1.0 + summary: Delete navigation property complianceChanges for admin operationId: admin.window.update.updatePolicy_DeleteComplianceChange parameters: - name: updatePolicy-id @@ -11126,11 +11021,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - 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.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 35d08936d8..e7d4ebf78c 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -149,11 +149,11 @@ paths: patch: tags: - applications.application - summary: Update application - description: Update the properties of an application object. + summary: Upsert application + description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 operationId: application_UpdateApplication parameters: - name: application-id @@ -275,11 +275,7 @@ paths: delete: tags: - applications.appManagementPolicy - 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 + summary: Delete ref of navigation property appManagementPolicies for applications operationId: application.appManagementPolicy_DeleteAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -375,11 +371,7 @@ paths: post: tags: - applications.appManagementPolicy - 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 + summary: Create new navigation property ref to appManagementPolicies for applications operationId: application_CreateAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -401,11 +393,7 @@ paths: delete: tags: - applications.appManagementPolicy - 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 + summary: Delete ref of navigation property appManagementPolicies for applications operationId: application_DeleteAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -486,11 +474,8 @@ paths: get: tags: - applications.extensionProperty - 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 + summary: Get extensionProperties from applications + description: 'Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).' operationId: application_ListExtensionProperty parameters: - name: application-id @@ -548,11 +533,7 @@ paths: post: tags: - applications.extensionProperty - 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 + summary: Create new navigation property to extensionProperties for applications operationId: application_CreateExtensionProperty parameters: - name: application-id @@ -584,11 +565,8 @@ paths: get: tags: - applications.extensionProperty - 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 + summary: Get extensionProperties from applications + description: 'Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).' operationId: application_GetExtensionProperty parameters: - name: application-id @@ -679,11 +657,7 @@ paths: delete: tags: - applications.extensionProperty - 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 + summary: Delete navigation property extensionProperties for applications operationId: application_DeleteExtensionProperty parameters: - name: application-id @@ -740,11 +714,8 @@ paths: get: tags: - applications.federatedIdentityCredential - 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 + summary: Get federatedIdentityCredentials from applications + description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' operationId: application_ListFederatedIdentityCredential parameters: - name: application-id @@ -802,11 +773,7 @@ paths: post: tags: - applications.federatedIdentityCredential - 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 + summary: Create new navigation property to federatedIdentityCredentials for applications operationId: application_CreateFederatedIdentityCredential parameters: - name: application-id @@ -838,11 +805,8 @@ paths: get: tags: - applications.federatedIdentityCredential - 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 + summary: Get federatedIdentityCredentials from applications + description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' operationId: application_GetFederatedIdentityCredential parameters: - name: application-id @@ -894,11 +858,7 @@ paths: patch: tags: - applications.federatedIdentityCredential - summary: Update federatedIdentityCredential - description: Update the properties of a federatedIdentityCredential object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0 + summary: Update the navigation property federatedIdentityCredentials in applications operationId: application_UpdateFederatedIdentityCredential parameters: - name: application-id @@ -937,11 +897,7 @@ paths: delete: tags: - applications.federatedIdentityCredential - 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 + summary: Delete navigation property federatedIdentityCredentials for applications operationId: application_DeleteFederatedIdentityCredential parameters: - name: application-id @@ -972,6 +928,130 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/applications/{application-id}/federatedIdentityCredentials(name=''{name}'')': + 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).' + operationId: application.federatedIdentityCredential_GetGraphBPreName + 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: name + in: path + description: Alternate key of federatedIdentityCredential + required: true + style: simple + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - applications.federatedIdentityCredential + summary: Update the navigation property federatedIdentityCredentials in applications + operationId: application.federatedIdentityCredential_UpdateGraphBPreName + 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: name + in: path + description: Alternate key of federatedIdentityCredential + required: true + style: simple + schema: + type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - applications.federatedIdentityCredential + summary: Delete navigation property federatedIdentityCredentials for applications + operationId: application.federatedIdentityCredential_DeleteGraphBPreName + 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: name + in: path + description: Alternate key of federatedIdentityCredential + required: true + 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 '/applications/{application-id}/federatedIdentityCredentials/$count': get: tags: @@ -1234,7 +1314,7 @@ paths: tags: - applications.Actions summary: Invoke action addPassword - description: Adds a strong password or secret to an application. + description: Adds a strong password or secret to an application. You can also add passwords while creating the application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0 @@ -1667,9 +1747,6 @@ paths: - 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.' - 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 @@ -1738,11 +1815,7 @@ paths: delete: tags: - applications.directoryObject - 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 + summary: Delete ref of navigation property owners for applications operationId: application.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: application-id @@ -2059,9 +2132,6 @@ paths: - 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.' - 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 @@ -2109,11 +2179,7 @@ paths: post: tags: - applications.directoryObject - 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 + summary: Create new navigation property ref to owners for applications operationId: application_CreateOwnerGraphBPreRef parameters: - name: application-id @@ -2135,11 +2201,7 @@ paths: delete: tags: - applications.directoryObject - 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 + summary: Delete ref of navigation property owners for applications operationId: application_DeleteOwnerGraphBPreRef parameters: - name: application-id @@ -2677,11 +2739,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get jobs from applications + description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' operationId: application.synchronization_ListJob parameters: - name: application-id @@ -2739,11 +2798,7 @@ paths: post: tags: - applications.synchronization - 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 + summary: Create new navigation property to jobs for applications operationId: application.synchronization_CreateJob parameters: - name: application-id @@ -2775,11 +2830,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get jobs from applications + description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' operationId: application.synchronization_GetJob parameters: - name: application-id @@ -2870,11 +2922,7 @@ paths: delete: tags: - applications.synchronization - 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 + summary: Delete navigation property jobs for applications operationId: application.synchronization_DeleteJob parameters: - name: application-id @@ -3325,11 +3373,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get schema from applications + description: The synchronization schema configured for the job. operationId: application.synchronization.job_GetSchema parameters: - name: application-id @@ -3381,11 +3426,7 @@ paths: patch: tags: - applications.synchronization - 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 + summary: Update the navigation property schema in applications operationId: application.synchronization.job_UpdateSchema parameters: - name: application-id @@ -3793,6 +3834,10 @@ paths: tags: - applications.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: application.synchronization.job.schema_filterOperator parameters: - name: application-id @@ -3875,6 +3920,10 @@ paths: tags: - applications.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: application.synchronization.job.schema_function parameters: - name: application-id @@ -4183,11 +4232,8 @@ paths: get: tags: - applications.synchronization - 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 + summary: Get templates from applications + description: Preconfigured synchronization settings for a particular application. operationId: application.synchronization_ListTemplate parameters: - name: application-id @@ -4330,11 +4376,7 @@ paths: patch: tags: - applications.synchronization - 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 + summary: Update the navigation property templates in applications operationId: application.synchronization_UpdateTemplate parameters: - name: application-id @@ -4869,6 +4911,10 @@ paths: tags: - applications.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: application.synchronization.template.schema_filterOperator parameters: - name: application-id @@ -4951,6 +4997,10 @@ paths: tags: - applications.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: application.synchronization.template.schema_function parameters: - name: application-id @@ -5108,11 +5158,7 @@ paths: get: tags: - applications.tokenIssuancePolicy - 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 + summary: Get tokenIssuancePolicies from applications operationId: application_ListTokenIssuancePolicy parameters: - name: application-id @@ -5171,11 +5217,7 @@ paths: delete: tags: - applications.tokenIssuancePolicy - 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 + summary: Delete ref of navigation property tokenIssuancePolicies for applications operationId: application.tokenIssuancePolicy_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5232,11 +5274,7 @@ paths: get: tags: - applications.tokenIssuancePolicy - 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 + summary: Get ref of tokenIssuancePolicies from applications operationId: application_ListTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5274,11 +5312,7 @@ paths: post: tags: - applications.tokenIssuancePolicy - 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 + summary: Create new navigation property ref to tokenIssuancePolicies for applications operationId: application_CreateTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5300,11 +5334,7 @@ paths: delete: tags: - applications.tokenIssuancePolicy - 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 + summary: Delete ref of navigation property tokenIssuancePolicies for applications operationId: application_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5339,11 +5369,7 @@ paths: get: tags: - applications.tokenLifetimePolicy - 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 + summary: Get tokenLifetimePolicies from applications operationId: application_ListTokenLifetimePolicy parameters: - name: application-id @@ -5402,11 +5428,7 @@ paths: delete: tags: - applications.tokenLifetimePolicy - 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 + summary: Delete ref of navigation property tokenLifetimePolicies for applications operationId: application.tokenLifetimePolicy_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5463,11 +5485,7 @@ paths: get: tags: - applications.tokenLifetimePolicy - 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 + summary: Get ref of tokenLifetimePolicies from applications operationId: application_ListTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5505,11 +5523,7 @@ paths: post: tags: - applications.tokenLifetimePolicy - 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 + summary: Create new navigation property ref to tokenLifetimePolicies for applications operationId: application_CreateTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5531,11 +5545,7 @@ paths: delete: tags: - applications.tokenLifetimePolicy - 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 + summary: Delete ref of navigation property tokenLifetimePolicies for applications operationId: application_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5618,11 +5628,11 @@ paths: patch: tags: - applications.application - summary: Update application - description: Update the properties of an application object. + summary: Upsert application + description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 operationId: application_UpdateApplicationGraphBPreAppId parameters: - name: appId @@ -5732,11 +5742,11 @@ paths: patch: tags: - applications.application - summary: Update application - description: Update the properties of an application object. + summary: Upsert application + description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 operationId: application_UpdateApplicationGraphBPreUniqueName parameters: - name: uniqueName @@ -5823,6 +5833,10 @@ paths: tags: - applications.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For details, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0 operationId: application_delta parameters: - $ref: '#/components/parameters/top' @@ -6194,9 +6208,6 @@ paths: - groups.appRoleAssignment summary: Get appRoleAssignments from groups description: Represents the app roles a group has been granted for an application. Supports $expand. - 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 @@ -6264,11 +6275,7 @@ paths: post: tags: - groups.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignments for groups operationId: group_CreateAppRoleAssignment parameters: - name: group-id @@ -6402,11 +6409,7 @@ paths: delete: tags: - groups.appRoleAssignment - 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 + summary: Delete navigation property appRoleAssignments for groups operationId: group_DeleteAppRoleAssignment parameters: - name: group-id @@ -6612,7 +6615,11 @@ paths: patch: tags: - servicePrincipals.servicePrincipal - summary: Update entity in servicePrincipals + summary: Upsert servicePrincipal + description: 'Create a new servicePrincipal object if it doesn''t exist, or update the properties of an existing servicePrincipal object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0 operationId: servicePrincipal_UpdateServicePrincipal parameters: - name: servicePrincipal-id @@ -6810,11 +6817,8 @@ paths: get: tags: - servicePrincipals.appRoleAssignment - summary: List appRoleAssignments granted for a service principal - description: 'Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0 + summary: Get appRoleAssignedTo from servicePrincipals + description: 'App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.' operationId: servicePrincipal_ListAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -6872,11 +6876,7 @@ paths: post: tags: - servicePrincipals.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignedTo for servicePrincipals operationId: servicePrincipal_CreateAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -7000,11 +7000,7 @@ paths: delete: tags: - servicePrincipals.appRoleAssignment - 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 + summary: Delete navigation property appRoleAssignedTo for servicePrincipals operationId: servicePrincipal_DeleteAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -7063,9 +7059,6 @@ paths: - servicePrincipals.appRoleAssignment summary: Get appRoleAssignments from servicePrincipals description: 'App role assignment for another app or service, granted to this service principal. Supports $expand.' - 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 @@ -7133,11 +7126,7 @@ paths: post: tags: - servicePrincipals.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignments for servicePrincipals operationId: servicePrincipal_CreateAppRoleAssignment parameters: - name: servicePrincipal-id @@ -7271,11 +7260,7 @@ paths: delete: tags: - servicePrincipals.appRoleAssignment - 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 + summary: Delete navigation property appRoleAssignments for servicePrincipals operationId: servicePrincipal_DeleteAppRoleAssignment parameters: - name: servicePrincipal-id @@ -7342,11 +7327,8 @@ paths: get: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Get claimsMappingPolicies from servicePrincipals + description: The claimsMappingPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListClaimsMappingPolicy parameters: - name: servicePrincipal-id @@ -7405,11 +7387,7 @@ paths: delete: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Delete ref of navigation property claimsMappingPolicies for servicePrincipals operationId: servicePrincipal.claimsMappingPolicy_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7466,11 +7444,8 @@ paths: get: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Get ref of claimsMappingPolicies from servicePrincipals + description: The claimsMappingPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7508,11 +7483,7 @@ paths: post: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Create new navigation property ref to claimsMappingPolicies for servicePrincipals operationId: servicePrincipal_CreateClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7534,11 +7505,7 @@ paths: delete: tags: - servicePrincipals.claimsMappingPolicy - 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 + summary: Delete ref of navigation property claimsMappingPolicies for servicePrincipals operationId: servicePrincipal_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -7841,11 +7808,7 @@ paths: get: tags: - servicePrincipals.delegatedPermissionClassification - 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 + summary: Get delegatedPermissionClassifications from servicePrincipals operationId: servicePrincipal_ListDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -7903,11 +7866,7 @@ paths: post: tags: - servicePrincipals.delegatedPermissionClassification - 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 + summary: Create new navigation property to delegatedPermissionClassifications for servicePrincipals operationId: servicePrincipal_CreateDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -8030,11 +7989,7 @@ paths: delete: tags: - servicePrincipals.delegatedPermissionClassification - 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 + summary: Delete navigation property delegatedPermissionClassifications for servicePrincipals operationId: servicePrincipal_DeleteDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -8543,6 +8498,130 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials(name=''{name}'')': + get: + tags: + - servicePrincipals.federatedIdentityCredential + summary: Get federatedIdentityCredentials from servicePrincipals + description: 'Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).' + operationId: servicePrincipal.federatedIdentityCredential_GetGraphBPreName + 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: name + in: path + description: Alternate key of federatedIdentityCredential + required: true + style: simple + schema: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - servicePrincipals.federatedIdentityCredential + summary: Update the navigation property federatedIdentityCredentials in servicePrincipals + operationId: servicePrincipal.federatedIdentityCredential_UpdateGraphBPreName + 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: name + in: path + description: Alternate key of federatedIdentityCredential + required: true + style: simple + schema: + type: string + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.federatedIdentityCredential + summary: Delete navigation property federatedIdentityCredentials for servicePrincipals + operationId: servicePrincipal.federatedIdentityCredential_DeleteGraphBPreName + 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: name + in: path + description: Alternate key of federatedIdentityCredential + required: true + 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 '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials/$count': get: tags: @@ -8569,11 +8648,8 @@ paths: get: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Get homeRealmDiscoveryPolicies from servicePrincipals + description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListHomeRealmDiscoveryPolicy parameters: - name: servicePrincipal-id @@ -8632,11 +8708,7 @@ paths: delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals operationId: servicePrincipal.homeRealmDiscoveryPolicy_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8693,11 +8765,8 @@ paths: get: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Get ref of homeRealmDiscoveryPolicies from servicePrincipals + description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. operationId: servicePrincipal_ListHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8735,11 +8804,7 @@ paths: post: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Create new navigation property ref to homeRealmDiscoveryPolicies for servicePrincipals operationId: servicePrincipal_CreateHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8761,11 +8826,7 @@ paths: delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy - 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 + summary: Delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals operationId: servicePrincipal_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -8802,9 +8863,6 @@ paths: - 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.' - 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 @@ -9917,11 +9975,8 @@ paths: get: tags: - servicePrincipals.oAuth2PermissionGrant - 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 + 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. operationId: servicePrincipal_ListOauth2PermissionGrant parameters: - name: servicePrincipal-id @@ -10854,9 +10909,6 @@ paths: - 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.' - 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 @@ -10925,11 +10977,7 @@ paths: delete: tags: - servicePrincipals.directoryObject - 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 + summary: Delete ref of navigation property owners for servicePrincipals operationId: servicePrincipal.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: servicePrincipal-id @@ -11246,9 +11294,6 @@ paths: - 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.' - 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 @@ -11296,11 +11341,7 @@ paths: post: tags: - servicePrincipals.directoryObject - 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 + summary: Create new navigation property ref to owners for servicePrincipals operationId: servicePrincipal_CreateOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -11322,11 +11363,7 @@ paths: delete: tags: - servicePrincipals.directoryObject - 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 + summary: Delete ref of navigation property owners for servicePrincipals operationId: servicePrincipal_DeleteOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -11761,11 +11798,8 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Get remoteDesktopSecurityConfiguration from servicePrincipals + description: The remoteDesktopSecurityConfiguration object applied to this service principal. Supports $filter (eq) for isRemoteDesktopProtocolEnabled property. operationId: servicePrincipal_GetRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -11809,11 +11843,7 @@ paths: patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Update the navigation property remoteDesktopSecurityConfiguration in servicePrincipals operationId: servicePrincipal_UpdateRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -11844,11 +11874,7 @@ paths: delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Delete navigation property remoteDesktopSecurityConfiguration for servicePrincipals operationId: servicePrincipal_DeleteRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -11875,11 +11901,8 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + 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. operationId: servicePrincipal.remoteDesktopSecurityConfiguration_ListTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -11937,11 +11960,7 @@ paths: post: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Create new navigation property to targetDeviceGroups for servicePrincipals operationId: servicePrincipal.remoteDesktopSecurityConfiguration_CreateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -11973,11 +11992,8 @@ paths: get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + 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. operationId: servicePrincipal.remoteDesktopSecurityConfiguration_GetTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -12029,11 +12045,7 @@ paths: patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Update the navigation property targetDeviceGroups in servicePrincipals operationId: servicePrincipal.remoteDesktopSecurityConfiguration_UpdateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -12072,11 +12084,7 @@ paths: delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration - 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 + summary: Delete navigation property targetDeviceGroups for servicePrincipals operationId: servicePrincipal.remoteDesktopSecurityConfiguration_DeleteTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -12236,11 +12244,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + 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.' operationId: servicePrincipal.synchronization_ListJob parameters: - name: servicePrincipal-id @@ -12298,11 +12303,7 @@ paths: post: tags: - servicePrincipals.synchronization - 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 + summary: Create new navigation property to jobs for servicePrincipals operationId: servicePrincipal.synchronization_CreateJob parameters: - name: servicePrincipal-id @@ -12334,11 +12335,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + 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.' operationId: servicePrincipal.synchronization_GetJob parameters: - name: servicePrincipal-id @@ -12429,11 +12427,7 @@ paths: delete: tags: - servicePrincipals.synchronization - 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 + summary: Delete navigation property jobs for servicePrincipals operationId: servicePrincipal.synchronization_DeleteJob parameters: - name: servicePrincipal-id @@ -12884,11 +12878,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + summary: Get schema from servicePrincipals + description: The synchronization schema configured for the job. operationId: servicePrincipal.synchronization.job_GetSchema parameters: - name: servicePrincipal-id @@ -12940,11 +12931,7 @@ paths: patch: tags: - servicePrincipals.synchronization - 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 + summary: Update the navigation property schema in servicePrincipals operationId: servicePrincipal.synchronization.job_UpdateSchema parameters: - name: servicePrincipal-id @@ -13352,6 +13339,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: servicePrincipal.synchronization.job.schema_filterOperator parameters: - name: servicePrincipal-id @@ -13434,6 +13425,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: servicePrincipal.synchronization.job.schema_function parameters: - name: servicePrincipal-id @@ -13742,11 +13737,8 @@ paths: get: tags: - servicePrincipals.synchronization - 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 + summary: Get templates from servicePrincipals + description: Preconfigured synchronization settings for a particular application. operationId: servicePrincipal.synchronization_ListTemplate parameters: - name: servicePrincipal-id @@ -13889,11 +13881,7 @@ paths: patch: tags: - servicePrincipals.synchronization - 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 + summary: Update the navigation property templates in servicePrincipals operationId: servicePrincipal.synchronization_UpdateTemplate parameters: - name: servicePrincipal-id @@ -14428,6 +14416,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function filterOperators + description: List all operators supported in the scoping filters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: servicePrincipal.synchronization.template.schema_filterOperator parameters: - name: servicePrincipal-id @@ -14510,6 +14502,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function functions + description: List all the functions currently supported in the attributeMappingSource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: servicePrincipal.synchronization.template.schema_function parameters: - name: servicePrincipal-id @@ -14803,11 +14799,8 @@ paths: get: tags: - servicePrincipals.tokenLifetimePolicy - 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 + summary: Get tokenLifetimePolicies from servicePrincipals + description: The tokenLifetimePolicies assigned to this service principal. operationId: servicePrincipal_ListTokenLifetimePolicy parameters: - name: servicePrincipal-id @@ -14943,9 +14936,6 @@ paths: tags: - servicePrincipals.directoryObject summary: Get transitiveMemberOf from servicePrincipals - 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 @@ -15643,7 +15633,11 @@ paths: patch: tags: - servicePrincipals.servicePrincipal - summary: Update entity in servicePrincipals by appId + summary: Upsert servicePrincipal + description: 'Create a new servicePrincipal object if it doesn''t exist, or update the properties of an existing servicePrincipal object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0 operationId: servicePrincipal_UpdateServicePrincipalGraphBPreAppId parameters: - name: appId @@ -15730,6 +15724,10 @@ paths: tags: - servicePrincipals.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted service principals without having to perform a full read of the entire resource collection.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0 operationId: servicePrincipal_delta parameters: - $ref: '#/components/parameters/top' @@ -15941,9 +15939,6 @@ paths: - users.appRoleAssignment summary: Get appRoleAssignments from users description: Represents the app roles a user has been granted for an application. Supports $expand. - 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 @@ -16011,11 +16006,7 @@ paths: post: tags: - users.appRoleAssignment - 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 + summary: Create new navigation property to appRoleAssignments for users operationId: user_CreateAppRoleAssignment parameters: - name: user-id @@ -16149,11 +16140,7 @@ paths: delete: tags: - users.appRoleAssignment - 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 + summary: Delete navigation property appRoleAssignments for users operationId: user_DeleteAppRoleAssignment parameters: - name: user-id @@ -16275,7 +16262,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -16352,6 +16339,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only. nullable: true verifiedPublisher: $ref: '#/components/schemas/microsoft.graph.verifiedPublisher' @@ -16466,7 +16454,7 @@ components: description: 'The URL of the external identity provider, which must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique within the app. It has a limit of 600 characters. Required.' name: type: string - description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Required. Not nullable. Supports $filter (eq).' + description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Alternate key. Required. Not nullable. Supports $filter (eq).' subject: type: string description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format; each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique within the app. It has a limit of 600 characters. Supports $filter (eq).' @@ -18083,6 +18071,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -19900,7 +19889,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -20019,6 +20008,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -20450,6 +20440,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -21099,6 +21094,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -23396,13 +23399,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -23597,7 +23600,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -23752,6 +23755,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -26616,6 +26620,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -26627,9 +26632,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -27201,11 +27208,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -27221,13 +27228,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -30968,7 +30975,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Bookings.yml b/openApiDocs/v1.0/Bookings.yml index 3bf32b2c8c..ce21f2ddd2 100644 --- a/openApiDocs/v1.0/Bookings.yml +++ b/openApiDocs/v1.0/Bookings.yml @@ -69,11 +69,7 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get bookingBusinesses from solutions operationId: solution_ListBookingBusiness parameters: - $ref: '#/components/parameters/top' @@ -123,11 +119,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to bookingBusinesses for solutions operationId: solution_CreateBookingBusiness requestBody: description: New navigation property @@ -150,11 +142,7 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get bookingBusinesses from solutions operationId: solution_GetBookingBusiness parameters: - name: bookingBusiness-id @@ -198,11 +186,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property bookingBusinesses in solutions operationId: solution_UpdateBookingBusiness parameters: - name: bookingBusiness-id @@ -233,11 +217,7 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete bookingBusiness - description: Delete a bookingBusiness object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0 + summary: Delete navigation property bookingBusinesses for solutions operationId: solution_DeleteBookingBusiness parameters: - name: bookingBusiness-id @@ -264,11 +244,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get appointments from solutions + description: All the appointments of this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListAppointment parameters: - name: bookingBusiness-id @@ -326,11 +303,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to appointments for solutions operationId: solution.bookingBusiness_CreateAppointment parameters: - name: bookingBusiness-id @@ -362,11 +335,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get appointments from solutions + description: All the appointments of this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetAppointment parameters: - name: bookingBusiness-id @@ -418,11 +388,7 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update bookingAppointment - description: Update the properties of a bookingAppointment object in the specified bookingBusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0 + summary: Update the navigation property appointments in solutions operationId: solution.bookingBusiness_UpdateAppointment parameters: - name: bookingBusiness-id @@ -461,11 +427,7 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete bookingAppointment - description: Delete a bookingAppointment in the specified bookingBusiness. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0 + summary: Delete navigation property appointments for solutions operationId: solution.bookingBusiness_DeleteAppointment parameters: - name: bookingBusiness-id @@ -570,9 +532,6 @@ paths: - solutions.bookingBusiness summary: Get calendarView from solutions description: The set of appointments of this business in a specified date range. Read-only. Nullable. - 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 @@ -889,11 +848,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get customers from solutions + description: All the customers of this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListCustomer parameters: - name: bookingBusiness-id @@ -951,11 +907,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to customers for solutions operationId: solution.bookingBusiness_CreateCustomer parameters: - name: bookingBusiness-id @@ -987,11 +939,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get customers from solutions + description: All the customers of this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetCustomer parameters: - name: bookingBusiness-id @@ -1043,11 +992,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property customers in solutions operationId: solution.bookingBusiness_UpdateCustomer parameters: - name: bookingBusiness-id @@ -1086,11 +1031,7 @@ paths: delete: tags: - solutions.bookingBusiness - 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 + summary: Delete navigation property customers for solutions operationId: solution.bookingBusiness_DeleteCustomer parameters: - name: bookingBusiness-id @@ -1147,11 +1088,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get customQuestions from solutions + description: All the custom questions of this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListCustomQuestion parameters: - name: bookingBusiness-id @@ -1209,11 +1147,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to customQuestions for solutions operationId: solution.bookingBusiness_CreateCustomQuestion parameters: - name: bookingBusiness-id @@ -1245,11 +1179,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get customQuestions from solutions + description: All the custom questions of this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetCustomQuestion parameters: - name: bookingBusiness-id @@ -1301,11 +1232,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property customQuestions in solutions operationId: solution.bookingBusiness_UpdateCustomQuestion parameters: - name: bookingBusiness-id @@ -1344,11 +1271,7 @@ paths: delete: tags: - solutions.bookingBusiness - 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 + summary: Delete navigation property customQuestions for solutions operationId: solution.bookingBusiness_DeleteCustomQuestion parameters: - name: bookingBusiness-id @@ -1515,11 +1438,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get services from solutions + description: All the services offered by this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListService parameters: - name: bookingBusiness-id @@ -1577,11 +1497,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to services for solutions operationId: solution.bookingBusiness_CreateService parameters: - name: bookingBusiness-id @@ -1613,11 +1529,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get services from solutions + description: All the services offered by this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetService parameters: - name: bookingBusiness-id @@ -1669,11 +1582,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property services in solutions operationId: solution.bookingBusiness_UpdateService parameters: - name: bookingBusiness-id @@ -1712,11 +1621,7 @@ paths: delete: tags: - solutions.bookingBusiness - 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 + summary: Delete navigation property services for solutions operationId: solution.bookingBusiness_DeleteService parameters: - name: bookingBusiness-id @@ -1773,11 +1678,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get staffMembers from solutions + description: All the staff members that provide services in this business. Read-only. Nullable. operationId: solution.bookingBusiness_ListStaffMember parameters: - name: bookingBusiness-id @@ -1835,11 +1737,7 @@ paths: post: tags: - solutions.bookingBusiness - 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 + summary: Create new navigation property to staffMembers for solutions operationId: solution.bookingBusiness_CreateStaffMember parameters: - name: bookingBusiness-id @@ -1871,11 +1769,8 @@ paths: get: tags: - solutions.bookingBusiness - 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 + summary: Get staffMembers from solutions + description: All the staff members that provide services in this business. Read-only. Nullable. operationId: solution.bookingBusiness_GetStaffMember parameters: - name: bookingBusiness-id @@ -1927,11 +1822,7 @@ paths: patch: tags: - solutions.bookingBusiness - 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 + summary: Update the navigation property staffMembers in solutions operationId: solution.bookingBusiness_UpdateStaffMember parameters: - name: bookingBusiness-id @@ -1970,11 +1861,7 @@ paths: delete: tags: - solutions.bookingBusiness - 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 + summary: Delete navigation property staffMembers for solutions operationId: solution.bookingBusiness_DeleteStaffMember parameters: - name: bookingBusiness-id @@ -2045,11 +1932,7 @@ paths: get: tags: - solutions.bookingCurrency - summary: List bookingCurrencies - description: Get a list of bookingCurrency objects available to a Microsoft Bookings business. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0 + summary: Get bookingCurrencies from solutions operationId: solution_ListBookingCurrency parameters: - $ref: '#/components/parameters/top' @@ -2122,11 +2005,7 @@ paths: get: tags: - solutions.bookingCurrency - summary: Get bookingCurrency - description: 'Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0 + summary: Get bookingCurrencies from solutions operationId: solution_GetBookingCurrency parameters: - name: bookingCurrency-id @@ -2970,11 +2849,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. operationId: solution.virtualEvent.event.session.attendanceReport_ListAttendanceRecord parameters: - name: virtualEvent-id @@ -3375,11 +3251,7 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List webinars - description: Get the list of all virtualEventWebinar objects created in the tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0 + summary: Get webinars from solutions operationId: solution.virtualEvent_ListWebinar parameters: - $ref: '#/components/parameters/top' @@ -3554,11 +3426,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List virtualEventRegistrations - description: Get a list of all registration records of a webinar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventwebinar-list-registrations?view=graph-rest-1.0 + summary: Get registrations from solutions + description: Registration records of the webinar. operationId: solution.virtualEvent.webinar_ListRegistration parameters: - name: virtualEventWebinar-id @@ -3648,11 +3517,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get virtualEventRegistration - description: Get the properties and relationships of a virtualEventRegistration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0 + summary: Get registrations from solutions + description: Registration records of the webinar. operationId: solution.virtualEvent.webinar_GetRegistration parameters: - name: virtualEventWebinar-id @@ -4276,11 +4142,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from solutions + description: List of attendance records of an attendance report. Read-only. operationId: solution.virtualEvent.webinar.session.attendanceReport_ListAttendanceRecord parameters: - name: virtualEventWebinar-id @@ -4682,6 +4545,10 @@ paths: tags: - solutions.Functions summary: Invoke function getByUserIdAndRole + description: Get a virtualEventWebinar collection 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-1.0 operationId: solution.virtualEvent.webinar_getGraphBPreUserIdAndRole parameters: - name: userId @@ -4762,6 +4629,10 @@ 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. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_getGraphBPreUserRole parameters: - name: role diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index e23c488691..d065233893 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -46,11 +46,8 @@ paths: get: tags: - groups.calendar - 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 + summary: Get calendarPermissions from groups + description: The permissions of the users with whom the calendar is shared. operationId: group.calendar_ListCalendarPermission parameters: - name: group-id @@ -97,11 +94,7 @@ paths: post: tags: - groups.calendar - 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-1.0 + summary: Create new navigation property to calendarPermissions for groups operationId: group.calendar_CreateCalendarPermission parameters: - name: group-id @@ -133,11 +126,8 @@ paths: get: tags: - groups.calendar - 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 + summary: Get calendarPermissions from groups + description: The permissions of the users with whom the calendar is shared. operationId: group.calendar_GetCalendarPermission parameters: - name: group-id @@ -179,11 +169,7 @@ paths: patch: tags: - groups.calendar - 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 + summary: Update the navigation property calendarPermissions in groups operationId: group.calendar_UpdateCalendarPermission parameters: - name: group-id @@ -222,11 +208,7 @@ paths: delete: tags: - groups.calendar - 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 + summary: Delete navigation property calendarPermissions for groups operationId: group.calendar_DeleteCalendarPermission parameters: - name: group-id @@ -284,9 +266,6 @@ paths: - groups.calendar summary: Get calendarView from groups description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: group.calendar_ListCalendarView parameters: - name: group-id @@ -410,11 +389,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView_ListAttachment parameters: - name: group-id @@ -479,11 +455,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.calendarView_CreateAttachment parameters: - name: group-id @@ -584,11 +556,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.calendarView_DeleteAttachment parameters: - name: group-id @@ -704,8 +672,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView_ListExtension parameters: - name: group-id @@ -770,11 +738,7 @@ paths: post: tags: - groups.calendar - 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 + summary: Create new navigation property to extensions for groups operationId: group.calendar.calendarView_CreateExtension parameters: - name: group-id @@ -814,11 +778,8 @@ paths: get: tags: - groups.calendar - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView_GetExtension parameters: - name: group-id @@ -999,9 +960,6 @@ paths: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendar.calendarView_ListInstance parameters: - name: group-id @@ -1141,11 +1099,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.instance_ListAttachment parameters: - name: group-id @@ -1218,11 +1173,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -1339,11 +1290,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.calendarView.instance_DeleteAttachment parameters: - name: group-id @@ -1483,8 +1430,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.instance_ListExtension parameters: - name: group-id @@ -1557,11 +1504,7 @@ paths: post: tags: - groups.calendar - 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 + summary: Create new navigation property to extensions for groups operationId: group.calendar.calendarView.instance_CreateExtension parameters: - name: group-id @@ -1609,11 +1552,8 @@ paths: get: tags: - groups.calendar - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.calendarView.instance_GetExtension parameters: - name: group-id @@ -1874,11 +1814,8 @@ paths: get: tags: - groups.calendar - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from groups + description: The events in the calendar. Navigation property. Read-only. operationId: group.calendar_ListEvent parameters: - name: group-id @@ -1935,11 +1872,7 @@ paths: post: tags: - groups.calendar - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for groups operationId: group.calendar_CreateEvent parameters: - name: group-id @@ -2024,11 +1957,7 @@ paths: patch: tags: - groups.calendar - 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 + summary: Update the navigation property events in groups operationId: group.calendar_UpdateEvent parameters: - name: group-id @@ -2102,11 +2031,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event_ListAttachment parameters: - name: group-id @@ -2171,11 +2097,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.event_CreateAttachment parameters: - name: group-id @@ -2276,11 +2198,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.event_DeleteAttachment parameters: - name: group-id @@ -2396,8 +2314,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event_ListExtension parameters: - name: group-id @@ -2462,11 +2380,7 @@ paths: post: tags: - groups.calendar - 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 + summary: Create new navigation property to extensions for groups operationId: group.calendar.event_CreateExtension parameters: - name: group-id @@ -2506,11 +2420,8 @@ paths: get: tags: - groups.calendar - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event_GetExtension parameters: - name: group-id @@ -2691,9 +2602,6 @@ paths: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendar.event_ListInstance parameters: - name: group-id @@ -2833,11 +2741,8 @@ paths: get: tags: - groups.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.instance_ListAttachment parameters: - name: group-id @@ -2910,11 +2815,7 @@ paths: post: tags: - groups.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendar.event.instance_CreateAttachment parameters: - name: group-id @@ -3031,11 +2932,7 @@ paths: delete: tags: - groups.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendar.event.instance_DeleteAttachment parameters: - name: group-id @@ -3175,8 +3072,8 @@ paths: get: tags: - groups.calendar - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.instance_ListExtension parameters: - name: group-id @@ -3249,11 +3146,7 @@ paths: post: tags: - groups.calendar - 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 + summary: Create new navigation property to extensions for groups operationId: group.calendar.event.instance_CreateExtension parameters: - name: group-id @@ -3301,11 +3194,8 @@ paths: get: tags: - groups.calendar - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendar.event.instance_GetExtension parameters: - name: group-id @@ -3568,9 +3458,6 @@ paths: - groups.event summary: Get calendarView from groups description: The calendar view for the calendar. Read-only. - 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 @@ -3694,11 +3581,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView_ListAttachment parameters: - name: group-id @@ -3763,11 +3647,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendarView_CreateAttachment parameters: - name: group-id @@ -3868,11 +3748,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendarView_DeleteAttachment parameters: - name: group-id @@ -3988,8 +3864,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView_ListExtension parameters: - name: group-id @@ -4054,11 +3930,7 @@ paths: post: tags: - groups.event - 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 + summary: Create new navigation property to extensions for groups operationId: group.calendarView_CreateExtension parameters: - name: group-id @@ -4098,11 +3970,8 @@ paths: get: tags: - groups.event - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView_GetExtension parameters: - name: group-id @@ -4283,9 +4152,6 @@ paths: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.calendarView_ListInstance parameters: - name: group-id @@ -4425,11 +4291,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.calendarView.instance_ListAttachment parameters: - name: group-id @@ -4502,11 +4365,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.calendarView.instance_CreateAttachment parameters: - name: group-id @@ -4623,11 +4482,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.calendarView.instance_DeleteAttachment parameters: - name: group-id @@ -4767,8 +4622,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.instance_ListExtension parameters: - name: group-id @@ -4841,11 +4696,7 @@ paths: post: tags: - groups.event - 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 + summary: Create new navigation property to extensions for groups operationId: group.calendarView.instance_CreateExtension parameters: - name: group-id @@ -4893,11 +4744,8 @@ paths: get: tags: - groups.event - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.calendarView.instance_GetExtension parameters: - name: group-id @@ -5158,11 +5006,8 @@ paths: get: tags: - groups.event - 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 + summary: Get events from groups + description: The group's calendar events. operationId: group_ListEvent parameters: - name: group-id @@ -5209,11 +5054,7 @@ paths: post: tags: - groups.event - 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 + summary: Create new navigation property to events for groups operationId: group_CreateEvent parameters: - name: group-id @@ -5245,11 +5086,8 @@ paths: get: tags: - groups.event - 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 + summary: Get events from groups + description: The group's calendar events. operationId: group_GetEvent parameters: - name: group-id @@ -5330,11 +5168,7 @@ paths: delete: tags: - groups.event - 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 + summary: Delete navigation property events for groups operationId: group_DeleteEvent parameters: - name: group-id @@ -5369,11 +5203,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event_ListAttachment parameters: - name: group-id @@ -5438,11 +5269,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.event_CreateAttachment parameters: - name: group-id @@ -5543,11 +5370,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.event_DeleteAttachment parameters: - name: group-id @@ -5663,8 +5486,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event_ListExtension parameters: - name: group-id @@ -5729,11 +5552,7 @@ paths: post: tags: - groups.event - 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 + summary: Create new navigation property to extensions for groups operationId: group.event_CreateExtension parameters: - name: group-id @@ -5773,11 +5592,8 @@ paths: get: tags: - groups.event - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event_GetExtension parameters: - name: group-id @@ -5958,9 +5774,6 @@ paths: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: group.event_ListInstance parameters: - name: group-id @@ -6100,11 +5913,8 @@ paths: get: tags: - groups.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: group.event.instance_ListAttachment parameters: - name: group-id @@ -6177,11 +5987,7 @@ paths: post: tags: - groups.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for groups operationId: group.event.instance_CreateAttachment parameters: - name: group-id @@ -6298,11 +6104,7 @@ paths: delete: tags: - groups.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for groups operationId: group.event.instance_DeleteAttachment parameters: - name: group-id @@ -6442,8 +6244,8 @@ paths: get: tags: - groups.event - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.instance_ListExtension parameters: - name: group-id @@ -6516,11 +6318,7 @@ paths: post: tags: - groups.event - 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 + summary: Create new navigation property to extensions for groups operationId: group.event.instance_CreateExtension parameters: - name: group-id @@ -6568,11 +6366,8 @@ paths: get: tags: - groups.event - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the event. Nullable. operationId: group.event.instance_GetExtension parameters: - name: group-id @@ -7363,11 +7158,8 @@ paths: get: tags: - users.calendar - summary: Get calendar - description: "Get the properties and relationships of a calendar object. The calendar can be one for a user,\nor the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0 + summary: Get calendar from users + description: The user's primary calendar. Read-only. operationId: user_GetCalendar parameters: - name: user-id @@ -7401,11 +7193,7 @@ paths: patch: tags: - users.calendar - summary: Update calendar - description: "Update the properties of a calendar object. The calendar can be one for a user,\nor the default calendar of a Microsoft 365 group." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0 + summary: Update the navigation property calendar in users operationId: user_UpdateCalendar parameters: - name: user-id @@ -7433,45 +7221,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: - tags: - - users.calendar - summary: Delete calendar - description: Delete a calendar other than the default calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-delete?view=graph-rest-1.0 - operationId: user_DeleteCalendar - 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' - x-ms-docs-operation-type: operation '/users/{user-id}/calendar/calendarPermissions': get: tags: - users.calendar - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_ListCalendarPermission parameters: - name: user-id @@ -7518,11 +7273,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to calendarPermissions for users operationId: user.calendar_CreateCalendarPermission parameters: - name: user-id @@ -7554,11 +7305,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_GetCalendarPermission parameters: - name: user-id @@ -7600,11 +7348,7 @@ paths: patch: tags: - users.calendar - 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 + summary: Update the navigation property calendarPermissions in users operationId: user.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -7643,11 +7387,7 @@ paths: delete: tags: - users.calendar - 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 + summary: Delete navigation property calendarPermissions for users operationId: user.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -7705,9 +7445,6 @@ paths: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: user.calendar_ListCalendarView parameters: - name: user-id @@ -7831,11 +7568,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListAttachment parameters: - name: user-id @@ -7900,11 +7634,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -8005,11 +7735,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView_DeleteAttachment parameters: - name: user-id @@ -8125,8 +7851,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_ListExtension parameters: - name: user-id @@ -8191,11 +7917,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView_CreateExtension parameters: - name: user-id @@ -8235,11 +7957,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_GetExtension parameters: - name: user-id @@ -8420,9 +8139,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -8562,11 +8278,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance_ListAttachment parameters: - name: user-id @@ -8639,11 +8352,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -8760,11 +8469,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -8904,8 +8609,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_ListExtension parameters: - name: user-id @@ -8978,11 +8683,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.instance_CreateExtension parameters: - name: user-id @@ -9030,11 +8731,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_GetExtension parameters: - name: user-id @@ -9295,11 +8993,8 @@ paths: get: tags: - users.calendar - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. operationId: user.calendar_ListEvent parameters: - name: user-id @@ -9356,11 +9051,7 @@ paths: post: tags: - users.calendar - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user.calendar_CreateEvent parameters: - name: user-id @@ -9445,11 +9136,7 @@ paths: patch: tags: - users.calendar - 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 + summary: Update the navigation property events in users operationId: user.calendar_UpdateEvent parameters: - name: user-id @@ -9523,11 +9210,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListAttachment parameters: - name: user-id @@ -9592,11 +9276,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -9697,11 +9377,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event_DeleteAttachment parameters: - name: user-id @@ -9817,8 +9493,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_ListExtension parameters: - name: user-id @@ -9883,11 +9559,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.event_CreateExtension parameters: - name: user-id @@ -9927,11 +9599,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_GetExtension parameters: - name: user-id @@ -10112,9 +9781,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -10254,11 +9920,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance_ListAttachment parameters: - name: user-id @@ -10331,11 +9994,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -10452,11 +10111,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.instance_DeleteAttachment parameters: - name: user-id @@ -10596,8 +10251,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_ListExtension parameters: - name: user-id @@ -10670,11 +10325,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.instance_CreateExtension parameters: - name: user-id @@ -10722,11 +10373,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_GetExtension parameters: - name: user-id @@ -10987,11 +10635,8 @@ paths: get: tags: - users.calendarGroup - summary: List calendarGroups - description: Get the user's calendar groups. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0 + summary: Get calendarGroups from users + description: The user's calendar groups. Read-only. Nullable. operationId: user_ListCalendarGroup parameters: - name: user-id @@ -11038,11 +10683,7 @@ paths: post: tags: - users.calendarGroup - summary: Create CalendarGroup - description: Use this API to create a new CalendarGroup. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0 + summary: Create new navigation property to calendarGroups for users operationId: user_CreateCalendarGroup parameters: - name: user-id @@ -11074,11 +10715,8 @@ paths: get: tags: - users.calendarGroup - summary: Get calendarGroup - description: Retrieve the properties and relationships of a calendar group object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0 + summary: Get calendarGroups from users + description: The user's calendar groups. Read-only. Nullable. operationId: user_GetCalendarGroup parameters: - name: user-id @@ -11120,11 +10758,7 @@ paths: patch: tags: - users.calendarGroup - summary: Update calendargroup - description: Update the properties of calendargroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-update?view=graph-rest-1.0 + summary: Update the navigation property calendarGroups in users operationId: user_UpdateCalendarGroup parameters: - name: user-id @@ -11163,11 +10797,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete calendarGroup - description: Delete a calendar group other than the default calendar group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-delete?view=graph-rest-1.0 + summary: Delete navigation property calendarGroups for users operationId: user_DeleteCalendarGroup parameters: - name: user-id @@ -11202,11 +10832,8 @@ paths: get: tags: - users.calendarGroup - summary: List calendars - description: Retrieve a list of calendars belonging to a calendar group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0 + summary: Get calendars from users + description: The calendars in the calendar group. Navigation property. Read-only. Nullable. operationId: user.calendarGroup_ListCalendar parameters: - name: user-id @@ -11261,11 +10888,7 @@ paths: post: tags: - users.calendarGroup - summary: Create Calendar - description: Use this API to create a new calendar in a calendar group for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0 + summary: Create new navigation property to calendars for users operationId: user.calendarGroup_CreateCalendar parameters: - name: user-id @@ -11446,11 +11069,8 @@ paths: get: tags: - users.calendarGroup - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendarGroup.calendar_ListCalendarPermission parameters: - name: user-id @@ -11513,11 +11133,7 @@ paths: post: tags: - users.calendarGroup - 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-1.0 + summary: Create new navigation property to calendarPermissions for users operationId: user.calendarGroup.calendar_CreateCalendarPermission parameters: - name: user-id @@ -11565,11 +11181,8 @@ paths: get: tags: - users.calendarGroup - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendarGroup.calendar_GetCalendarPermission parameters: - name: user-id @@ -11627,11 +11240,7 @@ paths: patch: tags: - users.calendarGroup - 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 + summary: Update the navigation property calendarPermissions in users operationId: user.calendarGroup.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -11686,11 +11295,7 @@ paths: delete: tags: - users.calendarGroup - 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 + summary: Delete navigation property calendarPermissions for users operationId: user.calendarGroup.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -11780,9 +11385,6 @@ paths: - users.calendarGroup summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: user.calendarGroup.calendar_ListCalendarView parameters: - name: user-id @@ -11938,11 +11540,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView_ListAttachment parameters: - name: user-id @@ -12023,11 +11622,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -12160,11 +11755,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.calendarView_DeleteAttachment parameters: - name: user-id @@ -12328,8 +11919,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView_ListExtension parameters: - name: user-id @@ -12410,11 +12001,7 @@ paths: post: tags: - users.calendarGroup - 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 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.calendarView_CreateExtension parameters: - name: user-id @@ -12470,11 +12057,8 @@ paths: get: tags: - users.calendarGroup - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView_GetExtension parameters: - name: user-id @@ -12719,9 +12303,6 @@ paths: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.calendarView_ListInstance parameters: - name: user-id @@ -12893,11 +12474,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.instance_ListAttachment parameters: - name: user-id @@ -12986,11 +12564,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -13139,11 +12713,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -13331,8 +12901,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.instance_ListExtension parameters: - name: user-id @@ -13421,11 +12991,7 @@ paths: post: tags: - users.calendarGroup - 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 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.calendarView.instance_CreateExtension parameters: - name: user-id @@ -13489,11 +13055,8 @@ paths: get: tags: - users.calendarGroup - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.calendarView.instance_GetExtension parameters: - name: user-id @@ -13850,11 +13413,8 @@ paths: get: tags: - users.calendarGroup - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. operationId: user.calendarGroup.calendar_ListEvent parameters: - name: user-id @@ -13927,11 +13487,7 @@ paths: post: tags: - users.calendarGroup - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user.calendarGroup.calendar_CreateEvent parameters: - name: user-id @@ -14048,11 +13604,7 @@ paths: patch: tags: - users.calendarGroup - 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 + summary: Update the navigation property events in users operationId: user.calendarGroup.calendar_UpdateEvent parameters: - name: user-id @@ -14158,11 +13710,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event_ListAttachment parameters: - name: user-id @@ -14243,11 +13792,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.event_CreateAttachment parameters: - name: user-id @@ -14380,11 +13925,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.event_DeleteAttachment parameters: - name: user-id @@ -14548,8 +14089,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event_ListExtension parameters: - name: user-id @@ -14630,11 +14171,7 @@ paths: post: tags: - users.calendarGroup - 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 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.event_CreateExtension parameters: - name: user-id @@ -14690,11 +14227,8 @@ paths: get: tags: - users.calendarGroup - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event_GetExtension parameters: - name: user-id @@ -14939,9 +14473,6 @@ paths: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarGroup.calendar.event_ListInstance parameters: - name: user-id @@ -15113,11 +14644,8 @@ paths: get: tags: - users.calendarGroup - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.instance_ListAttachment parameters: - name: user-id @@ -15206,11 +14734,7 @@ paths: post: tags: - users.calendarGroup - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarGroup.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -15359,11 +14883,7 @@ paths: delete: tags: - users.calendarGroup - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarGroup.calendar.event.instance_DeleteAttachment parameters: - name: user-id @@ -15551,8 +15071,8 @@ paths: get: tags: - users.calendarGroup - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.instance_ListExtension parameters: - name: user-id @@ -15641,11 +15161,7 @@ paths: post: tags: - users.calendarGroup - 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 + summary: Create new navigation property to extensions for users operationId: user.calendarGroup.calendar.event.instance_CreateExtension parameters: - name: user-id @@ -15709,11 +15225,8 @@ paths: get: tags: - users.calendarGroup - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarGroup.calendar.event.instance_GetExtension parameters: - name: user-id @@ -16120,11 +15633,8 @@ paths: get: tags: - users.calendar - summary: List calendars - description: 'Get all the user''s calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0 + summary: Get calendars from users + description: The user's calendars. Read-only. Nullable. operationId: user_ListCalendar parameters: - name: user-id @@ -16181,11 +15691,7 @@ paths: post: tags: - users.calendar - summary: Create calendar - description: Create a new calendar for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0 + summary: Create new navigation property to calendars for users operationId: user_CreateCalendar parameters: - name: user-id @@ -16344,11 +15850,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_ListCalendarPermission parameters: - name: user-id @@ -16403,11 +15906,7 @@ paths: post: tags: - users.calendar - 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-1.0 + summary: Create new navigation property to calendarPermissions for users operationId: user.calendar_CreateCalendarPermission parameters: - name: user-id @@ -16447,11 +15946,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get calendarPermissions from users + description: The permissions of the users with whom the calendar is shared. operationId: user.calendar_GetCalendarPermission parameters: - name: user-id @@ -16501,11 +15997,7 @@ paths: patch: tags: - users.calendar - 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 + summary: Update the navigation property calendarPermissions in users operationId: user.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -16552,11 +16044,7 @@ paths: delete: tags: - users.calendar - 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 + summary: Delete navigation property calendarPermissions for users operationId: user.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -16630,9 +16118,6 @@ paths: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: user.calendar_ListCalendarView parameters: - name: user-id @@ -16772,11 +16257,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListAttachment parameters: - name: user-id @@ -16849,11 +16331,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView_CreateAttachment parameters: - name: user-id @@ -16970,11 +16448,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView_DeleteAttachment parameters: - name: user-id @@ -17114,8 +16588,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_ListExtension parameters: - name: user-id @@ -17188,11 +16662,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView_CreateExtension parameters: - name: user-id @@ -17240,11 +16710,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView_GetExtension parameters: - name: user-id @@ -17457,9 +16924,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -17615,11 +17079,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.instance_ListAttachment parameters: - name: user-id @@ -17700,11 +17161,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -17837,11 +17294,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -18005,8 +17458,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_ListExtension parameters: - name: user-id @@ -18087,11 +17540,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.calendarView.instance_CreateExtension parameters: - name: user-id @@ -18147,11 +17596,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.calendarView.instance_GetExtension parameters: - name: user-id @@ -18460,11 +17906,8 @@ paths: get: tags: - users.calendar - summary: List events - description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The events in the calendar. Navigation property. Read-only. operationId: user.calendar_ListEvent parameters: - name: user-id @@ -18529,11 +17972,7 @@ paths: post: tags: - users.calendar - summary: Create event - description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user.calendar_CreateEvent parameters: - name: user-id @@ -18634,11 +18073,7 @@ paths: patch: tags: - users.calendar - 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 + summary: Update the navigation property events in users operationId: user.calendar_UpdateEvent parameters: - name: user-id @@ -18728,11 +18163,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListAttachment parameters: - name: user-id @@ -18805,11 +18237,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event_CreateAttachment parameters: - name: user-id @@ -18926,11 +18354,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event_DeleteAttachment parameters: - name: user-id @@ -19070,8 +18494,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_ListExtension parameters: - name: user-id @@ -19144,11 +18568,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.event_CreateExtension parameters: - name: user-id @@ -19196,11 +18616,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event_GetExtension parameters: - name: user-id @@ -19413,9 +18830,6 @@ paths: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -19571,11 +18985,8 @@ paths: get: tags: - users.calendar - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.instance_ListAttachment parameters: - name: user-id @@ -19656,11 +19067,7 @@ paths: post: tags: - users.calendar - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendar.event.instance_CreateAttachment parameters: - name: user-id @@ -19793,11 +19200,7 @@ paths: delete: tags: - users.calendar - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendar.event.instance_DeleteAttachment parameters: - name: user-id @@ -19961,8 +19364,8 @@ paths: get: tags: - users.calendar - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_ListExtension parameters: - name: user-id @@ -20043,11 +19446,7 @@ paths: post: tags: - users.calendar - 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 + summary: Create new navigation property to extensions for users operationId: user.calendar.event.instance_CreateExtension parameters: - name: user-id @@ -20103,11 +19502,8 @@ paths: get: tags: - users.calendar - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendar.event.instance_GetExtension parameters: - name: user-id @@ -20439,9 +19835,6 @@ paths: - users.event summary: Get calendarView from users description: The calendar view for the calendar. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0 operationId: user_ListCalendarView parameters: - name: user-id @@ -20585,11 +19978,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView_ListAttachment parameters: - name: user-id @@ -20654,11 +20044,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarView_CreateAttachment parameters: - name: user-id @@ -20759,11 +20145,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarView_DeleteAttachment parameters: - name: user-id @@ -20879,8 +20261,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView_ListExtension parameters: - name: user-id @@ -20945,11 +20327,7 @@ paths: post: tags: - users.event - 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 + summary: Create new navigation property to extensions for users operationId: user.calendarView_CreateExtension parameters: - name: user-id @@ -20989,11 +20367,8 @@ paths: get: tags: - users.event - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView_GetExtension parameters: - name: user-id @@ -21174,9 +20549,6 @@ paths: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.calendarView_ListInstance parameters: - name: user-id @@ -21316,11 +20688,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.calendarView.instance_ListAttachment parameters: - name: user-id @@ -21393,11 +20762,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.calendarView.instance_CreateAttachment parameters: - name: user-id @@ -21514,11 +20879,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.calendarView.instance_DeleteAttachment parameters: - name: user-id @@ -21658,8 +21019,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.instance_ListExtension parameters: - name: user-id @@ -21732,11 +21093,7 @@ paths: post: tags: - users.event - 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 + summary: Create new navigation property to extensions for users operationId: user.calendarView.instance_CreateExtension parameters: - name: user-id @@ -21784,11 +21141,8 @@ paths: get: tags: - users.event - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.calendarView.instance_GetExtension parameters: - name: user-id @@ -22049,11 +21403,8 @@ paths: get: tags: - users.event - summary: List events - description: "Get a list of event objects in the user's mailbox. The list contains single\ninstance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0 + summary: Get events from users + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. operationId: user_ListEvent parameters: - name: user-id @@ -22110,11 +21461,7 @@ paths: post: tags: - users.event - summary: Create single-value extended property - description: "Create one or more single-value extended properties in a new or existing instance of a resource. The following user resources are supported: The following group resources: See Extended properties overview for more information about when to use\nopen extensions or extended properties, and how to specify extended properties." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties?view=graph-rest-1.0 + summary: Create new navigation property to events for users operationId: user_CreateEvent parameters: - name: user-id @@ -22146,11 +21493,8 @@ paths: get: tags: - users.event - summary: Get event - description: 'Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user''s calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0 + summary: Get events from users + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. operationId: user_GetEvent parameters: - name: user-id @@ -22202,11 +21546,7 @@ paths: patch: tags: - users.event - summary: Update event - description: Update the properties of the event object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-update?view=graph-rest-1.0 + summary: Update the navigation property events in users operationId: user_UpdateEvent parameters: - name: user-id @@ -22245,11 +21585,7 @@ paths: delete: tags: - users.event - summary: Delete event - description: 'Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer''s calendar sends a cancellation message to the meeting attendees.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delete?view=graph-rest-1.0 + summary: Delete navigation property events for users operationId: user_DeleteEvent parameters: - name: user-id @@ -22284,11 +21620,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event_ListAttachment parameters: - name: user-id @@ -22353,11 +21686,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.event_CreateAttachment parameters: - name: user-id @@ -22458,11 +21787,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.event_DeleteAttachment parameters: - name: user-id @@ -22578,8 +21903,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event_ListExtension parameters: - name: user-id @@ -22644,11 +21969,7 @@ paths: post: tags: - users.event - 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 + summary: Create new navigation property to extensions for users operationId: user.event_CreateExtension parameters: - name: user-id @@ -22688,11 +22009,8 @@ paths: get: tags: - users.event - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event_GetExtension parameters: - name: user-id @@ -22873,9 +22191,6 @@ paths: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: user.event_ListInstance parameters: - name: user-id @@ -23015,11 +22330,8 @@ paths: get: tags: - users.event - summary: List attachments - description: Retrieve a list of attachment objects attached to an event. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: user.event.instance_ListAttachment parameters: - name: user-id @@ -23092,11 +22404,7 @@ paths: post: tags: - users.event - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.event.instance_CreateAttachment parameters: - name: user-id @@ -23213,11 +22521,7 @@ paths: delete: tags: - users.event - summary: Delete attachment - description: 'Delete an attachment from a user calendar event, mail message, or group post.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.event.instance_DeleteAttachment parameters: - name: user-id @@ -23357,8 +22661,8 @@ paths: get: tags: - users.event - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.instance_ListExtension parameters: - name: user-id @@ -23431,11 +22735,7 @@ paths: post: tags: - users.event - 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 + summary: Create new navigation property to extensions for users operationId: user.event.instance_CreateExtension parameters: - name: user-id @@ -23483,11 +22783,8 @@ paths: get: tags: - users.event - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the event. Nullable. operationId: user.event.instance_GetExtension parameters: - name: user-id diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 7d205ded9c..dea0c88353 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -69,8 +69,7 @@ paths: get: tags: - communications.callRecord - 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.' + summary: Get callRecords from communications operationId: communication_ListCallRecord parameters: - $ref: '#/components/parameters/top' @@ -143,11 +142,7 @@ paths: get: tags: - communications.callRecord - 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 + summary: Get callRecords from communications operationId: communication_GetCallRecord parameters: - name: callRecord-id @@ -249,11 +244,8 @@ paths: get: tags: - communications.callRecord - 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 + 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.' operationId: communication.callRecord_ListSession parameters: - name: callRecord-id @@ -794,8 +786,7 @@ paths: get: tags: - communications.call - summary: Get call - description: Retrieve the properties and relationships of a call object. + summary: Get calls from communications operationId: communication_ListCall parameters: - $ref: '#/components/parameters/top' @@ -845,11 +836,7 @@ paths: post: tags: - communications.call - 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 + summary: Create new navigation property to calls for communications operationId: communication_CreateCall requestBody: description: New navigation property @@ -872,11 +859,7 @@ paths: get: tags: - communications.call - 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 + summary: Get calls from communications operationId: communication_GetCall parameters: - name: call-id @@ -951,11 +934,7 @@ paths: delete: tags: - communications.call - 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 + summary: Delete navigation property calls for communications operationId: communication_DeleteCall parameters: - name: call-id @@ -982,11 +961,7 @@ paths: get: tags: - communications.call - 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 + summary: Get audioRoutingGroups from communications operationId: communication.call_ListAudioRoutingGroup parameters: - name: call-id @@ -1044,11 +1019,7 @@ paths: post: tags: - communications.call - 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 + summary: Create new navigation property to audioRoutingGroups for communications operationId: communication.call_CreateAudioRoutingGroup parameters: - name: call-id @@ -1080,11 +1051,7 @@ paths: get: tags: - communications.call - 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 + summary: Get audioRoutingGroups from communications operationId: communication.call_GetAudioRoutingGroup parameters: - name: call-id @@ -1136,11 +1103,7 @@ paths: patch: tags: - communications.call - 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 + summary: Update the navigation property audioRoutingGroups in communications operationId: communication.call_UpdateAudioRoutingGroup parameters: - name: call-id @@ -1179,11 +1142,7 @@ paths: delete: tags: - communications.call - 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 + summary: Delete navigation property audioRoutingGroups for communications operationId: communication.call_DeleteAudioRoutingGroup parameters: - name: call-id @@ -1240,11 +1199,7 @@ paths: get: tags: - communications.call - 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 + summary: Get contentSharingSessions from communications operationId: communication.call_ListContentSharingSession parameters: - name: call-id @@ -1334,11 +1289,7 @@ paths: get: tags: - communications.call - 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 + summary: Get contentSharingSessions from communications operationId: communication.call_GetContentSharingSession parameters: - name: call-id @@ -2151,8 +2102,7 @@ paths: get: tags: - communications.call - summary: Get addLargeGalleryViewOperation - description: Get the status of an operation that adds the large gallery view to a call. + summary: Get operations from communications operationId: communication.call_ListOperation parameters: - name: call-id @@ -2242,11 +2192,7 @@ paths: get: tags: - communications.call - 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 + summary: Get operations from communications operationId: communication.call_GetOperation parameters: - name: call-id @@ -2394,11 +2340,7 @@ paths: get: tags: - communications.call - 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 + summary: Get participants from communications operationId: communication.call_ListParticipant parameters: - name: call-id @@ -2488,11 +2430,7 @@ paths: get: tags: - communications.call - 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 + summary: Get participants from communications operationId: communication.call_GetParticipant parameters: - name: call-id @@ -2583,11 +2521,7 @@ paths: delete: tags: - communications.call - 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 + summary: Delete navigation property participants for communications operationId: communication.call_DeleteParticipant parameters: - name: call-id @@ -2797,10 +2731,10 @@ paths: tags: - communications.Actions summary: Invoke action invite - description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.' + 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-invite?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 operationId: communication.call.participant_invite parameters: - name: call-id @@ -2932,11 +2866,7 @@ paths: get: tags: - communications.onlineMeeting - 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 + summary: Get onlineMeetings from communications operationId: communication_ListOnlineMeeting parameters: - $ref: '#/components/parameters/top' @@ -3329,11 +3259,8 @@ paths: get: tags: - communications.onlineMeeting - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from communications + description: List of attendance records of an attendance report. Read-only. operationId: communication.onlineMeeting.attendanceReport_ListAttendanceRecord parameters: - name: onlineMeeting-id @@ -3643,9 +3570,6 @@ paths: tags: - communications.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from communications - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: communication_GetOnlineMeetingsAttendeeReport parameters: - name: onlineMeeting-id @@ -3700,6 +3624,10 @@ paths: tags: - communications.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl + description: 'Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0 operationId: communication.onlineMeeting_getVirtualAppointmentJoinWebUrl parameters: - name: onlineMeeting-id @@ -3812,8 +3740,8 @@ paths: get: tags: - communications.onlineMeeting - 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.' + summary: Get recordings from communications + description: The recordings of an online meeting. Read-only. operationId: communication.onlineMeeting_ListRecording parameters: - name: onlineMeeting-id @@ -3903,11 +3831,8 @@ paths: get: tags: - communications.onlineMeeting - 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 + summary: Get recordings from communications + description: The recordings of an online meeting. Read-only. operationId: communication.onlineMeeting_GetRecording parameters: - name: onlineMeeting-id @@ -4131,11 +4056,8 @@ paths: get: tags: - communications.onlineMeeting - 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 + summary: Get transcripts from communications + description: The transcripts of an online meeting. Read-only. operationId: communication.onlineMeeting_ListTranscript parameters: - name: onlineMeeting-id @@ -4225,11 +4147,8 @@ paths: get: tags: - communications.onlineMeeting - 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 + summary: Get transcripts from communications + description: The transcripts of an online meeting. Read-only. operationId: communication.onlineMeeting_GetTranscript parameters: - name: onlineMeeting-id @@ -4357,9 +4276,6 @@ paths: - communications.onlineMeeting summary: Get content for the navigation property transcripts from communications description: The content of the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: communication.onlineMeeting_GetTranscriptsContent parameters: - name: onlineMeeting-id @@ -4436,9 +4352,6 @@ paths: - communications.onlineMeeting summary: Get metadataContent for the navigation property transcripts from communications description: The time-aligned metadata of the utterances in the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: communication.onlineMeeting_GetTranscriptsMetadataContent parameters: - name: onlineMeeting-id @@ -4594,8 +4507,7 @@ paths: get: tags: - communications.presence - summary: Get presence - description: Get a user's presence information. + summary: Get presences from communications operationId: communication_ListPresence parameters: - $ref: '#/components/parameters/top' @@ -4668,11 +4580,7 @@ paths: get: tags: - communications.presence - 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 + summary: Get presences from communications operationId: communication_GetPresence parameters: - name: presence-id @@ -4979,11 +4887,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get onlineMeetings from users + description: 'Information about a meeting, including the URL used to join a meeting, the attendees list, and the description.' operationId: user_ListOnlineMeeting parameters: - name: user-id @@ -5041,11 +4946,7 @@ paths: post: tags: - users.onlineMeeting - summary: Create onlineMeeting - description: Create an online meeting on behalf of a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0 + summary: Create new navigation property to onlineMeetings for users operationId: user_CreateOnlineMeeting parameters: - name: user-id @@ -5077,11 +4978,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get onlineMeetings from users + description: 'Information about a meeting, including the URL used to join a meeting, the attendees list, and the description.' operationId: user_GetOnlineMeeting parameters: - name: user-id @@ -5133,11 +5031,7 @@ paths: patch: tags: - users.onlineMeeting - summary: Update onlineMeeting - description: Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0 + summary: Update the navigation property onlineMeetings in users operationId: user_UpdateOnlineMeeting parameters: - name: user-id @@ -5176,11 +5070,7 @@ paths: delete: tags: - users.onlineMeeting - summary: Delete onlineMeeting - description: Delete an onlineMeeting object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0 + summary: Delete navigation property onlineMeetings for users operationId: user_DeleteOnlineMeeting parameters: - name: user-id @@ -5473,11 +5363,8 @@ paths: get: tags: - users.onlineMeeting - summary: List attendanceRecords - description: Get a list of attendanceRecord objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 + summary: Get attendanceRecords from users + description: List of attendance records of an attendance report. Read-only. operationId: user.onlineMeeting.attendanceReport_ListAttendanceRecord parameters: - name: user-id @@ -5843,9 +5730,6 @@ paths: tags: - users.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: user_GetOnlineMeetingsAttendeeReport parameters: - name: user-id @@ -5915,8 +5799,8 @@ paths: get: tags: - users.onlineMeeting - 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.' + summary: Get recordings from users + description: The recordings of an online meeting. Read-only. operationId: user.onlineMeeting_ListRecording parameters: - name: user-id @@ -6022,11 +5906,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get recordings from users + description: The recordings of an online meeting. Read-only. operationId: user.onlineMeeting_GetRecording parameters: - name: user-id @@ -6298,11 +6179,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get transcripts from users + description: The transcripts of an online meeting. Read-only. operationId: user.onlineMeeting_ListTranscript parameters: - name: user-id @@ -6408,11 +6286,8 @@ paths: get: tags: - users.onlineMeeting - 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 + summary: Get transcripts from users + description: The transcripts of an online meeting. Read-only. operationId: user.onlineMeeting_GetTranscript parameters: - name: user-id @@ -6564,9 +6439,6 @@ paths: - users.onlineMeeting summary: Get content for the navigation property transcripts from users description: The content of the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: user.onlineMeeting_GetTranscriptsContent parameters: - name: user-id @@ -6659,9 +6531,6 @@ paths: - users.onlineMeeting summary: Get metadataContent for the navigation property transcripts from users description: The time-aligned metadata of the utterances in the transcript. Read-only. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: user.onlineMeeting_GetTranscriptsMetadataContent parameters: - name: user-id @@ -6800,11 +6669,7 @@ paths: get: tags: - users.presence - 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 + summary: Get presence from users operationId: user_GetPresence parameters: - name: user-id @@ -8808,7 +8673,7 @@ components: averageAudioNetworkJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true averageBandwidthEstimate: @@ -8825,7 +8690,7 @@ components: averageJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true averagePacketLossRate: @@ -8846,7 +8711,7 @@ components: averageRoundTripTime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Average network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true averageVideoFrameLossPercentage: @@ -8861,7 +8726,7 @@ components: nullable: true averageVideoPacketLossRate: type: number - description: 'Average fraction of packets lost, as specified in [RFC 3550][], computed over the duration of the session.' + description: 'Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session.' format: float nullable: true endDateTime: @@ -8887,13 +8752,13 @@ components: maxAudioNetworkJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true maxJitter: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Maximum jitter for the stream computed as specified in RFC 3550, denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true maxPacketLossRate: @@ -8909,7 +8774,7 @@ components: maxRoundTripTime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'Maximum network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' + description: 'Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as ''PT1S'', where ''P'' is the duration designator, ''T'' is the time designator, and ''S'' is the second designator.' format: duration nullable: true packetUtilization: @@ -9201,7 +9066,7 @@ components: roundTripTime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string - description: 'The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in [ISO 8601][] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.' + description: 'The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.' format: duration nullable: true additionalProperties: diff --git a/openApiDocs/v1.0/Compliance.yml b/openApiDocs/v1.0/Compliance.yml index ac945bef95..e533f27f90 100644 --- a/openApiDocs/v1.0/Compliance.yml +++ b/openApiDocs/v1.0/Compliance.yml @@ -69,11 +69,7 @@ paths: get: tags: - privacy.subjectRightsRequest - 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 + summary: Get subjectRightsRequests from privacy operationId: privacy_ListSubjectRightsRequest parameters: - $ref: '#/components/parameters/top' @@ -129,11 +125,7 @@ paths: post: tags: - privacy.subjectRightsRequest - 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 + summary: Create new navigation property to subjectRightsRequests for privacy operationId: privacy_CreateSubjectRightsRequest requestBody: description: New navigation property @@ -162,11 +154,7 @@ paths: get: tags: - privacy.subjectRightsRequest - 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 + summary: Get subjectRightsRequests from privacy operationId: privacy_GetSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -216,11 +204,7 @@ paths: patch: tags: - privacy.subjectRightsRequest - 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 + summary: Update the navigation property subjectRightsRequests in privacy operationId: privacy_UpdateSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -1022,11 +1006,8 @@ paths: get: tags: - privacy.subjectRightsRequest - 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 + summary: Get notes from privacy + description: List of notes associated with the request. operationId: privacy.subjectRightsRequest_ListNote parameters: - name: subjectRightsRequest-id @@ -1090,11 +1071,7 @@ paths: post: tags: - privacy.subjectRightsRequest - 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 + summary: Create new navigation property to notes for privacy operationId: privacy.subjectRightsRequest_CreateNote parameters: - name: subjectRightsRequest-id @@ -3573,7 +3550,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -3692,6 +3669,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -4009,6 +3987,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -4684,6 +4667,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -5173,6 +5164,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -6776,13 +6768,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -6977,7 +6969,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -7132,6 +7124,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -9753,6 +9746,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -9764,9 +9758,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -10256,11 +10252,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -10276,13 +10272,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -13772,7 +13768,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/CrossDeviceExperiences.yml b/openApiDocs/v1.0/CrossDeviceExperiences.yml index 423e9f7395..ee35befb53 100644 --- a/openApiDocs/v1.0/CrossDeviceExperiences.yml +++ b/openApiDocs/v1.0/CrossDeviceExperiences.yml @@ -10,11 +10,8 @@ paths: get: tags: - users.userActivity - summary: Get user activities - description: 'Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will 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 particularly 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-activities?view=graph-rest-1.0 + summary: Get activities from users + description: The user's activities across devices. Read-only. Nullable. operationId: user_ListActivity parameters: - name: user-id @@ -196,11 +193,7 @@ paths: delete: tags: - users.userActivity - summary: Delete an activity - description: Delete an existing user activity for your app. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-delete-activity?view=graph-rest-1.0 + summary: Delete navigation property activities for users operationId: user_DeleteActivity parameters: - name: user-id @@ -403,11 +396,7 @@ paths: patch: tags: - users.userActivity - summary: Create or replace a historyItem - description: Create a new or replace an existing history item for an existing user activity. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0 + summary: Update the navigation property historyItems in users operationId: user.activity_UpdateHistoryItem parameters: - name: user-id diff --git a/openApiDocs/v1.0/DeviceManagement.Actions.yml b/openApiDocs/v1.0/DeviceManagement.Actions.yml index 293e408f2e..d6d4e5f9f1 100644 --- a/openApiDocs/v1.0/DeviceManagement.Actions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Actions.yml @@ -4877,7 +4877,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -4996,6 +4996,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -5427,6 +5428,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -6102,6 +6108,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -7406,13 +7420,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -7632,7 +7646,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -7787,6 +7801,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -8308,6 +8323,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -10535,6 +10551,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -10546,9 +10563,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -11120,11 +11139,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -11140,13 +11159,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -14932,7 +14951,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index c70b6f5129..f6214e71c7 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -10,11 +10,8 @@ paths: get: tags: - deviceManagement.applePushNotificationCertificate - 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 + summary: Get applePushNotificationCertificate from deviceManagement + description: Apple push notification certificate. operationId: deviceManagement_GetApplePushNotificationCertificate parameters: - name: $select @@ -50,11 +47,7 @@ paths: patch: tags: - deviceManagement.applePushNotificationCertificate - 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 + summary: Update the navigation property applePushNotificationCertificate in deviceManagement operationId: deviceManagement_UpdateApplePushNotificationCertificate requestBody: description: New navigation property values @@ -95,11 +88,8 @@ paths: get: tags: - deviceManagement.auditEvent - 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 + summary: Get auditEvents from deviceManagement + description: The Audit Events operationId: deviceManagement_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -149,11 +139,7 @@ paths: post: tags: - deviceManagement.auditEvent - 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 + summary: Create new navigation property to auditEvents for deviceManagement operationId: deviceManagement_CreateAuditEvent requestBody: description: New navigation property @@ -176,11 +162,8 @@ paths: get: tags: - deviceManagement.auditEvent - 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 + summary: Get auditEvents from deviceManagement + description: The Audit Events operationId: deviceManagement_GetAuditEvent parameters: - name: auditEvent-id @@ -224,11 +207,7 @@ paths: patch: tags: - deviceManagement.auditEvent - 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 + summary: Update the navigation property auditEvents in deviceManagement operationId: deviceManagement_UpdateAuditEvent parameters: - name: auditEvent-id @@ -259,11 +238,7 @@ paths: delete: tags: - deviceManagement.auditEvent - 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 + summary: Delete navigation property auditEvents for deviceManagement operationId: deviceManagement_DeleteAuditEvent parameters: - name: auditEvent-id @@ -304,11 +279,8 @@ paths: get: tags: - deviceManagement.complianceManagementPartner - 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 + summary: Get complianceManagementPartners from deviceManagement + description: The list of Compliance Management Partners configured by the tenant. operationId: deviceManagement_ListComplianceManagementPartner parameters: - $ref: '#/components/parameters/top' @@ -358,11 +330,7 @@ paths: post: tags: - deviceManagement.complianceManagementPartner - 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 + summary: Create new navigation property to complianceManagementPartners for deviceManagement operationId: deviceManagement_CreateComplianceManagementPartner requestBody: description: New navigation property @@ -385,11 +353,8 @@ paths: get: tags: - deviceManagement.complianceManagementPartner - 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 + summary: Get complianceManagementPartners from deviceManagement + description: The list of Compliance Management Partners configured by the tenant. operationId: deviceManagement_GetComplianceManagementPartner parameters: - name: complianceManagementPartner-id @@ -433,11 +398,7 @@ paths: patch: tags: - deviceManagement.complianceManagementPartner - 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 + summary: Update the navigation property complianceManagementPartners in deviceManagement operationId: deviceManagement_UpdateComplianceManagementPartner parameters: - name: complianceManagementPartner-id @@ -468,11 +429,7 @@ paths: delete: tags: - deviceManagement.complianceManagementPartner - 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 + summary: Delete navigation property complianceManagementPartners for deviceManagement operationId: deviceManagement_DeleteComplianceManagementPartner parameters: - name: complianceManagementPartner-id @@ -513,11 +470,8 @@ paths: get: tags: - deviceManagement.deviceManagementPartner - 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 + summary: Get deviceManagementPartners from deviceManagement + description: The list of Device Management Partners configured by the tenant. operationId: deviceManagement_ListDeviceManagementPartner parameters: - $ref: '#/components/parameters/top' @@ -567,11 +521,7 @@ paths: post: tags: - deviceManagement.deviceManagementPartner - 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 + summary: Create new navigation property to deviceManagementPartners for deviceManagement operationId: deviceManagement_CreateDeviceManagementPartner requestBody: description: New navigation property @@ -594,11 +544,8 @@ paths: get: tags: - deviceManagement.deviceManagementPartner - 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 + summary: Get deviceManagementPartners from deviceManagement + description: The list of Device Management Partners configured by the tenant. operationId: deviceManagement_GetDeviceManagementPartner parameters: - name: deviceManagementPartner-id @@ -642,11 +589,7 @@ paths: patch: tags: - deviceManagement.deviceManagementPartner - 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 + summary: Update the navigation property deviceManagementPartners in deviceManagement operationId: deviceManagement_UpdateDeviceManagementPartner parameters: - name: deviceManagementPartner-id @@ -677,11 +620,7 @@ paths: delete: tags: - deviceManagement.deviceManagementPartner - 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 + summary: Delete navigation property deviceManagementPartners for deviceManagement operationId: deviceManagement_DeleteDeviceManagementPartner parameters: - name: deviceManagementPartner-id @@ -722,11 +661,8 @@ paths: get: tags: - deviceManagement.deviceManagementExchangeConnector - 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 + summary: Get exchangeConnectors from deviceManagement + description: The list of Exchange Connectors configured by the tenant. operationId: deviceManagement_ListExchangeConnector parameters: - $ref: '#/components/parameters/top' @@ -776,11 +712,7 @@ paths: post: tags: - deviceManagement.deviceManagementExchangeConnector - 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 + summary: Create new navigation property to exchangeConnectors for deviceManagement operationId: deviceManagement_CreateExchangeConnector requestBody: description: New navigation property @@ -803,11 +735,8 @@ paths: get: tags: - deviceManagement.deviceManagementExchangeConnector - 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 + summary: Get exchangeConnectors from deviceManagement + description: The list of Exchange Connectors configured by the tenant. operationId: deviceManagement_GetExchangeConnector parameters: - name: deviceManagementExchangeConnector-id @@ -851,11 +780,7 @@ paths: patch: tags: - deviceManagement.deviceManagementExchangeConnector - 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 + summary: Update the navigation property exchangeConnectors in deviceManagement operationId: deviceManagement_UpdateExchangeConnector parameters: - name: deviceManagementExchangeConnector-id @@ -886,11 +811,7 @@ paths: delete: tags: - deviceManagement.deviceManagementExchangeConnector - 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 + summary: Delete navigation property exchangeConnectors for deviceManagement operationId: deviceManagement_DeleteExchangeConnector parameters: - name: deviceManagementExchangeConnector-id @@ -931,11 +852,8 @@ paths: get: tags: - deviceManagement.iosUpdateDeviceStatus - 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 + summary: Get iosUpdateStatuses from deviceManagement + description: The IOS software update installation statuses for this account. operationId: deviceManagement_ListIosUpdateStatus parameters: - $ref: '#/components/parameters/top' @@ -985,11 +903,7 @@ paths: post: tags: - deviceManagement.iosUpdateDeviceStatus - 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 + summary: Create new navigation property to iosUpdateStatuses for deviceManagement operationId: deviceManagement_CreateIosUpdateStatus requestBody: description: New navigation property @@ -1012,11 +926,8 @@ paths: get: tags: - deviceManagement.iosUpdateDeviceStatus - 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 + summary: Get iosUpdateStatuses from deviceManagement + description: The IOS software update installation statuses for this account. operationId: deviceManagement_GetIosUpdateStatus parameters: - name: iosUpdateDeviceStatus-id @@ -1060,11 +971,7 @@ paths: patch: tags: - deviceManagement.iosUpdateDeviceStatus - 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 + summary: Update the navigation property iosUpdateStatuses in deviceManagement operationId: deviceManagement_UpdateIosUpdateStatus parameters: - name: iosUpdateDeviceStatus-id @@ -1095,11 +1002,7 @@ paths: delete: tags: - deviceManagement.iosUpdateDeviceStatus - 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 + summary: Delete navigation property iosUpdateStatuses for deviceManagement operationId: deviceManagement_DeleteIosUpdateStatus parameters: - name: iosUpdateDeviceStatus-id @@ -1140,11 +1043,8 @@ paths: get: tags: - deviceManagement.mobileThreatDefenseConnector - 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 + summary: Get mobileThreatDefenseConnectors from deviceManagement + description: The list of Mobile threat Defense connectors configured by the tenant. operationId: deviceManagement_ListMobileThreatDefenseConnector parameters: - $ref: '#/components/parameters/top' @@ -1194,11 +1094,7 @@ paths: post: tags: - deviceManagement.mobileThreatDefenseConnector - 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 + summary: Create new navigation property to mobileThreatDefenseConnectors for deviceManagement operationId: deviceManagement_CreateMobileThreatDefenseConnector requestBody: description: New navigation property @@ -1221,11 +1117,8 @@ paths: get: tags: - deviceManagement.mobileThreatDefenseConnector - 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 + summary: Get mobileThreatDefenseConnectors from deviceManagement + description: The list of Mobile threat Defense connectors configured by the tenant. operationId: deviceManagement_GetMobileThreatDefenseConnector parameters: - name: mobileThreatDefenseConnector-id @@ -1269,11 +1162,7 @@ paths: patch: tags: - deviceManagement.mobileThreatDefenseConnector - 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 + summary: Update the navigation property mobileThreatDefenseConnectors in deviceManagement operationId: deviceManagement_UpdateMobileThreatDefenseConnector parameters: - name: mobileThreatDefenseConnector-id @@ -1304,11 +1193,7 @@ paths: delete: tags: - deviceManagement.mobileThreatDefenseConnector - 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 + summary: Delete navigation property mobileThreatDefenseConnectors for deviceManagement operationId: deviceManagement_DeleteMobileThreatDefenseConnector parameters: - name: mobileThreatDefenseConnector-id @@ -1349,11 +1234,8 @@ paths: get: tags: - deviceManagement.remoteAssistancePartner - 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 + summary: Get remoteAssistancePartners from deviceManagement + description: The remote assist partners. operationId: deviceManagement_ListRemoteAssistancePartner parameters: - $ref: '#/components/parameters/top' @@ -1403,11 +1285,7 @@ paths: post: tags: - deviceManagement.remoteAssistancePartner - 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 + summary: Create new navigation property to remoteAssistancePartners for deviceManagement operationId: deviceManagement_CreateRemoteAssistancePartner requestBody: description: New navigation property @@ -1430,11 +1308,8 @@ paths: get: tags: - deviceManagement.remoteAssistancePartner - 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 + summary: Get remoteAssistancePartners from deviceManagement + description: The remote assist partners. operationId: deviceManagement_GetRemoteAssistancePartner parameters: - name: remoteAssistancePartner-id @@ -1478,11 +1353,7 @@ paths: patch: tags: - deviceManagement.remoteAssistancePartner - 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 + summary: Update the navigation property remoteAssistancePartners in deviceManagement operationId: deviceManagement_UpdateRemoteAssistancePartner parameters: - name: remoteAssistancePartner-id @@ -1513,11 +1384,7 @@ paths: delete: tags: - deviceManagement.remoteAssistancePartner - 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 + summary: Delete navigation property remoteAssistancePartners for deviceManagement operationId: deviceManagement_DeleteRemoteAssistancePartner parameters: - name: remoteAssistancePartner-id @@ -1558,11 +1425,8 @@ paths: get: tags: - deviceManagement.resourceOperation - 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 + summary: Get resourceOperations from deviceManagement + description: The Resource Operations. operationId: deviceManagement_ListResourceOperation parameters: - $ref: '#/components/parameters/top' @@ -1612,11 +1476,7 @@ paths: post: tags: - deviceManagement.resourceOperation - 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 + summary: Create new navigation property to resourceOperations for deviceManagement operationId: deviceManagement_CreateResourceOperation requestBody: description: New navigation property @@ -1639,11 +1499,8 @@ paths: get: tags: - deviceManagement.resourceOperation - 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 + summary: Get resourceOperations from deviceManagement + description: The Resource Operations. operationId: deviceManagement_GetResourceOperation parameters: - name: resourceOperation-id @@ -1687,11 +1544,7 @@ paths: patch: tags: - deviceManagement.resourceOperation - 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 + summary: Update the navigation property resourceOperations in deviceManagement operationId: deviceManagement_UpdateResourceOperation parameters: - name: resourceOperation-id @@ -1722,11 +1575,7 @@ paths: delete: tags: - deviceManagement.resourceOperation - 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 + summary: Delete navigation property resourceOperations for deviceManagement operationId: deviceManagement_DeleteResourceOperation parameters: - name: resourceOperation-id @@ -1767,11 +1616,8 @@ paths: get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - 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 + summary: Get roleAssignments from deviceManagement + description: The Role Assignments. operationId: deviceManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -1821,11 +1667,7 @@ paths: post: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - 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 + summary: Create new navigation property to roleAssignments for deviceManagement operationId: deviceManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -1848,11 +1690,8 @@ paths: get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - 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 + summary: Get roleAssignments from deviceManagement + description: The Role Assignments. operationId: deviceManagement_GetRoleAssignment parameters: - name: deviceAndAppManagementRoleAssignment-id @@ -1896,11 +1735,7 @@ paths: patch: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - 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 + summary: Update the navigation property roleAssignments in deviceManagement operationId: deviceManagement_UpdateRoleAssignment parameters: - name: deviceAndAppManagementRoleAssignment-id @@ -1931,11 +1766,7 @@ paths: delete: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - 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 + summary: Delete navigation property roleAssignments for deviceManagement operationId: deviceManagement_DeleteRoleAssignment parameters: - name: deviceAndAppManagementRoleAssignment-id @@ -2022,11 +1853,8 @@ paths: get: tags: - deviceManagement.roleDefinition - 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 + summary: Get roleDefinitions from deviceManagement + description: The Role Definitions. operationId: deviceManagement_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -2076,11 +1904,7 @@ paths: post: tags: - deviceManagement.roleDefinition - 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 + summary: Create new navigation property to roleDefinitions for deviceManagement operationId: deviceManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -2103,11 +1927,8 @@ paths: get: tags: - deviceManagement.roleDefinition - 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 + summary: Get roleDefinitions from deviceManagement + description: The Role Definitions. operationId: deviceManagement_GetRoleDefinition parameters: - name: roleDefinition-id @@ -2151,11 +1972,7 @@ paths: patch: tags: - deviceManagement.roleDefinition - summary: Update roleDefinition - description: Update the properties of a roleDefinition object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0 + summary: Update the navigation property roleDefinitions in deviceManagement operationId: deviceManagement_UpdateRoleDefinition parameters: - name: roleDefinition-id @@ -2186,11 +2003,7 @@ paths: delete: tags: - deviceManagement.roleDefinition - 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 + summary: Delete navigation property roleDefinitions for deviceManagement operationId: deviceManagement_DeleteRoleDefinition parameters: - name: roleDefinition-id @@ -2217,11 +2030,8 @@ paths: get: tags: - deviceManagement.roleDefinition - 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 + summary: Get roleAssignments from deviceManagement + description: List of Role assignments for this role definition. operationId: deviceManagement.roleDefinition_ListRoleAssignment parameters: - name: roleDefinition-id @@ -2279,11 +2089,7 @@ paths: post: tags: - deviceManagement.roleDefinition - 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 + summary: Create new navigation property to roleAssignments for deviceManagement operationId: deviceManagement.roleDefinition_CreateRoleAssignment parameters: - name: roleDefinition-id @@ -2315,11 +2121,8 @@ paths: get: tags: - deviceManagement.roleDefinition - 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 + summary: Get roleAssignments from deviceManagement + description: List of Role assignments for this role definition. operationId: deviceManagement.roleDefinition_GetRoleAssignment parameters: - name: roleDefinition-id @@ -2371,11 +2174,7 @@ paths: patch: tags: - deviceManagement.roleDefinition - 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 + summary: Update the navigation property roleAssignments in deviceManagement operationId: deviceManagement.roleDefinition_UpdateRoleAssignment parameters: - name: roleDefinition-id @@ -2414,11 +2213,7 @@ paths: delete: tags: - deviceManagement.roleDefinition - 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 + summary: Delete navigation property roleAssignments for deviceManagement operationId: deviceManagement.roleDefinition_DeleteRoleAssignment parameters: - name: roleDefinition-id @@ -2543,11 +2338,8 @@ paths: get: tags: - deviceManagement.telecomExpenseManagementPartner - 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 + summary: Get telecomExpenseManagementPartners from deviceManagement + description: The telecom expense management partners. operationId: deviceManagement_ListTelecomExpenseManagementPartner parameters: - $ref: '#/components/parameters/top' @@ -2597,11 +2389,7 @@ paths: post: tags: - deviceManagement.telecomExpenseManagementPartner - 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 + summary: Create new navigation property to telecomExpenseManagementPartners for deviceManagement operationId: deviceManagement_CreateTelecomExpenseManagementPartner requestBody: description: New navigation property @@ -2624,11 +2412,8 @@ paths: get: tags: - deviceManagement.telecomExpenseManagementPartner - 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 + summary: Get telecomExpenseManagementPartners from deviceManagement + description: The telecom expense management partners. operationId: deviceManagement_GetTelecomExpenseManagementPartner parameters: - name: telecomExpenseManagementPartner-id @@ -2672,11 +2457,7 @@ paths: patch: tags: - deviceManagement.telecomExpenseManagementPartner - 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 + summary: Update the navigation property telecomExpenseManagementPartners in deviceManagement operationId: deviceManagement_UpdateTelecomExpenseManagementPartner parameters: - name: telecomExpenseManagementPartner-id @@ -2707,11 +2488,7 @@ paths: delete: tags: - deviceManagement.telecomExpenseManagementPartner - 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 + summary: Delete navigation property telecomExpenseManagementPartners for deviceManagement operationId: deviceManagement_DeleteTelecomExpenseManagementPartner parameters: - name: telecomExpenseManagementPartner-id @@ -2752,11 +2529,8 @@ paths: get: tags: - deviceManagement.termsAndConditions - 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 + summary: Get termsAndConditions from deviceManagement + description: The terms and conditions associated with device management of the company. operationId: deviceManagement_ListTermsAndCondition parameters: - $ref: '#/components/parameters/top' @@ -2806,11 +2580,7 @@ paths: post: tags: - deviceManagement.termsAndConditions - 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 + summary: Create new navigation property to termsAndConditions for deviceManagement operationId: deviceManagement_CreateTermsAndCondition requestBody: description: New navigation property @@ -2833,11 +2603,8 @@ paths: get: tags: - deviceManagement.termsAndConditions - 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 + summary: Get termsAndConditions from deviceManagement + description: The terms and conditions associated with device management of the company. operationId: deviceManagement_GetTermsAndCondition parameters: - name: termsAndConditions-id @@ -2881,11 +2648,7 @@ paths: patch: tags: - deviceManagement.termsAndConditions - 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 + summary: Update the navigation property termsAndConditions in deviceManagement operationId: deviceManagement_UpdateTermsAndCondition parameters: - name: termsAndConditions-id @@ -2916,11 +2679,7 @@ paths: delete: tags: - deviceManagement.termsAndConditions - 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 + summary: Delete navigation property termsAndConditions for deviceManagement operationId: deviceManagement_DeleteTermsAndCondition parameters: - name: termsAndConditions-id @@ -2947,11 +2706,8 @@ paths: get: tags: - deviceManagement.termsAndConditions - 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 + summary: Get acceptanceStatuses from deviceManagement + description: The list of acceptance statuses for this T&C policy. operationId: deviceManagement.termsAndCondition_ListAcceptanceStatus parameters: - name: termsAndConditions-id @@ -3009,11 +2765,7 @@ paths: post: tags: - deviceManagement.termsAndConditions - 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 + summary: Create new navigation property to acceptanceStatuses for deviceManagement operationId: deviceManagement.termsAndCondition_CreateAcceptanceStatus parameters: - name: termsAndConditions-id @@ -3045,11 +2797,8 @@ paths: get: tags: - deviceManagement.termsAndConditions - 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 + summary: Get acceptanceStatuses from deviceManagement + description: The list of acceptance statuses for this T&C policy. operationId: deviceManagement.termsAndCondition_GetAcceptanceStatus parameters: - name: termsAndConditions-id @@ -3101,11 +2850,7 @@ paths: patch: tags: - deviceManagement.termsAndConditions - 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 + summary: Update the navigation property acceptanceStatuses in deviceManagement operationId: deviceManagement.termsAndCondition_UpdateAcceptanceStatus parameters: - name: termsAndConditions-id @@ -3144,11 +2889,7 @@ paths: delete: tags: - deviceManagement.termsAndConditions - 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 + summary: Delete navigation property acceptanceStatuses for deviceManagement operationId: deviceManagement.termsAndCondition_DeleteAcceptanceStatus parameters: - name: termsAndConditions-id @@ -3259,11 +3000,8 @@ paths: get: tags: - deviceManagement.termsAndConditions - 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 + summary: Get assignments from deviceManagement + description: The list of assignments for this T&C policy. operationId: deviceManagement.termsAndCondition_ListAssignment parameters: - name: termsAndConditions-id @@ -3321,11 +3059,7 @@ paths: post: tags: - deviceManagement.termsAndConditions - 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 + summary: Create new navigation property to assignments for deviceManagement operationId: deviceManagement.termsAndCondition_CreateAssignment parameters: - name: termsAndConditions-id @@ -3357,11 +3091,8 @@ paths: get: tags: - deviceManagement.termsAndConditions - 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 + summary: Get assignments from deviceManagement + description: The list of assignments for this T&C policy. operationId: deviceManagement.termsAndCondition_GetAssignment parameters: - name: termsAndConditions-id @@ -3413,11 +3144,7 @@ paths: patch: tags: - deviceManagement.termsAndConditions - 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 + summary: Update the navigation property assignments in deviceManagement operationId: deviceManagement.termsAndCondition_UpdateAssignment parameters: - name: termsAndConditions-id @@ -3456,11 +3183,7 @@ paths: delete: tags: - deviceManagement.termsAndConditions - 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 + summary: Delete navigation property assignments for deviceManagement operationId: deviceManagement.termsAndCondition_DeleteAssignment parameters: - name: termsAndConditions-id @@ -3609,11 +3332,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get auditEvents from deviceManagement + description: A collection of Cloud PC audit events. operationId: deviceManagement.virtualEndpoint_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -3686,11 +3406,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get auditEvents from deviceManagement + description: A collection of Cloud PC audit events. operationId: deviceManagement.virtualEndpoint_GetAuditEvent parameters: - name: cloudPcAuditEvent-id @@ -3806,11 +3523,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get cloudPCs from deviceManagement + description: A collection of cloud-managed virtual desktops. operationId: deviceManagement.virtualEndpoint_ListCloudPC parameters: - $ref: '#/components/parameters/top' @@ -3883,11 +3597,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get cloudPCs from deviceManagement + description: A collection of cloud-managed virtual desktops. operationId: deviceManagement.virtualEndpoint_GetCloudPC parameters: - name: cloudPC-id @@ -4003,11 +3714,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get deviceImages from deviceManagement + description: A collection of device image resources on Cloud PC. operationId: deviceManagement.virtualEndpoint_ListDeviceImage parameters: - $ref: '#/components/parameters/top' @@ -4057,11 +3765,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to deviceImages for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateDeviceImage requestBody: description: New navigation property @@ -4084,11 +3788,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get deviceImages from deviceManagement + description: A collection of device image resources on Cloud PC. operationId: deviceManagement.virtualEndpoint_GetDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -4163,11 +3864,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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 + summary: Delete navigation property deviceImages for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -4208,11 +3905,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get galleryImages from deviceManagement + description: A collection of gallery image resources on Cloud PC. operationId: deviceManagement.virtualEndpoint_ListGalleryImage parameters: - $ref: '#/components/parameters/top' @@ -4285,11 +3979,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get galleryImages from deviceManagement + description: A collection of gallery image resources on Cloud PC. operationId: deviceManagement.virtualEndpoint_GetGalleryImage parameters: - name: cloudPcGalleryImage-id @@ -4405,11 +4096,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + 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. operationId: deviceManagement.virtualEndpoint_ListOnPremisesConnection parameters: - $ref: '#/components/parameters/top' @@ -4459,11 +4147,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to onPremisesConnections for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateOnPremisesConnection requestBody: description: New navigation property @@ -4486,11 +4170,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + 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. operationId: deviceManagement.virtualEndpoint_GetOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -4534,11 +4215,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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 + summary: Update the navigation property onPremisesConnections in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -4569,11 +4246,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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 + summary: Delete navigation property onPremisesConnections for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -4614,11 +4287,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get provisioningPolicies from deviceManagement + description: A collection of Cloud PC provisioning policies. operationId: deviceManagement.virtualEndpoint_ListProvisioningPolicy parameters: - $ref: '#/components/parameters/top' @@ -4668,11 +4338,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to provisioningPolicies for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateProvisioningPolicy requestBody: description: New navigation property @@ -4695,11 +4361,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get provisioningPolicies from deviceManagement + description: A collection of Cloud PC provisioning policies. operationId: deviceManagement.virtualEndpoint_GetProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -4743,11 +4406,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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 + summary: Update the navigation property provisioningPolicies in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -4778,11 +4437,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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 + summary: Delete navigation property provisioningPolicies for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -5443,11 +5098,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get userSettings from deviceManagement + description: A collection of Cloud PC user settings. operationId: deviceManagement.virtualEndpoint_ListUserSetting parameters: - $ref: '#/components/parameters/top' @@ -5497,11 +5149,7 @@ paths: post: tags: - deviceManagement.virtualEndpoint - 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 + summary: Create new navigation property to userSettings for deviceManagement operationId: deviceManagement.virtualEndpoint_CreateUserSetting requestBody: description: New navigation property @@ -5524,11 +5172,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - 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 + summary: Get userSettings from deviceManagement + description: A collection of Cloud PC user settings. operationId: deviceManagement.virtualEndpoint_GetUserSetting parameters: - name: cloudPcUserSetting-id @@ -5572,11 +5217,7 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - 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 + summary: Update the navigation property userSettings in deviceManagement operationId: deviceManagement.virtualEndpoint_UpdateUserSetting parameters: - name: cloudPcUserSetting-id @@ -5607,11 +5248,7 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - 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 + summary: Delete navigation property userSettings for deviceManagement operationId: deviceManagement.virtualEndpoint_DeleteUserSetting parameters: - name: cloudPcUserSetting-id @@ -9228,7 +8865,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -9347,6 +8984,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -9778,6 +9416,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -10453,6 +10096,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -12240,13 +11891,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -12466,7 +12117,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -12621,6 +12272,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -13142,6 +12794,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -15454,6 +15107,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -15465,9 +15119,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -16039,11 +15695,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -16059,13 +15715,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -19859,7 +19515,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index 220e699042..aa74f9bcaa 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -10,11 +10,8 @@ paths: get: tags: - deviceManagement.onPremisesConditionalAccessSettings - 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 + 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 operationId: deviceManagement_GetConditionalAccessSetting parameters: - name: $select @@ -50,11 +47,7 @@ paths: patch: tags: - deviceManagement.onPremisesConditionalAccessSettings - 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 + summary: Update the navigation property conditionalAccessSettings in deviceManagement operationId: deviceManagement_UpdateConditionalAccessSetting requestBody: description: New navigation property values @@ -95,11 +88,8 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: List deviceEnrollmentWindowsHelloForBusinessConfigurations - description: List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0 + summary: Get deviceEnrollmentConfigurations from deviceManagement + description: The list of device enrollment configurations operationId: deviceManagement_ListDeviceEnrollmentConfiguration parameters: - $ref: '#/components/parameters/top' @@ -149,11 +139,7 @@ paths: post: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Create deviceEnrollmentWindowsHelloForBusinessConfiguration - description: Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0 + summary: Create new navigation property to deviceEnrollmentConfigurations for deviceManagement operationId: deviceManagement_CreateDeviceEnrollmentConfiguration requestBody: description: New navigation property @@ -176,11 +162,8 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentConfiguration - description: Read properties and relationships of the deviceEnrollmentConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0 + summary: Get deviceEnrollmentConfigurations from deviceManagement + description: The list of device enrollment configurations operationId: deviceManagement_GetDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -224,11 +207,7 @@ paths: patch: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Update deviceEnrollmentPlatformRestrictionsConfiguration - description: Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0 + summary: Update the navigation property deviceEnrollmentConfigurations in deviceManagement operationId: deviceManagement_UpdateDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -259,11 +238,7 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - 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 + summary: Delete navigation property deviceEnrollmentConfigurations for deviceManagement operationId: deviceManagement_DeleteDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -290,11 +265,8 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - 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 + summary: Get assignments from deviceManagement + description: The list of group assignments for the device configuration profile operationId: deviceManagement.deviceEnrollmentConfiguration_ListAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -352,11 +324,7 @@ paths: post: tags: - deviceManagement.deviceEnrollmentConfiguration - 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 + summary: Create new navigation property to assignments for deviceManagement operationId: deviceManagement.deviceEnrollmentConfiguration_CreateAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -388,11 +356,8 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - 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 + summary: Get assignments from deviceManagement + description: The list of group assignments for the device configuration profile operationId: deviceManagement.deviceEnrollmentConfiguration_GetAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -444,11 +409,7 @@ paths: patch: tags: - deviceManagement.deviceEnrollmentConfiguration - 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 + summary: Update the navigation property assignments in deviceManagement operationId: deviceManagement.deviceEnrollmentConfiguration_UpdateAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -487,11 +448,7 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - 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 + summary: Delete navigation property assignments for deviceManagement operationId: deviceManagement.deviceEnrollmentConfiguration_DeleteAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -562,11 +519,8 @@ paths: get: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - 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 + summary: Get importedWindowsAutopilotDeviceIdentities from deviceManagement + description: Collection of imported Windows autopilot devices. operationId: deviceManagement_ListImportedWindowsAutopilotDeviceIdentity parameters: - $ref: '#/components/parameters/top' @@ -616,11 +570,7 @@ paths: post: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - 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 + summary: Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement operationId: deviceManagement_CreateImportedWindowsAutopilotDeviceIdentity requestBody: description: New navigation property @@ -643,11 +593,8 @@ paths: get: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - 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 + summary: Get importedWindowsAutopilotDeviceIdentities from deviceManagement + description: Collection of imported Windows autopilot devices. operationId: deviceManagement_GetImportedWindowsAutopilotDeviceIdentity parameters: - name: importedWindowsAutopilotDeviceIdentity-id @@ -722,11 +669,7 @@ paths: delete: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - 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 + summary: Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement operationId: deviceManagement_DeleteImportedWindowsAutopilotDeviceIdentity parameters: - name: importedWindowsAutopilotDeviceIdentity-id @@ -767,11 +710,8 @@ paths: get: tags: - deviceManagement.windowsAutopilotDeviceIdentity - 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 + summary: Get windowsAutopilotDeviceIdentities from deviceManagement + description: The Windows autopilot device identities contained collection. operationId: deviceManagement_ListWindowsAutopilotDeviceIdentity parameters: - $ref: '#/components/parameters/top' @@ -821,11 +761,7 @@ paths: post: tags: - deviceManagement.windowsAutopilotDeviceIdentity - 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 + summary: Create new navigation property to windowsAutopilotDeviceIdentities for deviceManagement operationId: deviceManagement_CreateWindowsAutopilotDeviceIdentity requestBody: description: New navigation property @@ -848,11 +784,8 @@ paths: get: tags: - deviceManagement.windowsAutopilotDeviceIdentity - 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 + summary: Get windowsAutopilotDeviceIdentities from deviceManagement + description: The Windows autopilot device identities contained collection. operationId: deviceManagement_GetWindowsAutopilotDeviceIdentity parameters: - name: windowsAutopilotDeviceIdentity-id @@ -927,11 +860,7 @@ paths: delete: tags: - deviceManagement.windowsAutopilotDeviceIdentity - 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 + summary: Delete navigation property windowsAutopilotDeviceIdentities for deviceManagement operationId: deviceManagement_DeleteWindowsAutopilotDeviceIdentity parameters: - name: windowsAutopilotDeviceIdentity-id diff --git a/openApiDocs/v1.0/DeviceManagement.Functions.yml b/openApiDocs/v1.0/DeviceManagement.Functions.yml index 4fd48db0f4..9c8cbe8b35 100644 --- a/openApiDocs/v1.0/DeviceManagement.Functions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Functions.yml @@ -12,6 +12,9 @@ paths: - deviceManagement.Functions summary: Invoke function downloadApplePushNotificationCertificateSigningRequest description: Download Apple push notification certificate signing request + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0 operationId: deviceManagement.applePushNotificationCertificate_downloadApplePushNotificationCertificateSigningRequest responses: 2XX: @@ -78,6 +81,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getAuditCategories + description: Not yet documented + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0 operationId: deviceManagement.auditEvent_getAuditCategory parameters: - $ref: '#/components/parameters/top' @@ -154,6 +161,9 @@ paths: - deviceManagement.Functions summary: Invoke function getEffectivePermissions description: Retrieves the effective permissions of the currently authenticated user + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0 operationId: deviceManagement_getEffectivePermission parameters: - name: scope @@ -317,6 +327,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getAuditActivityTypes + description: Get audit activity types by tenant ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.auditEvent_getAuditActivityType parameters: - $ref: '#/components/parameters/top' @@ -353,6 +367,10 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getSourceImages + description: Get cloudPcSourceDeviceImage objects that can be uploaded and used on Cloud PCs. View a list of all the managed image resources from your Microsoft Entra subscriptions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.deviceImage_getSourceImage parameters: - $ref: '#/components/parameters/top' diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index c2e22c9bc3..59d1e340fe 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -166,11 +166,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get siteLists from admin + description: A collection of site lists to support Internet Explorer mode. operationId: admin.edge.internetExplorerMode_ListSiteList parameters: - $ref: '#/components/parameters/top' @@ -220,11 +217,7 @@ paths: post: tags: - admin.edge - 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 + summary: Create new navigation property to siteLists for admin operationId: admin.edge.internetExplorerMode_CreateSiteList requestBody: description: New navigation property @@ -247,11 +240,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get siteLists from admin + description: A collection of site lists to support Internet Explorer mode. operationId: admin.edge.internetExplorerMode_GetSiteList parameters: - name: browserSiteList-id @@ -295,11 +285,7 @@ paths: patch: tags: - admin.edge - 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 + summary: Update the navigation property siteLists in admin operationId: admin.edge.internetExplorerMode_UpdateSiteList parameters: - name: browserSiteList-id @@ -330,11 +316,7 @@ paths: delete: tags: - admin.edge - 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 + summary: Delete navigation property siteLists for admin operationId: admin.edge.internetExplorerMode_DeleteSiteList parameters: - name: browserSiteList-id @@ -361,11 +343,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sharedCookies from admin + description: A collection of shared cookies defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_ListSharedCookie parameters: - name: browserSiteList-id @@ -423,11 +402,7 @@ paths: post: tags: - admin.edge - 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 + summary: Create new navigation property to sharedCookies for admin operationId: admin.edge.internetExplorerMode.siteList_CreateSharedCookie parameters: - name: browserSiteList-id @@ -459,11 +434,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sharedCookies from admin + description: A collection of shared cookies defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_GetSharedCookie parameters: - name: browserSiteList-id @@ -515,11 +487,7 @@ paths: patch: tags: - admin.edge - 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 + summary: Update the navigation property sharedCookies in admin operationId: admin.edge.internetExplorerMode.siteList_UpdateSharedCookie parameters: - name: browserSiteList-id @@ -558,11 +526,7 @@ paths: delete: tags: - admin.edge - 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 + summary: Delete navigation property sharedCookies for admin operationId: admin.edge.internetExplorerMode.siteList_DeleteSharedCookie parameters: - name: browserSiteList-id @@ -619,11 +583,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sites from admin + description: A collection of sites defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_ListSite parameters: - name: browserSiteList-id @@ -681,11 +642,7 @@ paths: post: tags: - admin.edge - 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 + summary: Create new navigation property to sites for admin operationId: admin.edge.internetExplorerMode.siteList_CreateSite parameters: - name: browserSiteList-id @@ -717,11 +674,8 @@ paths: get: tags: - admin.edge - 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 + summary: Get sites from admin + description: A collection of sites defined for the site list. operationId: admin.edge.internetExplorerMode.siteList_GetSite parameters: - name: browserSiteList-id @@ -773,11 +727,7 @@ paths: patch: tags: - admin.edge - 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 + summary: Update the navigation property sites in admin operationId: admin.edge.internetExplorerMode.siteList_UpdateSite parameters: - name: browserSiteList-id @@ -816,11 +766,7 @@ paths: delete: tags: - admin.edge - 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 + summary: Delete navigation property sites for admin operationId: admin.edge.internetExplorerMode.siteList_DeleteSite parameters: - name: browserSiteList-id @@ -895,7 +841,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-auditing-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceManagement parameters: - name: $select @@ -935,7 +881,7 @@ paths: description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceManagement requestBody: description: New property values @@ -958,11 +904,8 @@ paths: get: tags: - deviceManagement.detectedApp - 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 + summary: Get detectedApps from deviceManagement + description: The list of detected apps associated with a device. operationId: deviceManagement_ListDetectedApp parameters: - $ref: '#/components/parameters/top' @@ -1012,11 +955,7 @@ paths: post: tags: - deviceManagement.detectedApp - 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 + summary: Create new navigation property to detectedApps for deviceManagement operationId: deviceManagement_CreateDetectedApp requestBody: description: New navigation property @@ -1039,11 +978,8 @@ paths: get: tags: - deviceManagement.detectedApp - 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 + summary: Get detectedApps from deviceManagement + description: The list of detected apps associated with a device. operationId: deviceManagement_GetDetectedApp parameters: - name: detectedApp-id @@ -1087,11 +1023,7 @@ paths: patch: tags: - deviceManagement.detectedApp - 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 + summary: Update the navigation property detectedApps in deviceManagement operationId: deviceManagement_UpdateDetectedApp parameters: - name: detectedApp-id @@ -1122,11 +1054,7 @@ paths: delete: tags: - deviceManagement.detectedApp - 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 + summary: Delete navigation property detectedApps for deviceManagement operationId: deviceManagement_DeleteDetectedApp parameters: - name: detectedApp-id @@ -1303,11 +1231,8 @@ paths: get: tags: - deviceManagement.deviceCategory - 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 + summary: Get deviceCategories from deviceManagement + description: The list of device categories with the tenant. operationId: deviceManagement_ListDeviceCategory parameters: - $ref: '#/components/parameters/top' @@ -1357,11 +1282,7 @@ paths: post: tags: - deviceManagement.deviceCategory - 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 + summary: Create new navigation property to deviceCategories for deviceManagement operationId: deviceManagement_CreateDeviceCategory requestBody: description: New navigation property @@ -1384,11 +1305,8 @@ paths: get: tags: - deviceManagement.deviceCategory - 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 + summary: Get deviceCategories from deviceManagement + description: The list of device categories with the tenant. operationId: deviceManagement_GetDeviceCategory parameters: - name: deviceCategory-id @@ -1432,11 +1350,7 @@ paths: patch: tags: - deviceManagement.deviceCategory - 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 + summary: Update the navigation property deviceCategories in deviceManagement operationId: deviceManagement_UpdateDeviceCategory parameters: - name: deviceCategory-id @@ -1467,11 +1381,7 @@ paths: delete: tags: - deviceManagement.deviceCategory - 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 + summary: Delete navigation property deviceCategories for deviceManagement operationId: deviceManagement_DeleteDeviceCategory parameters: - name: deviceCategory-id @@ -1512,11 +1422,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List windows10CompliancePolicies - description: List properties and relationships of the windows10CompliancePolicy objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0 + summary: Get deviceCompliancePolicies from deviceManagement + description: The device compliance policies. operationId: deviceManagement_ListDeviceCompliancePolicy parameters: - $ref: '#/components/parameters/top' @@ -1566,11 +1473,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Create new navigation property to deviceCompliancePolicies for deviceManagement operationId: deviceManagement_CreateDeviceCompliancePolicy requestBody: description: New navigation property @@ -1593,11 +1496,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get windows10MobileCompliancePolicy - description: Read properties and relationships of the windows10MobileCompliancePolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0 + summary: Get deviceCompliancePolicies from deviceManagement + description: The device compliance policies. operationId: deviceManagement_GetDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -1641,11 +1541,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update androidWorkProfileCompliancePolicy - description: Update the properties of a androidWorkProfileCompliancePolicy object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0 + summary: Update the navigation property deviceCompliancePolicies in deviceManagement operationId: deviceManagement_UpdateDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -1676,11 +1572,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete windows10MobileCompliancePolicy - description: Deletes a windows10MobileCompliancePolicy. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-delete?view=graph-rest-1.0 + summary: Delete navigation property deviceCompliancePolicies for deviceManagement operationId: deviceManagement_DeleteDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -1707,11 +1599,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get assignments from deviceManagement + description: The collection of assignments for this compliance policy. operationId: deviceManagement.deviceCompliancePolicy_ListAssignment parameters: - name: deviceCompliancePolicy-id @@ -1769,11 +1658,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Create new navigation property to assignments for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_CreateAssignment parameters: - name: deviceCompliancePolicy-id @@ -1805,11 +1690,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get assignments from deviceManagement + description: The collection of assignments for this compliance policy. operationId: deviceManagement.deviceCompliancePolicy_GetAssignment parameters: - name: deviceCompliancePolicy-id @@ -1861,11 +1743,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Update the navigation property assignments in deviceManagement operationId: deviceManagement.deviceCompliancePolicy_UpdateAssignment parameters: - name: deviceCompliancePolicy-id @@ -1904,11 +1782,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Delete navigation property assignments for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_DeleteAssignment parameters: - name: deviceCompliancePolicy-id @@ -2205,11 +2079,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get deviceStatuses from deviceManagement + description: List of DeviceComplianceDeviceStatus. operationId: deviceManagement.deviceCompliancePolicy_ListDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2267,11 +2138,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Create new navigation property to deviceStatuses for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_CreateDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2303,11 +2170,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get deviceStatuses from deviceManagement + description: List of DeviceComplianceDeviceStatus. operationId: deviceManagement.deviceCompliancePolicy_GetDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2359,11 +2223,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Update the navigation property deviceStatuses in deviceManagement operationId: deviceManagement.deviceCompliancePolicy_UpdateDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2402,11 +2262,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Delete navigation property deviceStatuses for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_DeleteDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2463,11 +2319,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get deviceStatusOverview from deviceManagement + description: Device compliance devices status overview operationId: deviceManagement.deviceCompliancePolicy_GetDeviceStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -2511,11 +2364,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Update the navigation property deviceStatusOverview in deviceManagement operationId: deviceManagement.deviceCompliancePolicy_UpdateDeviceStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -2573,11 +2422,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + 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. operationId: deviceManagement.deviceCompliancePolicy_ListScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2635,11 +2481,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Create new navigation property to scheduledActionsForRule for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_CreateScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2671,11 +2513,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + 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. operationId: deviceManagement.deviceCompliancePolicy_GetScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2727,11 +2566,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Update the navigation property scheduledActionsForRule in deviceManagement operationId: deviceManagement.deviceCompliancePolicy_UpdateScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2770,11 +2605,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Delete navigation property scheduledActionsForRule for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_DeleteScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2809,11 +2640,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: List deviceComplianceActionItems - description: List properties and relationships of the deviceComplianceActionItem objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0 + summary: Get scheduledActionConfigurations from deviceManagement + description: The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action. operationId: deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_ListScheduledActionConfiguration parameters: - name: deviceCompliancePolicy-id @@ -2879,11 +2707,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create deviceComplianceActionItem - description: Create a new deviceComplianceActionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0 + summary: Create new navigation property to scheduledActionConfigurations for deviceManagement operationId: deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_CreateScheduledActionConfiguration parameters: - name: deviceCompliancePolicy-id @@ -2923,11 +2747,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceComplianceActionItem - description: Read properties and relationships of the deviceComplianceActionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0 + summary: Get scheduledActionConfigurations from deviceManagement + description: The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action. operationId: deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_GetScheduledActionConfiguration parameters: - name: deviceCompliancePolicy-id @@ -2987,11 +2808,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update deviceComplianceActionItem - description: Update the properties of a deviceComplianceActionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0 + summary: Update the navigation property scheduledActionConfigurations in deviceManagement operationId: deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_UpdateScheduledActionConfiguration parameters: - name: deviceCompliancePolicy-id @@ -3038,11 +2855,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete deviceComplianceActionItem - description: Deletes a deviceComplianceActionItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0 + summary: Delete navigation property scheduledActionConfigurations for deviceManagement operationId: deviceManagement.deviceCompliancePolicy.scheduledActionsGraphFPreRule_DeleteScheduledActionConfiguration parameters: - name: deviceCompliancePolicy-id @@ -3137,11 +2950,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get userStatuses from deviceManagement + description: List of DeviceComplianceUserStatus. operationId: deviceManagement.deviceCompliancePolicy_ListUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3199,11 +3009,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Create new navigation property to userStatuses for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_CreateUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3235,11 +3041,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get userStatuses from deviceManagement + description: List of DeviceComplianceUserStatus. operationId: deviceManagement.deviceCompliancePolicy_GetUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3291,11 +3094,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Update the navigation property userStatuses in deviceManagement operationId: deviceManagement.deviceCompliancePolicy_UpdateUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3334,11 +3133,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Delete navigation property userStatuses for deviceManagement operationId: deviceManagement.deviceCompliancePolicy_DeleteUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3395,11 +3190,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Get userStatusOverview from deviceManagement + description: Device compliance users status overview operationId: deviceManagement.deviceCompliancePolicy_GetUserStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -3443,11 +3235,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - 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 + summary: Update the navigation property userStatusOverview in deviceManagement operationId: deviceManagement.deviceCompliancePolicy_UpdateUserStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -3519,11 +3307,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicyDeviceStateSummary - 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 + summary: Get deviceCompliancePolicyDeviceStateSummary from deviceManagement + description: The device compliance state summary for this account. operationId: deviceManagement_GetDeviceCompliancePolicyDeviceStateSummary parameters: - name: $select @@ -3559,11 +3344,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicyDeviceStateSummary - 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 + summary: Update the navigation property deviceCompliancePolicyDeviceStateSummary in deviceManagement operationId: deviceManagement_UpdateDeviceCompliancePolicyDeviceStateSummary requestBody: description: New navigation property values @@ -3604,11 +3385,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Get deviceCompliancePolicySettingStateSummaries from deviceManagement + description: The summary states of compliance policy settings for this account. operationId: deviceManagement_ListDeviceCompliancePolicySettingStateSummary parameters: - $ref: '#/components/parameters/top' @@ -3658,11 +3436,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Create new navigation property to deviceCompliancePolicySettingStateSummaries for deviceManagement operationId: deviceManagement_CreateDeviceCompliancePolicySettingStateSummary requestBody: description: New navigation property @@ -3685,11 +3459,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Get deviceCompliancePolicySettingStateSummaries from deviceManagement + description: The summary states of compliance policy settings for this account. operationId: deviceManagement_GetDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3733,11 +3504,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Update the navigation property deviceCompliancePolicySettingStateSummaries in deviceManagement operationId: deviceManagement_UpdateDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3768,11 +3535,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Delete navigation property deviceCompliancePolicySettingStateSummaries for deviceManagement operationId: deviceManagement_DeleteDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3799,11 +3562,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Get deviceComplianceSettingStates from deviceManagement + description: Not yet documented operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_ListDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3861,11 +3621,7 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Create new navigation property to deviceComplianceSettingStates for deviceManagement operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_CreateDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3897,11 +3653,8 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Get deviceComplianceSettingStates from deviceManagement + description: Not yet documented operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_GetDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3953,11 +3706,7 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Update the navigation property deviceComplianceSettingStates in deviceManagement operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_UpdateDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3996,11 +3745,7 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - 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 + summary: Delete navigation property deviceComplianceSettingStates for deviceManagement operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_DeleteDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -4071,11 +3816,8 @@ paths: get: tags: - deviceManagement.deviceConfigurationDeviceStateSummary - 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 + summary: Get deviceConfigurationDeviceStateSummaries from deviceManagement + description: The device configuration device state summary for this account. operationId: deviceManagement_GetDeviceConfigurationDeviceStateSummary parameters: - name: $select @@ -4111,11 +3853,7 @@ paths: patch: tags: - deviceManagement.deviceConfigurationDeviceStateSummary - 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 + summary: Update the navigation property deviceConfigurationDeviceStateSummaries in deviceManagement operationId: deviceManagement_UpdateDeviceConfigurationDeviceStateSummary requestBody: description: New navigation property values @@ -4156,11 +3894,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: List androidCustomConfigurations - description: List properties and relationships of the androidCustomConfiguration objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-list?view=graph-rest-1.0 + summary: Get deviceConfigurations from deviceManagement + description: The device configurations. operationId: deviceManagement_ListDeviceConfiguration parameters: - $ref: '#/components/parameters/top' @@ -4210,11 +3945,7 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create windowsUpdateForBusinessConfiguration - description: Create a new windowsUpdateForBusinessConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0 + summary: Create new navigation property to deviceConfigurations for deviceManagement operationId: deviceManagement_CreateDeviceConfiguration requestBody: description: New navigation property @@ -4237,11 +3968,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get iosCustomConfiguration - description: Read properties and relationships of the iosCustomConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-get?view=graph-rest-1.0 + summary: Get deviceConfigurations from deviceManagement + description: The device configurations. operationId: deviceManagement_GetDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4285,11 +4013,7 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update iosDeviceFeaturesConfiguration - description: Update the properties of a iosDeviceFeaturesConfiguration object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-update?view=graph-rest-1.0 + summary: Update the navigation property deviceConfigurations in deviceManagement operationId: deviceManagement_UpdateDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4320,11 +4044,7 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete androidCustomConfiguration - description: Deletes a androidCustomConfiguration. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-delete?view=graph-rest-1.0 + summary: Delete navigation property deviceConfigurations for deviceManagement operationId: deviceManagement_DeleteDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4351,11 +4071,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get assignments from deviceManagement + description: The list of assignments for the device configuration profile. operationId: deviceManagement.deviceConfiguration_ListAssignment parameters: - name: deviceConfiguration-id @@ -4413,11 +4130,7 @@ paths: post: tags: - deviceManagement.deviceConfiguration - 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 + summary: Create new navigation property to assignments for deviceManagement operationId: deviceManagement.deviceConfiguration_CreateAssignment parameters: - name: deviceConfiguration-id @@ -4449,11 +4162,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get assignments from deviceManagement + description: The list of assignments for the device configuration profile. operationId: deviceManagement.deviceConfiguration_GetAssignment parameters: - name: deviceConfiguration-id @@ -4505,11 +4215,7 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - 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 + summary: Update the navigation property assignments in deviceManagement operationId: deviceManagement.deviceConfiguration_UpdateAssignment parameters: - name: deviceConfiguration-id @@ -4548,11 +4254,7 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - 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 + summary: Delete navigation property assignments for deviceManagement operationId: deviceManagement.deviceConfiguration_DeleteAssignment parameters: - name: deviceConfiguration-id @@ -4609,11 +4311,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get deviceSettingStateSummaries from deviceManagement + description: Device Configuration Setting State Device Summary operationId: deviceManagement.deviceConfiguration_ListDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4671,11 +4370,7 @@ paths: post: tags: - deviceManagement.deviceConfiguration - 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 + summary: Create new navigation property to deviceSettingStateSummaries for deviceManagement operationId: deviceManagement.deviceConfiguration_CreateDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4707,11 +4402,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get deviceSettingStateSummaries from deviceManagement + description: Device Configuration Setting State Device Summary operationId: deviceManagement.deviceConfiguration_GetDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4763,11 +4455,7 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - 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 + summary: Update the navigation property deviceSettingStateSummaries in deviceManagement operationId: deviceManagement.deviceConfiguration_UpdateDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4806,11 +4494,7 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - 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 + summary: Delete navigation property deviceSettingStateSummaries for deviceManagement operationId: deviceManagement.deviceConfiguration_DeleteDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4867,11 +4551,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get deviceStatuses from deviceManagement + description: Device configuration installation status by device. operationId: deviceManagement.deviceConfiguration_ListDeviceStatus parameters: - name: deviceConfiguration-id @@ -4929,11 +4610,7 @@ paths: post: tags: - deviceManagement.deviceConfiguration - 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 + summary: Create new navigation property to deviceStatuses for deviceManagement operationId: deviceManagement.deviceConfiguration_CreateDeviceStatus parameters: - name: deviceConfiguration-id @@ -4965,11 +4642,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get deviceStatuses from deviceManagement + description: Device configuration installation status by device. operationId: deviceManagement.deviceConfiguration_GetDeviceStatus parameters: - name: deviceConfiguration-id @@ -5021,11 +4695,7 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - 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 + summary: Update the navigation property deviceStatuses in deviceManagement operationId: deviceManagement.deviceConfiguration_UpdateDeviceStatus parameters: - name: deviceConfiguration-id @@ -5064,11 +4734,7 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - 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 + summary: Delete navigation property deviceStatuses for deviceManagement operationId: deviceManagement.deviceConfiguration_DeleteDeviceStatus parameters: - name: deviceConfiguration-id @@ -5125,11 +4791,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get deviceStatusOverview from deviceManagement + description: Device Configuration devices status overview operationId: deviceManagement.deviceConfiguration_GetDeviceStatusOverview parameters: - name: deviceConfiguration-id @@ -5173,11 +4836,7 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - 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 + summary: Update the navigation property deviceStatusOverview in deviceManagement operationId: deviceManagement.deviceConfiguration_UpdateDeviceStatusOverview parameters: - name: deviceConfiguration-id @@ -5235,11 +4894,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get userStatuses from deviceManagement + description: Device configuration installation status by user. operationId: deviceManagement.deviceConfiguration_ListUserStatus parameters: - name: deviceConfiguration-id @@ -5297,11 +4953,7 @@ paths: post: tags: - deviceManagement.deviceConfiguration - 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 + summary: Create new navigation property to userStatuses for deviceManagement operationId: deviceManagement.deviceConfiguration_CreateUserStatus parameters: - name: deviceConfiguration-id @@ -5333,11 +4985,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get userStatuses from deviceManagement + description: Device configuration installation status by user. operationId: deviceManagement.deviceConfiguration_GetUserStatus parameters: - name: deviceConfiguration-id @@ -5389,11 +5038,7 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - 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 + summary: Update the navigation property userStatuses in deviceManagement operationId: deviceManagement.deviceConfiguration_UpdateUserStatus parameters: - name: deviceConfiguration-id @@ -5432,11 +5077,7 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - 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 + summary: Delete navigation property userStatuses for deviceManagement operationId: deviceManagement.deviceConfiguration_DeleteUserStatus parameters: - name: deviceConfiguration-id @@ -5493,11 +5134,8 @@ paths: get: tags: - deviceManagement.deviceConfiguration - 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 + summary: Get userStatusOverview from deviceManagement + description: Device Configuration users status overview operationId: deviceManagement.deviceConfiguration_GetUserStatusOverview parameters: - name: deviceConfiguration-id @@ -5541,11 +5179,7 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - 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 + summary: Update the navigation property userStatusOverview in deviceManagement operationId: deviceManagement.deviceConfiguration_UpdateUserStatusOverview parameters: - name: deviceConfiguration-id @@ -5617,11 +5251,8 @@ paths: get: tags: - deviceManagement.managedDeviceOverview - summary: Get managedDeviceOverview - description: Read properties and relationships of the managedDeviceOverview object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-manageddeviceoverview-get?view=graph-rest-1.0 + summary: Get managedDeviceOverview from deviceManagement + description: Device overview operationId: deviceManagement_GetManagedDeviceOverview parameters: - name: $select @@ -5658,11 +5289,8 @@ paths: get: tags: - deviceManagement.managedDevice - summary: List managedDevices - description: List properties and relationships of the managedDevice objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-list?view=graph-rest-1.0 + summary: Get managedDevices from deviceManagement + description: The list of managed devices. operationId: deviceManagement_ListManagedDevice parameters: - $ref: '#/components/parameters/top' @@ -5712,11 +5340,7 @@ paths: post: tags: - deviceManagement.managedDevice - 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 + summary: Create new navigation property to managedDevices for deviceManagement operationId: deviceManagement_CreateManagedDevice requestBody: description: New navigation property @@ -5739,11 +5363,8 @@ paths: get: tags: - deviceManagement.managedDevice - summary: Get managedDevice - description: Read properties and relationships of the managedDevice object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-get?view=graph-rest-1.0 + summary: Get managedDevices from deviceManagement + description: The list of managed devices. operationId: deviceManagement_GetManagedDevice parameters: - name: managedDevice-id @@ -5787,11 +5408,7 @@ paths: patch: tags: - deviceManagement.managedDevice - summary: Update managedDevice - description: Update the properties of a managedDevice object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-update?view=graph-rest-1.0 + summary: Update the navigation property managedDevices in deviceManagement operationId: deviceManagement_UpdateManagedDevice parameters: - name: managedDevice-id @@ -5822,11 +5439,7 @@ paths: delete: tags: - deviceManagement.managedDevice - 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 + summary: Delete navigation property managedDevices for deviceManagement operationId: deviceManagement_DeleteManagedDevice parameters: - name: managedDevice-id @@ -5853,11 +5466,8 @@ paths: get: tags: - deviceManagement.managedDevice - 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-devices-devicecategory-get?view=graph-rest-1.0 + summary: Get deviceCategory from deviceManagement + description: Device category operationId: deviceManagement.managedDevice_GetDeviceCategory parameters: - name: managedDevice-id @@ -5901,11 +5511,7 @@ paths: patch: tags: - deviceManagement.managedDevice - 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-devices-devicecategory-update?view=graph-rest-1.0 + summary: Update the navigation property deviceCategory in deviceManagement operationId: deviceManagement.managedDevice_UpdateDeviceCategory parameters: - name: managedDevice-id @@ -6683,11 +6289,8 @@ paths: get: tags: - deviceManagement.managedDevice - summary: List users - description: List properties and relationships of the user objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-user-list?view=graph-rest-1.0 + summary: Get users from deviceManagement + description: The primary users associated with the managed device. operationId: deviceManagement.managedDevice_ListUser parameters: - name: managedDevice-id @@ -6746,11 +6349,8 @@ paths: get: tags: - deviceManagement.managedDevice - summary: Get windowsProtectionState - description: Read properties and relationships of the windowsProtectionState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-get?view=graph-rest-1.0 + summary: Get windowsProtectionState from deviceManagement + description: The device protection status. This property is read-only. operationId: deviceManagement.managedDevice_GetWindowsProtectionState parameters: - name: managedDevice-id @@ -6794,11 +6394,7 @@ paths: patch: tags: - deviceManagement.managedDevice - summary: Update windowsProtectionState - description: Update the properties of a windowsProtectionState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-update?view=graph-rest-1.0 + summary: Update the navigation property windowsProtectionState in deviceManagement operationId: deviceManagement.managedDevice_UpdateWindowsProtectionState parameters: - name: managedDevice-id @@ -6856,11 +6452,8 @@ paths: get: tags: - deviceManagement.managedDevice - summary: List windowsDeviceMalwareStates - description: List properties and relationships of the windowsDeviceMalwareState objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-list?view=graph-rest-1.0 + summary: Get detectedMalwareState from deviceManagement + description: Device malware list operationId: deviceManagement.managedDevice.windowsProtectionState_ListDetectedMalwareState parameters: - name: managedDevice-id @@ -6918,11 +6511,7 @@ paths: post: tags: - deviceManagement.managedDevice - summary: Create windowsDeviceMalwareState - description: Create a new windowsDeviceMalwareState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-create?view=graph-rest-1.0 + summary: Create new navigation property to detectedMalwareState for deviceManagement operationId: deviceManagement.managedDevice.windowsProtectionState_CreateDetectedMalwareState parameters: - name: managedDevice-id @@ -6954,11 +6543,8 @@ paths: get: tags: - deviceManagement.managedDevice - summary: Get windowsDeviceMalwareState - description: Read properties and relationships of the windowsDeviceMalwareState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-get?view=graph-rest-1.0 + summary: Get detectedMalwareState from deviceManagement + description: Device malware list operationId: deviceManagement.managedDevice.windowsProtectionState_GetDetectedMalwareState parameters: - name: managedDevice-id @@ -7010,11 +6596,7 @@ paths: patch: tags: - deviceManagement.managedDevice - summary: Update windowsDeviceMalwareState - description: Update the properties of a windowsDeviceMalwareState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-update?view=graph-rest-1.0 + summary: Update the navigation property detectedMalwareState in deviceManagement operationId: deviceManagement.managedDevice.windowsProtectionState_UpdateDetectedMalwareState parameters: - name: managedDevice-id @@ -7053,11 +6635,7 @@ paths: delete: tags: - deviceManagement.managedDevice - summary: Delete windowsDeviceMalwareState - description: Deletes a windowsDeviceMalwareState. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-delete?view=graph-rest-1.0 + summary: Delete navigation property detectedMalwareState for deviceManagement operationId: deviceManagement.managedDevice.windowsProtectionState_DeleteDetectedMalwareState parameters: - name: managedDevice-id @@ -7128,11 +6706,8 @@ paths: get: tags: - deviceManagement.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 + summary: Get mobileAppTroubleshootingEvents from deviceManagement + description: The collection property of MobileAppTroubleshootingEvent. operationId: deviceManagement_ListMobileAppTroubleshootingEvent parameters: - $ref: '#/components/parameters/top' @@ -7182,11 +6757,7 @@ paths: post: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Create new navigation property to mobileAppTroubleshootingEvents for deviceManagement operationId: deviceManagement_CreateMobileAppTroubleshootingEvent requestBody: description: New navigation property @@ -7209,11 +6780,8 @@ paths: get: tags: - deviceManagement.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 + summary: Get mobileAppTroubleshootingEvents from deviceManagement + description: The collection property of MobileAppTroubleshootingEvent. operationId: deviceManagement_GetMobileAppTroubleshootingEvent parameters: - name: mobileAppTroubleshootingEvent-id @@ -7257,11 +6825,7 @@ paths: patch: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Update the navigation property mobileAppTroubleshootingEvents in deviceManagement operationId: deviceManagement_UpdateMobileAppTroubleshootingEvent parameters: - name: mobileAppTroubleshootingEvent-id @@ -7292,11 +6856,7 @@ paths: delete: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Delete navigation property mobileAppTroubleshootingEvents for deviceManagement operationId: deviceManagement_DeleteMobileAppTroubleshootingEvent parameters: - name: mobileAppTroubleshootingEvent-id @@ -7323,11 +6883,8 @@ paths: get: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Get appLogCollectionRequests from deviceManagement + description: Indicates collection of App Log Upload Request. operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7385,11 +6942,7 @@ paths: post: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Create new navigation property to appLogCollectionRequests for deviceManagement operationId: deviceManagement.mobileAppTroubleshootingEvent_CreateAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7421,11 +6974,8 @@ paths: get: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Get appLogCollectionRequests from deviceManagement + description: Indicates collection of App Log Upload Request. operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7477,11 +7027,7 @@ paths: patch: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Update the navigation property appLogCollectionRequests in deviceManagement operationId: deviceManagement.mobileAppTroubleshootingEvent_UpdateAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7520,11 +7066,7 @@ paths: delete: tags: - deviceManagement.mobileAppTroubleshootingEvent - 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 + summary: Delete navigation property appLogCollectionRequests for deviceManagement operationId: deviceManagement.mobileAppTroubleshootingEvent_DeleteAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7595,11 +7137,8 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Get notificationMessageTemplates from deviceManagement + description: The Notification Message Templates. operationId: deviceManagement_ListNotificationMessageTemplate parameters: - $ref: '#/components/parameters/top' @@ -7649,11 +7188,7 @@ paths: post: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Create new navigation property to notificationMessageTemplates for deviceManagement operationId: deviceManagement_CreateNotificationMessageTemplate requestBody: description: New navigation property @@ -7676,11 +7211,8 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Get notificationMessageTemplates from deviceManagement + description: The Notification Message Templates. operationId: deviceManagement_GetNotificationMessageTemplate parameters: - name: notificationMessageTemplate-id @@ -7724,11 +7256,7 @@ paths: patch: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Update the navigation property notificationMessageTemplates in deviceManagement operationId: deviceManagement_UpdateNotificationMessageTemplate parameters: - name: notificationMessageTemplate-id @@ -7759,11 +7287,7 @@ paths: delete: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Delete navigation property notificationMessageTemplates for deviceManagement operationId: deviceManagement_DeleteNotificationMessageTemplate parameters: - name: notificationMessageTemplate-id @@ -7790,11 +7314,8 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Get localizedNotificationMessages from deviceManagement + description: The list of localized messages for this Notification Message Template. operationId: deviceManagement.notificationMessageTemplate_ListLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7852,11 +7373,7 @@ paths: post: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Create new navigation property to localizedNotificationMessages for deviceManagement operationId: deviceManagement.notificationMessageTemplate_CreateLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7888,11 +7405,8 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Get localizedNotificationMessages from deviceManagement + description: The list of localized messages for this Notification Message Template. operationId: deviceManagement.notificationMessageTemplate_GetLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7944,11 +7458,7 @@ paths: patch: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Update the navigation property localizedNotificationMessages in deviceManagement operationId: deviceManagement.notificationMessageTemplate_UpdateLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7987,11 +7497,7 @@ paths: delete: tags: - deviceManagement.notificationMessageTemplate - 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 + summary: Delete navigation property localizedNotificationMessages for deviceManagement operationId: deviceManagement.notificationMessageTemplate_DeleteLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -8062,11 +7568,8 @@ paths: get: tags: - deviceManagement.softwareUpdateStatusSummary - 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 + summary: Get softwareUpdateStatusSummary from deviceManagement + description: The software update status summary. operationId: deviceManagement_GetSoftwareUpdateStatusSummary parameters: - name: $select @@ -13341,11 +12844,8 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - 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 + summary: Get windowsInformationProtectionAppLearningSummaries from deviceManagement + description: The windows information protection app learning summaries. operationId: deviceManagement_ListWindowsInformationProtectionAppLearningSummary parameters: - $ref: '#/components/parameters/top' @@ -13395,11 +12895,7 @@ paths: post: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - 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 + summary: Create new navigation property to windowsInformationProtectionAppLearningSummaries for deviceManagement operationId: deviceManagement_CreateWindowsInformationProtectionAppLearningSummary requestBody: description: New navigation property @@ -13422,11 +12918,8 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - 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 + summary: Get windowsInformationProtectionAppLearningSummaries from deviceManagement + description: The windows information protection app learning summaries. operationId: deviceManagement_GetWindowsInformationProtectionAppLearningSummary parameters: - name: windowsInformationProtectionAppLearningSummary-id @@ -13470,11 +12963,7 @@ paths: patch: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - 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 + summary: Update the navigation property windowsInformationProtectionAppLearningSummaries in deviceManagement operationId: deviceManagement_UpdateWindowsInformationProtectionAppLearningSummary parameters: - name: windowsInformationProtectionAppLearningSummary-id @@ -13505,11 +12994,7 @@ paths: delete: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - 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 + summary: Delete navigation property windowsInformationProtectionAppLearningSummaries for deviceManagement operationId: deviceManagement_DeleteWindowsInformationProtectionAppLearningSummary parameters: - name: windowsInformationProtectionAppLearningSummary-id @@ -13550,11 +13035,8 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - 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 + summary: Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement + description: The windows information protection network learning summaries. operationId: deviceManagement_ListWindowsInformationProtectionNetworkLearningSummary parameters: - $ref: '#/components/parameters/top' @@ -13604,11 +13086,7 @@ paths: post: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - 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 + summary: Create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement operationId: deviceManagement_CreateWindowsInformationProtectionNetworkLearningSummary requestBody: description: New navigation property @@ -13631,11 +13109,8 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - 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 + summary: Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement + description: The windows information protection network learning summaries. operationId: deviceManagement_GetWindowsInformationProtectionNetworkLearningSummary parameters: - name: windowsInformationProtectionNetworkLearningSummary-id @@ -13679,11 +13154,7 @@ paths: patch: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - 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 + summary: Update the navigation property windowsInformationProtectionNetworkLearningSummaries in deviceManagement operationId: deviceManagement_UpdateWindowsInformationProtectionNetworkLearningSummary parameters: - name: windowsInformationProtectionNetworkLearningSummary-id @@ -13714,11 +13185,7 @@ paths: delete: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - 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 + summary: Delete navigation property windowsInformationProtectionNetworkLearningSummaries for deviceManagement operationId: deviceManagement_DeleteWindowsInformationProtectionNetworkLearningSummary parameters: - name: windowsInformationProtectionNetworkLearningSummary-id @@ -13759,11 +13226,8 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Get windowsMalwareInformation from deviceManagement + description: The list of affected malware in the tenant. operationId: deviceManagement_ListWindowsMalwareInformation parameters: - $ref: '#/components/parameters/top' @@ -13813,11 +13277,7 @@ paths: post: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Create new navigation property to windowsMalwareInformation for deviceManagement operationId: deviceManagement_CreateWindowsMalwareInformation requestBody: description: New navigation property @@ -13840,11 +13300,8 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Get windowsMalwareInformation from deviceManagement + description: The list of affected malware in the tenant. operationId: deviceManagement_GetWindowsMalwareInformation parameters: - name: windowsMalwareInformation-id @@ -13888,11 +13345,7 @@ paths: patch: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Update the navigation property windowsMalwareInformation in deviceManagement operationId: deviceManagement_UpdateWindowsMalwareInformation parameters: - name: windowsMalwareInformation-id @@ -13923,11 +13376,7 @@ paths: delete: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Delete navigation property windowsMalwareInformation for deviceManagement operationId: deviceManagement_DeleteWindowsMalwareInformation parameters: - name: windowsMalwareInformation-id @@ -13954,11 +13403,8 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Get deviceMalwareStates from deviceManagement + description: List of devices affected by current malware with the malware state on each device operationId: deviceManagement.windowsMalwareInformation_ListDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -14016,11 +13462,7 @@ paths: post: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Create new navigation property to deviceMalwareStates for deviceManagement operationId: deviceManagement.windowsMalwareInformation_CreateDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -14052,11 +13494,8 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Get deviceMalwareStates from deviceManagement + description: List of devices affected by current malware with the malware state on each device operationId: deviceManagement.windowsMalwareInformation_GetDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -14108,11 +13547,7 @@ paths: patch: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Update the navigation property deviceMalwareStates in deviceManagement operationId: deviceManagement.windowsMalwareInformation_UpdateDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -14151,11 +13586,7 @@ paths: delete: tags: - deviceManagement.windowsMalwareInformation - 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 + summary: Delete navigation property deviceMalwareStates for deviceManagement operationId: deviceManagement.windowsMalwareInformation_DeleteDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -14847,6 +14278,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -24100,7 +23536,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -24219,6 +23655,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -25051,6 +24488,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -26795,13 +26240,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -27021,7 +26466,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -27176,6 +26621,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -27697,6 +27143,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -29260,6 +28707,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -29271,9 +28719,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -29845,11 +29295,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -29865,13 +29315,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -33305,7 +32755,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 624e5e228a..3cd5d656a0 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -69,11 +69,8 @@ paths: get: tags: - print.printConnector - 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 + summary: Get connectors from print + description: The list of available print connectors. operationId: print_ListConnector parameters: - $ref: '#/components/parameters/top' @@ -146,11 +143,8 @@ paths: get: tags: - print.printConnector - 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 + summary: Get connectors from print + description: The list of available print connectors. operationId: print_GetConnector parameters: - name: printConnector-id @@ -194,11 +188,7 @@ paths: patch: tags: - print.printConnector - 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 + summary: Update the navigation property connectors in print operationId: print_UpdateConnector parameters: - name: printConnector-id @@ -229,11 +219,7 @@ paths: delete: tags: - print.printConnector - 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 + summary: Delete navigation property connectors for print operationId: print_DeleteConnector parameters: - name: printConnector-id @@ -274,8 +260,8 @@ paths: get: tags: - print.printOperation - summary: Get printOperation - description: Retrieve the properties and relationships of a printOperation object. + summary: Get operations from print + description: The list of print long running operations. operationId: print_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -348,11 +334,8 @@ paths: get: tags: - print.printOperation - 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 + summary: Get operations from print + description: The list of print long running operations. operationId: print_GetOperation parameters: - name: printOperation-id @@ -468,11 +451,8 @@ paths: get: tags: - print.printer - 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 + summary: Get printers from print + description: The list of printers registered in the tenant. operationId: print_ListPrinter parameters: - $ref: '#/components/parameters/top' @@ -545,11 +525,8 @@ paths: get: tags: - print.printer - 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 + summary: Get printers from print + description: The list of printers registered in the tenant. operationId: print_GetPrinter parameters: - name: printer-id @@ -593,11 +570,7 @@ paths: patch: tags: - print.printer - 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 + summary: Update the navigation property printers in print operationId: print_UpdatePrinter parameters: - name: printer-id @@ -628,11 +601,7 @@ paths: delete: tags: - print.printer - 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 + summary: Delete navigation property printers for print operationId: print_DeletePrinter parameters: - name: printer-id @@ -659,11 +628,8 @@ paths: get: tags: - print.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 + summary: Get connectors from print + description: The connectors that are associated with the printer. operationId: print.printer_ListConnector parameters: - name: printer-id @@ -2071,11 +2037,8 @@ paths: get: tags: - print.printer - 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 + 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.' operationId: print.printer_ListShare parameters: - name: printer-id @@ -2210,11 +2173,8 @@ paths: get: tags: - print.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 + summary: Get taskTriggers from print + description: A list of task triggers that are associated with the printer. operationId: print.printer_ListTaskTrigger parameters: - name: printer-id @@ -2272,11 +2232,7 @@ paths: post: tags: - print.printer - 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 + summary: Create new navigation property to taskTriggers for print operationId: print.printer_CreateTaskTrigger parameters: - name: printer-id @@ -2308,11 +2264,8 @@ paths: get: tags: - print.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 + summary: Get taskTriggers from print + description: A list of task triggers that are associated with the printer. operationId: print.printer_GetTaskTrigger parameters: - name: printer-id @@ -2403,11 +2356,7 @@ paths: delete: tags: - print.printer - 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 + summary: Delete navigation property taskTriggers for print operationId: print.printer_DeleteTaskTrigger parameters: - name: printer-id @@ -2576,11 +2525,8 @@ paths: get: tags: - print.printService - 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 + summary: Get services from print + description: The list of available Universal Print service endpoints. operationId: print_ListService parameters: - $ref: '#/components/parameters/top' @@ -2653,11 +2599,8 @@ paths: get: tags: - print.printService - 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 + summary: Get services from print + description: The list of available Universal Print service endpoints. operationId: print_GetService parameters: - name: printService-id @@ -2759,11 +2702,8 @@ paths: get: tags: - print.printService - 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 + summary: Get endpoints from print + description: Endpoints that can be used to access the service. Read-only. Nullable. operationId: print.service_ListEndpoint parameters: - name: printService-id @@ -2853,11 +2793,8 @@ paths: get: tags: - print.printService - 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 + summary: Get endpoints from print + description: Endpoints that can be used to access the service. Read-only. Nullable. operationId: print.service_GetEndpoint parameters: - name: printService-id @@ -3019,11 +2956,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get shares from print + description: The list of printer shares registered in the tenant. operationId: print_ListShare parameters: - $ref: '#/components/parameters/top' @@ -3073,11 +3007,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property to shares for print operationId: print_CreateShare requestBody: description: New navigation property @@ -3100,11 +3030,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get shares from print + description: The list of printer shares registered in the tenant. operationId: print_GetShare parameters: - name: printerShare-id @@ -3148,11 +3075,7 @@ paths: patch: tags: - print.printerShare - 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 + summary: Update the navigation property shares in print operationId: print_UpdateShare parameters: - name: printerShare-id @@ -3183,11 +3106,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete navigation property shares for print operationId: print_DeleteShare parameters: - name: printerShare-id @@ -3214,11 +3133,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get allowedGroups from print + description: The groups whose users have access to print using the printer. operationId: print.share_ListAllowedGroup parameters: - name: printerShare-id @@ -3277,11 +3193,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedGroups for print operationId: print.share.allowedGroup_DeleteGroupGraphBPreRef parameters: - name: printerShare-id @@ -3435,11 +3347,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get ref of allowedGroups from print + description: The groups whose users have access to print using the printer. operationId: print.share_ListAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3477,11 +3386,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property ref to allowedGroups for print operationId: print.share_CreateAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3503,11 +3408,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedGroups for print operationId: print.share_DeleteAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3542,11 +3443,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get allowedUsers from print + description: The users who have access to print using the printer. operationId: print.share_ListAllowedUser parameters: - name: printerShare-id @@ -3605,11 +3503,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedUsers for print operationId: print.share.allowedUser_DeleteUserGraphBPreRef parameters: - name: printerShare-id @@ -3854,11 +3748,8 @@ paths: get: tags: - print.printerShare - 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 + summary: Get ref of allowedUsers from print + description: The users who have access to print using the printer. operationId: print.share_ListAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -3896,11 +3787,7 @@ paths: post: tags: - print.printerShare - 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 + summary: Create new navigation property ref to allowedUsers for print operationId: print.share_CreateAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -3922,11 +3809,7 @@ paths: delete: tags: - print.printerShare - 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 + summary: Delete ref of navigation property allowedUsers for print operationId: print.share_DeleteAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -5269,11 +5152,8 @@ paths: get: tags: - print.printTaskDefinition - 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 + summary: Get taskDefinitions from print + description: List of abstract definition for a task that can be triggered when various events occur within Universal Print. operationId: print_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -5323,11 +5203,7 @@ paths: post: tags: - print.printTaskDefinition - 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 + summary: Create new navigation property to taskDefinitions for print operationId: print_CreateTaskDefinition requestBody: description: New navigation property @@ -5350,11 +5226,8 @@ paths: get: tags: - print.printTaskDefinition - 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 + summary: Get taskDefinitions from print + description: List of abstract definition for a task that can be triggered when various events occur within Universal Print. operationId: print_GetTaskDefinition parameters: - name: printTaskDefinition-id @@ -5398,11 +5271,7 @@ paths: patch: tags: - print.printTaskDefinition - 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 + summary: Update the navigation property taskDefinitions in print operationId: print_UpdateTaskDefinition parameters: - name: printTaskDefinition-id @@ -5433,11 +5302,7 @@ paths: delete: tags: - print.printTaskDefinition - 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 + summary: Delete navigation property taskDefinitions for print operationId: print_DeleteTaskDefinition parameters: - name: printTaskDefinition-id @@ -5464,11 +5329,8 @@ paths: get: tags: - print.printTaskDefinition - 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 + 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. operationId: print.taskDefinition_ListTask parameters: - name: printTaskDefinition-id @@ -5558,11 +5420,8 @@ paths: get: tags: - print.printTaskDefinition - 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 + 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. operationId: print.taskDefinition_GetTask parameters: - name: printTaskDefinition-id @@ -5614,11 +5473,7 @@ paths: patch: tags: - print.printTaskDefinition - 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 + summary: Update the navigation property tasks in print operationId: print.taskDefinition_UpdateTask parameters: - name: printTaskDefinition-id @@ -6851,6 +6706,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -8589,7 +8445,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -8847,6 +8703,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -10115,6 +9972,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -10696,6 +10558,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -12153,13 +12023,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -12589,7 +12459,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -12744,6 +12614,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -15598,11 +15469,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -15618,13 +15489,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -17562,6 +17433,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -17573,9 +17445,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -19169,7 +19043,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index 6a5b561c9e..aef7f212af 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-onboarding-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetDeviceAppManagement parameters: - name: $select @@ -54,7 +54,7 @@ paths: description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateDeviceAppManagement requestBody: description: New property values @@ -77,11 +77,8 @@ paths: get: tags: - deviceAppManagement.androidManagedAppProtection - 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 + summary: Get androidManagedAppProtections from deviceAppManagement + description: Android managed app policies. operationId: deviceAppManagement_ListAndroidManagedAppProtection parameters: - $ref: '#/components/parameters/top' @@ -131,11 +128,7 @@ paths: post: tags: - deviceAppManagement.androidManagedAppProtection - 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 + summary: Create new navigation property to androidManagedAppProtections for deviceAppManagement operationId: deviceAppManagement_CreateAndroidManagedAppProtection requestBody: description: New navigation property @@ -158,11 +151,8 @@ paths: get: tags: - deviceAppManagement.androidManagedAppProtection - 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 + summary: Get androidManagedAppProtections from deviceAppManagement + description: Android managed app policies. operationId: deviceAppManagement_GetAndroidManagedAppProtection parameters: - name: androidManagedAppProtection-id @@ -206,11 +196,7 @@ paths: patch: tags: - deviceAppManagement.androidManagedAppProtection - 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 + summary: Update the navigation property androidManagedAppProtections in deviceAppManagement operationId: deviceAppManagement_UpdateAndroidManagedAppProtection parameters: - name: androidManagedAppProtection-id @@ -241,11 +227,7 @@ paths: delete: tags: - deviceAppManagement.androidManagedAppProtection - 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 + summary: Delete navigation property androidManagedAppProtections for deviceAppManagement operationId: deviceAppManagement_DeleteAndroidManagedAppProtection parameters: - name: androidManagedAppProtection-id @@ -869,11 +851,8 @@ paths: get: tags: - deviceAppManagement.defaultManagedAppProtection - 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 + summary: Get defaultManagedAppProtections from deviceAppManagement + description: Default managed app policies. operationId: deviceAppManagement_ListDefaultManagedAppProtection parameters: - $ref: '#/components/parameters/top' @@ -923,11 +902,7 @@ paths: post: tags: - deviceAppManagement.defaultManagedAppProtection - 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 + summary: Create new navigation property to defaultManagedAppProtections for deviceAppManagement operationId: deviceAppManagement_CreateDefaultManagedAppProtection requestBody: description: New navigation property @@ -950,11 +925,8 @@ paths: get: tags: - deviceAppManagement.defaultManagedAppProtection - 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 + summary: Get defaultManagedAppProtections from deviceAppManagement + description: Default managed app policies. operationId: deviceAppManagement_GetDefaultManagedAppProtection parameters: - name: defaultManagedAppProtection-id @@ -998,11 +970,7 @@ paths: patch: tags: - deviceAppManagement.defaultManagedAppProtection - 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 + summary: Update the navigation property defaultManagedAppProtections in deviceAppManagement operationId: deviceAppManagement_UpdateDefaultManagedAppProtection parameters: - name: defaultManagedAppProtection-id @@ -1033,11 +1001,7 @@ paths: delete: tags: - deviceAppManagement.defaultManagedAppProtection - 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 + summary: Delete navigation property defaultManagedAppProtections for deviceAppManagement operationId: deviceAppManagement_DeleteDefaultManagedAppProtection parameters: - name: defaultManagedAppProtection-id @@ -1421,11 +1385,8 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Get iosManagedAppProtections from deviceAppManagement + description: iOS managed app policies. operationId: deviceAppManagement_ListIosManagedAppProtection parameters: - $ref: '#/components/parameters/top' @@ -1475,11 +1436,7 @@ paths: post: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Create new navigation property to iosManagedAppProtections for deviceAppManagement operationId: deviceAppManagement_CreateIosManagedAppProtection requestBody: description: New navigation property @@ -1502,11 +1459,8 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Get iosManagedAppProtections from deviceAppManagement + description: iOS managed app policies. operationId: deviceAppManagement_GetIosManagedAppProtection parameters: - name: iosManagedAppProtection-id @@ -1550,11 +1504,7 @@ paths: patch: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Update the navigation property iosManagedAppProtections in deviceAppManagement operationId: deviceAppManagement_UpdateIosManagedAppProtection parameters: - name: iosManagedAppProtection-id @@ -1585,11 +1535,7 @@ paths: delete: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Delete navigation property iosManagedAppProtections for deviceAppManagement operationId: deviceAppManagement_DeleteIosManagedAppProtection parameters: - name: iosManagedAppProtection-id @@ -1616,11 +1562,8 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. operationId: deviceAppManagement.iosManagedAppProtection_ListApp parameters: - name: iosManagedAppProtection-id @@ -1678,11 +1621,7 @@ paths: post: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Create new navigation property to apps for deviceAppManagement operationId: deviceAppManagement.iosManagedAppProtection_CreateApp parameters: - name: iosManagedAppProtection-id @@ -1714,11 +1653,8 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. operationId: deviceAppManagement.iosManagedAppProtection_GetApp parameters: - name: iosManagedAppProtection-id @@ -1770,11 +1706,7 @@ paths: patch: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Update the navigation property apps in deviceAppManagement operationId: deviceAppManagement.iosManagedAppProtection_UpdateApp parameters: - name: iosManagedAppProtection-id @@ -1813,11 +1745,7 @@ paths: delete: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Delete navigation property apps for deviceAppManagement operationId: deviceAppManagement.iosManagedAppProtection_DeleteApp parameters: - name: iosManagedAppProtection-id @@ -2114,11 +2042,8 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Get deploymentSummary from deviceAppManagement + description: Navigation property to deployment summary of the configuration. operationId: deviceAppManagement.iosManagedAppProtection_GetDeploymentSummary parameters: - name: iosManagedAppProtection-id @@ -2162,11 +2087,7 @@ paths: patch: tags: - deviceAppManagement.iosManagedAppProtection - 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 + summary: Update the navigation property deploymentSummary in deviceAppManagement operationId: deviceAppManagement.iosManagedAppProtection_UpdateDeploymentSummary parameters: - name: iosManagedAppProtection-id @@ -2238,11 +2159,8 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: List targetedManagedAppProtections - description: List properties and relationships of the targetedManagedAppProtection objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0 + summary: Get managedAppPolicies from deviceAppManagement + description: Managed app policies. operationId: deviceAppManagement_ListManagedAppPolicy parameters: - $ref: '#/components/parameters/top' @@ -2315,11 +2233,8 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get managedAppProtection - description: Read properties and relationships of the managedAppProtection object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0 + summary: Get managedAppPolicies from deviceAppManagement + description: Managed app policies. operationId: deviceAppManagement_GetManagedAppPolicy parameters: - name: managedAppPolicy-id @@ -2425,7 +2340,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicy_targetApp parameters: - name: managedAppPolicy-id @@ -2474,11 +2389,8 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: List androidManagedAppRegistrations - description: List properties and relationships of the androidManagedAppRegistration objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0 + summary: Get managedAppRegistrations from deviceAppManagement + description: The managed app registrations. operationId: deviceAppManagement_ListManagedAppRegistration parameters: - $ref: '#/components/parameters/top' @@ -2528,11 +2440,7 @@ paths: post: tags: - deviceAppManagement.managedAppRegistration - 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 + summary: Create new navigation property to managedAppRegistrations for deviceAppManagement operationId: deviceAppManagement_CreateManagedAppRegistration requestBody: description: New navigation property @@ -2555,11 +2463,8 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - 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 + summary: Get managedAppRegistrations from deviceAppManagement + description: The managed app registrations. operationId: deviceAppManagement_GetManagedAppRegistration parameters: - name: managedAppRegistration-id @@ -2883,7 +2788,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration.appliedPolicy_targetApp parameters: - name: managedAppRegistration-id @@ -3170,7 +3075,7 @@ paths: description: Not yet documented externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration.intendedPolicy_targetApp parameters: - name: managedAppRegistration-id @@ -3235,11 +3140,8 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - 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 + summary: Get operations from deviceAppManagement + description: Zero or more long running operations triggered on the app registration. operationId: deviceAppManagement.managedAppRegistration_ListOperation parameters: - name: managedAppRegistration-id @@ -3297,11 +3199,7 @@ paths: post: tags: - deviceAppManagement.managedAppRegistration - 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 + summary: Create new navigation property to operations for deviceAppManagement operationId: deviceAppManagement.managedAppRegistration_CreateOperation parameters: - name: managedAppRegistration-id @@ -3333,11 +3231,8 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - 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 + summary: Get operations from deviceAppManagement + description: Zero or more long running operations triggered on the app registration. operationId: deviceAppManagement.managedAppRegistration_GetOperation parameters: - name: managedAppRegistration-id @@ -3389,11 +3284,7 @@ paths: patch: tags: - deviceAppManagement.managedAppRegistration - 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 + summary: Update the navigation property operations in deviceAppManagement operationId: deviceAppManagement.managedAppRegistration_UpdateOperation parameters: - name: managedAppRegistration-id @@ -3432,11 +3323,7 @@ paths: delete: tags: - deviceAppManagement.managedAppRegistration - 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 + summary: Delete navigation property operations for deviceAppManagement operationId: deviceAppManagement.managedAppRegistration_DeleteOperation parameters: - name: managedAppRegistration-id @@ -3508,6 +3395,10 @@ paths: tags: - deviceAppManagement.Functions summary: Invoke function getUserIdsWithFlaggedAppRegistration + description: Not yet documented + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration_getUserIdsGraphWPreFlaggedAppRegistration parameters: - $ref: '#/components/parameters/top' @@ -3543,11 +3434,8 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - 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 + summary: Get managedAppStatuses from deviceAppManagement + description: The managed app statuses. operationId: deviceAppManagement_ListManagedAppStatus parameters: - $ref: '#/components/parameters/top' @@ -3620,11 +3508,8 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - summary: Get managedAppStatus - description: Read properties and relationships of the managedAppStatus object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0 + summary: Get managedAppStatuses from deviceAppManagement + description: The managed app statuses. operationId: deviceAppManagement_GetManagedAppStatus parameters: - name: managedAppStatus-id @@ -3740,11 +3625,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - 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 + summary: Get managedEBooks from deviceAppManagement + description: The Managed eBook. operationId: deviceAppManagement_ListManagedEBook parameters: - $ref: '#/components/parameters/top' @@ -3794,11 +3676,7 @@ paths: post: tags: - deviceAppManagement.managedEBook - 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 + summary: Create new navigation property to managedEBooks for deviceAppManagement operationId: deviceAppManagement_CreateManagedEBook requestBody: description: New navigation property @@ -3821,11 +3699,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - 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 + summary: Get managedEBooks from deviceAppManagement + description: The Managed eBook. operationId: deviceAppManagement_GetManagedEBook parameters: - name: managedEBook-id @@ -3869,11 +3744,7 @@ paths: patch: tags: - deviceAppManagement.managedEBook - 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 + summary: Update the navigation property managedEBooks in deviceAppManagement operationId: deviceAppManagement_UpdateManagedEBook parameters: - name: managedEBook-id @@ -3904,11 +3775,7 @@ paths: delete: tags: - deviceAppManagement.managedEBook - 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 + summary: Delete navigation property managedEBooks for deviceAppManagement operationId: deviceAppManagement_DeleteManagedEBook parameters: - name: managedEBook-id @@ -3935,11 +3802,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: List managedEBookAssignments - description: List properties and relationships of the managedEBookAssignment objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0 + summary: Get assignments from deviceAppManagement + description: The list of assignments for this eBook. operationId: deviceAppManagement.managedEBook_ListAssignment parameters: - name: managedEBook-id @@ -3997,11 +3861,7 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create iosVppEBookAssignment - description: Create a new iosVppEBookAssignment object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.managedEBook_CreateAssignment parameters: - name: managedEBook-id @@ -4033,11 +3893,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get iosVppEBookAssignment - description: Read properties and relationships of the iosVppEBookAssignment object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 + summary: Get assignments from deviceAppManagement + description: The list of assignments for this eBook. operationId: deviceAppManagement.managedEBook_GetAssignment parameters: - name: managedEBook-id @@ -4089,11 +3946,7 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update managedEBookAssignment - description: Update the properties of a managedEBookAssignment object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.managedEBook_UpdateAssignment parameters: - name: managedEBook-id @@ -4132,11 +3985,7 @@ paths: delete: tags: - deviceAppManagement.managedEBook - summary: Delete managedEBookAssignment - description: Deletes a managedEBookAssignment. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.managedEBook_DeleteAssignment parameters: - name: managedEBook-id @@ -4193,11 +4042,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - 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 + summary: Get deviceStates from deviceAppManagement + description: The list of installation states for this eBook. operationId: deviceAppManagement.managedEBook_ListDeviceState parameters: - name: managedEBook-id @@ -4255,11 +4101,7 @@ paths: post: tags: - deviceAppManagement.managedEBook - 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 + summary: Create new navigation property to deviceStates for deviceAppManagement operationId: deviceAppManagement.managedEBook_CreateDeviceState parameters: - name: managedEBook-id @@ -4291,11 +4133,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - 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 + summary: Get deviceStates from deviceAppManagement + description: The list of installation states for this eBook. operationId: deviceAppManagement.managedEBook_GetDeviceState parameters: - name: managedEBook-id @@ -4347,11 +4186,7 @@ paths: patch: tags: - deviceAppManagement.managedEBook - 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 + summary: Update the navigation property deviceStates in deviceAppManagement operationId: deviceAppManagement.managedEBook_UpdateDeviceState parameters: - name: managedEBook-id @@ -4390,11 +4225,7 @@ paths: delete: tags: - deviceAppManagement.managedEBook - 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 + summary: Delete navigation property deviceStates for deviceAppManagement operationId: deviceAppManagement.managedEBook_DeleteDeviceState parameters: - name: managedEBook-id @@ -4451,11 +4282,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - 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 + summary: Get installSummary from deviceAppManagement + description: Mobile App Install Summary. operationId: deviceAppManagement.managedEBook_GetInstallSummary parameters: - name: managedEBook-id @@ -4499,11 +4327,7 @@ paths: patch: tags: - deviceAppManagement.managedEBook - 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 + summary: Update the navigation property installSummary in deviceAppManagement operationId: deviceAppManagement.managedEBook_UpdateInstallSummary parameters: - name: managedEBook-id @@ -4600,11 +4424,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - 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 + summary: Get userStateSummary from deviceAppManagement + description: The list of installation states for this eBook. operationId: deviceAppManagement.managedEBook_ListUserStateSummary parameters: - name: managedEBook-id @@ -4662,11 +4483,7 @@ paths: post: tags: - deviceAppManagement.managedEBook - 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 + summary: Create new navigation property to userStateSummary for deviceAppManagement operationId: deviceAppManagement.managedEBook_CreateUserStateSummary parameters: - name: managedEBook-id @@ -4698,11 +4515,8 @@ paths: get: tags: - deviceAppManagement.managedEBook - 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 + summary: Get userStateSummary from deviceAppManagement + description: The list of installation states for this eBook. operationId: deviceAppManagement.managedEBook_GetUserStateSummary parameters: - name: managedEBook-id @@ -4754,11 +4568,7 @@ paths: patch: tags: - deviceAppManagement.managedEBook - 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 + summary: Update the navigation property userStateSummary in deviceAppManagement operationId: deviceAppManagement.managedEBook_UpdateUserStateSummary parameters: - name: managedEBook-id @@ -4797,11 +4607,7 @@ paths: delete: tags: - deviceAppManagement.managedEBook - 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 + summary: Delete navigation property userStateSummary for deviceAppManagement operationId: deviceAppManagement.managedEBook_DeleteUserStateSummary parameters: - name: managedEBook-id @@ -5160,11 +4966,8 @@ paths: get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - 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 + summary: Get mdmWindowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are MDM enrolled. operationId: deviceAppManagement_ListMdmWindowsInformationProtectionPolicy parameters: - $ref: '#/components/parameters/top' @@ -5214,11 +5017,7 @@ paths: post: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - 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 + summary: Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement operationId: deviceAppManagement_CreateMdmWindowsInformationProtectionPolicy requestBody: description: New navigation property @@ -5241,11 +5040,8 @@ paths: get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - 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 + summary: Get mdmWindowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are MDM enrolled. operationId: deviceAppManagement_GetMdmWindowsInformationProtectionPolicy parameters: - name: mdmWindowsInformationProtectionPolicy-id @@ -5289,11 +5085,7 @@ paths: patch: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - 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 + summary: Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement operationId: deviceAppManagement_UpdateMdmWindowsInformationProtectionPolicy parameters: - name: mdmWindowsInformationProtectionPolicy-id @@ -5324,11 +5116,7 @@ paths: delete: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - 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 + summary: Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement operationId: deviceAppManagement_DeleteMdmWindowsInformationProtectionPolicy parameters: - name: mdmWindowsInformationProtectionPolicy-id @@ -6105,11 +5893,8 @@ paths: get: tags: - deviceAppManagement.mobileAppCategory - 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 + summary: Get mobileAppCategories from deviceAppManagement + description: The mobile app categories. operationId: deviceAppManagement_ListMobileAppCategory parameters: - $ref: '#/components/parameters/top' @@ -6159,11 +5944,7 @@ paths: post: tags: - deviceAppManagement.mobileAppCategory - 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 + summary: Create new navigation property to mobileAppCategories for deviceAppManagement operationId: deviceAppManagement_CreateMobileAppCategory requestBody: description: New navigation property @@ -6186,11 +5967,8 @@ paths: get: tags: - deviceAppManagement.mobileAppCategory - 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 + summary: Get mobileAppCategories from deviceAppManagement + description: The mobile app categories. operationId: deviceAppManagement_GetMobileAppCategory parameters: - name: mobileAppCategory-id @@ -6234,11 +6012,7 @@ paths: patch: tags: - deviceAppManagement.mobileAppCategory - 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 + summary: Update the navigation property mobileAppCategories in deviceAppManagement operationId: deviceAppManagement_UpdateMobileAppCategory parameters: - name: mobileAppCategory-id @@ -6269,11 +6043,7 @@ paths: delete: tags: - deviceAppManagement.mobileAppCategory - 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 + summary: Delete navigation property mobileAppCategories for deviceAppManagement operationId: deviceAppManagement_DeleteMobileAppCategory parameters: - name: mobileAppCategory-id @@ -6314,11 +6084,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: List iosMobileAppConfigurations - description: List properties and relationships of the iosMobileAppConfiguration objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 + summary: Get mobileAppConfigurations from deviceAppManagement + description: The Managed Device Mobile Application Configurations. operationId: deviceAppManagement_ListMobileAppConfiguration parameters: - $ref: '#/components/parameters/top' @@ -6368,11 +6135,7 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Create new navigation property to mobileAppConfigurations for deviceAppManagement operationId: deviceAppManagement_CreateMobileAppConfiguration requestBody: description: New navigation property @@ -6395,11 +6158,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get mobileAppConfigurations from deviceAppManagement + description: The Managed Device Mobile Application Configurations. operationId: deviceAppManagement_GetMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6443,11 +6203,7 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Update the navigation property mobileAppConfigurations in deviceAppManagement operationId: deviceAppManagement_UpdateMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6478,11 +6234,7 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Delete navigation property mobileAppConfigurations for deviceAppManagement operationId: deviceAppManagement_DeleteMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6509,11 +6261,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignemenets for app configration. operationId: deviceAppManagement.mobileAppConfiguration_ListAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6571,11 +6320,7 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_CreateAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6607,11 +6352,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignemenets for app configration. operationId: deviceAppManagement.mobileAppConfiguration_GetAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6663,11 +6405,7 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_UpdateAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6706,11 +6444,7 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_DeleteAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6767,11 +6501,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get deviceStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationDeviceStatus. operationId: deviceAppManagement.mobileAppConfiguration_ListDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6829,11 +6560,7 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Create new navigation property to deviceStatuses for deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_CreateDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6865,11 +6592,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get deviceStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationDeviceStatus. operationId: deviceAppManagement.mobileAppConfiguration_GetDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6921,11 +6645,7 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Update the navigation property deviceStatuses in deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6964,11 +6684,7 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Delete navigation property deviceStatuses for deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_DeleteDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7025,11 +6741,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get deviceStatusSummary from deviceAppManagement + description: App configuration device status summary. operationId: deviceAppManagement.mobileAppConfiguration_GetDeviceStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7073,11 +6786,7 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Update the navigation property deviceStatusSummary in deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7174,11 +6883,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get userStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationUserStatus. operationId: deviceAppManagement.mobileAppConfiguration_ListUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7236,11 +6942,7 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Create new navigation property to userStatuses for deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_CreateUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7272,11 +6974,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get userStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationUserStatus. operationId: deviceAppManagement.mobileAppConfiguration_GetUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7328,11 +7027,7 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Update the navigation property userStatuses in deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_UpdateUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7371,11 +7066,7 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Delete navigation property userStatuses for deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_DeleteUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7432,11 +7123,8 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Get userStatusSummary from deviceAppManagement + description: App configuration user status summary. operationId: deviceAppManagement.mobileAppConfiguration_GetUserStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7480,11 +7168,7 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - 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 + summary: Update the navigation property userStatusSummary in deviceAppManagement operationId: deviceAppManagement.mobileAppConfiguration_UpdateUserStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7556,11 +7240,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: List mobileApps - description: List properties and relationships of the mobileApp objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-mobileapp-list?view=graph-rest-1.0 + summary: Get mobileApps from deviceAppManagement + description: The mobile apps. operationId: deviceAppManagement_ListMobileApp parameters: - $ref: '#/components/parameters/top' @@ -7610,11 +7291,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create iosLobApp - description: Create a new iosLobApp object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-create?view=graph-rest-1.0 + summary: Create new navigation property to mobileApps for deviceAppManagement operationId: deviceAppManagement_CreateMobileApp requestBody: description: New navigation property @@ -7637,11 +7314,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get androidLobApp - description: Read properties and relationships of the androidLobApp object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-get?view=graph-rest-1.0 + summary: Get mobileApps from deviceAppManagement + description: The mobile apps. operationId: deviceAppManagement_GetMobileApp parameters: - name: mobileApp-id @@ -7685,11 +7359,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update win32LobApp - description: Update the properties of a win32LobApp object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-update?view=graph-rest-1.0 + summary: Update the navigation property mobileApps in deviceAppManagement operationId: deviceAppManagement_UpdateMobileApp parameters: - name: mobileApp-id @@ -7720,11 +7390,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete macOSOfficeSuiteApp - description: Deletes a macOSOfficeSuiteApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-delete?view=graph-rest-1.0 + summary: Delete navigation property mobileApps for deviceAppManagement operationId: deviceAppManagement_DeleteMobileApp parameters: - name: mobileApp-id @@ -7751,11 +7417,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApp_ListAssignment parameters: - name: mobileApp-id @@ -7813,11 +7476,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApp_CreateAssignment parameters: - name: mobileApp-id @@ -7849,11 +7508,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApp_GetAssignment parameters: - name: mobileApp-id @@ -7905,11 +7561,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApp_UpdateAssignment parameters: - name: mobileApp-id @@ -7948,11 +7600,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApp_DeleteAssignment parameters: - name: mobileApp-id @@ -8189,11 +7837,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListAssignment parameters: - name: mobileApp-id @@ -8251,11 +7896,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsAndroidLobApp_CreateAssignment parameters: - name: mobileApp-id @@ -8287,11 +7928,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetAssignment parameters: - name: mobileApp-id @@ -8343,11 +7981,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsAndroidLobApp_UpdateAssignment parameters: - name: mobileApp-id @@ -8386,11 +8020,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsAndroidLobApp_DeleteAssignment parameters: - name: mobileApp-id @@ -9531,11 +9161,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_ListAssignment parameters: - name: mobileApp-id @@ -9593,11 +9220,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_CreateAssignment parameters: - name: mobileApp-id @@ -9629,11 +9252,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_GetAssignment parameters: - name: mobileApp-id @@ -9685,11 +9305,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_UpdateAssignment parameters: - name: mobileApp-id @@ -9728,11 +9344,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_DeleteAssignment parameters: - name: mobileApp-id @@ -10004,11 +9616,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsIosLobApp_ListAssignment parameters: - name: mobileApp-id @@ -10066,11 +9675,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosLobApp_CreateAssignment parameters: - name: mobileApp-id @@ -10102,11 +9707,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsIosLobApp_GetAssignment parameters: - name: mobileApp-id @@ -10158,11 +9760,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosLobApp_UpdateAssignment parameters: - name: mobileApp-id @@ -10201,11 +9799,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosLobApp_DeleteAssignment parameters: - name: mobileApp-id @@ -11346,11 +10940,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_ListAssignment parameters: - name: mobileApp-id @@ -11408,11 +10999,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosStoreApp_CreateAssignment parameters: - name: mobileApp-id @@ -11444,11 +11031,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsIosStoreApp_GetAssignment parameters: - name: mobileApp-id @@ -11500,11 +11084,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosStoreApp_UpdateAssignment parameters: - name: mobileApp-id @@ -11543,11 +11123,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosStoreApp_DeleteAssignment parameters: - name: mobileApp-id @@ -11784,11 +11360,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsIosVppApp_ListAssignment parameters: - name: mobileApp-id @@ -11846,11 +11419,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosVppApp_CreateAssignment parameters: - name: mobileApp-id @@ -11882,11 +11451,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsIosVppApp_GetAssignment parameters: - name: mobileApp-id @@ -11938,11 +11504,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosVppApp_UpdateAssignment parameters: - name: mobileApp-id @@ -11981,11 +11543,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsIosVppApp_DeleteAssignment parameters: - name: mobileApp-id @@ -12222,11 +11780,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListAssignment parameters: - name: mobileApp-id @@ -12284,11 +11839,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_CreateAssignment parameters: - name: mobileApp-id @@ -12320,11 +11871,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetAssignment parameters: - name: mobileApp-id @@ -12376,11 +11924,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_UpdateAssignment parameters: - name: mobileApp-id @@ -12419,11 +11963,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_DeleteAssignment parameters: - name: mobileApp-id @@ -13564,11 +13104,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListAssignment parameters: - name: mobileApp-id @@ -13626,11 +13163,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsMacOSLobApp_CreateAssignment parameters: - name: mobileApp-id @@ -13662,11 +13195,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetAssignment parameters: - name: mobileApp-id @@ -13718,11 +13248,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsMacOSLobApp_UpdateAssignment parameters: - name: mobileApp-id @@ -13761,11 +13287,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsMacOSLobApp_DeleteAssignment parameters: - name: mobileApp-id @@ -14906,11 +14428,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListAssignment parameters: - name: mobileApp-id @@ -14968,11 +14487,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_CreateAssignment parameters: - name: mobileApp-id @@ -15004,11 +14519,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetAssignment parameters: - name: mobileApp-id @@ -15060,11 +14572,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_UpdateAssignment parameters: - name: mobileApp-id @@ -15103,11 +14611,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_DeleteAssignment parameters: - name: mobileApp-id @@ -16248,11 +15752,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListAssignment parameters: - name: mobileApp-id @@ -16310,11 +15811,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_CreateAssignment parameters: - name: mobileApp-id @@ -16346,11 +15843,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetAssignment parameters: - name: mobileApp-id @@ -16402,11 +15896,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_UpdateAssignment parameters: - name: mobileApp-id @@ -16445,11 +15935,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_DeleteAssignment parameters: - name: mobileApp-id @@ -17590,11 +17076,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListAssignment parameters: - name: mobileApp-id @@ -17652,11 +17135,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_CreateAssignment parameters: - name: mobileApp-id @@ -17688,11 +17167,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetAssignment parameters: - name: mobileApp-id @@ -17744,11 +17220,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_UpdateAssignment parameters: - name: mobileApp-id @@ -17787,11 +17259,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_DeleteAssignment parameters: - name: mobileApp-id @@ -18932,11 +18400,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListAssignment parameters: - name: mobileApp-id @@ -18994,11 +18459,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_CreateAssignment parameters: - name: mobileApp-id @@ -19030,11 +18491,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetAssignment parameters: - name: mobileApp-id @@ -19086,11 +18544,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_UpdateAssignment parameters: - name: mobileApp-id @@ -19129,11 +18583,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_DeleteAssignment parameters: - name: mobileApp-id @@ -19370,11 +18820,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListAssignment parameters: - name: mobileApp-id @@ -19432,11 +18879,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWin32LobApp_CreateAssignment parameters: - name: mobileApp-id @@ -19468,11 +18911,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetAssignment parameters: - name: mobileApp-id @@ -19524,11 +18964,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsWin32LobApp_UpdateAssignment parameters: - name: mobileApp-id @@ -19567,11 +19003,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWin32LobApp_DeleteAssignment parameters: - name: mobileApp-id @@ -20712,11 +20144,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListAssignment parameters: - name: mobileApp-id @@ -20774,11 +20203,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsAppX_CreateAssignment parameters: - name: mobileApp-id @@ -20810,11 +20235,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetAssignment parameters: - name: mobileApp-id @@ -20866,11 +20288,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsAppX_UpdateAssignment parameters: - name: mobileApp-id @@ -20909,11 +20327,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsAppX_DeleteAssignment parameters: - name: mobileApp-id @@ -22054,11 +21468,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListAssignment parameters: - name: mobileApp-id @@ -22116,11 +21527,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_CreateAssignment parameters: - name: mobileApp-id @@ -22152,11 +21559,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetAssignment parameters: - name: mobileApp-id @@ -22208,11 +21612,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_UpdateAssignment parameters: - name: mobileApp-id @@ -22251,11 +21651,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_DeleteAssignment parameters: - name: mobileApp-id @@ -23396,11 +22792,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListAssignment parameters: - name: mobileApp-id @@ -23458,11 +22851,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateAssignment parameters: - name: mobileApp-id @@ -23494,11 +22883,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetAssignment parameters: - name: mobileApp-id @@ -23550,11 +22936,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateAssignment parameters: - name: mobileApp-id @@ -23593,11 +22975,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteAssignment parameters: - name: mobileApp-id @@ -24978,11 +24356,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_ListAssignment parameters: - name: mobileApp-id @@ -25040,11 +24415,7 @@ paths: post: tags: - deviceAppManagement.mobileApp - 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 + summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsWebApp_CreateAssignment parameters: - name: mobileApp-id @@ -25076,11 +24447,8 @@ paths: get: tags: - deviceAppManagement.mobileApp - 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 + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileAppAsWindowsWebApp_GetAssignment parameters: - name: mobileApp-id @@ -25132,11 +24500,7 @@ paths: patch: tags: - deviceAppManagement.mobileApp - 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 + summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsWebApp_UpdateAssignment parameters: - name: mobileApp-id @@ -25175,11 +24539,7 @@ paths: delete: tags: - deviceAppManagement.mobileApp - 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 + summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileAppAsWindowsWebApp_DeleteAssignment parameters: - name: mobileApp-id @@ -26410,11 +25770,8 @@ paths: get: tags: - deviceAppManagement.targetedManagedAppConfiguration - 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 + summary: Get targetedManagedAppConfigurations from deviceAppManagement + description: Targeted managed app configurations. operationId: deviceAppManagement_ListTargetedManagedAppConfiguration parameters: - $ref: '#/components/parameters/top' @@ -26464,11 +25821,7 @@ paths: post: tags: - deviceAppManagement.targetedManagedAppConfiguration - 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 + summary: Create new navigation property to targetedManagedAppConfigurations for deviceAppManagement operationId: deviceAppManagement_CreateTargetedManagedAppConfiguration requestBody: description: New navigation property @@ -26491,11 +25844,8 @@ paths: get: tags: - deviceAppManagement.targetedManagedAppConfiguration - 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 + summary: Get targetedManagedAppConfigurations from deviceAppManagement + description: Targeted managed app configurations. operationId: deviceAppManagement_GetTargetedManagedAppConfiguration parameters: - name: targetedManagedAppConfiguration-id @@ -26539,11 +25889,7 @@ paths: patch: tags: - deviceAppManagement.targetedManagedAppConfiguration - 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 + summary: Update the navigation property targetedManagedAppConfigurations in deviceAppManagement operationId: deviceAppManagement_UpdateTargetedManagedAppConfiguration parameters: - name: targetedManagedAppConfiguration-id @@ -26574,11 +25920,7 @@ paths: delete: tags: - deviceAppManagement.targetedManagedAppConfiguration - 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 + summary: Delete navigation property targetedManagedAppConfigurations for deviceAppManagement operationId: deviceAppManagement_DeleteTargetedManagedAppConfiguration parameters: - name: targetedManagedAppConfiguration-id @@ -27282,11 +26624,8 @@ paths: get: tags: - deviceAppManagement.vppToken - 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 + summary: Get vppTokens from deviceAppManagement + description: List of Vpp tokens for this organization. operationId: deviceAppManagement_ListVppToken parameters: - $ref: '#/components/parameters/top' @@ -27336,11 +26675,7 @@ paths: post: tags: - deviceAppManagement.vppToken - 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 + summary: Create new navigation property to vppTokens for deviceAppManagement operationId: deviceAppManagement_CreateVppToken requestBody: description: New navigation property @@ -27363,11 +26698,8 @@ paths: get: tags: - deviceAppManagement.vppToken - 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 + summary: Get vppTokens from deviceAppManagement + description: List of Vpp tokens for this organization. operationId: deviceAppManagement_GetVppToken parameters: - name: vppToken-id @@ -27411,11 +26743,7 @@ paths: patch: tags: - deviceAppManagement.vppToken - 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 + summary: Update the navigation property vppTokens in deviceAppManagement operationId: deviceAppManagement_UpdateVppToken parameters: - name: vppToken-id @@ -27446,11 +26774,7 @@ paths: delete: tags: - deviceAppManagement.vppToken - 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 + summary: Delete navigation property vppTokens for deviceAppManagement operationId: deviceAppManagement_DeleteVppToken parameters: - name: vppToken-id @@ -27520,11 +26844,8 @@ paths: get: tags: - deviceAppManagement.windowsInformationProtectionPolicy - 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 + summary: Get windowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are not MDM enrolled. operationId: deviceAppManagement_ListWindowsInformationProtectionPolicy parameters: - $ref: '#/components/parameters/top' @@ -27574,11 +26895,7 @@ paths: post: tags: - deviceAppManagement.windowsInformationProtectionPolicy - 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 + summary: Create new navigation property to windowsInformationProtectionPolicies for deviceAppManagement operationId: deviceAppManagement_CreateWindowsInformationProtectionPolicy requestBody: description: New navigation property @@ -27601,11 +26918,8 @@ paths: get: tags: - deviceAppManagement.windowsInformationProtectionPolicy - 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 + summary: Get windowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are not MDM enrolled. operationId: deviceAppManagement_GetWindowsInformationProtectionPolicy parameters: - name: windowsInformationProtectionPolicy-id @@ -27649,11 +26963,7 @@ paths: patch: tags: - deviceAppManagement.windowsInformationProtectionPolicy - 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 + summary: Update the navigation property windowsInformationProtectionPolicies in deviceAppManagement operationId: deviceAppManagement_UpdateWindowsInformationProtectionPolicy parameters: - name: windowsInformationProtectionPolicy-id @@ -27684,11 +26994,7 @@ paths: delete: tags: - deviceAppManagement.windowsInformationProtectionPolicy - 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 + summary: Delete navigation property windowsInformationProtectionPolicies for deviceAppManagement operationId: deviceAppManagement_DeleteWindowsInformationProtectionPolicy parameters: - name: windowsInformationProtectionPolicy-id @@ -29043,11 +28349,8 @@ paths: get: tags: - users.managedDevice - 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-devices-devicecategory-get?view=graph-rest-1.0 + summary: Get deviceCategory from users + description: Device category operationId: user.managedDevice_GetDeviceCategory parameters: - name: user-id @@ -29099,11 +28402,7 @@ paths: patch: tags: - users.managedDevice - 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-devices-devicecategory-update?view=graph-rest-1.0 + summary: Update the navigation property deviceCategory in users operationId: user.managedDevice_UpdateDeviceCategory parameters: - name: user-id @@ -30041,11 +29340,8 @@ paths: get: tags: - users.managedDevice - summary: List users - description: List properties and relationships of the user objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-user-list?view=graph-rest-1.0 + summary: Get users from users + description: The primary users associated with the managed device. operationId: user.managedDevice_ListUser parameters: - name: user-id @@ -30112,11 +29408,8 @@ paths: get: tags: - users.managedDevice - summary: Get windowsProtectionState - description: Read properties and relationships of the windowsProtectionState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-get?view=graph-rest-1.0 + summary: Get windowsProtectionState from users + description: The device protection status. This property is read-only. operationId: user.managedDevice_GetWindowsProtectionState parameters: - name: user-id @@ -30168,11 +29461,7 @@ paths: patch: tags: - users.managedDevice - summary: Update windowsProtectionState - description: Update the properties of a windowsProtectionState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-update?view=graph-rest-1.0 + summary: Update the navigation property windowsProtectionState in users operationId: user.managedDevice_UpdateWindowsProtectionState parameters: - name: user-id @@ -30246,11 +29535,8 @@ paths: get: tags: - users.managedDevice - summary: List windowsDeviceMalwareStates - description: List properties and relationships of the windowsDeviceMalwareState objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-list?view=graph-rest-1.0 + summary: Get detectedMalwareState from users + description: Device malware list operationId: user.managedDevice.windowsProtectionState_ListDetectedMalwareState parameters: - name: user-id @@ -30316,11 +29602,7 @@ paths: post: tags: - users.managedDevice - summary: Create windowsDeviceMalwareState - description: Create a new windowsDeviceMalwareState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-create?view=graph-rest-1.0 + summary: Create new navigation property to detectedMalwareState for users operationId: user.managedDevice.windowsProtectionState_CreateDetectedMalwareState parameters: - name: user-id @@ -30360,11 +29642,8 @@ paths: get: tags: - users.managedDevice - summary: Get windowsDeviceMalwareState - description: Read properties and relationships of the windowsDeviceMalwareState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-get?view=graph-rest-1.0 + summary: Get detectedMalwareState from users + description: Device malware list operationId: user.managedDevice.windowsProtectionState_GetDetectedMalwareState parameters: - name: user-id @@ -30424,11 +29703,7 @@ paths: patch: tags: - users.managedDevice - summary: Update windowsDeviceMalwareState - description: Update the properties of a windowsDeviceMalwareState object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-update?view=graph-rest-1.0 + summary: Update the navigation property detectedMalwareState in users operationId: user.managedDevice.windowsProtectionState_UpdateDetectedMalwareState parameters: - name: user-id @@ -30475,11 +29750,7 @@ paths: delete: tags: - users.managedDevice - summary: Delete windowsDeviceMalwareState - description: Deletes a windowsDeviceMalwareState. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-delete?view=graph-rest-1.0 + summary: Delete navigation property detectedMalwareState for users operationId: user.managedDevice.windowsProtectionState_DeleteDetectedMalwareState parameters: - name: user-id @@ -31686,6 +30957,9 @@ components: type: boolean description: A value indicating whether the file is committed. readOnly: true + isDependency: + type: boolean + description: 'Indicates whether this content file is a dependency for the main content file. TRUE means that the content file is a dependency, FALSE means that the content file is not a dependency and is the main content file. Defaults to FALSE.' manifest: type: string description: The manifest information. @@ -32498,6 +31772,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -37997,7 +37276,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -38116,6 +37395,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -38872,6 +38152,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -40211,13 +39499,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -40437,7 +39725,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -40592,6 +39880,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -41113,6 +40402,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -42490,6 +41780,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -42501,9 +41792,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -43075,11 +42368,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -43095,13 +42388,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -46463,7 +45756,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml b/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml index 7cde95830a..4e79a816b3 100644 --- a/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml @@ -137,11 +137,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_ListHealthOverview parameters: - $ref: '#/components/parameters/top' @@ -214,11 +211,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_GetHealthOverview parameters: - name: serviceHealth-id @@ -539,6 +533,10 @@ paths: tags: - 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 @@ -614,11 +612,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_ListIssue parameters: - $ref: '#/components/parameters/top' @@ -691,11 +686,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_GetIssue parameters: - name: serviceHealthIssue-id @@ -798,6 +790,10 @@ paths: tags: - 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.issue_incidentReport parameters: - name: serviceHealthIssue-id @@ -843,11 +839,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_ListMessage parameters: - $ref: '#/components/parameters/top' @@ -920,11 +913,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + 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.' operationId: admin.serviceAnnouncement_GetMessage parameters: - name: serviceUpdateMessage-id @@ -1026,11 +1016,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + summary: Get attachments from admin + description: A collection of serviceAnnouncementAttachments. operationId: admin.serviceAnnouncement.message_ListAttachment parameters: - name: serviceUpdateMessage-id @@ -1120,11 +1107,8 @@ paths: get: tags: - admin.serviceAnnouncement - 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 + summary: Get attachments from admin + description: A collection of serviceAnnouncementAttachments. operationId: admin.serviceAnnouncement.message_GetAttachment parameters: - name: serviceUpdateMessage-id @@ -1252,9 +1236,6 @@ paths: - admin.serviceAnnouncement summary: Get content for the navigation property attachments from admin description: The attachment content. - 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_GetAttachmentsContent parameters: - name: serviceUpdateMessage-id @@ -1353,9 +1334,6 @@ paths: - admin.serviceAnnouncement summary: Get attachmentsArchive for the navigation property messages from admin description: The zip file that contains all attachments for a message. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_GetMessagesAttachmentsArchive parameters: - name: serviceUpdateMessage-id diff --git a/openApiDocs/v1.0/DirectoryObjects.yml b/openApiDocs/v1.0/DirectoryObjects.yml index e4174208f7..3357213d36 100644 --- a/openApiDocs/v1.0/DirectoryObjects.yml +++ b/openApiDocs/v1.0/DirectoryObjects.yml @@ -477,6 +477,10 @@ paths: tags: - directoryObjects.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: directoryObject_delta parameters: - $ref: '#/components/parameters/top' diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 5d31c8abcd..1264a6a72b 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -69,11 +69,7 @@ paths: get: tags: - education.educationClass - 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 + summary: Get classes from education operationId: education_ListClass parameters: - $ref: '#/components/parameters/top' @@ -123,11 +119,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property to classes for education operationId: education_CreateClass requestBody: description: New navigation property @@ -150,11 +142,7 @@ paths: get: tags: - education.educationClass - 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 + summary: Get classes from education operationId: education_GetClass parameters: - name: educationClass-id @@ -198,11 +186,7 @@ paths: patch: tags: - education.educationClass - 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 + summary: Update the navigation property classes in education operationId: education_UpdateClass parameters: - name: educationClass-id @@ -233,11 +217,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property classes for education operationId: education_DeleteClass parameters: - name: educationClass-id @@ -264,11 +244,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignmentCategories from education + description: All categories associated with this class. Nullable. operationId: education.class_ListAssignmentCategory parameters: - name: educationClass-id @@ -326,11 +303,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property to assignmentCategories for education operationId: education.class_CreateAssignmentCategory parameters: - name: educationClass-id @@ -362,11 +335,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignmentCategories from education + description: All categories associated with this class. Nullable. operationId: education.class_GetAssignmentCategory parameters: - name: educationClass-id @@ -457,11 +427,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property assignmentCategories for education operationId: education.class_DeleteAssignmentCategory parameters: - name: educationClass-id @@ -519,6 +485,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.class.assignmentCategory_delta parameters: - name: educationClass-id @@ -595,11 +565,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignmentDefaults from education + description: Specifies class-level defaults respected by new assignments created in the class. operationId: education.class_GetAssignmentDefault parameters: - name: educationClass-id @@ -643,11 +610,7 @@ paths: patch: tags: - education.educationClass - 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 + summary: Update the navigation property assignmentDefaults in education operationId: education.class_UpdateAssignmentDefault parameters: - name: educationClass-id @@ -705,11 +668,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignments from education + description: All assignments associated with this class. Nullable. operationId: education.class_ListAssignment parameters: - name: educationClass-id @@ -767,11 +727,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property to assignments for education operationId: education.class_CreateAssignment parameters: - name: educationClass-id @@ -803,11 +759,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get assignments from education + description: All assignments associated with this class. Nullable. operationId: education.class_GetAssignment parameters: - name: educationClass-id @@ -859,11 +812,7 @@ paths: patch: tags: - education.educationClass - 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 + summary: Update the navigation property assignments in education operationId: education.class_UpdateAssignment parameters: - name: educationClass-id @@ -902,11 +851,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property assignments for education operationId: education.class_DeleteAssignment parameters: - name: educationClass-id @@ -941,11 +886,8 @@ paths: get: tags: - education.educationClass - summary: List categories - description: 'List all the categories associated with an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.class.assignment_ListCategory parameters: - name: educationClass-id @@ -1011,11 +953,7 @@ paths: post: tags: - education.educationClass - summary: Create educationCategories - description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 + summary: Create new navigation property to categories for education operationId: education.class.assignment_CreateCategory parameters: - name: educationClass-id @@ -1055,11 +993,7 @@ paths: delete: tags: - education.educationClass - summary: Remove educationCategory - description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 + summary: Delete ref of navigation property categories for education operationId: education.class.assignment.category_DeleteEducationCategoryGraphBPreRef parameters: - name: educationClass-id @@ -1132,11 +1066,8 @@ paths: get: tags: - education.educationClass - summary: List categories - description: 'List all the categories associated with an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get ref of categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.class.assignment_ListCategoryGraphBPreRef parameters: - name: educationClass-id @@ -1182,11 +1113,7 @@ paths: post: tags: - education.educationClass - summary: Create educationCategories - description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 + summary: Create new navigation property ref to categories for education operationId: education.class.assignment_CreateCategoryGraphBPreRef parameters: - name: educationClass-id @@ -1216,11 +1143,7 @@ paths: delete: tags: - education.educationClass - summary: Remove educationCategory - description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 + summary: Delete ref of navigation property categories for education operationId: education.class.assignment_DeleteCategoryGraphBPreRef parameters: - name: educationClass-id @@ -1264,6 +1187,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.class.assignment.category_delta parameters: - name: educationClass-id @@ -1587,11 +1514,8 @@ paths: get: tags: - education.educationClass - summary: List assignment resources - description: 'Get all the educationAssignmentResource objects associated with an assignment. 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/educationassignment-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.class.assignment_ListResource parameters: - name: educationClass-id @@ -1657,11 +1581,7 @@ paths: post: tags: - education.educationClass - summary: Create educationAssignmentResource - description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.class.assignment_CreateResource parameters: - name: educationClass-id @@ -1701,11 +1621,8 @@ paths: get: tags: - education.educationClass - summary: Get educationAssignmentResource - description: 'Get the properties of an education assignment resource associated with an assignment. 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/educationassignmentresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.class.assignment_GetResource parameters: - name: educationClass-id @@ -1812,11 +1729,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationAssignmentResource - description: 'Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can''t remove resources marked as ''distributeToStudents'', after the assignment has been published to students.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.class.assignment_DeleteResource parameters: - name: educationClass-id @@ -1889,11 +1802,8 @@ paths: get: tags: - education.educationClass - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.class.assignment_GetRubric parameters: - name: educationClass-id @@ -1945,11 +1855,7 @@ paths: patch: tags: - education.educationClass - summary: Attach educationRubric to an assignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the navigation property rubric in education operationId: education.class.assignment_UpdateRubric parameters: - name: educationClass-id @@ -1988,11 +1894,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationRubric from educationAssignment - description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete navigation property rubric for education operationId: education.class.assignment_DeleteRubric parameters: - name: educationClass-id @@ -2027,11 +1929,8 @@ paths: get: tags: - education.educationClass - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get ref of rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.class.assignment_GetRubricGraphBPreRef parameters: - name: educationClass-id @@ -2063,11 +1962,7 @@ paths: put: tags: - education.educationClass - summary: Attach educationRubric to an assignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the ref of navigation property rubric in education operationId: education.class.assignment_SetRubricGraphBPreRef parameters: - name: educationClass-id @@ -2097,11 +1992,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationRubric from educationAssignment - description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete ref of navigation property rubric for education operationId: education.class.assignment_DeleteRubricGraphBPreRef parameters: - name: educationClass-id @@ -2136,11 +2027,8 @@ paths: get: tags: - education.educationClass - summary: List submissions - description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they''re associated with.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.class.assignment_ListSubmission parameters: - name: educationClass-id @@ -2246,11 +2134,8 @@ paths: get: tags: - education.educationClass - summary: Get educationSubmission - description: 'Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student''s work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.class.assignment_GetSubmission parameters: - name: educationClass-id @@ -2625,11 +2510,7 @@ paths: get: tags: - education.educationClass - summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 + summary: Get outcomes from education operationId: education.class.assignment.submission_ListOutcome parameters: - name: educationClass-id @@ -2703,11 +2584,7 @@ paths: post: tags: - education.educationClass - summary: Create educationFeedbackResourceOutcome - description: 'Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn''t exist or isn''t in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0 + summary: Create new navigation property to outcomes for education operationId: education.class.assignment.submission_CreateOutcome parameters: - name: educationClass-id @@ -2823,11 +2700,7 @@ paths: patch: tags: - education.educationClass - summary: Update educationOutcome - description: Update the properties of an educationOutcome object. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0 + summary: Update the navigation property outcomes in education operationId: education.class.assignment.submission_UpdateOutcome parameters: - name: educationClass-id @@ -2882,11 +2755,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationFeedbackResourceOutcome - description: Delete a feedback resource from a submission. This can only be done by a teacher. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 + summary: Delete navigation property outcomes for education operationId: education.class.assignment.submission_DeleteOutcome parameters: - name: educationClass-id @@ -2975,11 +2844,7 @@ paths: get: tags: - education.educationClass - summary: List submission resources - description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 + summary: Get resources from education operationId: education.class.assignment.submission_ListResource parameters: - name: educationClass-id @@ -3053,11 +2918,7 @@ paths: post: tags: - education.educationClass - summary: Create educationSubmissionResource - description: 'Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.class.assignment.submission_CreateResource parameters: - name: educationClass-id @@ -3105,11 +2966,7 @@ paths: get: tags: - education.educationClass - summary: Get educationSubmissionResource - description: 'Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the ''working'' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 + summary: Get resources from education operationId: education.class.assignment.submission_GetResource parameters: - name: educationClass-id @@ -3232,11 +3089,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationSubmissionResource - description: 'Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to ''reset'' the resource to its original state. If the resource wasn''t copied from the assignment but was added from the student, the resource is deleted.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.class.assignment.submission_DeleteResource parameters: - name: educationClass-id @@ -3325,11 +3178,7 @@ paths: get: tags: - education.educationClass - summary: List submittedResources - description: 'List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can''t change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 + summary: Get submittedResources from education operationId: education.class.assignment.submission_ListSubmittedResource parameters: - name: educationClass-id @@ -3451,11 +3300,7 @@ paths: get: tags: - education.educationClass - summary: Get educationSubmittedSubmissionResource - description: 'Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0 + summary: Get submittedResources from education operationId: education.class.assignment.submission_GetSubmittedResource parameters: - name: educationClass-id @@ -3720,6 +3565,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly-created or updated assignments without reading the whole collection. 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/educationassignment-delta?view=graph-rest-1.0 operationId: education.class.assignment_delta parameters: - name: educationClass-id @@ -3841,11 +3690,7 @@ paths: patch: tags: - education.educationClass - 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 + summary: Update the navigation property assignmentSettings in education operationId: education.class_UpdateAssignmentSetting parameters: - name: educationClass-id @@ -4047,11 +3892,7 @@ paths: patch: tags: - education.educationClass - summary: Update gradingCategory - description: Update a single gradingCategory on the educationAssignmentSettings. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0 + summary: Update the navigation property gradingCategories in education operationId: education.class.assignmentSetting_UpdateGradingCategory parameters: - name: educationClass-id @@ -4274,11 +4115,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get members from education + description: All users in the class. Nullable. operationId: education.class_ListMember parameters: - name: educationClass-id @@ -4337,11 +4175,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete ref of navigation property members for education operationId: education.class.member_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -4398,11 +4232,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get ref of members from education + description: All users in the class. Nullable. operationId: education.class_ListMemberGraphBPreRef parameters: - name: educationClass-id @@ -4440,11 +4271,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property ref to members for education operationId: education.class_CreateMemberGraphBPreRef parameters: - name: educationClass-id @@ -4466,11 +4293,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete ref of navigation property members for education operationId: education.class_DeleteMemberGraphBPreRef parameters: - name: educationClass-id @@ -4505,11 +4328,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get modules from education + description: All modules in the class. Nullable. operationId: education.class_ListModule parameters: - name: educationClass-id @@ -4567,11 +4387,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property to modules for education operationId: education.class_CreateModule parameters: - name: educationClass-id @@ -4603,11 +4419,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get modules from education + description: All modules in the class. Nullable. operationId: education.class_GetModule parameters: - name: educationClass-id @@ -4659,11 +4472,7 @@ paths: patch: tags: - education.educationClass - 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 + summary: Update the navigation property modules in education operationId: education.class_UpdateModule parameters: - name: educationClass-id @@ -4702,11 +4511,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete navigation property modules for education operationId: education.class_DeleteModule parameters: - name: educationClass-id @@ -4889,11 +4694,8 @@ paths: get: tags: - education.educationClass - summary: List module resources - description: 'Get all the educationModuleResource objects associated with a module. 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/educationmodule-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this module. Only teachers can modify this list. Nullable. operationId: education.class.module_ListResource parameters: - name: educationClass-id @@ -4959,11 +4761,7 @@ paths: post: tags: - education.educationClass - summary: Create educationModuleResource - description: 'Create a resource in a module. Only teachers can perform this operation. You can create the following types of module resources: Every resource has an @odata.type property to indicate which type of resource is being created.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.class.module_CreateResource parameters: - name: educationClass-id @@ -5003,11 +4801,8 @@ paths: get: tags: - education.educationClass - summary: Get educationModuleResource - description: 'Get the properties of a resource associated with a module. 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/educationmoduleresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this module. Only teachers can modify this list. Nullable. operationId: education.class.module_GetResource parameters: - name: educationClass-id @@ -5067,11 +4862,7 @@ paths: patch: tags: - education.educationClass - summary: Update educationModuleResource - description: 'Update a resource in a module. Only teachers can perform this operation. The only one property that can be updated is displayName, for all resource types.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0 + summary: Update the navigation property resources in education operationId: education.class.module_UpdateResource parameters: - name: educationClass-id @@ -5118,11 +4909,7 @@ paths: delete: tags: - education.educationClass - summary: Delete educationModuleResource - description: Delete a specific educationModuleResource attached to a module. Only teachers in the class can remove a resource. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.class.module_DeleteResource parameters: - name: educationClass-id @@ -5217,11 +5004,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get schools from education + description: All schools that this class is associated with. Nullable. operationId: education.class_ListSchool parameters: - name: educationClass-id @@ -5356,11 +5140,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get teachers from education + description: All teachers in the class. Nullable. operationId: education.class_ListTeacher parameters: - name: educationClass-id @@ -5419,11 +5200,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete ref of navigation property teachers for education operationId: education.class.teacher_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -5480,11 +5257,8 @@ paths: get: tags: - education.educationClass - 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 + summary: Get ref of teachers from education + description: All teachers in the class. Nullable. operationId: education.class_ListTeacherGraphBPreRef parameters: - name: educationClass-id @@ -5522,11 +5296,7 @@ paths: post: tags: - education.educationClass - 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 + summary: Create new navigation property ref to teachers for education operationId: education.class_CreateTeacherGraphBPreRef parameters: - name: educationClass-id @@ -5548,11 +5318,7 @@ paths: delete: tags: - education.educationClass - 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 + summary: Delete ref of navigation property teachers for education operationId: education.class_DeleteTeacherGraphBPreRef parameters: - name: educationClass-id @@ -5602,6 +5368,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: 'Get newly created or updated classes, including membership changes, without having to perform a full read of the entire class collection. See Use delta query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0 operationId: education.class_delta parameters: - $ref: '#/components/parameters/top' @@ -5747,11 +5517,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get assignments from education + description: Assignments belonging to the user. operationId: education.me_ListAssignment parameters: - $ref: '#/components/parameters/top' @@ -5927,11 +5694,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all the categories associated with an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.me.assignment_ListCategory parameters: - name: educationAssignment-id @@ -5989,11 +5753,7 @@ paths: post: tags: - education.educationUser - summary: Create educationCategories - description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 + summary: Create new navigation property to categories for education operationId: education.me.assignment_CreateCategory parameters: - name: educationAssignment-id @@ -6025,11 +5785,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationCategory - description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 + summary: Delete ref of navigation property categories for education operationId: education.me.assignment.category_DeleteEducationCategoryGraphBPreRef parameters: - name: educationAssignment-id @@ -6086,11 +5842,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all the categories associated with an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get ref of categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.me.assignment_ListCategoryGraphBPreRef parameters: - name: educationAssignment-id @@ -6128,11 +5881,7 @@ paths: post: tags: - education.educationUser - summary: Create educationCategories - description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 + summary: Create new navigation property ref to categories for education operationId: education.me.assignment_CreateCategoryGraphBPreRef parameters: - name: educationAssignment-id @@ -6154,11 +5903,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationCategory - description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 + summary: Delete ref of navigation property categories for education operationId: education.me.assignment_DeleteCategoryGraphBPreRef parameters: - name: educationAssignment-id @@ -6194,6 +5939,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.me.assignment.category_delta parameters: - name: educationAssignment-id @@ -6461,11 +6210,8 @@ paths: get: tags: - education.educationUser - summary: List assignment resources - description: 'Get all the educationAssignmentResource objects associated with an assignment. 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/educationassignment-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.me.assignment_ListResource parameters: - name: educationAssignment-id @@ -6523,11 +6269,7 @@ paths: post: tags: - education.educationUser - summary: Create educationAssignmentResource - description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.me.assignment_CreateResource parameters: - name: educationAssignment-id @@ -6559,11 +6301,8 @@ paths: get: tags: - education.educationUser - summary: Get educationAssignmentResource - description: 'Get the properties of an education assignment resource associated with an assignment. 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/educationassignmentresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.me.assignment_GetResource parameters: - name: educationAssignment-id @@ -6654,11 +6393,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationAssignmentResource - description: 'Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can''t remove resources marked as ''distributeToStudents'', after the assignment has been published to students.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.me.assignment_DeleteResource parameters: - name: educationAssignment-id @@ -6715,11 +6450,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.me.assignment_GetRubric parameters: - name: educationAssignment-id @@ -6763,11 +6495,7 @@ paths: patch: tags: - education.educationUser - summary: Attach educationRubric to an assignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the navigation property rubric in education operationId: education.me.assignment_UpdateRubric parameters: - name: educationAssignment-id @@ -6798,11 +6526,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationRubric from educationAssignment - description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete navigation property rubric for education operationId: education.me.assignment_DeleteRubric parameters: - name: educationAssignment-id @@ -6829,11 +6553,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get ref of rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.me.assignment_GetRubricGraphBPreRef parameters: - name: educationAssignment-id @@ -6857,11 +6578,7 @@ paths: put: tags: - education.educationUser - summary: Attach educationRubric to an assignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the ref of navigation property rubric in education operationId: education.me.assignment_SetRubricGraphBPreRef parameters: - name: educationAssignment-id @@ -6883,11 +6600,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationRubric from educationAssignment - description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete ref of navigation property rubric for education operationId: education.me.assignment_DeleteRubricGraphBPreRef parameters: - name: educationAssignment-id @@ -6914,11 +6627,8 @@ paths: get: tags: - education.educationUser - summary: List submissions - description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they''re associated with.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.me.assignment_ListSubmission parameters: - name: educationAssignment-id @@ -7008,11 +6718,8 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmission - description: 'Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student''s work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.me.assignment_GetSubmission parameters: - name: educationAssignment-id @@ -7323,11 +7030,7 @@ paths: get: tags: - education.educationUser - summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 + summary: Get outcomes from education operationId: education.me.assignment.submission_ListOutcome parameters: - name: educationAssignment-id @@ -7393,11 +7096,7 @@ paths: post: tags: - education.educationUser - summary: Create educationFeedbackResourceOutcome - description: 'Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn''t exist or isn''t in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0 + summary: Create new navigation property to outcomes for education operationId: education.me.assignment.submission_CreateOutcome parameters: - name: educationAssignment-id @@ -7497,11 +7196,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationOutcome - description: Update the properties of an educationOutcome object. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0 + summary: Update the navigation property outcomes in education operationId: education.me.assignment.submission_UpdateOutcome parameters: - name: educationAssignment-id @@ -7548,11 +7243,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationFeedbackResourceOutcome - description: Delete a feedback resource from a submission. This can only be done by a teacher. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 + summary: Delete navigation property outcomes for education operationId: education.me.assignment.submission_DeleteOutcome parameters: - name: educationAssignment-id @@ -7625,11 +7316,7 @@ paths: get: tags: - education.educationUser - summary: List submission resources - description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 + summary: Get resources from education operationId: education.me.assignment.submission_ListResource parameters: - name: educationAssignment-id @@ -7695,11 +7382,7 @@ paths: post: tags: - education.educationUser - summary: Create educationSubmissionResource - description: 'Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.me.assignment.submission_CreateResource parameters: - name: educationAssignment-id @@ -7739,11 +7422,7 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmissionResource - description: 'Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the ''working'' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 + summary: Get resources from education operationId: education.me.assignment.submission_GetResource parameters: - name: educationAssignment-id @@ -7850,11 +7529,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationSubmissionResource - description: 'Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to ''reset'' the resource to its original state. If the resource wasn''t copied from the assignment but was added from the student, the resource is deleted.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.me.assignment.submission_DeleteResource parameters: - name: educationAssignment-id @@ -7927,11 +7602,7 @@ paths: get: tags: - education.educationUser - summary: List submittedResources - description: 'List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can''t change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 + summary: Get submittedResources from education operationId: education.me.assignment.submission_ListSubmittedResource parameters: - name: educationAssignment-id @@ -8037,11 +7708,7 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmittedSubmissionResource - description: 'Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0 + summary: Get submittedResources from education operationId: education.me.assignment.submission_GetSubmittedResource parameters: - name: educationAssignment-id @@ -8258,6 +7925,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly-created or updated assignments without reading the whole collection. 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/educationassignment-delta?view=graph-rest-1.0 operationId: education.me.assignment_delta parameters: - $ref: '#/components/parameters/top' @@ -8326,11 +7997,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get classes from education + description: Classes to which the user belongs. Nullable. operationId: education.me_ListClass parameters: - $ref: '#/components/parameters/top' @@ -8441,11 +8109,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.me_ListRubric parameters: - $ref: '#/components/parameters/top' @@ -8495,11 +8160,7 @@ paths: post: tags: - education.educationUser - 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 + summary: Create new navigation property to rubrics for education operationId: education.me_CreateRubric requestBody: description: New navigation property @@ -8522,11 +8183,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.me_GetRubric parameters: - name: educationRubric-id @@ -8570,11 +8228,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationRubric - description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0 + summary: Update the navigation property rubrics in education operationId: education.me_UpdateRubric parameters: - name: educationRubric-id @@ -8605,11 +8259,7 @@ paths: delete: tags: - education.educationUser - 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 + summary: Delete navigation property rubrics for education operationId: education.me_DeleteRubric parameters: - name: educationRubric-id @@ -8650,11 +8300,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get schools from education + description: Schools to which the user belongs. Nullable. operationId: education.me_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -8765,11 +8412,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get taughtClasses from education + description: Classes for which the user is a teacher. operationId: education.me_ListTaughtClass parameters: - $ref: '#/components/parameters/top' @@ -8880,11 +8524,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get user from education + description: The directory user that corresponds to this user. operationId: education.me_GetUser parameters: - name: $select @@ -9044,11 +8685,7 @@ paths: get: tags: - education.educationSchool - 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 + summary: Get schools from education operationId: education_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -9098,11 +8735,7 @@ paths: post: tags: - education.educationSchool - 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 + summary: Create new navigation property to schools for education operationId: education_CreateSchool requestBody: description: New navigation property @@ -9125,11 +8758,7 @@ paths: get: tags: - education.educationSchool - 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 + summary: Get schools from education operationId: education_GetSchool parameters: - name: educationSchool-id @@ -9173,11 +8802,7 @@ paths: patch: tags: - education.educationSchool - 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 + summary: Update the navigation property schools in education operationId: education_UpdateSchool parameters: - name: educationSchool-id @@ -9208,11 +8833,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete navigation property schools for education operationId: education_DeleteSchool parameters: - name: educationSchool-id @@ -9239,11 +8860,8 @@ paths: get: tags: - education.educationSchool - summary: List administrativeUnit an educationSchool - description: Get a list of administrativeUnits associated with an educationSchool object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationschool-list-administrativeunit?view=graph-rest-1.0 + summary: Get administrativeUnit from education + description: The underlying administrativeUnit for this school. operationId: education.school_GetAdministrativeUnit parameters: - name: educationSchool-id @@ -9319,11 +8937,8 @@ paths: get: tags: - education.educationSchool - 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 + summary: Get classes from education + description: Classes taught at the school. Nullable. operationId: education.school_ListClass parameters: - name: educationSchool-id @@ -9382,11 +8997,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property classes for education operationId: education.school.class_DeleteEducationClassGraphBPreRef parameters: - name: educationSchool-id @@ -9443,11 +9054,8 @@ paths: get: tags: - education.educationSchool - 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 + summary: Get ref of classes from education + description: Classes taught at the school. Nullable. operationId: education.school_ListClassGraphBPreRef parameters: - name: educationSchool-id @@ -9485,11 +9093,7 @@ paths: post: tags: - education.educationSchool - 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 + summary: Create new navigation property ref to classes for education operationId: education.school_CreateClassGraphBPreRef parameters: - name: educationSchool-id @@ -9511,11 +9115,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property classes for education operationId: education.school_DeleteClassGraphBPreRef parameters: - name: educationSchool-id @@ -9550,11 +9150,8 @@ paths: get: tags: - education.educationSchool - 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 + summary: Get users from education + description: Users in the school. Nullable. operationId: education.school_ListUser parameters: - name: educationSchool-id @@ -9613,11 +9210,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property users for education operationId: education.school.user_DeleteEducationUserGraphBPreRef parameters: - name: educationSchool-id @@ -9674,11 +9267,8 @@ paths: get: tags: - education.educationSchool - 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 + summary: Get ref of users from education + description: Users in the school. Nullable. operationId: education.school_ListUserGraphBPreRef parameters: - name: educationSchool-id @@ -9716,11 +9306,7 @@ paths: post: tags: - education.educationSchool - 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 + summary: Create new navigation property ref to users for education operationId: education.school_CreateUserGraphBPreRef parameters: - name: educationSchool-id @@ -9742,11 +9328,7 @@ paths: delete: tags: - education.educationSchool - 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 + summary: Delete ref of navigation property users for education operationId: education.school_DeleteUserGraphBPreRef parameters: - name: educationSchool-id @@ -9796,6 +9378,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get newly created or updated schools without having to perform a full read of the entire school collection. See Use delta query for details. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0 operationId: education.school_delta parameters: - $ref: '#/components/parameters/top' @@ -9864,11 +9450,7 @@ paths: get: tags: - education.educationUser - 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 + summary: Get users from education operationId: education_ListUser parameters: - $ref: '#/components/parameters/top' @@ -9918,11 +9500,7 @@ paths: post: tags: - education.educationUser - 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 + summary: Create new navigation property to users for education operationId: education_CreateUser requestBody: description: New navigation property @@ -9945,11 +9523,7 @@ paths: get: tags: - education.educationUser - 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 + summary: Get users from education operationId: education_GetUser parameters: - name: educationUser-id @@ -9993,11 +9567,7 @@ paths: patch: tags: - education.educationUser - 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 + summary: Update the navigation property users in education operationId: education_UpdateUser parameters: - name: educationUser-id @@ -10028,11 +9598,7 @@ paths: delete: tags: - education.educationUser - 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 + summary: Delete navigation property users for education operationId: education_DeleteUser parameters: - name: educationUser-id @@ -10059,11 +9625,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get assignments from education + description: Assignments belonging to the user. operationId: education.user_ListAssignment parameters: - name: educationUser-id @@ -10280,11 +9843,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all the categories associated with an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.user.assignment_ListCategory parameters: - name: educationUser-id @@ -10350,11 +9910,7 @@ paths: post: tags: - education.educationUser - summary: Create educationCategories - description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 + summary: Create new navigation property to categories for education operationId: education.user.assignment_CreateCategory parameters: - name: educationUser-id @@ -10394,11 +9950,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationCategory - description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 + summary: Delete ref of navigation property categories for education operationId: education.user.assignment.category_DeleteEducationCategoryGraphBPreRef parameters: - name: educationUser-id @@ -10471,11 +10023,8 @@ paths: get: tags: - education.educationUser - summary: List categories - description: 'List all the categories associated with an assignment. 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/educationassignment-list-categories?view=graph-rest-1.0 + summary: Get ref of categories from education + description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.user.assignment_ListCategoryGraphBPreRef parameters: - name: educationUser-id @@ -10521,11 +10070,7 @@ paths: post: tags: - education.educationUser - summary: Create educationCategories - description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 + summary: Create new navigation property ref to categories for education operationId: education.user.assignment_CreateCategoryGraphBPreRef parameters: - name: educationUser-id @@ -10555,11 +10100,7 @@ paths: delete: tags: - education.educationUser - summary: Remove educationCategory - description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 + summary: Delete ref of navigation property categories for education operationId: education.user.assignment_DeleteCategoryGraphBPreRef parameters: - name: educationUser-id @@ -10603,6 +10144,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.user.assignment.category_delta parameters: - name: educationUser-id @@ -10926,11 +10471,8 @@ paths: get: tags: - education.educationUser - summary: List assignment resources - description: 'Get all the educationAssignmentResource objects associated with an assignment. 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/educationassignment-list-resources?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.user.assignment_ListResource parameters: - name: educationUser-id @@ -10996,11 +10538,7 @@ paths: post: tags: - education.educationUser - summary: Create educationAssignmentResource - description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.user.assignment_CreateResource parameters: - name: educationUser-id @@ -11040,11 +10578,8 @@ paths: get: tags: - education.educationUser - summary: Get educationAssignmentResource - description: 'Get the properties of an education assignment resource associated with an assignment. 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/educationassignmentresource-get?view=graph-rest-1.0 + summary: Get resources from education + description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.user.assignment_GetResource parameters: - name: educationUser-id @@ -11151,11 +10686,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationAssignmentResource - description: 'Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can''t remove resources marked as ''distributeToStudents'', after the assignment has been published to students.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.user.assignment_DeleteResource parameters: - name: educationUser-id @@ -11228,11 +10759,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.user.assignment_GetRubric parameters: - name: educationUser-id @@ -11284,11 +10812,7 @@ paths: patch: tags: - education.educationUser - summary: Attach educationRubric to an assignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the navigation property rubric in education operationId: education.user.assignment_UpdateRubric parameters: - name: educationUser-id @@ -11327,11 +10851,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationRubric from educationAssignment - description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete navigation property rubric for education operationId: education.user.assignment_DeleteRubric parameters: - name: educationUser-id @@ -11366,11 +10886,8 @@ paths: get: tags: - education.educationUser - summary: Get educationRubric attached to educationAssignment - description: 'Get the educationRubric object attached to an educationAssignment, if one exists. 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/educationassignment-get-rubric?view=graph-rest-1.0 + summary: Get ref of rubric from education + description: 'When set, the grading rubric attached to this assignment.' operationId: education.user.assignment_GetRubricGraphBPreRef parameters: - name: educationUser-id @@ -11402,11 +10919,7 @@ paths: put: tags: - education.educationUser - summary: Attach educationRubric to an assignment - description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 + summary: Update the ref of navigation property rubric in education operationId: education.user.assignment_SetRubricGraphBPreRef parameters: - name: educationUser-id @@ -11436,11 +10949,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationRubric from educationAssignment - description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 + summary: Delete ref of navigation property rubric for education operationId: education.user.assignment_DeleteRubricGraphBPreRef parameters: - name: educationUser-id @@ -11475,11 +10984,8 @@ paths: get: tags: - education.educationUser - summary: List submissions - description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they''re associated with.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.user.assignment_ListSubmission parameters: - name: educationUser-id @@ -11585,11 +11091,8 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmission - description: 'Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student''s work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 + summary: Get submissions from education + description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.user.assignment_GetSubmission parameters: - name: educationUser-id @@ -11964,11 +11467,7 @@ paths: get: tags: - education.educationUser - summary: List outcomes - description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 + summary: Get outcomes from education operationId: education.user.assignment.submission_ListOutcome parameters: - name: educationUser-id @@ -12042,11 +11541,7 @@ paths: post: tags: - education.educationUser - summary: Create educationFeedbackResourceOutcome - description: 'Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn''t exist or isn''t in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0 + summary: Create new navigation property to outcomes for education operationId: education.user.assignment.submission_CreateOutcome parameters: - name: educationUser-id @@ -12162,11 +11657,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationOutcome - description: Update the properties of an educationOutcome object. Only teachers can perform this operation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0 + summary: Update the navigation property outcomes in education operationId: education.user.assignment.submission_UpdateOutcome parameters: - name: educationUser-id @@ -12221,11 +11712,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationFeedbackResourceOutcome - description: Delete a feedback resource from a submission. This can only be done by a teacher. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 + summary: Delete navigation property outcomes for education operationId: education.user.assignment.submission_DeleteOutcome parameters: - name: educationUser-id @@ -12314,11 +11801,7 @@ paths: get: tags: - education.educationUser - summary: List submission resources - description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 + summary: Get resources from education operationId: education.user.assignment.submission_ListResource parameters: - name: educationUser-id @@ -12392,11 +11875,7 @@ paths: post: tags: - education.educationUser - summary: Create educationSubmissionResource - description: 'Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 + summary: Create new navigation property to resources for education operationId: education.user.assignment.submission_CreateResource parameters: - name: educationUser-id @@ -12444,11 +11923,7 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmissionResource - description: 'Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the ''working'' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 + summary: Get resources from education operationId: education.user.assignment.submission_GetResource parameters: - name: educationUser-id @@ -12571,11 +12046,7 @@ paths: delete: tags: - education.educationUser - summary: Delete educationSubmissionResource - description: 'Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to ''reset'' the resource to its original state. If the resource wasn''t copied from the assignment but was added from the student, the resource is deleted.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 + summary: Delete navigation property resources for education operationId: education.user.assignment.submission_DeleteResource parameters: - name: educationUser-id @@ -12664,11 +12135,7 @@ paths: get: tags: - education.educationUser - summary: List submittedResources - description: 'List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can''t change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 + summary: Get submittedResources from education operationId: education.user.assignment.submission_ListSubmittedResource parameters: - name: educationUser-id @@ -12790,11 +12257,7 @@ paths: get: tags: - education.educationUser - summary: Get educationSubmittedSubmissionResource - description: 'Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0 + summary: Get submittedResources from education operationId: education.user.assignment.submission_GetSubmittedResource parameters: - name: educationUser-id @@ -13059,6 +12522,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get a list of newly-created or updated assignments without reading the whole collection. 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/educationassignment-delta?view=graph-rest-1.0 operationId: education.user.assignment_delta parameters: - name: educationUser-id @@ -13135,11 +12602,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get classes from education + description: Classes to which the user belongs. Nullable. operationId: education.user_ListClass parameters: - name: educationUser-id @@ -13274,11 +12738,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.user_ListRubric parameters: - name: educationUser-id @@ -13336,11 +12797,7 @@ paths: post: tags: - education.educationUser - 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 + summary: Create new navigation property to rubrics for education operationId: education.user_CreateRubric parameters: - name: educationUser-id @@ -13372,11 +12829,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get rubrics from education + description: 'When set, the grading rubric attached to the assignment.' operationId: education.user_GetRubric parameters: - name: educationUser-id @@ -13428,11 +12882,7 @@ paths: patch: tags: - education.educationUser - summary: Update educationRubric - description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0 + summary: Update the navigation property rubrics in education operationId: education.user_UpdateRubric parameters: - name: educationUser-id @@ -13471,11 +12921,7 @@ paths: delete: tags: - education.educationUser - 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 + summary: Delete navigation property rubrics for education operationId: education.user_DeleteRubric parameters: - name: educationUser-id @@ -13532,11 +12978,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get schools from education + description: Schools to which the user belongs. Nullable. operationId: education.user_ListSchool parameters: - name: educationUser-id @@ -13671,11 +13114,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get taughtClasses from education + description: Classes for which the user is a teacher. operationId: education.user_ListTaughtClass parameters: - name: educationUser-id @@ -13810,11 +13250,8 @@ paths: get: tags: - education.educationUser - 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 + summary: Get user from education + description: The directory user that corresponds to this user. operationId: education.user_GetUser parameters: - name: educationUser-id @@ -14030,6 +13467,10 @@ paths: tags: - education.Functions summary: Invoke function delta + description: Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0 operationId: education.user_delta parameters: - $ref: '#/components/parameters/top' @@ -14728,6 +14169,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -16454,7 +15896,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -16712,6 +16154,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -18118,6 +17561,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -18699,6 +18147,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -19584,13 +19040,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -20020,7 +19476,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -20175,6 +19631,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -23086,11 +22543,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -23106,13 +22563,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -25142,6 +24599,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -25153,9 +24611,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -26769,7 +26229,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 4175800c61..0a8a98a903 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -184,11 +184,8 @@ paths: get: tags: - drives.driveItem - summary: List bundles - description: 'Get a list of all the [bundles][bundle] in a user''s drive.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 + summary: Get bundles from drives + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: drive_ListBundle parameters: - name: drive-id @@ -247,9 +244,6 @@ paths: tags: - drives.driveItem summary: Create new navigation property to bundles for drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0 operationId: drive_CreateBundle parameters: - name: drive-id @@ -281,11 +275,8 @@ paths: get: tags: - drives.driveItem - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get bundles from drives + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: drive_GetBundle parameters: - name: drive-id @@ -340,9 +331,6 @@ paths: - drives.driveItem summary: Get content for the navigation property bundles from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: drive_GetBundlesContent parameters: - name: drive-id @@ -648,11 +636,8 @@ paths: get: tags: - drives.driveItem - summary: List followed items - description: "List the items that have been followed by the signed in user.\nThis collection includes items that are in the user's drive as well as items they have access to from other drives." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 + summary: Get following from drives + description: The list of items the user is following. Only in OneDrive for Business. operationId: drive_ListFollowing parameters: - name: drive-id @@ -767,9 +752,6 @@ paths: - drives.driveItem summary: Get content for the navigation property following from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: drive_GetFollowingContent parameters: - name: drive-id @@ -873,8 +855,8 @@ paths: get: tags: - drives.driveItem - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' + summary: Get items from drives + description: All items contained in the drive. Read-only. Nullable. operationId: drive_ListItem parameters: - name: drive-id @@ -964,11 +946,8 @@ paths: get: tags: - drives.driveItem - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get items from drives + description: All items contained in the drive. Read-only. Nullable. operationId: drive_GetItem parameters: - name: drive-id @@ -1020,11 +999,7 @@ paths: patch: tags: - drives.driveItem - summary: Update bundle - description: "Update the metadata for a [bundle][] of [driveItems][driveItem] by ID.\nYou can only update the following metadata: Any other change requests will be ignored." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0 + summary: Update the navigation property items in drives operationId: drive_UpdateItem parameters: - name: drive-id @@ -1063,11 +1038,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete bundle - description: "Delete a [bundle][] of driveItems by using its id.\nDeleting a bundle using this method permanently deletes the bundle and doesn't move it to the Recycle Bin.\nIt doesn't, however, remove the items that were referenced by the bundle.\nThey remain in their parent folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0 + summary: Delete navigation property items for drives operationId: drive_DeleteItem parameters: - name: drive-id @@ -1229,11 +1200,7 @@ paths: get: tags: - drives.driveItem - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from drives operationId: drive.item.analytic_GetAllTime parameters: - name: drive-id @@ -2146,11 +2113,8 @@ paths: get: tags: - drives.driveItem - 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 + 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. operationId: drive.item_ListChild parameters: - name: drive-id @@ -2217,9 +2181,6 @@ paths: tags: - drives.driveItem summary: Create new navigation property to children for drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: drive.item_CreateChild parameters: - name: drive-id @@ -2323,9 +2284,6 @@ paths: - drives.driveItem summary: Get content for the navigation property children from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drive.item_GetChildrenContent parameters: - name: drive-id @@ -3443,11 +3401,8 @@ paths: get: tags: - drives.driveItem - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.item.listItem_ListDocumentSetVersion parameters: - name: drive-id @@ -3513,11 +3468,7 @@ paths: post: tags: - drives.driveItem - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for drives operationId: drive.item.listItem_CreateDocumentSetVersion parameters: - name: drive-id @@ -3557,11 +3508,8 @@ paths: get: tags: - drives.driveItem - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.item.listItem_GetDocumentSetVersion parameters: - name: drive-id @@ -3668,11 +3616,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for drives operationId: drive.item.listItem_DeleteDocumentSetVersion parameters: - name: drive-id @@ -3938,7 +3882,7 @@ paths: tags: - drives.driveItem summary: Get driveItem from drives - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: drive.item.listItem_GetDriveItem parameters: - name: drive-id @@ -4127,11 +4071,7 @@ paths: patch: tags: - drives.driveItem - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in drives operationId: drive.item.listItem_UpdateField parameters: - name: drive-id @@ -4707,11 +4647,8 @@ paths: get: tags: - drives.driveItem - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from drives + description: The list of previous versions of the list item. operationId: drive.item.listItem_ListVersion parameters: - name: drive-id @@ -4817,11 +4754,8 @@ paths: get: tags: - drives.driveItem - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from drives + description: The list of previous versions of the list item. operationId: drive.item.listItem_GetVersion parameters: - name: drive-id @@ -5323,7 +5257,7 @@ paths: tags: - drives.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 @@ -5496,6 +5430,10 @@ paths: tags: - drives.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: drive.item_delta parameters: - name: drive-id @@ -5744,6 +5682,10 @@ paths: tags: - drives.Functions summary: Invoke function getActivitiesByInterval + description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: drive.item_getActivitiesGraphBPreInterval parameters: - name: drive-id @@ -5932,7 +5874,7 @@ paths: tags: - drives.Actions summary: Invoke action invite - description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]." + description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 @@ -6154,6 +6096,10 @@ paths: tags: - drives.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: drive.item_search parameters: - name: drive-id @@ -6320,11 +6266,8 @@ paths: get: tags: - drives.driveItem - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.item_ListPermission parameters: - name: drive-id @@ -6430,11 +6373,8 @@ paths: get: tags: - drives.driveItem - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.item_GetPermission parameters: - name: drive-id @@ -6494,11 +6434,7 @@ paths: patch: tags: - drives.driveItem - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in drives operationId: drive.item_UpdatePermission parameters: - name: drive-id @@ -6545,11 +6481,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for drives operationId: drive.item_DeletePermission parameters: - name: drive-id @@ -6593,7 +6525,7 @@ paths: tags: - drives.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -6753,11 +6685,7 @@ paths: patch: tags: - drives.driveItem - 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 + summary: Update the navigation property retentionLabel in drives operationId: drive.item_UpdateRetentionLabel parameters: - name: drive-id @@ -6796,11 +6724,7 @@ paths: delete: tags: - drives.driveItem - 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 + summary: Delete navigation property retentionLabel for drives operationId: drive.item_DeleteRetentionLabel parameters: - name: drive-id @@ -7164,11 +7088,8 @@ paths: get: tags: - drives.driveItem - summary: List thumbnails for a DriveItem - description: "Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from drives + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.item_ListThumbnail parameters: - name: drive-id @@ -7275,7 +7196,7 @@ paths: tags: - drives.driveItem summary: Get thumbnails from drives - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.item_GetThumbnail parameters: - name: drive-id @@ -7455,11 +7376,8 @@ paths: get: tags: - drives.driveItem - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.item_ListVersion parameters: - name: drive-id @@ -7565,11 +7483,8 @@ paths: get: tags: - drives.driveItem - summary: Get a DriveItemVersion resource - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.item_GetVersion parameters: - name: drive-id @@ -7721,9 +7636,6 @@ paths: - drives.driveItem summary: Get content for the navigation property versions from drives description: The content stream for this version of the item. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: drive.item_GetVersionsContent parameters: - name: drive-id @@ -8212,11 +8124,8 @@ paths: get: tags: - drives.list - summary: List columnDefinitions in a list - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 + summary: Get columns from drives + description: The collection of field definitions for this list. operationId: drive.list_ListColumn parameters: - name: drive-id @@ -8274,11 +8183,7 @@ paths: post: tags: - drives.list - summary: Create a columnDefinition in a list - description: 'Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for drives operationId: drive.list_CreateColumn parameters: - name: drive-id @@ -8513,11 +8418,8 @@ paths: get: tags: - drives.list - summary: List contentTypes in a list - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from drives + description: The collection of content types present in this list. operationId: drive.list_ListContentType parameters: - name: drive-id @@ -9396,11 +9298,8 @@ paths: get: tags: - drives.list - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from drives + description: The collection of column definitions for this content type. operationId: drive.list.contentType_ListColumn parameters: - name: drive-id @@ -9466,11 +9365,7 @@ paths: post: tags: - drives.list - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for drives operationId: drive.list.contentType_CreateColumn parameters: - name: drive-id @@ -9510,11 +9405,8 @@ paths: get: tags: - drives.list - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from drives + description: The collection of column definitions for this content type. operationId: drive.list.contentType_GetColumn parameters: - name: drive-id @@ -9574,11 +9466,7 @@ paths: patch: tags: - drives.list - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in drives operationId: drive.list.contentType_UpdateColumn parameters: - name: drive-id @@ -9625,11 +9513,7 @@ paths: delete: tags: - drives.list - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for drives operationId: drive.list.contentType_DeleteColumn parameters: - name: drive-id @@ -9765,7 +9649,7 @@ paths: tags: - drives.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -9816,7 +9700,7 @@ paths: tags: - drives.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -9864,6 +9748,10 @@ paths: tags: - drives.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: drive.list.contentType_isPublished parameters: - name: drive-id @@ -9903,7 +9791,7 @@ paths: tags: - drives.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -9936,7 +9824,7 @@ paths: tags: - drives.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -9991,7 +9879,7 @@ paths: tags: - drives.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -10073,6 +9961,10 @@ paths: tags: - drives.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: drive.list.contentType_getCompatibleHubContentType parameters: - name: drive-id @@ -10394,11 +10286,8 @@ paths: get: tags: - drives.list - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from drives + description: All items contained in the list. operationId: drive.list_ListItem parameters: - name: drive-id @@ -10455,11 +10344,7 @@ paths: post: tags: - drives.list - summary: Create a new item in a list - description: 'Create a new [listItem][] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 + summary: Create new navigation property to items for drives operationId: drive.list_CreateItem parameters: - name: drive-id @@ -10491,11 +10376,8 @@ paths: get: tags: - drives.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 + summary: Get items from drives + description: All items contained in the list. operationId: drive.list_GetItem parameters: - name: drive-id @@ -10586,11 +10468,7 @@ paths: delete: tags: - drives.list - summary: Delete an item from a list - description: 'Removes an item from a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 + summary: Delete navigation property items for drives operationId: drive.list_DeleteItem parameters: - name: drive-id @@ -10921,11 +10799,8 @@ paths: get: tags: - drives.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.list.item_ListDocumentSetVersion parameters: - name: drive-id @@ -10991,11 +10866,7 @@ paths: post: tags: - drives.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for drives operationId: drive.list.item_CreateDocumentSetVersion parameters: - name: drive-id @@ -11035,11 +10906,8 @@ paths: get: tags: - drives.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.list.item_GetDocumentSetVersion parameters: - name: drive-id @@ -11146,11 +11014,7 @@ paths: delete: tags: - drives.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for drives operationId: drive.list.item_DeleteDocumentSetVersion parameters: - name: drive-id @@ -11416,7 +11280,7 @@ paths: tags: - drives.list summary: Get driveItem from drives - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: drive.list.item_GetDriveItem parameters: - name: drive-id @@ -11605,11 +11469,7 @@ paths: patch: tags: - drives.list - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in drives operationId: drive.list.item_UpdateField parameters: - name: drive-id @@ -12185,11 +12045,8 @@ paths: get: tags: - drives.list - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from drives + description: The list of previous versions of the list item. operationId: drive.list.item_ListVersion parameters: - name: drive-id @@ -12295,11 +12152,8 @@ paths: get: tags: - drives.list - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from drives + description: The list of previous versions of the list item. operationId: drive.list.item_GetVersion parameters: - name: drive-id @@ -12689,13 +12543,16 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/drives/{drive-id}/list/lastModifiedByUser': + '/drives/{drive-id}/list/items/microsoft.graph.delta()': get: tags: - - drives.list - summary: Get lastModifiedByUser from drives - description: Identity of the user who last modified the item. Read-only. - operationId: drive.list_GetLastModifiedGraphBPreUser + - drives.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 + operationId: drive.list.item_delta parameters: - name: drive-id in: path @@ -12705,6 +12562,11 @@ 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: $select in: query description: Select properties to be returned @@ -12715,6 +12577,16 @@ paths: type: array items: type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $expand in: query description: Expand related entities @@ -12727,21 +12599,169 @@ paths: type: string responses: 2XX: - description: Retrieved navigation property + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.user' + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings': + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')': + get: + tags: + - drives.Functions + summary: Invoke function delta + operationId: drive.list.item_delta + 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: token + in: path + description: 'Usage: token=''{token}''' + required: true + style: simple + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/drives/{drive-id}/list/lastModifiedByUser': get: tags: - drives.list - summary: Get mailboxSettings property value - description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' - operationId: drive.list.lastModifiedGraphBPreUser_GetMailboxSetting + summary: Get lastModifiedByUser from drives + description: Identity of the user who last modified the item. Read-only. + operationId: drive.list_GetLastModifiedGraphBPreUser + 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.user' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings': + get: + tags: + - drives.list + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' + operationId: drive.list.lastModifiedGraphBPreUser_GetMailboxSetting parameters: - name: drive-id in: path @@ -13409,6 +13429,10 @@ paths: tags: - drives.Functions summary: Invoke function recent + description: "List a set of items that have been recently used by the signed in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0 operationId: drive_recent parameters: - name: drive-id @@ -13468,6 +13492,10 @@ paths: tags: - drives.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: drive_search parameters: - name: drive-id @@ -13535,6 +13563,10 @@ paths: tags: - drives.Functions summary: Invoke function 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_sharedGraphWPreMe parameters: - name: drive-id @@ -13593,11 +13625,8 @@ paths: get: tags: - drives.driveItem - summary: Get a driveItem resource - description: "Retrieve the metadata for a driveItem in a drive by file system path or ID.\nitem-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 + summary: Get root from drives + description: The root folder of the drive. Read-only. operationId: drive_GetRoot parameters: - name: drive-id @@ -13802,11 +13831,7 @@ paths: get: tags: - drives.driveItem - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from drives operationId: drive.root.analytic_GetAllTime parameters: - name: drive-id @@ -14583,11 +14608,8 @@ paths: get: tags: - drives.driveItem - 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 + 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. operationId: drive.root_ListChild parameters: - name: drive-id @@ -14646,9 +14668,6 @@ paths: tags: - drives.driveItem summary: Create new navigation property to children for drives - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: drive.root_CreateChild parameters: - name: drive-id @@ -14736,9 +14755,6 @@ paths: - drives.driveItem summary: Get content for the navigation property children from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drive.root_GetChildrenContent parameters: - name: drive-id @@ -14844,9 +14860,6 @@ paths: - drives.driveItem summary: Get content for the navigation property root from drives description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: drive_GetRootContent parameters: - name: drive-id @@ -15667,11 +15680,8 @@ paths: get: tags: - drives.driveItem - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.root.listItem_ListDocumentSetVersion parameters: - name: drive-id @@ -15729,11 +15739,7 @@ paths: post: tags: - drives.driveItem - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for drives operationId: drive.root.listItem_CreateDocumentSetVersion parameters: - name: drive-id @@ -15765,11 +15771,8 @@ paths: get: tags: - drives.driveItem - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from drives + description: Version information for a document set version created by a user. operationId: drive.root.listItem_GetDocumentSetVersion parameters: - name: drive-id @@ -15860,11 +15863,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for drives operationId: drive.root.listItem_DeleteDocumentSetVersion parameters: - name: drive-id @@ -16082,7 +16081,7 @@ paths: tags: - drives.driveItem summary: Get driveItem from drives - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: drive.root.listItem_GetDriveItem parameters: - name: drive-id @@ -16239,11 +16238,7 @@ paths: patch: tags: - drives.driveItem - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in drives operationId: drive.root.listItem_UpdateField parameters: - name: drive-id @@ -16739,11 +16734,8 @@ paths: get: tags: - drives.driveItem - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from drives + description: The list of previous versions of the list item. operationId: drive.root.listItem_ListVersion parameters: - name: drive-id @@ -16833,11 +16825,8 @@ paths: get: tags: - drives.driveItem - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from drives + description: The list of previous versions of the list item. operationId: drive.root.listItem_GetVersion parameters: - name: drive-id @@ -17251,7 +17240,7 @@ paths: tags: - drives.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 @@ -17400,6 +17389,10 @@ paths: tags: - drives.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: drive.root_delta parameters: - name: drive-id @@ -17616,6 +17609,10 @@ paths: tags: - drives.Functions summary: Invoke function getActivitiesByInterval + description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: drive.root_getActivitiesGraphBPreInterval parameters: - name: drive-id @@ -17788,7 +17785,7 @@ paths: tags: - drives.Actions summary: Invoke action invite - description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]." + description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 @@ -17978,6 +17975,10 @@ paths: tags: - drives.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: drive.root_search parameters: - name: drive-id @@ -18120,11 +18121,8 @@ paths: get: tags: - drives.driveItem - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.root_ListPermission parameters: - name: drive-id @@ -18214,11 +18212,8 @@ paths: get: tags: - drives.driveItem - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from drives + description: The set of permissions for the item. Read-only. Nullable. operationId: drive.root_GetPermission parameters: - name: drive-id @@ -18270,11 +18265,7 @@ paths: patch: tags: - drives.driveItem - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in drives operationId: drive.root_UpdatePermission parameters: - name: drive-id @@ -18313,11 +18304,7 @@ paths: delete: tags: - drives.driveItem - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for drives operationId: drive.root_DeletePermission parameters: - name: drive-id @@ -18353,7 +18340,7 @@ paths: tags: - drives.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -18489,11 +18476,7 @@ paths: patch: tags: - drives.driveItem - 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 + summary: Update the navigation property retentionLabel in drives operationId: drive.root_UpdateRetentionLabel parameters: - name: drive-id @@ -18524,11 +18507,7 @@ paths: delete: tags: - drives.driveItem - 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 + summary: Delete navigation property retentionLabel for drives operationId: drive.root_DeleteRetentionLabel parameters: - name: drive-id @@ -18828,11 +18807,8 @@ paths: get: tags: - drives.driveItem - summary: List thumbnails for a DriveItem - description: "Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from drives + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.root_ListThumbnail parameters: - name: drive-id @@ -18923,7 +18899,7 @@ paths: tags: - drives.driveItem summary: Get thumbnails from drives - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drive.root_GetThumbnail parameters: - name: drive-id @@ -19071,11 +19047,8 @@ paths: get: tags: - drives.driveItem - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.root_ListVersion parameters: - name: drive-id @@ -19165,11 +19138,8 @@ paths: get: tags: - drives.driveItem - summary: Get a DriveItemVersion resource - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from drives + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drive.root_GetVersion parameters: - name: drive-id @@ -19297,9 +19267,6 @@ paths: - drives.driveItem summary: Get content for the navigation property versions from drives description: The content stream for this version of the item. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: drive.root_GetVersionsContent parameters: - name: drive-id @@ -19429,8 +19396,8 @@ paths: get: tags: - drives.driveItem - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' + summary: Get special from drives + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: drive_ListSpecial parameters: - name: drive-id @@ -19489,11 +19456,8 @@ paths: get: tags: - drives.driveItem - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0 + summary: Get special from drives + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: drive_GetSpecial parameters: - name: drive-id @@ -19915,11 +19879,8 @@ paths: get: tags: - groups.drive - summary: List bundles - description: 'Get a list of all the [bundles][bundle] in a user''s drive.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 + summary: Get bundles from groups + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: group.drive_ListBundle parameters: - name: group-id @@ -19986,9 +19947,6 @@ paths: tags: - groups.drive summary: Create new navigation property to bundles for groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0 operationId: group.drive_CreateBundle parameters: - name: group-id @@ -20028,11 +19986,8 @@ paths: get: tags: - groups.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get bundles from groups + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: group.drive_GetBundle parameters: - name: group-id @@ -20095,9 +20050,6 @@ paths: - groups.drive summary: Get content for the navigation property bundles from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: group.drive_GetBundlesContent parameters: - name: group-id @@ -20467,11 +20419,8 @@ paths: get: tags: - groups.drive - summary: List followed items - description: "List the items that have been followed by the signed in user.\nThis collection includes items that are in the user's drive as well as items they have access to from other drives." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 + summary: Get following from groups + description: The list of items the user is following. Only in OneDrive for Business. operationId: group.drive_ListFollowing parameters: - name: group-id @@ -20602,9 +20551,6 @@ paths: - groups.drive summary: Get content for the navigation property following from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: group.drive_GetFollowingContent parameters: - name: group-id @@ -20732,8 +20678,8 @@ paths: get: tags: - groups.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' + summary: Get items from groups + description: All items contained in the drive. Read-only. Nullable. operationId: group.drive_ListItem parameters: - name: group-id @@ -20839,11 +20785,8 @@ paths: get: tags: - groups.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get items from groups + description: All items contained in the drive. Read-only. Nullable. operationId: group.drive_GetItem parameters: - name: group-id @@ -20903,11 +20846,7 @@ paths: patch: tags: - groups.drive - summary: Update bundle - description: "Update the metadata for a [bundle][] of [driveItems][driveItem] by ID.\nYou can only update the following metadata: Any other change requests will be ignored." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0 + summary: Update the navigation property items in groups operationId: group.drive_UpdateItem parameters: - name: group-id @@ -20954,11 +20893,7 @@ paths: delete: tags: - groups.drive - summary: Delete bundle - description: "Delete a [bundle][] of driveItems by using its id.\nDeleting a bundle using this method permanently deletes the bundle and doesn't move it to the Recycle Bin.\nIt doesn't, however, remove the items that were referenced by the bundle.\nThey remain in their parent folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0 + summary: Delete navigation property items for groups operationId: group.drive_DeleteItem parameters: - name: group-id @@ -21152,11 +21087,7 @@ paths: get: tags: - groups.drive - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from groups operationId: group.drive.item.analytic_GetAllTime parameters: - name: group-id @@ -22205,11 +22136,8 @@ paths: get: tags: - groups.drive - 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 + summary: Get children from groups + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: group.drive.item_ListChild parameters: - name: group-id @@ -22284,9 +22212,6 @@ paths: tags: - groups.drive summary: Create new navigation property to children for groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: group.drive.item_CreateChild parameters: - name: group-id @@ -22406,9 +22331,6 @@ paths: - groups.drive summary: Get content for the navigation property children from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: group.drive.item_GetChildrenContent parameters: - name: group-id @@ -23718,11 +23640,8 @@ paths: get: tags: - groups.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.item.listItem_ListDocumentSetVersion parameters: - name: group-id @@ -23796,11 +23715,7 @@ paths: post: tags: - groups.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.drive.item.listItem_CreateDocumentSetVersion parameters: - name: group-id @@ -23848,11 +23763,8 @@ paths: get: tags: - groups.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.item.listItem_GetDocumentSetVersion parameters: - name: group-id @@ -23975,11 +23887,7 @@ paths: delete: tags: - groups.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.drive.item.listItem_DeleteDocumentSetVersion parameters: - name: group-id @@ -24244,7 +24152,7 @@ paths: tags: - groups.drive summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.drive.item.listItem_GetDriveItem parameters: - name: group-id @@ -24465,11 +24373,7 @@ paths: patch: tags: - groups.drive - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.drive.item.listItem_UpdateField parameters: - name: group-id @@ -24841,11 +24745,8 @@ paths: get: tags: - groups.drive - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.drive.item.listItem_ListVersion parameters: - name: group-id @@ -24967,11 +24868,8 @@ paths: get: tags: - groups.drive - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.drive.item.listItem_GetVersion parameters: - name: group-id @@ -25358,11 +25256,8 @@ paths: get: tags: - groups.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.item_ListPermission parameters: - name: group-id @@ -25484,11 +25379,8 @@ paths: get: tags: - groups.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.item_GetPermission parameters: - name: group-id @@ -25556,11 +25448,7 @@ paths: patch: tags: - groups.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in groups operationId: group.drive.item_UpdatePermission parameters: - name: group-id @@ -25615,11 +25503,7 @@ paths: delete: tags: - groups.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for groups operationId: group.drive.item_DeletePermission parameters: - name: group-id @@ -25769,11 +25653,7 @@ paths: patch: tags: - groups.drive - 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 + summary: Update the navigation property retentionLabel in groups operationId: group.drive.item_UpdateRetentionLabel parameters: - name: group-id @@ -25820,11 +25700,7 @@ paths: delete: tags: - groups.drive - 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 + summary: Delete navigation property retentionLabel for groups operationId: group.drive.item_DeleteRetentionLabel parameters: - name: group-id @@ -26203,11 +26079,8 @@ paths: get: tags: - groups.drive - summary: List thumbnails for a DriveItem - description: "Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from groups + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.item_ListThumbnail parameters: - name: group-id @@ -26330,7 +26203,7 @@ paths: tags: - groups.drive summary: Get thumbnails from groups - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.item_GetThumbnail parameters: - name: group-id @@ -26542,11 +26415,8 @@ paths: get: tags: - groups.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.item_ListVersion parameters: - name: group-id @@ -26668,11 +26538,8 @@ paths: get: tags: - groups.drive - summary: Get a DriveItemVersion resource - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.item_GetVersion parameters: - name: group-id @@ -26848,9 +26715,6 @@ paths: - groups.drive summary: Get content for the navigation property versions from groups description: The content stream for this version of the item. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: group.drive.item_GetVersionsContent parameters: - name: group-id @@ -27394,11 +27258,8 @@ paths: get: tags: - groups.drive - summary: List columnDefinitions in a list - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of field definitions for this list. operationId: group.drive.list_ListColumn parameters: - name: group-id @@ -27464,11 +27325,7 @@ paths: post: tags: - groups.drive - summary: Create a columnDefinition in a list - description: 'Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.drive.list_CreateColumn parameters: - name: group-id @@ -27751,11 +27608,8 @@ paths: get: tags: - groups.drive - summary: List contentTypes in a list - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from groups + description: The collection of content types present in this list. operationId: group.drive.list_ListContentType parameters: - name: group-id @@ -28778,11 +28632,8 @@ paths: get: tags: - groups.drive - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.drive.list.contentType_ListColumn parameters: - name: group-id @@ -28856,11 +28707,7 @@ paths: post: tags: - groups.drive - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.drive.list.contentType_CreateColumn parameters: - name: group-id @@ -28908,11 +28755,8 @@ paths: get: tags: - groups.drive - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.drive.list.contentType_GetColumn parameters: - name: group-id @@ -28980,11 +28824,7 @@ paths: patch: tags: - groups.drive - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in groups operationId: group.drive.list.contentType_UpdateColumn parameters: - name: group-id @@ -29039,11 +28879,7 @@ paths: delete: tags: - groups.drive - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for groups operationId: group.drive.list.contentType_DeleteColumn parameters: - name: group-id @@ -29528,11 +29364,8 @@ paths: get: tags: - groups.drive - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from groups + description: All items contained in the list. operationId: group.drive.list_ListItem parameters: - name: group-id @@ -29597,11 +29430,7 @@ paths: post: tags: - groups.drive - 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 + summary: Create new navigation property to items for groups operationId: group.drive.list_CreateItem parameters: - name: group-id @@ -29641,11 +29470,8 @@ paths: get: tags: - groups.drive - 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 + summary: Get items from groups + description: All items contained in the list. operationId: group.drive.list_GetItem parameters: - name: group-id @@ -29752,11 +29578,7 @@ paths: delete: tags: - groups.drive - 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 + summary: Delete navigation property items for groups operationId: group.drive.list_DeleteItem parameters: - name: group-id @@ -30143,11 +29965,8 @@ paths: get: tags: - groups.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.list.item_ListDocumentSetVersion parameters: - name: group-id @@ -30221,11 +30040,7 @@ paths: post: tags: - groups.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.drive.list.item_CreateDocumentSetVersion parameters: - name: group-id @@ -30273,11 +30088,8 @@ paths: get: tags: - groups.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.list.item_GetDocumentSetVersion parameters: - name: group-id @@ -30400,11 +30212,7 @@ paths: delete: tags: - groups.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.drive.list.item_DeleteDocumentSetVersion parameters: - name: group-id @@ -30669,7 +30477,7 @@ paths: tags: - groups.drive summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.drive.list.item_GetDriveItem parameters: - name: group-id @@ -30890,11 +30698,7 @@ paths: patch: tags: - groups.drive - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.drive.list.item_UpdateField parameters: - name: group-id @@ -31266,11 +31070,8 @@ paths: get: tags: - groups.drive - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.drive.list.item_ListVersion parameters: - name: group-id @@ -31392,11 +31193,8 @@ paths: get: tags: - groups.drive - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.drive.list.item_GetVersion parameters: - name: group-id @@ -32601,11 +32399,8 @@ paths: get: tags: - groups.drive - summary: Get a driveItem resource - description: "Retrieve the metadata for a driveItem in a drive by file system path or ID.\nitem-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 + summary: Get root from groups + description: The root folder of the drive. Read-only. operationId: group.drive_GetRoot parameters: - name: group-id @@ -32858,11 +32653,7 @@ paths: get: tags: - groups.drive - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from groups operationId: group.drive.root.analytic_GetAllTime parameters: - name: group-id @@ -33775,11 +33566,8 @@ paths: get: tags: - groups.drive - 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 + summary: Get children from groups + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: group.drive.root_ListChild parameters: - name: group-id @@ -33846,9 +33634,6 @@ paths: tags: - groups.drive summary: Create new navigation property to children for groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: group.drive.root_CreateChild parameters: - name: group-id @@ -33952,9 +33737,6 @@ paths: - groups.drive summary: Get content for the navigation property children from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: group.drive.root_GetChildrenContent parameters: - name: group-id @@ -34084,9 +33866,6 @@ paths: - groups.drive summary: Get content for the navigation property root from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: group.drive_GetRootContent parameters: - name: group-id @@ -35075,11 +34854,8 @@ paths: get: tags: - groups.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.root.listItem_ListDocumentSetVersion parameters: - name: group-id @@ -35145,11 +34921,7 @@ paths: post: tags: - groups.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.drive.root.listItem_CreateDocumentSetVersion parameters: - name: group-id @@ -35189,11 +34961,8 @@ paths: get: tags: - groups.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.drive.root.listItem_GetDocumentSetVersion parameters: - name: group-id @@ -35300,11 +35069,7 @@ paths: delete: tags: - groups.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.drive.root.listItem_DeleteDocumentSetVersion parameters: - name: group-id @@ -35529,7 +35294,7 @@ paths: tags: - groups.drive summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.drive.root.listItem_GetDriveItem parameters: - name: group-id @@ -35718,11 +35483,7 @@ paths: patch: tags: - groups.drive - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.drive.root.listItem_UpdateField parameters: - name: group-id @@ -36038,11 +35799,8 @@ paths: get: tags: - groups.drive - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.drive.root.listItem_ListVersion parameters: - name: group-id @@ -36148,11 +35906,8 @@ paths: get: tags: - groups.drive - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.drive.root.listItem_GetVersion parameters: - name: group-id @@ -36483,11 +36238,8 @@ paths: get: tags: - groups.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.root_ListPermission parameters: - name: group-id @@ -36593,11 +36345,8 @@ paths: get: tags: - groups.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from groups + description: The set of permissions for the item. Read-only. Nullable. operationId: group.drive.root_GetPermission parameters: - name: group-id @@ -36657,11 +36406,7 @@ paths: patch: tags: - groups.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in groups operationId: group.drive.root_UpdatePermission parameters: - name: group-id @@ -36708,11 +36453,7 @@ paths: delete: tags: - groups.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for groups operationId: group.drive.root_DeletePermission parameters: - name: group-id @@ -36838,11 +36579,7 @@ paths: patch: tags: - groups.drive - 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 + summary: Update the navigation property retentionLabel in groups operationId: group.drive.root_UpdateRetentionLabel parameters: - name: group-id @@ -36881,11 +36618,7 @@ paths: delete: tags: - groups.drive - 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 + summary: Delete navigation property retentionLabel for groups operationId: group.drive.root_DeleteRetentionLabel parameters: - name: group-id @@ -37208,11 +36941,8 @@ paths: get: tags: - groups.drive - summary: List thumbnails for a DriveItem - description: "Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from groups + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.root_ListThumbnail parameters: - name: group-id @@ -37319,7 +37049,7 @@ paths: tags: - groups.drive summary: Get thumbnails from groups - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: group.drive.root_GetThumbnail parameters: - name: group-id @@ -37499,11 +37229,8 @@ paths: get: tags: - groups.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.root_ListVersion parameters: - name: group-id @@ -37609,11 +37336,8 @@ paths: get: tags: - groups.drive - summary: Get a DriveItemVersion resource - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: group.drive.root_GetVersion parameters: - name: group-id @@ -37765,9 +37489,6 @@ paths: - groups.drive summary: Get content for the navigation property versions from groups description: The content stream for this version of the item. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: group.drive.root_GetVersionsContent parameters: - name: group-id @@ -37888,8 +37609,8 @@ paths: get: tags: - groups.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' + summary: Get special from groups + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: group.drive_ListSpecial parameters: - name: group-id @@ -37956,11 +37677,8 @@ paths: get: tags: - groups.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0 + summary: Get special from groups + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: group.drive_GetSpecial parameters: - name: group-id @@ -38564,11 +38282,8 @@ paths: get: tags: - shares.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 + summary: Get driveItem from shares + description: Used to access the underlying driveItem operationId: share_GetDriveItem parameters: - name: sharedDriveItem-id @@ -38615,9 +38330,6 @@ paths: - shares.driveItem summary: Get content for the navigation property driveItem from shares description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 operationId: share_GetDriveItemContent parameters: - name: sharedDriveItem-id @@ -39207,11 +38919,8 @@ paths: get: tags: - shares.list - summary: List columnDefinitions in a list - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 + summary: Get columns from shares + description: The collection of field definitions for this list. operationId: share.list_ListColumn parameters: - name: sharedDriveItem-id @@ -39269,11 +38978,7 @@ paths: post: tags: - shares.list - summary: Create a columnDefinition in a list - description: 'Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for shares operationId: share.list_CreateColumn parameters: - name: sharedDriveItem-id @@ -39508,11 +39213,8 @@ paths: get: tags: - shares.list - summary: List contentTypes in a list - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from shares + description: The collection of content types present in this list. operationId: share.list_ListContentType parameters: - name: sharedDriveItem-id @@ -40391,11 +40093,8 @@ paths: get: tags: - shares.list - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from shares + description: The collection of column definitions for this content type. operationId: share.list.contentType_ListColumn parameters: - name: sharedDriveItem-id @@ -40461,11 +40160,7 @@ paths: post: tags: - shares.list - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for shares operationId: share.list.contentType_CreateColumn parameters: - name: sharedDriveItem-id @@ -40505,11 +40200,8 @@ paths: get: tags: - shares.list - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from shares + description: The collection of column definitions for this content type. operationId: share.list.contentType_GetColumn parameters: - name: sharedDriveItem-id @@ -40569,11 +40261,7 @@ paths: patch: tags: - shares.list - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in shares operationId: share.list.contentType_UpdateColumn parameters: - name: sharedDriveItem-id @@ -40620,11 +40308,7 @@ paths: delete: tags: - shares.list - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for shares operationId: share.list.contentType_DeleteColumn parameters: - name: sharedDriveItem-id @@ -40760,7 +40444,7 @@ paths: tags: - shares.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -40811,7 +40495,7 @@ paths: tags: - shares.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -40859,6 +40543,10 @@ paths: tags: - shares.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: share.list.contentType_isPublished parameters: - name: sharedDriveItem-id @@ -40898,7 +40586,7 @@ paths: tags: - shares.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -40931,7 +40619,7 @@ paths: tags: - shares.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -40986,7 +40674,7 @@ paths: tags: - shares.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -41068,6 +40756,10 @@ paths: tags: - shares.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: share.list.contentType_getCompatibleHubContentType parameters: - name: sharedDriveItem-id @@ -41389,11 +41081,8 @@ paths: get: tags: - shares.list - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from shares + description: All items contained in the list. operationId: share.list_ListItem parameters: - name: sharedDriveItem-id @@ -41450,11 +41139,7 @@ paths: post: tags: - shares.list - summary: Create a new item in a list - description: 'Create a new [listItem][] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 + summary: Create new navigation property to items for shares operationId: share.list_CreateItem parameters: - name: sharedDriveItem-id @@ -41486,11 +41171,8 @@ paths: get: tags: - shares.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 + summary: Get items from shares + description: All items contained in the list. operationId: share.list_GetItem parameters: - name: sharedDriveItem-id @@ -41581,11 +41263,7 @@ paths: delete: tags: - shares.list - summary: Delete an item from a list - description: 'Removes an item from a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 + summary: Delete navigation property items for shares operationId: share.list_DeleteItem parameters: - name: sharedDriveItem-id @@ -41916,11 +41594,8 @@ paths: get: tags: - shares.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.list.item_ListDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -41986,11 +41661,7 @@ paths: post: tags: - shares.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for shares operationId: share.list.item_CreateDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -42030,11 +41701,8 @@ paths: get: tags: - shares.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.list.item_GetDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -42141,11 +41809,7 @@ paths: delete: tags: - shares.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for shares operationId: share.list.item_DeleteDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -42411,7 +42075,7 @@ paths: tags: - shares.list summary: Get driveItem from shares - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: share.list.item_GetDriveItem parameters: - name: sharedDriveItem-id @@ -42600,11 +42264,7 @@ paths: patch: tags: - shares.list - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in shares operationId: share.list.item_UpdateField parameters: - name: sharedDriveItem-id @@ -43180,11 +42840,8 @@ paths: get: tags: - shares.list - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from shares + description: The list of previous versions of the list item. operationId: share.list.item_ListVersion parameters: - name: sharedDriveItem-id @@ -43290,11 +42947,8 @@ paths: get: tags: - shares.list - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from shares + description: The list of previous versions of the list item. operationId: share.list.item_GetVersion parameters: - name: sharedDriveItem-id @@ -43662,6 +43316,172 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/shares/{sharedDriveItem-id}/list/items/microsoft.graph.delta()': + get: + tags: + - shares.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 + operationId: share.list.item_delta + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + 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 + '/shares/{sharedDriveItem-id}/list/items/microsoft.graph.delta(token=''{token}'')': + get: + tags: + - shares.Functions + summary: Invoke function delta + operationId: share.list.item_delta + 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: token + in: path + description: 'Usage: token=''{token}''' + required: true + style: simple + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/shares/{sharedDriveItem-id}/list/lastModifiedByUser': get: tags: @@ -44732,11 +44552,8 @@ paths: get: tags: - shares.listItem - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.listItem_ListDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -44794,11 +44611,7 @@ paths: post: tags: - shares.listItem - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for shares operationId: share.listItem_CreateDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -44830,11 +44643,8 @@ paths: get: tags: - shares.listItem - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from shares + description: Version information for a document set version created by a user. operationId: share.listItem_GetDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -44925,11 +44735,7 @@ paths: delete: tags: - shares.listItem - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for shares operationId: share.listItem_DeleteDocumentSetVersion parameters: - name: sharedDriveItem-id @@ -45147,7 +44953,7 @@ paths: tags: - shares.listItem summary: Get driveItem from shares - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: share.listItem_GetDriveItem parameters: - name: sharedDriveItem-id @@ -45304,11 +45110,7 @@ paths: patch: tags: - shares.listItem - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in shares operationId: share.listItem_UpdateField parameters: - name: sharedDriveItem-id @@ -45804,11 +45606,8 @@ paths: get: tags: - shares.listItem - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from shares + description: The list of previous versions of the list item. operationId: share.listItem_ListVersion parameters: - name: sharedDriveItem-id @@ -45898,11 +45697,8 @@ paths: get: tags: - shares.listItem - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from shares + description: The list of previous versions of the list item. operationId: share.listItem_GetVersion parameters: - name: sharedDriveItem-id @@ -46314,7 +46110,7 @@ paths: tags: - shares.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -46548,11 +46344,8 @@ paths: get: tags: - users.drive - summary: Get Drive - description: 'Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0 + summary: Get drive from users + description: The user's OneDrive. Read-only. operationId: user_GetDrive parameters: - name: user-id @@ -46597,11 +46390,8 @@ paths: get: tags: - users.drive - summary: List available drives - description: 'Retrieve the list of Drive resources available for a target User, Group, or Site.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0 + summary: Get drives from users + description: A collection of drives available for this user. Read-only. operationId: user_ListDrive parameters: - name: user-id @@ -46818,11 +46608,8 @@ paths: get: tags: - users.drive - summary: List bundles - description: 'Get a list of all the [bundles][bundle] in a user''s drive.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 + summary: Get bundles from users + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: user.drive_ListBundle parameters: - name: user-id @@ -46889,9 +46676,6 @@ paths: tags: - users.drive summary: Create new navigation property to bundles for users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0 operationId: user.drive_CreateBundle parameters: - name: user-id @@ -46931,11 +46715,8 @@ paths: get: tags: - users.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get bundles from users + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: user.drive_GetBundle parameters: - name: user-id @@ -46998,9 +46779,6 @@ paths: - users.drive summary: Get content for the navigation property bundles from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0 operationId: user.drive_GetBundlesContent parameters: - name: user-id @@ -47370,11 +47148,8 @@ paths: get: tags: - users.drive - summary: List followed items - description: "List the items that have been followed by the signed in user.\nThis collection includes items that are in the user's drive as well as items they have access to from other drives." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 + summary: Get following from users + description: The list of items the user is following. Only in OneDrive for Business. operationId: user.drive_ListFollowing parameters: - name: user-id @@ -47505,9 +47280,6 @@ paths: - users.drive summary: Get content for the navigation property following from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0 operationId: user.drive_GetFollowingContent parameters: - name: user-id @@ -47635,8 +47407,8 @@ paths: get: tags: - users.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' + summary: Get items from users + description: All items contained in the drive. Read-only. Nullable. operationId: user.drive_ListItem parameters: - name: user-id @@ -47742,11 +47514,8 @@ paths: get: tags: - users.drive - summary: Get bundle - description: 'Retrieve the metadata for a [bundle][] based on the unique ID of the bundle.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0 + summary: Get items from users + description: All items contained in the drive. Read-only. Nullable. operationId: user.drive_GetItem parameters: - name: user-id @@ -47806,11 +47575,7 @@ paths: patch: tags: - users.drive - summary: Update bundle - description: "Update the metadata for a [bundle][] of [driveItems][driveItem] by ID.\nYou can only update the following metadata: Any other change requests will be ignored." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0 + summary: Update the navigation property items in users operationId: user.drive_UpdateItem parameters: - name: user-id @@ -47857,11 +47622,7 @@ paths: delete: tags: - users.drive - summary: Delete bundle - description: "Delete a [bundle][] of driveItems by using its id.\nDeleting a bundle using this method permanently deletes the bundle and doesn't move it to the Recycle Bin.\nIt doesn't, however, remove the items that were referenced by the bundle.\nThey remain in their parent folders." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0 + summary: Delete navigation property items for users operationId: user.drive_DeleteItem parameters: - name: user-id @@ -48055,11 +47816,7 @@ paths: get: tags: - users.drive - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from users operationId: user.drive.item.analytic_GetAllTime parameters: - name: user-id @@ -49108,11 +48865,8 @@ paths: get: tags: - users.drive - 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 + summary: Get children from users + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: user.drive.item_ListChild parameters: - name: user-id @@ -49187,9 +48941,6 @@ paths: tags: - users.drive summary: Create new navigation property to children for users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: user.drive.item_CreateChild parameters: - name: user-id @@ -49309,9 +49060,6 @@ paths: - users.drive summary: Get content for the navigation property children from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: user.drive.item_GetChildrenContent parameters: - name: user-id @@ -50621,11 +50369,8 @@ paths: get: tags: - users.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.item.listItem_ListDocumentSetVersion parameters: - name: user-id @@ -50699,11 +50444,7 @@ paths: post: tags: - users.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for users operationId: user.drive.item.listItem_CreateDocumentSetVersion parameters: - name: user-id @@ -50751,11 +50492,8 @@ paths: get: tags: - users.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.item.listItem_GetDocumentSetVersion parameters: - name: user-id @@ -50878,11 +50616,7 @@ paths: delete: tags: - users.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for users operationId: user.drive.item.listItem_DeleteDocumentSetVersion parameters: - name: user-id @@ -51147,7 +50881,7 @@ paths: tags: - users.drive summary: Get driveItem from users - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: user.drive.item.listItem_GetDriveItem parameters: - name: user-id @@ -51368,11 +51102,7 @@ paths: patch: tags: - users.drive - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in users operationId: user.drive.item.listItem_UpdateField parameters: - name: user-id @@ -51744,11 +51474,8 @@ paths: get: tags: - users.drive - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from users + description: The list of previous versions of the list item. operationId: user.drive.item.listItem_ListVersion parameters: - name: user-id @@ -51870,11 +51597,8 @@ paths: get: tags: - users.drive - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from users + description: The list of previous versions of the list item. operationId: user.drive.item.listItem_GetVersion parameters: - name: user-id @@ -52261,11 +51985,8 @@ paths: get: tags: - users.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.item_ListPermission parameters: - name: user-id @@ -52387,11 +52108,8 @@ paths: get: tags: - users.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.item_GetPermission parameters: - name: user-id @@ -52459,11 +52177,7 @@ paths: patch: tags: - users.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in users operationId: user.drive.item_UpdatePermission parameters: - name: user-id @@ -52518,11 +52232,7 @@ paths: delete: tags: - users.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for users operationId: user.drive.item_DeletePermission parameters: - name: user-id @@ -52672,11 +52382,7 @@ paths: patch: tags: - users.drive - 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 + summary: Update the navigation property retentionLabel in users operationId: user.drive.item_UpdateRetentionLabel parameters: - name: user-id @@ -52723,11 +52429,7 @@ paths: delete: tags: - users.drive - 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 + summary: Delete navigation property retentionLabel for users operationId: user.drive.item_DeleteRetentionLabel parameters: - name: user-id @@ -53106,11 +52808,8 @@ paths: get: tags: - users.drive - summary: List thumbnails for a DriveItem - description: "Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from users + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.item_ListThumbnail parameters: - name: user-id @@ -53233,7 +52932,7 @@ paths: tags: - users.drive summary: Get thumbnails from users - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.item_GetThumbnail parameters: - name: user-id @@ -53445,11 +53144,8 @@ paths: get: tags: - users.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.item_ListVersion parameters: - name: user-id @@ -53571,11 +53267,8 @@ paths: get: tags: - users.drive - summary: Get a DriveItemVersion resource - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.item_GetVersion parameters: - name: user-id @@ -53751,9 +53444,6 @@ paths: - users.drive summary: Get content for the navigation property versions from users description: The content stream for this version of the item. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: user.drive.item_GetVersionsContent parameters: - name: user-id @@ -54297,11 +53987,8 @@ paths: get: tags: - users.drive - summary: List columnDefinitions in a list - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 + summary: Get columns from users + description: The collection of field definitions for this list. operationId: user.drive.list_ListColumn parameters: - name: user-id @@ -54367,11 +54054,7 @@ paths: post: tags: - users.drive - summary: Create a columnDefinition in a list - description: 'Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for users operationId: user.drive.list_CreateColumn parameters: - name: user-id @@ -54654,11 +54337,8 @@ paths: get: tags: - users.drive - summary: List contentTypes in a list - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from users + description: The collection of content types present in this list. operationId: user.drive.list_ListContentType parameters: - name: user-id @@ -55681,11 +55361,8 @@ paths: get: tags: - users.drive - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from users + description: The collection of column definitions for this content type. operationId: user.drive.list.contentType_ListColumn parameters: - name: user-id @@ -55759,11 +55436,7 @@ paths: post: tags: - users.drive - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for users operationId: user.drive.list.contentType_CreateColumn parameters: - name: user-id @@ -55811,11 +55484,8 @@ paths: get: tags: - users.drive - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from users + description: The collection of column definitions for this content type. operationId: user.drive.list.contentType_GetColumn parameters: - name: user-id @@ -55883,11 +55553,7 @@ paths: patch: tags: - users.drive - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in users operationId: user.drive.list.contentType_UpdateColumn parameters: - name: user-id @@ -55942,11 +55608,7 @@ paths: delete: tags: - users.drive - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for users operationId: user.drive.list.contentType_DeleteColumn parameters: - name: user-id @@ -56431,11 +56093,8 @@ paths: get: tags: - users.drive - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from users + description: All items contained in the list. operationId: user.drive.list_ListItem parameters: - name: user-id @@ -56500,11 +56159,7 @@ paths: post: tags: - users.drive - 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 + summary: Create new navigation property to items for users operationId: user.drive.list_CreateItem parameters: - name: user-id @@ -56544,11 +56199,8 @@ paths: get: tags: - users.drive - 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 + summary: Get items from users + description: All items contained in the list. operationId: user.drive.list_GetItem parameters: - name: user-id @@ -56655,11 +56307,7 @@ paths: delete: tags: - users.drive - 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 + summary: Delete navigation property items for users operationId: user.drive.list_DeleteItem parameters: - name: user-id @@ -57046,11 +56694,8 @@ paths: get: tags: - users.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.list.item_ListDocumentSetVersion parameters: - name: user-id @@ -57124,11 +56769,7 @@ paths: post: tags: - users.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for users operationId: user.drive.list.item_CreateDocumentSetVersion parameters: - name: user-id @@ -57176,11 +56817,8 @@ paths: get: tags: - users.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.list.item_GetDocumentSetVersion parameters: - name: user-id @@ -57303,11 +56941,7 @@ paths: delete: tags: - users.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for users operationId: user.drive.list.item_DeleteDocumentSetVersion parameters: - name: user-id @@ -57572,7 +57206,7 @@ paths: tags: - users.drive summary: Get driveItem from users - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: user.drive.list.item_GetDriveItem parameters: - name: user-id @@ -57793,11 +57427,7 @@ paths: patch: tags: - users.drive - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in users operationId: user.drive.list.item_UpdateField parameters: - name: user-id @@ -58169,11 +57799,8 @@ paths: get: tags: - users.drive - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from users + description: The list of previous versions of the list item. operationId: user.drive.list.item_ListVersion parameters: - name: user-id @@ -58295,11 +57922,8 @@ paths: get: tags: - users.drive - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from users + description: The list of previous versions of the list item. operationId: user.drive.list.item_GetVersion parameters: - name: user-id @@ -59504,11 +59128,8 @@ paths: get: tags: - users.drive - summary: Get a driveItem resource - description: "Retrieve the metadata for a driveItem in a drive by file system path or ID.\nitem-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 + summary: Get root from users + description: The root folder of the drive. Read-only. operationId: user.drive_GetRoot parameters: - name: user-id @@ -59761,11 +59382,7 @@ paths: get: tags: - users.drive - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from users operationId: user.drive.root.analytic_GetAllTime parameters: - name: user-id @@ -60678,11 +60295,8 @@ paths: get: tags: - users.drive - 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 + summary: Get children from users + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: user.drive.root_ListChild parameters: - name: user-id @@ -60749,9 +60363,6 @@ paths: tags: - users.drive summary: Create new navigation property to children for users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0 operationId: user.drive.root_CreateChild parameters: - name: user-id @@ -60855,9 +60466,6 @@ paths: - users.drive summary: Get content for the navigation property children from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: user.drive.root_GetChildrenContent parameters: - name: user-id @@ -60987,9 +60595,6 @@ paths: - users.drive summary: Get content for the navigation property root from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0 operationId: user.drive_GetRootContent parameters: - name: user-id @@ -61978,11 +61583,8 @@ paths: get: tags: - users.drive - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.root.listItem_ListDocumentSetVersion parameters: - name: user-id @@ -62048,11 +61650,7 @@ paths: post: tags: - users.drive - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for users operationId: user.drive.root.listItem_CreateDocumentSetVersion parameters: - name: user-id @@ -62092,11 +61690,8 @@ paths: get: tags: - users.drive - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from users + description: Version information for a document set version created by a user. operationId: user.drive.root.listItem_GetDocumentSetVersion parameters: - name: user-id @@ -62203,11 +61798,7 @@ paths: delete: tags: - users.drive - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for users operationId: user.drive.root.listItem_DeleteDocumentSetVersion parameters: - name: user-id @@ -62432,7 +62023,7 @@ paths: tags: - users.drive summary: Get driveItem from users - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: user.drive.root.listItem_GetDriveItem parameters: - name: user-id @@ -62621,11 +62212,7 @@ paths: patch: tags: - users.drive - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in users operationId: user.drive.root.listItem_UpdateField parameters: - name: user-id @@ -62941,11 +62528,8 @@ paths: get: tags: - users.drive - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from users + description: The list of previous versions of the list item. operationId: user.drive.root.listItem_ListVersion parameters: - name: user-id @@ -63051,11 +62635,8 @@ paths: get: tags: - users.drive - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from users + description: The list of previous versions of the list item. operationId: user.drive.root.listItem_GetVersion parameters: - name: user-id @@ -63386,11 +62967,8 @@ paths: get: tags: - users.drive - summary: List sharing permissions on a driveItem - description: List the effective sharing permissions on a driveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.root_ListPermission parameters: - name: user-id @@ -63496,11 +63074,8 @@ paths: get: tags: - users.drive - summary: Get sharing permission for a file or folder - description: "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.\nThis property is an ItemReference resource referencing the ancestor that the permission is inherited from." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0 + summary: Get permissions from users + description: The set of permissions for the item. Read-only. Nullable. operationId: user.drive.root_GetPermission parameters: - name: user-id @@ -63560,11 +63135,7 @@ paths: patch: tags: - users.drive - summary: Update sharing permission - description: Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0 + summary: Update the navigation property permissions in users operationId: user.drive.root_UpdatePermission parameters: - name: user-id @@ -63611,11 +63182,7 @@ paths: delete: tags: - users.drive - summary: Delete a sharing permission from a file or folder - description: "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.\nThe inheritedFrom property must be null." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0 + summary: Delete navigation property permissions for users operationId: user.drive.root_DeletePermission parameters: - name: user-id @@ -63741,11 +63308,7 @@ paths: patch: tags: - users.drive - 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 + summary: Update the navigation property retentionLabel in users operationId: user.drive.root_UpdateRetentionLabel parameters: - name: user-id @@ -63784,11 +63347,7 @@ paths: delete: tags: - users.drive - 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 + summary: Delete navigation property retentionLabel for users operationId: user.drive.root_DeleteRetentionLabel parameters: - name: user-id @@ -64111,11 +63670,8 @@ paths: get: tags: - users.drive - summary: List thumbnails for a DriveItem - description: "Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.\nEach thumbnailSet can have one or more thumbnail objects, which are images that represent the item.\nFor example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.\nHere are the most common ones:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0 + summary: Get thumbnails from users + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.root_ListThumbnail parameters: - name: user-id @@ -64222,7 +63778,7 @@ paths: tags: - users.drive summary: Get thumbnails from users - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: user.drive.root_GetThumbnail parameters: - name: user-id @@ -64402,11 +63958,8 @@ paths: get: tags: - users.drive - summary: List versions of a driveItem - description: "OneDrive and SharePoint can be configured to retain the history for files.\nDepending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.root_ListVersion parameters: - name: user-id @@ -64512,11 +64065,8 @@ paths: get: tags: - users.drive - summary: Get a DriveItemVersion resource - description: Retrieve the metadata for a specific version of a DriveItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0 + summary: Get versions from users + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: user.drive.root_GetVersion parameters: - name: user-id @@ -64668,9 +64218,6 @@ paths: - users.drive summary: Get content for the navigation property versions from users description: The content stream for this version of the item. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0 operationId: user.drive.root_GetVersionsContent parameters: - name: user-id @@ -64791,8 +64338,8 @@ paths: get: tags: - users.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' + summary: Get special from users + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: user.drive_ListSpecial parameters: - name: user-id @@ -64859,11 +64406,8 @@ paths: get: tags: - users.drive - summary: Get a special folder by name - description: 'Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn''t already exist. If a user deletes one, it is recreated when written to again.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0 + summary: Get special from users + description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: user.drive_GetSpecial parameters: - name: user-id @@ -65095,7 +64639,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -65213,13 +64757,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -66062,11 +65606,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -66082,13 +65626,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -66406,7 +65950,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -66662,6 +66206,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -68910,6 +68455,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -69585,6 +69135,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -70386,6 +69944,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -70680,7 +70239,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -72330,6 +71889,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -74967,6 +74527,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -74978,9 +74539,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 2134a17bb6..b551da8449 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 thethe 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 @@ -452,11 +452,11 @@ paths: patch: tags: - groups.group - summary: Update group - description: Update the properties of a group object. + 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 thethe 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-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0 operationId: group_UpdateGroup parameters: - name: group-id @@ -518,11 +518,8 @@ paths: get: tags: - groups.directoryObject - 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 + 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.' operationId: group_ListAcceptedSender parameters: - name: group-id @@ -570,10 +567,7 @@ paths: delete: tags: - groups.directoryObject - summary: Remove acceptedSender - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0 + summary: Delete ref of navigation property acceptedSenders for groups operationId: group.acceptedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -629,11 +623,8 @@ paths: get: tags: - groups.directoryObject - 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 + 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.' operationId: group_ListAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -670,11 +661,7 @@ paths: post: tags: - groups.directoryObject - 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 + summary: Create new navigation property ref to acceptedSenders for groups operationId: group_CreateAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -696,10 +683,7 @@ paths: delete: tags: - groups.directoryObject - summary: Remove acceptedSender - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0 + summary: Delete ref of navigation property acceptedSenders for groups operationId: group_DeleteAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -3911,11 +3895,8 @@ paths: get: tags: - groups.conversation - 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 + summary: Get conversations from groups + description: The group's conversations. operationId: group_ListConversation parameters: - name: group-id @@ -3963,11 +3944,7 @@ paths: post: tags: - groups.conversation - 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 + summary: Create new navigation property to conversations for groups operationId: group_CreateConversation parameters: - name: group-id @@ -3999,11 +3976,8 @@ paths: get: tags: - groups.conversation - summary: Get conversation + summary: Get conversations from groups description: The group's conversations. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0 operationId: group_GetConversation parameters: - name: group-id @@ -4045,11 +4019,7 @@ paths: delete: tags: - groups.conversation - summary: Delete conversation - description: Delete conversation. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0 + summary: Delete navigation property conversations for groups operationId: group_DeleteConversation parameters: - name: group-id @@ -4084,11 +4054,8 @@ paths: get: tags: - groups.conversation - 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 + summary: Get threads from groups + description: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. operationId: group.conversation_ListThread parameters: - name: group-id @@ -4153,11 +4120,7 @@ paths: post: tags: - groups.conversation - 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 + summary: Create new navigation property to threads for groups operationId: group.conversation_CreateThread parameters: - name: group-id @@ -4401,11 +4364,7 @@ paths: get: tags: - groups.conversation - 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-1.0 + summary: Get posts from groups operationId: group.conversation.thread_ListPost parameters: - name: group-id @@ -4548,11 +4507,8 @@ paths: get: tags: - groups.conversation - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post_ListAttachment parameters: - name: group-id @@ -4935,8 +4891,8 @@ paths: get: tags: - groups.conversation - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post_ListExtension parameters: - name: group-id @@ -5073,11 +5029,8 @@ paths: get: tags: - groups.conversation - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post_GetExtension parameters: - name: group-id @@ -5153,11 +5106,7 @@ paths: patch: tags: - groups.conversation - summary: Update open extension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.conversation.thread.post_UpdateExtension parameters: - name: group-id @@ -5394,11 +5343,8 @@ paths: get: tags: - groups.conversation - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post.inReplyTo_ListAttachment parameters: - name: group-id @@ -5781,8 +5727,8 @@ paths: get: tags: - groups.conversation - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post.inReplyTo_ListExtension parameters: - name: group-id @@ -5919,11 +5865,8 @@ paths: get: tags: - groups.conversation - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.conversation.thread.post.inReplyTo_GetExtension parameters: - name: group-id @@ -5999,11 +5942,7 @@ paths: patch: tags: - groups.conversation - summary: Update open extension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.conversation.thread.post.inReplyTo_UpdateExtension parameters: - name: group-id @@ -7086,7 +7025,7 @@ paths: tags: - groups.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 @@ -7283,6 +7222,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: group.drive.item_delta parameters: - name: group-id @@ -7563,6 +7506,10 @@ paths: tags: - groups.Functions summary: Invoke function getActivitiesByInterval + description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: group.drive.item_getActivitiesGraphBPreInterval parameters: - name: group-id @@ -7767,7 +7714,7 @@ paths: tags: - groups.Actions summary: Invoke action invite - description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]." + description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 @@ -8021,6 +7968,10 @@ paths: tags: - groups.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: group.drive.item_search parameters: - name: group-id @@ -8212,7 +8163,7 @@ paths: tags: - groups.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -8396,7 +8347,7 @@ paths: tags: - groups.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -8455,7 +8406,7 @@ paths: tags: - groups.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -8511,6 +8462,10 @@ paths: tags: - groups.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: group.drive.list.contentType_isPublished parameters: - name: group-id @@ -8558,7 +8513,7 @@ paths: tags: - groups.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -8599,7 +8554,7 @@ paths: tags: - groups.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -8640,7 +8595,7 @@ paths: tags: - groups.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -8738,6 +8693,10 @@ paths: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: group.drive.list.contentType_getCompatibleHubContentType parameters: - name: group-id @@ -9197,6 +9156,188 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta()': + get: + tags: + - groups.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 + operationId: group.drive.list.item_delta + parameters: + - name: 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')': + get: + tags: + - groups.Functions + summary: Invoke function delta + operationId: group.drive.list.item_delta + parameters: + - name: 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: token + in: path + description: 'Usage: token=''{token}''' + required: true + style: simple + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/microsoft.graph.reauthorize': post: tags: @@ -9243,6 +9384,10 @@ paths: tags: - groups.Functions summary: Invoke function recent + description: "List a set of items that have been recently used by the signed in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0 operationId: group.drive_recent parameters: - name: group-id @@ -9310,6 +9455,10 @@ paths: tags: - groups.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: group.drive_search parameters: - name: group-id @@ -9385,6 +9534,10 @@ paths: tags: - groups.Functions summary: Invoke function 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: group.drive_sharedGraphWPreMe parameters: - name: group-id @@ -9923,7 +10076,7 @@ paths: tags: - groups.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 @@ -10096,6 +10249,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: group.drive.root_delta parameters: - name: group-id @@ -10344,6 +10501,10 @@ paths: tags: - groups.Functions summary: Invoke function getActivitiesByInterval + description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: group.drive.root_getActivitiesGraphBPreInterval parameters: - name: group-id @@ -10532,7 +10693,7 @@ paths: tags: - groups.Actions summary: Invoke action invite - description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]." + description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 @@ -10754,6 +10915,10 @@ paths: tags: - groups.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: group.drive.root_search parameters: - name: group-id @@ -10921,7 +11086,7 @@ paths: tags: - groups.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -12340,11 +12505,8 @@ paths: get: tags: - groups.groupLifecyclePolicy - 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 + summary: Get groupLifecyclePolicies from groups + description: The collection of lifecycle policies for this group. Read-only. Nullable. operationId: group_ListGroupLifecyclePolicy parameters: - name: group-id @@ -12695,9 +12857,6 @@ paths: - 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.' - 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 @@ -13188,9 +13347,6 @@ paths: - 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).' - 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 @@ -13259,11 +13415,7 @@ paths: delete: tags: - groups.directoryObject - 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 + summary: Delete ref of navigation property members for groups operationId: group.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -13704,9 +13856,6 @@ paths: - 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).' - 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 @@ -13754,11 +13903,7 @@ paths: post: tags: - groups.directoryObject - 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 + summary: Create new navigation property ref to members for groups operationId: group_CreateMemberGraphBPreRef parameters: - name: group-id @@ -13780,11 +13925,7 @@ paths: delete: tags: - groups.directoryObject - 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 + summary: Delete ref of navigation property members for groups operationId: group_DeleteMemberGraphBPreRef parameters: - name: group-id @@ -16906,6 +17047,10 @@ paths: tags: - groups.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: group.onenote.notebook_getRecentNotebook parameters: - name: group-id @@ -17699,9 +17844,6 @@ paths: - 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).' - 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 @@ -17770,11 +17912,7 @@ paths: delete: tags: - groups.directoryObject - 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 + summary: Delete ref of navigation property owners for groups operationId: group.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -18215,9 +18353,6 @@ paths: - 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).' - 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 @@ -18265,11 +18400,7 @@ paths: post: tags: - groups.directoryObject - 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 + summary: Create new navigation property ref to owners for groups operationId: group_CreateOwnerGraphBPreRef parameters: - name: group-id @@ -18291,11 +18422,7 @@ paths: delete: tags: - groups.directoryObject - 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 + summary: Delete ref of navigation property owners for groups operationId: group_DeleteOwnerGraphBPreRef parameters: - name: group-id @@ -18930,11 +19057,7 @@ paths: get: tags: - groups.resourceSpecificPermissionGrant - 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 + summary: Get permissionGrants from groups operationId: group_ListPermissionGrant parameters: - name: group-id @@ -19319,11 +19442,8 @@ paths: get: tags: - groups.profilePhoto - 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 + summary: Get photos from groups + description: The profile photos owned by the group. Read-only. Nullable. operationId: group_ListPhoto parameters: - name: group-id @@ -19415,9 +19535,6 @@ paths: tags: - groups.profilePhoto summary: Get media content for the navigation property photos from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0 operationId: group_GetPhotosContent parameters: - name: group-id @@ -19487,11 +19604,8 @@ paths: get: tags: - groups.directoryObject - 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 + summary: Get rejectedSenders from groups + description: The list of users or groups not allowed to create posts or calendar events in this group. Nullable operationId: group_ListRejectedSender parameters: - name: group-id @@ -19539,10 +19653,7 @@ paths: delete: tags: - groups.directoryObject - summary: Remove rejectedSender - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0 + summary: Delete ref of navigation property rejectedSenders for groups operationId: group.rejectedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -19598,11 +19709,8 @@ paths: get: tags: - groups.directoryObject - 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 + 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 operationId: group_ListRejectedSenderGraphBPreRef parameters: - name: group-id @@ -19639,11 +19747,7 @@ paths: post: tags: - groups.directoryObject - 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 + summary: Create new navigation property ref to rejectedSenders for groups operationId: group_CreateRejectedSenderGraphBPreRef parameters: - name: group-id @@ -19665,10 +19769,7 @@ paths: delete: tags: - groups.directoryObject - summary: Remove rejectedSender - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0 + summary: Delete ref of navigation property rejectedSenders for groups operationId: group_DeleteRejectedSenderGraphBPreRef parameters: - name: group-id @@ -19703,11 +19804,8 @@ paths: get: tags: - groups.groupSetting - 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 + 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.' operationId: group_ListSetting parameters: - name: group-id @@ -19765,11 +19863,7 @@ paths: post: tags: - groups.groupSetting - 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 + summary: Create new navigation property to settings for groups operationId: group_CreateSetting parameters: - name: group-id @@ -19801,11 +19895,8 @@ paths: get: tags: - groups.groupSetting - 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 + 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.' operationId: group_GetSetting parameters: - name: group-id @@ -19857,11 +19948,7 @@ paths: patch: tags: - groups.groupSetting - 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 + summary: Update the navigation property settings in groups operationId: group_UpdateSetting parameters: - name: group-id @@ -19958,7 +20045,7 @@ paths: tags: - groups.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -20017,7 +20104,7 @@ paths: tags: - groups.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -20073,6 +20160,10 @@ paths: tags: - groups.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: group.site.contentType_isPublished parameters: - name: group-id @@ -20120,7 +20211,7 @@ paths: tags: - groups.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -20161,7 +20252,7 @@ paths: tags: - groups.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -20202,7 +20293,7 @@ paths: tags: - groups.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -20300,6 +20391,10 @@ paths: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: group.site.contentType_getCompatibleHubContentType parameters: - name: group-id @@ -20382,7 +20477,7 @@ paths: tags: - groups.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -20449,7 +20544,7 @@ paths: tags: - groups.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -20513,6 +20608,10 @@ paths: tags: - groups.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: group.site.list.contentType_isPublished parameters: - name: group-id @@ -20568,7 +20667,7 @@ paths: tags: - groups.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -20617,7 +20716,7 @@ paths: tags: - groups.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -20666,7 +20765,7 @@ paths: tags: - groups.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -20780,6 +20879,10 @@ paths: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: group.site.list.contentType_getCompatibleHubContentType parameters: - name: group-id @@ -21287,6 +21390,204 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()': + get: + tags: + - groups.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 + operationId: group.site.list.item_delta + parameters: + - name: 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')': + get: + tags: + - groups.Functions + summary: Invoke function delta + operationId: group.site.list.item_delta + parameters: + - name: 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: token + in: path + description: 'Usage: token=''{token}''' + required: true + style: simple + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/microsoft.graph.reauthorize': post: tags: @@ -21529,6 +21830,10 @@ paths: tags: - groups.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: group.site_getApplicableContentTypesGraphFPreList parameters: - name: group-id @@ -21863,6 +22168,10 @@ paths: tags: - groups.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: group.site.getGraphBPrePath_getApplicableContentTypesGraphFPreList parameters: - name: group-id @@ -22895,6 +23204,10 @@ paths: tags: - groups.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: group.site.onenote.notebook_getRecentNotebook parameters: - name: group-id @@ -23962,7 +24275,7 @@ paths: tags: - groups.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -24097,6 +24410,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 operationId: group.site_delta parameters: - name: group-id @@ -24174,6 +24491,10 @@ paths: tags: - groups.Functions summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 operationId: group.site_getAllSite parameters: - name: group-id @@ -24765,6 +25086,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: group.team.channel.message.reply_delta parameters: - name: group-id @@ -24858,6 +25183,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: group.team.channel.message_delta parameters: - name: group-id @@ -24976,6 +25305,10 @@ paths: tags: - groups.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: group.team.channel_doesUserHaveAccess parameters: - name: group-id @@ -25109,6 +25442,10 @@ paths: tags: - groups.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-1.0 operationId: group.team.channel_getAllMessage parameters: - name: group-id @@ -25330,7 +25667,7 @@ paths: tags: - groups.Actions summary: Invoke action clone - description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." + description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 @@ -25874,6 +26211,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: group.team.primaryChannel.message.reply_delta parameters: - name: group-id @@ -25959,6 +26300,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: group.team.primaryChannel.message_delta parameters: - name: group-id @@ -26061,6 +26406,10 @@ paths: tags: - groups.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: group.team.primaryChannel_doesUserHaveAccess parameters: - name: group-id @@ -26218,11 +26567,8 @@ paths: get: tags: - groups.conversationThread - 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 + summary: Get threads from groups + description: The group's conversation threads. Nullable. operationId: group_ListThread parameters: - name: group-id @@ -26269,11 +26615,7 @@ paths: post: tags: - groups.conversationThread - 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 + summary: Create new navigation property to threads for groups operationId: group_CreateThread parameters: - name: group-id @@ -26305,11 +26647,8 @@ paths: get: tags: - groups.conversationThread - summary: Get conversationThread - description: "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \nyou can specify the thread without referencing the parent conversation. " - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0 + summary: Get threads from groups + description: The group's conversation threads. Nullable. operationId: group_GetThread parameters: - name: group-id @@ -26351,10 +26690,7 @@ paths: patch: tags: - groups.conversationThread - 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 + summary: Update the navigation property threads in groups operationId: group_UpdateThread parameters: - name: group-id @@ -26393,11 +26729,7 @@ paths: delete: tags: - groups.conversationThread - 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 + summary: Delete navigation property threads for groups operationId: group_DeleteThread parameters: - name: group-id @@ -26477,11 +26809,7 @@ paths: get: tags: - groups.conversationThread - 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-1.0 + summary: Get posts from groups operationId: group.thread_ListPost parameters: - name: group-id @@ -26608,11 +26936,8 @@ paths: get: tags: - groups.conversationThread - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: Read-only. Nullable. Supports $expand. operationId: group.thread.post_ListAttachment parameters: - name: group-id @@ -26947,8 +27272,8 @@ paths: get: tags: - groups.conversationThread - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post_ListExtension parameters: - name: group-id @@ -27069,11 +27394,8 @@ paths: get: tags: - groups.conversationThread - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post_GetExtension parameters: - name: group-id @@ -27141,11 +27463,7 @@ paths: patch: tags: - groups.conversationThread - summary: Update open extension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.thread.post_UpdateExtension parameters: - name: group-id @@ -27350,11 +27668,8 @@ paths: get: tags: - groups.conversationThread - summary: List attachments - description: Retrieve a list of attachment objects attached to a post. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 + summary: Get attachments from groups + description: Read-only. Nullable. Supports $expand. operationId: group.thread.post.inReplyTo_ListAttachment parameters: - name: group-id @@ -27689,8 +28004,8 @@ paths: get: tags: - groups.conversationThread - 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. + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post.inReplyTo_ListExtension parameters: - name: group-id @@ -27811,11 +28126,8 @@ paths: get: tags: - groups.conversationThread - 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 + summary: Get extensions from groups + description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: group.thread.post.inReplyTo_GetExtension parameters: - name: group-id @@ -27883,11 +28195,7 @@ paths: patch: tags: - groups.conversationThread - summary: Update open extension - description: 'Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 + summary: Update the navigation property extensions in groups operationId: group.thread.post.inReplyTo_UpdateExtension parameters: - name: group-id @@ -28296,9 +28604,6 @@ paths: - groups.directoryObject summary: Get transitiveMemberOf from groups description: 'The groups that a group is a member of, either directly or through nested membership. Nullable.' - 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 @@ -28789,9 +29094,6 @@ paths: - groups.directoryObject summary: Get transitiveMembers from groups description: The direct and transitive members of a group. Nullable. - 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 @@ -29976,11 +30278,11 @@ paths: patch: tags: - groups.group - summary: Update group - description: Update the properties of a group object. + 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 thethe 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-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0 operationId: group_UpdateGroupGraphBPreUniqueName parameters: - name: uniqueName @@ -30067,6 +30369,10 @@ paths: tags: - groups.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted groups, including group membership changes, without having to perform a full read of the entire group collection. See Using Delta Query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0 operationId: group_delta parameters: - $ref: '#/components/parameters/top' @@ -30932,6 +31238,10 @@ paths: tags: - groupSettingTemplates.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: groupSettingTemplate_delta parameters: - $ref: '#/components/parameters/top' @@ -31328,6 +31638,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -32069,11 +32380,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -32089,13 +32400,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -32191,13 +32502,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -32343,6 +32654,36 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.listItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: listItem + type: object + properties: + contentType: + $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + analytics: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + documentSetVersions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + description: Version information for a document set version created by a user. + x-ms-navigationProperty: true + driveItem: + $ref: '#/components/schemas/microsoft.graph.driveItem' + fields: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' + description: The list of previous versions of the list item. + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.administrativeUnit: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -32438,7 +32779,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -32515,6 +32856,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only. nullable: true verifiedPublisher: $ref: '#/components/schemas/microsoft.graph.verifiedPublisher' @@ -32625,6 +32967,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -32636,9 +32979,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -33927,6 +34272,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -33956,17 +34302,21 @@ components: properties: columnId: type: number + description: Indicates the identifier of the column where the web part is located. format: double nullable: true horizontalSectionId: type: number + description: Indicates the horizontal section where the web part is located. format: double nullable: true isInVerticalSection: type: boolean + description: Indicates whether the web part is located in the vertical section. nullable: true webPartIndex: type: number + description: Index of the current web part. Represents the order of the web part in this column or section. format: double nullable: true additionalProperties: @@ -34470,7 +34820,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -35651,36 +36001,6 @@ components: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' additionalProperties: type: object - microsoft.graph.listItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.baseItem' - - title: listItem - type: object - properties: - contentType: - $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' - sharepointIds: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - analytics: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - documentSetVersions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - description: Version information for a document set version created by a user. - x-ms-navigationProperty: true - driveItem: - $ref: '#/components/schemas/microsoft.graph.driveItem' - fields: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - versions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - description: The list of previous versions of the list item. - x-ms-navigationProperty: true - additionalProperties: - type: object microsoft.graph.itemRetentionLabel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36026,7 +36346,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -36060,6 +36380,66 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentTypeInfo: + title: contentTypeInfo + type: object + properties: + id: + type: string + description: The ID of the content type. + nullable: true + name: + type: string + description: The name of the content type. + nullable: true + additionalProperties: + type: object + microsoft.graph.documentSetVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + - title: documentSetVersion + type: object + properties: + comment: + type: string + description: Comment about the captured version. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time when this version was created. + format: date-time + nullable: true + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentSetVersionItem' + description: Items within the document set that are captured as part of this version. + shouldCaptureMinorVersion: + type: boolean + description: 'If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.' + nullable: true + additionalProperties: + type: object + microsoft.graph.fieldValueSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fieldValueSet + type: object + additionalProperties: + type: object + microsoft.graph.listItemVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' + - title: listItemVersion + type: object + properties: + fields: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + additionalProperties: + type: object microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36501,7 +36881,7 @@ components: description: 'The URL of the external identity provider, which must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique within the app. It has a limit of 600 characters. Required.' name: type: string - description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Required. Not nullable. Supports $filter (eq).' + description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Alternate key. Required. Not nullable. Supports $filter (eq).' subject: type: string description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format; each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique within the app. It has a limit of 600 characters. Supports $filter (eq).' @@ -37907,6 +38287,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -38446,6 +38831,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -38711,6 +39104,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -40109,7 +40503,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -40165,66 +40559,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.contentTypeInfo: - title: contentTypeInfo - type: object - properties: - id: - type: string - description: The ID of the content type. - nullable: true - name: - type: string - description: The name of the content type. - nullable: true - additionalProperties: - type: object - microsoft.graph.documentSetVersion: - allOf: - - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - - title: documentSetVersion - type: object - properties: - comment: - type: string - description: Comment about the captured version. - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Date and time when this version was created. - format: date-time - nullable: true - items: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.documentSetVersionItem' - description: Items within the document set that are captured as part of this version. - shouldCaptureMinorVersion: - type: boolean - description: 'If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.' - nullable: true - additionalProperties: - type: object - microsoft.graph.fieldValueSet: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: fieldValueSet - type: object - additionalProperties: - type: object - microsoft.graph.listItemVersion: - allOf: - - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' - - title: listItemVersion - type: object - properties: - fields: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - additionalProperties: - type: object microsoft.graph.retentionLabelSettings: title: retentionLabelSettings type: object @@ -40787,6 +41121,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentSetVersionItem: + title: documentSetVersionItem + type: object + properties: + itemId: + type: string + description: The unique identifier for the item. + nullable: true + title: + type: string + description: The title of the item. + nullable: true + versionId: + type: string + description: The version ID of the item. + nullable: true + additionalProperties: + type: object microsoft.graph.keyValue: title: keyValue type: object @@ -43896,24 +44248,6 @@ components: - noEnd - numbered type: string - microsoft.graph.documentSetVersionItem: - title: documentSetVersionItem - type: object - properties: - itemId: - type: string - description: The unique identifier for the item. - nullable: true - title: - type: string - description: The title of the item. - nullable: true - versionId: - type: string - description: The version ID of the item. - nullable: true - additionalProperties: - type: object microsoft.graph.security.behaviorDuringRetentionPeriod: title: behaviorDuringRetentionPeriod enum: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index d1e065e298..16ee06e2a2 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -10,11 +10,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get people from admin + description: Represents a setting to control people-related admin settings in the tenant. operationId: admin_GetPerson parameters: - name: $select @@ -51,11 +48,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get profileCardProperties from admin + description: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. operationId: admin.person_ListProfileCardProperty parameters: - $ref: '#/components/parameters/top' @@ -105,11 +99,7 @@ paths: post: tags: - admin.peopleAdminSettings - 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 + summary: Create new navigation property to profileCardProperties for admin operationId: admin.person_CreateProfileCardProperty requestBody: description: New navigation property @@ -132,11 +122,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get profileCardProperties from admin + description: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. operationId: admin.person_GetProfileCardProperty parameters: - name: profileCardProperty-id @@ -180,11 +167,7 @@ paths: patch: tags: - admin.peopleAdminSettings - 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 + summary: Update the navigation property profileCardProperties in admin operationId: admin.person_UpdateProfileCardProperty parameters: - name: profileCardProperty-id @@ -215,11 +198,7 @@ paths: delete: tags: - admin.peopleAdminSettings - 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 + summary: Delete navigation property profileCardProperties for admin operationId: admin.person_DeleteProfileCardProperty parameters: - name: profileCardProperty-id @@ -260,11 +239,8 @@ paths: get: tags: - admin.peopleAdminSettings - 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 + summary: Get pronouns from admin + description: Represents administrator settings that manage the support of pronouns in an organization. operationId: admin.person_GetPronoun parameters: - name: $select @@ -300,11 +276,7 @@ paths: patch: tags: - admin.peopleAdminSettings - 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 + summary: Update the navigation property pronouns in admin operationId: admin.person_UpdatePronoun requestBody: description: New navigation property values @@ -522,9 +494,6 @@ paths: - 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. - 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 @@ -1013,11 +982,8 @@ paths: get: tags: - contacts.directoryObject - 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 + 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. operationId: contact_GetManager parameters: - name: orgContact-id @@ -1064,9 +1030,6 @@ paths: - contacts.directoryObject summary: Get memberOf from contacts description: Groups that this contact is a member of. Read-only. Nullable. Supports $expand. - 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 @@ -1918,9 +1881,6 @@ paths: - 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.' - 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 @@ -2434,6 +2394,10 @@ paths: tags: - contacts.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. See change tracking for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0 operationId: contact_delta parameters: - $ref: '#/components/parameters/top' @@ -3090,6 +3054,10 @@ paths: tags: - contracts.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: contract_delta parameters: - $ref: '#/components/parameters/top' @@ -3746,9 +3714,6 @@ paths: - devices.directoryObject summary: Get memberOf from devices description: Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. - 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 @@ -4488,9 +4453,6 @@ paths: - 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. - 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 @@ -4559,11 +4521,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredOwners for devices operationId: device.registeredOwner_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -4880,9 +4838,6 @@ paths: - 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. - 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 @@ -4930,11 +4885,7 @@ paths: post: tags: - devices.directoryObject - 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 + summary: Create new navigation property ref to registeredOwners for devices operationId: device_CreateRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -4956,11 +4907,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredOwners for devices operationId: device_DeleteRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -5397,9 +5344,6 @@ paths: - 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.' - 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 @@ -5468,11 +5412,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredUsers for devices operationId: device.registeredUser_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -5789,9 +5729,6 @@ paths: - 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.' - 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 @@ -5839,11 +5776,7 @@ paths: post: tags: - devices.directoryObject - 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 + summary: Create new navigation property ref to registeredUsers for devices operationId: device_CreateRegisteredUserGraphBPreRef parameters: - name: device-id @@ -5865,11 +5798,7 @@ paths: delete: tags: - devices.directoryObject - 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 + summary: Delete ref of navigation property registeredUsers for devices operationId: device_DeleteRegisteredUserGraphBPreRef parameters: - name: device-id @@ -6306,9 +6235,6 @@ paths: - 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. - 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 @@ -6936,6 +6862,10 @@ paths: tags: - devices.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted devices without performing a full read of the entire resource collection. For more information, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0 operationId: device_delta parameters: - $ref: '#/components/parameters/top' @@ -7204,11 +7134,8 @@ paths: get: tags: - directory.administrativeUnit - 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 + summary: Get administrativeUnits from directory + description: Conceptual container for user and group directory objects. operationId: directory_ListAdministrativeUnit parameters: - $ref: '#/components/parameters/top' @@ -7258,11 +7185,7 @@ paths: post: tags: - directory.administrativeUnit - 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 + summary: Create new navigation property to administrativeUnits for directory operationId: directory_CreateAdministrativeUnit requestBody: description: New navigation property @@ -7285,11 +7208,8 @@ paths: get: tags: - directory.administrativeUnit - 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 + summary: Get administrativeUnits from directory + description: Conceptual container for user and group directory objects. operationId: directory_GetAdministrativeUnit parameters: - name: administrativeUnit-id @@ -7333,11 +7253,7 @@ paths: patch: tags: - directory.administrativeUnit - 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 + summary: Update the navigation property administrativeUnits in directory operationId: directory_UpdateAdministrativeUnit parameters: - name: administrativeUnit-id @@ -7368,11 +7284,7 @@ paths: delete: tags: - directory.administrativeUnit - 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 + summary: Delete navigation property administrativeUnits for directory operationId: directory_DeleteAdministrativeUnit parameters: - name: administrativeUnit-id @@ -7641,9 +7553,6 @@ paths: - directory.administrativeUnit summary: Get members from directory description: Users and groups that are members of this administrative unit. Supports $expand. - 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 @@ -7712,9 +7621,6 @@ paths: tags: - directory.administrativeUnit summary: Create new navigation property to members for directory - 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 @@ -7746,11 +7652,7 @@ paths: delete: tags: - directory.administrativeUnit - 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 + summary: Delete ref of navigation property members for directory operationId: directory.administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: administrativeUnit-id @@ -8191,9 +8093,6 @@ paths: - directory.administrativeUnit summary: Get ref of members from directory description: Users and groups that are members of this administrative unit. Supports $expand. - 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 @@ -8242,9 +8141,6 @@ paths: tags: - directory.administrativeUnit summary: Create new navigation property ref to members for directory - 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 @@ -8266,11 +8162,7 @@ paths: delete: tags: - directory.administrativeUnit - 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 + summary: Delete ref of navigation property members for directory operationId: directory.administrativeUnit_DeleteMemberGraphBPreRef parameters: - name: administrativeUnit-id @@ -8905,11 +8797,8 @@ paths: get: tags: - directory.administrativeUnit - 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 + summary: Get scopedRoleMembers from directory + description: Scoped-role members of this administrative unit. operationId: directory.administrativeUnit_ListScopedRoleMember parameters: - name: administrativeUnit-id @@ -8967,11 +8856,7 @@ paths: post: tags: - directory.administrativeUnit - 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 + summary: Create new navigation property to scopedRoleMembers for directory operationId: directory.administrativeUnit_CreateScopedRoleMember parameters: - name: administrativeUnit-id @@ -9003,11 +8888,8 @@ paths: get: tags: - directory.administrativeUnit - 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 + summary: Get scopedRoleMembers from directory + description: Scoped-role members of this administrative unit. operationId: directory.administrativeUnit_GetScopedRoleMember parameters: - name: administrativeUnit-id @@ -9098,11 +8980,7 @@ paths: delete: tags: - directory.administrativeUnit - 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 + summary: Delete navigation property scopedRoleMembers for directory operationId: directory.administrativeUnit_DeleteScopedRoleMember parameters: - name: administrativeUnit-id @@ -9242,11 +9120,8 @@ paths: get: tags: - directory.attributeSet - 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 + summary: Get attributeSets from directory + description: Group of related custom security attribute definitions. operationId: directory_ListAttributeSet parameters: - $ref: '#/components/parameters/top' @@ -9296,11 +9171,7 @@ paths: post: tags: - directory.attributeSet - 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 + summary: Create new navigation property to attributeSets for directory operationId: directory_CreateAttributeSet requestBody: description: New navigation property @@ -9323,11 +9194,8 @@ paths: get: tags: - directory.attributeSet - 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 + summary: Get attributeSets from directory + description: Group of related custom security attribute definitions. operationId: directory_GetAttributeSet parameters: - name: attributeSet-id @@ -9371,11 +9239,7 @@ paths: patch: tags: - directory.attributeSet - 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 + summary: Update the navigation property attributeSets in directory operationId: directory_UpdateAttributeSet parameters: - name: attributeSet-id @@ -9447,11 +9311,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Get customSecurityAttributeDefinitions from directory + description: Schema of a custom security attributes (key-value pairs). operationId: directory_ListCustomSecurityAttributeDefinition parameters: - $ref: '#/components/parameters/top' @@ -9501,11 +9362,7 @@ paths: post: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Create new navigation property to customSecurityAttributeDefinitions for directory operationId: directory_CreateCustomSecurityAttributeDefinition requestBody: description: New navigation property @@ -9528,11 +9385,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Get customSecurityAttributeDefinitions from directory + description: Schema of a custom security attributes (key-value pairs). operationId: directory_GetCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -9576,11 +9430,7 @@ paths: patch: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Update the navigation property customSecurityAttributeDefinitions in directory operationId: directory_UpdateCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -9638,11 +9488,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + 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.' operationId: directory.customSecurityAttributeDefinition_ListAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9700,11 +9547,7 @@ paths: post: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Create new navigation property to allowedValues for directory operationId: directory.customSecurityAttributeDefinition_CreateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9736,11 +9579,8 @@ paths: get: tags: - directory.customSecurityAttributeDefinition - 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 + 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.' operationId: directory.customSecurityAttributeDefinition_GetAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9792,11 +9632,7 @@ paths: patch: tags: - directory.customSecurityAttributeDefinition - 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 + summary: Update the navigation property allowedValues in directory operationId: directory.customSecurityAttributeDefinition_UpdateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9906,8 +9742,8 @@ paths: get: tags: - directory.directoryObject - 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.' + summary: Get deletedItems from directory + description: Recently deleted items. Read-only. Nullable. operationId: directory_ListDeletedItem parameters: - $ref: '#/components/parameters/top' @@ -9958,11 +9794,8 @@ paths: get: tags: - directory.directoryObject - 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 + summary: Get deletedItems from directory + description: Recently deleted items. Read-only. Nullable. operationId: directory_GetDeletedItem parameters: - name: directoryObject-id @@ -10007,9 +9840,6 @@ paths: tags: - directory.directoryObject summary: Delete navigation property deletedItems for directory - 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 @@ -11088,11 +10918,8 @@ paths: get: tags: - directory.deviceLocalCredentialInfo - 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 + summary: Get deviceLocalCredentials from directory + description: The credentials of the device's local administrator account backed up to Microsoft Entra ID. operationId: directory_ListDeviceLocalCredential parameters: - $ref: '#/components/parameters/top' @@ -11154,11 +10981,8 @@ paths: get: tags: - directory.deviceLocalCredentialInfo - 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 + summary: Get deviceLocalCredentials from directory + description: The credentials of the device's local administrator account backed up to Microsoft Entra ID. operationId: directory_GetDeviceLocalCredential parameters: - name: deviceLocalCredentialInfo-id @@ -11414,11 +11238,7 @@ paths: delete: tags: - directory.identityProviderBase - 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 + summary: Delete navigation property federationConfigurations for directory operationId: directory_DeleteFederationConfiguration parameters: - name: identityProviderBase-id @@ -11460,6 +11280,10 @@ paths: tags: - directory.Functions summary: Invoke function availableProviderTypes + description: Get all identity providers supported in a directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0 operationId: directory.federationConfiguration_availableProviderType parameters: - $ref: '#/components/parameters/top' @@ -11495,8 +11319,8 @@ paths: get: tags: - directory.onPremisesDirectorySynchronization - summary: Get onPremisesDirectorySynchronization - description: Read the properties and relationships of an onPremisesDirectorySynchronization object. + summary: Get onPremisesSynchronization from directory + description: A container for on-premises directory synchronization functionalities that are available for the organization. operationId: directory_ListOnPremisesSynchronization parameters: - $ref: '#/components/parameters/top' @@ -11569,11 +11393,8 @@ paths: get: tags: - directory.onPremisesDirectorySynchronization - 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 + summary: Get onPremisesSynchronization from directory + description: A container for on-premises directory synchronization functionalities that are available for the organization. operationId: directory_GetOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -11617,11 +11438,7 @@ paths: patch: tags: - directory.onPremisesDirectorySynchronization - 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 + summary: Update the navigation property onPremisesSynchronization in directory operationId: directory_UpdateOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -11881,9 +11698,6 @@ paths: - 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.' - 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 @@ -11952,11 +11766,7 @@ paths: delete: tags: - directoryRoles.directoryObject - 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 + summary: Delete ref of navigation property members for directoryRoles operationId: directoryRole.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: directoryRole-id @@ -12397,9 +12207,6 @@ paths: - 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.' - 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 @@ -12447,11 +12254,7 @@ paths: post: tags: - directoryRoles.directoryObject - 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 + summary: Create new navigation property ref to members for directoryRoles operationId: directoryRole_CreateMemberGraphBPreRef parameters: - name: directoryRole-id @@ -12473,11 +12276,7 @@ paths: delete: tags: - directoryRoles.directoryObject - 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 + summary: Delete ref of navigation property members for directoryRoles operationId: directoryRole_DeleteMemberGraphBPreRef parameters: - name: directoryRole-id @@ -13361,11 +13160,8 @@ paths: get: tags: - directoryRoles.scopedRoleMembership - 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 + summary: Get scopedMembers from directoryRoles + description: Members of this directory role that are scoped to administrative units. Read-only. Nullable. operationId: directoryRole_ListScopedMember parameters: - name: directoryRole-id @@ -13725,6 +13521,10 @@ paths: tags: - directoryRoles.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory roles without having to perform a full read of the entire resource collection. See Using Delta Query for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0 operationId: directoryRole_delta parameters: - $ref: '#/components/parameters/top' @@ -14380,6 +14180,10 @@ paths: tags: - directoryRoleTemplates.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: directoryRoleTemplate_delta parameters: - $ref: '#/components/parameters/top' @@ -14784,11 +14588,8 @@ paths: get: tags: - domains.directoryObject - 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 + 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.' operationId: domain_ListDomainNameReference parameters: - name: domain-id @@ -14923,11 +14724,8 @@ paths: get: tags: - domains.internalDomainFederation - 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 + summary: Get federationConfiguration from domains + description: Domain settings configured by a customer when federated with Microsoft Entra ID. Supports $expand. operationId: domain_ListFederationConfiguration parameters: - name: domain-id @@ -14985,11 +14783,7 @@ paths: post: tags: - domains.internalDomainFederation - 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 + summary: Create new navigation property to federationConfiguration for domains operationId: domain_CreateFederationConfiguration parameters: - name: domain-id @@ -15021,11 +14815,8 @@ paths: get: tags: - domains.internalDomainFederation - 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 + summary: Get federationConfiguration from domains + description: Domain settings configured by a customer when federated with Microsoft Entra ID. Supports $expand. operationId: domain_GetFederationConfiguration parameters: - name: domain-id @@ -15077,11 +14868,7 @@ paths: patch: tags: - domains.internalDomainFederation - 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 + summary: Update the navigation property federationConfiguration in domains operationId: domain_UpdateFederationConfiguration parameters: - name: domain-id @@ -15120,11 +14907,7 @@ paths: delete: tags: - domains.internalDomainFederation - 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 + summary: Delete navigation property federationConfiguration for domains operationId: domain_DeleteFederationConfiguration parameters: - name: domain-id @@ -15285,11 +15068,8 @@ paths: get: tags: - domains.domainDnsRecord - 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 + 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.' operationId: domain_ListServiceConfigurationRecord parameters: - name: domain-id @@ -15528,11 +15308,8 @@ paths: get: tags: - domains.domainDnsRecord - 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 + 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.' operationId: domain_ListVerificationDnsRecord parameters: - name: domain-id @@ -15786,10 +15563,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' @@ -15911,10 +15688,10 @@ paths: tags: - organization.organization summary: Update organization - description: 'Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.' + description: Update the properties of a organization object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0 operationId: organization_UpdateOrganization parameters: - name: organization-id @@ -15972,11 +15749,8 @@ paths: get: tags: - organization.organizationalBranding - summary: Get organizationalBranding - description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 + summary: Get branding from organization + description: Branding for the organization. Nullable. operationId: organization_GetBranding parameters: - name: organization-id @@ -16020,11 +15794,7 @@ paths: patch: tags: - organization.organizationalBranding - 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 + summary: Update the navigation property branding in organization operationId: organization_UpdateBranding parameters: - name: organization-id @@ -16055,11 +15825,7 @@ paths: delete: tags: - organization.organizationalBranding - 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 + summary: Delete navigation property branding for organization operationId: organization_DeleteBranding parameters: - name: organization-id @@ -16088,9 +15854,6 @@ paths: - organization.organizationalBranding summary: Get backgroundImage for the navigation property branding from organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingBackgroundImage parameters: - name: organization-id @@ -16195,9 +15958,6 @@ paths: - organization.organizationalBranding summary: Get bannerLogo for the navigation property branding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingBannerLogo parameters: - name: organization-id @@ -16302,9 +16062,6 @@ paths: - organization.organizationalBranding summary: Get customCSS for the navigation property branding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingCustomCSS parameters: - name: organization-id @@ -16409,9 +16166,6 @@ paths: - organization.organizationalBranding summary: Get favicon for the navigation property branding from organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingFavicon parameters: - name: organization-id @@ -16516,9 +16270,6 @@ paths: - organization.organizationalBranding summary: Get headerLogo for the navigation property branding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingHeaderLogo parameters: - name: organization-id @@ -16621,11 +16372,8 @@ paths: get: tags: - organization.organizationalBranding - 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 + summary: Get localizations from organization + description: Add different branding based on a locale. operationId: organization.branding_ListLocalization parameters: - name: organization-id @@ -16683,11 +16431,7 @@ paths: post: tags: - organization.organizationalBranding - 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 + summary: Create new navigation property to localizations for organization operationId: organization.branding_CreateLocalization parameters: - name: organization-id @@ -16719,11 +16463,8 @@ paths: get: tags: - organization.organizationalBranding - 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 + summary: Get localizations from organization + description: Add different branding based on a locale. operationId: organization.branding_GetLocalization parameters: - name: organization-id @@ -16775,11 +16516,7 @@ paths: patch: 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 + summary: Update the navigation property localizations in organization operationId: organization.branding_UpdateLocalization parameters: - name: organization-id @@ -16818,11 +16555,7 @@ paths: delete: tags: - organization.organizationalBranding - 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 + summary: Delete navigation property localizations for organization operationId: organization.branding_DeleteLocalization parameters: - name: organization-id @@ -16859,9 +16592,6 @@ paths: - organization.organizationalBranding summary: Get backgroundImage for the navigation property localizations from organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsBackgroundImage parameters: - name: organization-id @@ -16982,9 +16712,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsBannerLogo parameters: - name: organization-id @@ -17105,9 +16832,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsCustomCSS parameters: - name: organization-id @@ -17228,9 +16952,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsFavicon parameters: - name: organization-id @@ -17351,9 +17072,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsHeaderLogo parameters: - name: organization-id @@ -17474,9 +17192,6 @@ paths: - organization.organizationalBranding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsSquareLogo parameters: - name: organization-id @@ -17597,9 +17312,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding_GetLocalizationsSquareLogoDark parameters: - name: organization-id @@ -17742,9 +17454,6 @@ paths: - 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingSquareLogo parameters: - name: organization-id @@ -17849,9 +17558,6 @@ paths: - organization.organizationalBranding 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. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization_GetBrandingSquareLogoDark parameters: - name: organization-id @@ -19958,6 +19664,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -20221,6 +19928,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -20232,9 +19940,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -20751,7 +20461,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -20828,6 +20538,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only. nullable: true verifiedPublisher: $ref: '#/components/schemas/microsoft.graph.verifiedPublisher' @@ -22618,7 +22329,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -22730,6 +22441,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -23161,6 +22873,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -23820,6 +23537,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -24355,7 +24080,7 @@ components: description: 'The URL of the external identity provider, which must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique within the app. It has a limit of 600 characters. Required.' name: type: string - description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Required. Not nullable. Supports $filter (eq).' + description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Alternate key. Required. Not nullable. Supports $filter (eq).' subject: type: string description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format; each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique within the app. It has a limit of 600 characters. Supports $filter (eq).' @@ -26800,13 +26525,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -27026,7 +26751,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -27181,6 +26906,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -30400,11 +30126,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -30420,13 +30146,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -34260,7 +33986,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 2d3b0c335c..5b60d7b2d7 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -151,11 +151,8 @@ paths: get: tags: - agreements.agreementAcceptance - 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 + summary: Get acceptances from agreements + description: Read-only. Information about acceptances of this agreement. operationId: agreement_ListAcceptance parameters: - name: agreement-id @@ -394,11 +391,8 @@ paths: get: tags: - agreements.agreementFile - 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 + summary: Get file from agreements + description: Default PDF linked to this agreement. operationId: agreement_GetFile parameters: - name: agreement-id @@ -500,11 +494,8 @@ paths: get: tags: - agreements.agreementFile - 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 + summary: Get localizations from agreements + description: The localized version of the terms of use agreement files attached to the agreement. operationId: agreement.file_ListLocalization parameters: - name: agreement-id @@ -1090,11 +1081,7 @@ paths: post: tags: - agreements.agreementFileLocalization - 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 + summary: Create new navigation property to files for agreements operationId: agreement_CreateFile parameters: - name: agreement-id @@ -1699,11 +1686,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + summary: Get definitions from identityGovernance + description: Represents the template and scheduling for an access review. operationId: identityGovernance.accessReview_ListDefinition parameters: - $ref: '#/components/parameters/top' @@ -1753,11 +1737,7 @@ paths: post: tags: - identityGovernance.accessReviewSet - 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 + summary: Create new navigation property to definitions for identityGovernance operationId: identityGovernance.accessReview_CreateDefinition requestBody: description: New navigation property @@ -1780,11 +1760,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + summary: Get definitions from identityGovernance + description: Represents the template and scheduling for an access review. operationId: identityGovernance.accessReview_GetDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -1859,11 +1836,7 @@ paths: delete: tags: - identityGovernance.accessReviewSet - 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 + summary: Delete navigation property definitions for identityGovernance operationId: identityGovernance.accessReview_DeleteDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -1890,11 +1863,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + 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.' operationId: identityGovernance.accessReview.definition_ListInstance parameters: - name: accessReviewScheduleDefinition-id @@ -1984,11 +1954,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + 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.' operationId: identityGovernance.accessReview.definition_GetInstance parameters: - name: accessReviewScheduleDefinition-id @@ -2040,11 +2007,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - 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 + summary: Update the navigation property instances in identityGovernance operationId: identityGovernance.accessReview.definition_UpdateInstance parameters: - name: accessReviewScheduleDefinition-id @@ -2118,11 +2081,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List contactedReviewers - description: 'Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0 + summary: Get contactedReviewers from identityGovernance + description: 'Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.' operationId: identityGovernance.accessReview.definition.instance_ListContactedReviewer parameters: - name: accessReviewScheduleDefinition-id @@ -2409,11 +2369,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions - description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance_ListDecision parameters: - name: accessReviewScheduleDefinition-id @@ -2519,11 +2476,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance_GetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -3040,6 +2994,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition.instance.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -3348,11 +3306,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List stages (of an access review) - description: Retrieve the stages in a multi-stage access review instance. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.definition.instance_ListStage parameters: - name: accessReviewScheduleDefinition-id @@ -3458,11 +3413,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewStage - description: Retrieve the properties and relationships of an accessReviewStage object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0 + summary: Get stages from identityGovernance + description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' operationId: identityGovernance.accessReview.definition.instance_GetStage parameters: - name: accessReviewScheduleDefinition-id @@ -3522,11 +3474,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewStage - description: 'Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0 + summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.accessReview.definition.instance_UpdateStage parameters: - name: accessReviewScheduleDefinition-id @@ -3616,11 +3564,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: List decisions (from a multi-stage access review) - description: Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.stage_ListDecision parameters: - name: accessReviewScheduleDefinition-id @@ -3742,11 +3687,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get accessReviewInstanceDecisionItem - description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 + summary: Get decisions from identityGovernance + description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' operationId: identityGovernance.accessReview.definition.instance.stage_GetDecision parameters: - name: accessReviewScheduleDefinition-id @@ -3814,11 +3756,7 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update accessReviewInstanceDecisionItem - description: 'Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0 + summary: Update the navigation property decisions in identityGovernance operationId: identityGovernance.accessReview.definition.instance.stage_UpdateDecision parameters: - name: accessReviewScheduleDefinition-id @@ -4347,6 +4285,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition.instance.stage.decision_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -4515,6 +4457,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition.instance.stage_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -4626,6 +4572,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Retrieve all accessReviewInstance objects on a given accessReviewScheduleDefinition where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition.instance_filterGraphBPreCurrentUser parameters: - name: accessReviewScheduleDefinition-id @@ -4742,6 +4692,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Returns accessReviewScheduleDefinition objects where the calling user is a reviewer on one or more accessReviewInstance objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition_filterGraphBPreCurrentUser parameters: - name: on @@ -4814,11 +4768,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + summary: Get historyDefinitions from identityGovernance + description: Represents a collection of access review history data and the scopes used to collect that data. operationId: identityGovernance.accessReview_ListHistoryDefinition parameters: - $ref: '#/components/parameters/top' @@ -4868,11 +4819,7 @@ paths: post: tags: - identityGovernance.accessReviewSet - 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 + summary: Create new navigation property to historyDefinitions for identityGovernance operationId: identityGovernance.accessReview_CreateHistoryDefinition requestBody: description: New navigation property @@ -4895,11 +4842,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + summary: Get historyDefinitions from identityGovernance + description: Represents a collection of access review history data and the scopes used to collect that data. operationId: identityGovernance.accessReview_GetHistoryDefinition parameters: - name: accessReviewHistoryDefinition-id @@ -5001,11 +4945,8 @@ paths: get: tags: - identityGovernance.accessReviewSet - 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 + 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.' operationId: identityGovernance.accessReview.historyDefinition_ListInstance parameters: - name: accessReviewHistoryDefinition-id @@ -5372,11 +5313,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + 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. operationId: identityGovernance.appConsent_ListAppConsentRequest parameters: - $ref: '#/components/parameters/top' @@ -5449,11 +5387,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + 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. operationId: identityGovernance.appConsent_GetAppConsentRequest parameters: - name: appConsentRequest-id @@ -5555,11 +5490,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + summary: Get userConsentRequests from identityGovernance + description: A list of pending user consent requests. Supports $filter (eq). operationId: identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest parameters: - name: appConsentRequest-id @@ -5649,11 +5581,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + summary: Get userConsentRequests from identityGovernance + description: A list of pending user consent requests. Supports $filter (eq). operationId: identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest parameters: - name: appConsentRequest-id @@ -5906,11 +5835,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + summary: Get stages from identityGovernance + description: A collection of stages in the approval decision. operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_ListStage parameters: - name: appConsentRequest-id @@ -6016,11 +5942,8 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - 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 + summary: Get stages from identityGovernance + description: A collection of stages in the approval decision. operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_GetStage parameters: - name: appConsentRequest-id @@ -6080,11 +6003,7 @@ paths: patch: tags: - identityGovernance.appConsentApprovalRoute - 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 + summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest.approval_UpdateStage parameters: - name: appConsentRequest-id @@ -6227,6 +6146,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'Retrieve a collection of userConsentRequest objects for accessing a specified app, for which the current user is the reviewer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequest.userConsentRequest_filterGraphBPreCurrentUser parameters: - name: appConsentRequest-id @@ -6322,6 +6245,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Retrieve a collection of appConsentRequest objects for which the current user is the reviewer and the status of the userConsentRequest for accessing the specified app is InProgress. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -6471,8 +6398,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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." + summary: Get accessPackageAssignmentApprovals from identityGovernance + description: Approval stages for decisions associated with access package assignment requests. operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval parameters: - $ref: '#/components/parameters/top' @@ -6545,11 +6472,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get accessPackageAssignmentApprovals from identityGovernance + description: Approval stages for decisions associated with access package assignment requests. operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval parameters: - name: approval-id @@ -6651,11 +6575,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get stages from identityGovernance + description: A collection of stages in the approval decision. operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStage parameters: - name: approval-id @@ -6745,11 +6666,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get stages from identityGovernance + description: A collection of stages in the approval decision. operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStage parameters: - name: approval-id @@ -6801,11 +6719,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStage parameters: - name: approval-id @@ -6916,6 +6830,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_filterGraphBPreCurrentUser parameters: - name: on @@ -6988,11 +6906,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + 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. operationId: identityGovernance.entitlementManagement_ListAccessPackage parameters: - $ref: '#/components/parameters/top' @@ -7042,11 +6957,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to accessPackages for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAccessPackage requestBody: description: New navigation property @@ -7069,11 +6980,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + 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. operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -7117,11 +7025,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property accessPackages in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateAccessPackage parameters: - name: accessPackage-id @@ -7152,11 +7056,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property accessPackages for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteAccessPackage parameters: - name: accessPackage-id @@ -7183,11 +7083,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get accessPackagesIncompatibleWith from identityGovernance + description: The access packages that are incompatible with this package. Read-only. operationId: identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre parameters: - name: accessPackage-id @@ -8354,11 +8251,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get incompatibleAccessPackages from identityGovernance + description: The access packages whose assigned users are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage parameters: - name: accessPackage-id @@ -8417,11 +8311,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8478,11 +8368,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get ref of incompatibleAccessPackages from identityGovernance + description: The access packages whose assigned users are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8520,11 +8407,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property ref to incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8546,11 +8429,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8585,11 +8464,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get incompatibleGroups from identityGovernance + description: The groups whose members are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup parameters: - name: accessPackage-id @@ -8648,11 +8524,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef parameters: - name: accessPackage-id @@ -8806,11 +8678,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get ref of incompatibleGroups from identityGovernance + description: The groups whose members are ineligible to be assigned this access package. operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -8848,11 +8717,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property ref to incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -8874,11 +8739,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property incompatibleGroups for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -9014,11 +8875,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to resourceRoleScopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_CreateResourceRoleScope parameters: - name: accessPackage-id @@ -9142,11 +8999,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property resourceRoleScopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackage_DeleteResourceRoleScope parameters: - name: accessPackage-id @@ -12078,6 +11931,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackage objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_filterGraphBPreCurrentUser parameters: - name: on @@ -12150,11 +12007,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + 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. operationId: identityGovernance.entitlementManagement_ListAssignmentPolicy parameters: - $ref: '#/components/parameters/top' @@ -12204,11 +12058,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to assignmentPolicies for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAssignmentPolicy requestBody: description: New navigation property @@ -12231,11 +12081,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + 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. operationId: identityGovernance.entitlementManagement_GetAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -12310,11 +12157,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property assignmentPolicies for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -12981,11 +12824,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get assignmentRequests from identityGovernance + description: Access package assignment requests created by or on behalf of a subject. operationId: identityGovernance.entitlementManagement_ListAssignmentRequest parameters: - $ref: '#/components/parameters/top' @@ -13035,11 +12875,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to assignmentRequests for identityGovernance operationId: identityGovernance.entitlementManagement_CreateAssignmentRequest requestBody: description: New navigation property @@ -13062,11 +12898,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get assignmentRequests from identityGovernance + description: Access package assignment requests created by or on behalf of a subject. operationId: identityGovernance.entitlementManagement_GetAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -13141,11 +12974,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property assignmentRequests for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -13418,6 +13247,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignmentRequest objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignmentRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -13490,11 +13323,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get assignments from identityGovernance + description: The assignment of an access package to a subject for a period of time. operationId: identityGovernance.entitlementManagement_ListAssignment parameters: - $ref: '#/components/parameters/top' @@ -13567,11 +13397,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get assignments from identityGovernance + description: The assignment of an access package to a subject for a period of time. operationId: identityGovernance.entitlementManagement_GetAssignment parameters: - name: accessPackageAssignment-id @@ -13851,6 +13678,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function additionalAccess + description: 'In Microsoft Entra Entitlement Management, retrieve a collection of accessPackageAssignment objects that indicate a target user has an assignment to a specified access package and also an assignment to another, potentially incompatible, access package. This can be used to prepare to configure the incompatible access packages for a specific access package.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignment_additionalAccess parameters: - $ref: '#/components/parameters/top' @@ -13999,6 +13830,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignment objects filtered on the signed-in user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignment_filterGraphBPreCurrentUser parameters: - name: on @@ -14071,11 +13906,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get catalogs from identityGovernance + description: A container for access packages. operationId: identityGovernance.entitlementManagement_ListCatalog parameters: - $ref: '#/components/parameters/top' @@ -14125,11 +13957,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to catalogs for identityGovernance operationId: identityGovernance.entitlementManagement_CreateCatalog requestBody: description: New navigation property @@ -14152,11 +13980,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get catalogs from identityGovernance + description: A container for access packages. operationId: identityGovernance.entitlementManagement_GetCatalog parameters: - name: accessPackageCatalog-id @@ -14200,11 +14025,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property catalogs in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateCatalog parameters: - name: accessPackageCatalog-id @@ -14235,11 +14056,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property catalogs for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteCatalog parameters: - name: accessPackageCatalog-id @@ -14402,11 +14219,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get customWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.catalog_ListCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14464,11 +14277,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to customWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.catalog_CreateCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14500,11 +14309,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get customWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.catalog_GetCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14556,11 +14361,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property customWorkflowExtensions in identityGovernance operationId: identityGovernance.entitlementManagement.catalog_UpdateCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14599,11 +14400,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + summary: Delete navigation property customWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.catalog_DeleteCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14660,11 +14457,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get resourceRoles from identityGovernance operationId: identityGovernance.entitlementManagement.catalog_ListResourceRole parameters: - name: accessPackageCatalog-id @@ -16206,11 +15999,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get resources from identityGovernance + description: Access package resources in this catalog. operationId: identityGovernance.entitlementManagement.catalog_ListResource parameters: - name: accessPackageCatalog-id @@ -20219,11 +20009,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get connectedOrganizations from identityGovernance + description: References to a directory or domain of another organization whose users can request access. operationId: identityGovernance.entitlementManagement_ListConnectedOrganization parameters: - $ref: '#/components/parameters/top' @@ -20273,11 +20060,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to connectedOrganizations for identityGovernance operationId: identityGovernance.entitlementManagement_CreateConnectedOrganization requestBody: description: New navigation property @@ -20300,11 +20083,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get connectedOrganizations from identityGovernance + description: References to a directory or domain of another organization whose users can request access. operationId: identityGovernance.entitlementManagement_GetConnectedOrganization parameters: - name: connectedOrganization-id @@ -20348,11 +20128,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property connectedOrganizations in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateConnectedOrganization parameters: - name: connectedOrganization-id @@ -20383,11 +20159,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete navigation property connectedOrganizations for identityGovernance operationId: identityGovernance.entitlementManagement_DeleteConnectedOrganization parameters: - name: connectedOrganization-id @@ -20414,11 +20186,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get externalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsor parameters: - name: connectedOrganization-id @@ -20477,11 +20245,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property externalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -20538,11 +20302,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of externalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20580,11 +20340,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property ref to externalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20606,11 +20362,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property externalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20645,11 +20397,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get internalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsor parameters: - name: connectedOrganization-id @@ -20708,11 +20456,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property internalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -20769,11 +20513,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get ref of internalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20811,11 +20551,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property ref to internalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20837,11 +20573,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - 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 + summary: Delete ref of navigation property internalSponsors for identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20890,11 +20622,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get resourceEnvironments from identityGovernance + description: A reference to the geolocation environments in which a resource is located. operationId: identityGovernance.entitlementManagement_ListResourceEnvironment parameters: - $ref: '#/components/parameters/top' @@ -23538,11 +23267,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get resourceRequests from identityGovernance + description: Represents a request to add or remove a resource to or from a catalog respectively. operationId: identityGovernance.entitlementManagement_ListResourceRequest parameters: - $ref: '#/components/parameters/top' @@ -23592,11 +23318,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to resourceRequests for identityGovernance operationId: identityGovernance.entitlementManagement_CreateResourceRequest requestBody: description: New navigation property @@ -23960,11 +23682,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get customWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequest.catalog_ListCustomWorkflowExtension parameters: - name: accessPackageResourceRequest-id @@ -24022,11 +23740,7 @@ paths: post: tags: - identityGovernance.entitlementManagement - 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 + summary: Create new navigation property to customWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequest.catalog_CreateCustomWorkflowExtension parameters: - name: accessPackageResourceRequest-id @@ -24058,11 +23772,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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-1.0 + summary: Get customWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequest.catalog_GetCustomWorkflowExtension parameters: - name: accessPackageResourceRequest-id @@ -24114,11 +23824,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property customWorkflowExtensions in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequest.catalog_UpdateCustomWorkflowExtension parameters: - name: accessPackageResourceRequest-id @@ -24157,11 +23863,7 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete accessPackageAssignmentWorkflowExtension - description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 + summary: Delete navigation property customWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequest.catalog_DeleteCustomWorkflowExtension parameters: - name: accessPackageResourceRequest-id @@ -24218,11 +23920,7 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get resourceRoles from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequest.catalog_ListResourceRole parameters: - name: accessPackageResourceRequest-id @@ -25764,11 +25462,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get resources from identityGovernance + description: Access package resources in this catalog. operationId: identityGovernance.entitlementManagement.resourceRequest.catalog_ListResource parameters: - name: accessPackageResourceRequest-id @@ -36427,11 +36122,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - 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 + summary: Get settings from identityGovernance + description: The settings that control the behavior of Microsoft Entra entitlement management. operationId: identityGovernance.entitlementManagement_GetSetting parameters: - name: $select @@ -36467,11 +36159,7 @@ paths: patch: tags: - identityGovernance.entitlementManagement - 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 + summary: Update the navigation property settings in identityGovernance operationId: identityGovernance.entitlementManagement_UpdateSetting requestBody: description: New navigation property values @@ -36589,11 +36277,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get customTaskExtensions from identityGovernance + description: The customTaskExtension instance. operationId: identityGovernance.lifecycleWorkflow_ListCustomTaskExtension parameters: - $ref: '#/components/parameters/top' @@ -36643,11 +36328,7 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Create new navigation property to customTaskExtensions for identityGovernance operationId: identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension requestBody: description: New navigation property @@ -36670,11 +36351,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get customTaskExtensions from identityGovernance + description: The customTaskExtension instance. operationId: identityGovernance.lifecycleWorkflow_GetCustomTaskExtension parameters: - name: customTaskExtension-id @@ -36718,11 +36396,7 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Update the navigation property customTaskExtensions in identityGovernance operationId: identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension parameters: - name: customTaskExtension-id @@ -36753,11 +36427,7 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Delete navigation property customTaskExtensions for identityGovernance operationId: identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension parameters: - name: customTaskExtension-id @@ -37258,11 +36928,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: Deleted workflows that end up in the deletedItemsContainer. operationId: identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -37313,11 +36980,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: Deleted workflows that end up in the deletedItemsContainer. operationId: identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow parameters: - name: workflow-id @@ -37361,11 +37025,7 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Delete navigation property workflows for identityGovernance operationId: identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow parameters: - name: workflow-id @@ -38041,11 +37701,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListRun parameters: - name: workflow-id @@ -38104,11 +37761,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetRun parameters: - name: workflow-id @@ -38161,11 +37815,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the taskProcessingResult resources for a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListTaskProcessingResult parameters: - name: workflow-id @@ -38727,11 +38378,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List userProcessingResults - description: Get user processing results of a workflow run object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_ListUserProcessingResult parameters: - name: workflow-id @@ -38798,11 +38446,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get userProcessingResult - description: Get the user processing result of a user processing result of a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run_GetUserProcessingResult parameters: - name: workflow-id @@ -39145,11 +38790,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.run.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -39937,11 +39579,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskReports from identityGovernance + description: Represents the aggregation of task execution data for tasks within a workflow object. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListTaskReport parameters: - name: workflow-id @@ -40162,11 +39801,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResult (for a taskReport) - description: Get the task processing result resources from the taskReport. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related lifecycle workflow taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.taskReport_ListTaskProcessingResult parameters: - name: workflow-id @@ -41596,11 +41232,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get userProcessingResults from identityGovernance + description: Per-user workflow execution results. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListUserProcessingResult parameters: - name: workflow-id @@ -41955,11 +41588,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -42586,11 +42216,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_ListVersion parameters: - name: workflow-id @@ -42649,11 +42276,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.deletedItem.workflow_GetVersion parameters: - name: workflow-id @@ -44238,11 +43862,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get settings from identityGovernance + description: The settings of the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_GetSetting parameters: - name: $select @@ -44278,11 +43899,7 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Update the navigation property settings in identityGovernance operationId: identityGovernance.lifecycleWorkflow_UpdateSetting requestBody: description: New navigation property values @@ -44305,11 +43922,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskDefinitions from identityGovernance + description: The definition of tasks within the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -44360,11 +43974,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskDefinitions from identityGovernance + description: The definition of tasks within the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_GetTaskDefinition parameters: - name: taskDefinition-id @@ -44423,11 +44034,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: The workflows in the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -44477,11 +44085,7 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Create workflow - description: Create a new workflow object. You can create up to 50 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 + summary: Create new navigation property to workflows for identityGovernance operationId: identityGovernance.lifecycleWorkflow_CreateWorkflow requestBody: description: New navigation property @@ -44504,11 +44108,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflows from identityGovernance + description: The workflows in the lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflow_GetWorkflow parameters: - name: workflow-id @@ -44552,11 +44153,7 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Update the navigation property workflows in identityGovernance operationId: identityGovernance.lifecycleWorkflow_UpdateWorkflow parameters: - name: workflow-id @@ -44587,11 +44184,7 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Delete navigation property workflows for identityGovernance operationId: identityGovernance.lifecycleWorkflow_DeleteWorkflow parameters: - name: workflow-id @@ -45267,11 +44860,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.workflow_ListRun parameters: - name: workflow-id @@ -45330,11 +44920,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get runs from identityGovernance + description: Workflow runs. operationId: identityGovernance.lifecycleWorkflow.workflow_GetRun parameters: - name: workflow-id @@ -45387,11 +44974,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the taskProcessingResult resources for a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult parameters: - name: workflow-id @@ -45953,11 +45537,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List userProcessingResults - description: Get user processing results of a workflow run object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.workflow.run_ListUserProcessingResult parameters: - name: workflow-id @@ -46024,11 +45605,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get userProcessingResult - description: Get the user processing result of a user processing result of a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0 + summary: Get userProcessingResults from identityGovernance + description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflow.workflow.run_GetUserProcessingResult parameters: - name: workflow-id @@ -46371,11 +45949,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.workflow.run.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -47163,11 +46738,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get taskReports from identityGovernance + description: Represents the aggregation of task execution data for tasks within a workflow object. operationId: identityGovernance.lifecycleWorkflow.workflow_ListTaskReport parameters: - name: workflow-id @@ -47388,11 +46960,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResult (for a taskReport) - description: Get the task processing result resources from the taskReport. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The related lifecycle workflow taskProcessingResults. operationId: identityGovernance.lifecycleWorkflow.workflow.taskReport_ListTaskProcessingResult parameters: - name: workflow-id @@ -48822,11 +48391,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get userProcessingResults from identityGovernance + description: Per-user workflow execution results. operationId: identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult parameters: - name: workflow-id @@ -49181,11 +48747,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: List taskProcessingResults - description: Get the task processing result from a userProcessingResult either directly or through a run. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 + summary: Get taskProcessingResults from identityGovernance + description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflow.workflow.userProcessingResult_ListTaskProcessingResult parameters: - name: workflow-id @@ -49812,11 +49375,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.workflow_ListVersion parameters: - name: workflow-id @@ -49875,11 +49435,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get versions from identityGovernance + description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflow.workflow_GetVersion parameters: - name: workflow-id @@ -51464,11 +51021,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflowTemplates from identityGovernance + description: The workflow templates in the lifecycle workflow instance. operationId: identityGovernance.lifecycleWorkflow_ListWorkflowTemplate parameters: - $ref: '#/components/parameters/top' @@ -51519,11 +51073,8 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - 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 + summary: Get workflowTemplates from identityGovernance + description: The workflow templates in the lifecycle workflow instance. operationId: identityGovernance.lifecycleWorkflow_GetWorkflowTemplate parameters: - name: workflowTemplate-id @@ -52611,11 +52162,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get stages from identityGovernance + description: A collection of stages in the approval decision. operationId: identityGovernance.privilegedAccess.group.assignmentApproval_ListStage parameters: - name: approval-id @@ -52705,11 +52253,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get stages from identityGovernance + description: A collection of stages in the approval decision. operationId: identityGovernance.privilegedAccess.group.assignmentApproval_GetStage parameters: - name: approval-id @@ -52761,11 +52306,7 @@ paths: patch: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.privilegedAccess.group.assignmentApproval_UpdateStage parameters: - name: approval-id @@ -52876,6 +52417,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentApproval_filterGraphBPreCurrentUser parameters: - name: on @@ -52948,11 +52493,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleInstances from identityGovernance + description: The instances of assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -53025,11 +52567,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleInstances from identityGovernance + description: The instances of assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id @@ -53365,6 +52904,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -53437,11 +52980,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -53491,11 +53031,7 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Create new navigation property to assignmentScheduleRequests for identityGovernance operationId: identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest requestBody: description: New navigation property @@ -53518,11 +53054,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id @@ -53929,6 +53462,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -54001,11 +53538,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentSchedules from identityGovernance + description: The assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -54078,11 +53612,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get assignmentSchedules from identityGovernance + description: The assignment schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetAssignmentSchedule parameters: - name: privilegedAccessGroupAssignmentSchedule-id @@ -54418,6 +53949,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentSchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -54490,11 +54025,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleInstances from identityGovernance + description: The instances of eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -54567,11 +54099,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleInstances from identityGovernance + description: The instances of eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id @@ -54861,6 +54390,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Return instances of membership and ownership eligibility schedules for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -54933,11 +54466,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -54987,11 +54517,7 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Create new navigation property to eligibilityScheduleRequests for identityGovernance operationId: identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest requestBody: description: New navigation property @@ -55014,11 +54540,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilityScheduleRequests from identityGovernance + description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id @@ -55379,6 +54902,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM for groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -55451,11 +54978,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilitySchedules from identityGovernance + description: The eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_ListEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -55528,11 +55052,8 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - 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 + summary: Get eligibilitySchedules from identityGovernance + description: The eligibility schedules to activate a just-in-time access. operationId: identityGovernance.privilegedAccess.group_GetEligibilitySchedule parameters: - name: privilegedAccessGroupEligibilitySchedule-id @@ -55822,6 +55343,10 @@ paths: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser + description: Retrieve schedules of membership and ownership eligibility requests for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.eligibilitySchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -56162,11 +55687,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + 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. operationId: identityGovernance.termsGraphOPreUse_ListAgreement parameters: - $ref: '#/components/parameters/top' @@ -56216,11 +55738,7 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Create new navigation property to agreements for identityGovernance operationId: identityGovernance.termsGraphOPreUse_CreateAgreement requestBody: description: New navigation property @@ -56243,11 +55761,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: List files (terms of use agreement files) - description: Retrieve all files related to an agreement. This includes the default file and all localized files. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0 + 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. operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -56291,11 +55806,7 @@ paths: patch: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Update the navigation property agreements in identityGovernance operationId: identityGovernance.termsGraphOPreUse_UpdateAgreement parameters: - name: agreement-id @@ -56326,11 +55837,7 @@ paths: delete: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Delete navigation property agreements for identityGovernance operationId: identityGovernance.termsGraphOPreUse_DeleteAgreement parameters: - name: agreement-id @@ -56357,11 +55864,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Get acceptances from identityGovernance + description: Read-only. Information about acceptances of this agreement. operationId: identityGovernance.termsGraphOPreUse.agreement_ListAcceptance parameters: - name: agreement-id @@ -56600,11 +56104,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Get file from identityGovernance + description: Default PDF linked to this agreement. operationId: identityGovernance.termsGraphOPreUse.agreement_GetFile parameters: - name: agreement-id @@ -56706,11 +56207,8 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Get localizations from identityGovernance + description: The localized version of the terms of use agreement files attached to the agreement. operationId: identityGovernance.termsGraphOPreUse.agreement.file_ListLocalization parameters: - name: agreement-id @@ -57296,11 +56794,7 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - 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 + summary: Create new navigation property to files for identityGovernance operationId: identityGovernance.termsGraphOPreUse.agreement_CreateFile parameters: - name: agreement-id @@ -58287,11 +57781,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignments from roleManagement + description: Resource to grant access to users or groups. operationId: roleManagement.directory_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -58341,11 +57832,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.directory_CreateRoleAssignment requestBody: description: New navigation property @@ -58368,11 +57855,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignments from roleManagement + description: Resource to grant access to users or groups. operationId: roleManagement.directory_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -58447,11 +57931,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.directory_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -58733,11 +58213,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement + description: Instances for active role assignments. operationId: roleManagement.directory_ListRoleAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -58810,11 +58287,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement + description: Instances for active role assignments. operationId: roleManagement.directory_GetRoleAssignmentScheduleInstance parameters: - name: unifiedRoleAssignmentScheduleInstance-id @@ -59161,6 +58635,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get the instances of active role assignments for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -59233,11 +58711,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement + description: Requests for active role assignments to principals through PIM. operationId: roleManagement.directory_ListRoleAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -59287,11 +58762,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.directory_CreateRoleAssignmentScheduleRequest requestBody: description: New navigation property @@ -59314,11 +58785,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement + description: Requests for active role assignments to principals through PIM. operationId: roleManagement.directory_GetRoleAssignmentScheduleRequest parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -59736,6 +59204,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -59808,11 +59280,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement + description: Schedules for active role assignment operations. operationId: roleManagement.directory_ListRoleAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -59885,11 +59354,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement + description: Schedules for active role assignment operations. operationId: roleManagement.directory_GetRoleAssignmentSchedule parameters: - name: unifiedRoleAssignmentSchedule-id @@ -60236,6 +59702,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleAssignmentSchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -60308,11 +59778,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleDefinitions from roleManagement + description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. operationId: roleManagement.directory_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -60362,11 +59829,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.directory_CreateRoleDefinition requestBody: description: New navigation property @@ -60389,11 +59852,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleDefinitions from roleManagement + description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. operationId: roleManagement.directory_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -60437,11 +59897,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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 + summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.directory_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -60472,11 +59928,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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 + summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.directory_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -60757,11 +60209,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleInstances from roleManagement + description: Instances for role eligibility requests. operationId: roleManagement.directory_ListRoleEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -60834,11 +60283,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleInstances from roleManagement + description: Instances for role eligibility requests. operationId: roleManagement.directory_GetRoleEligibilityScheduleInstance parameters: - name: unifiedRoleEligibilityScheduleInstance-id @@ -61139,6 +60585,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get the instances of eligible roles for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -61211,11 +60661,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleRequests from roleManagement + description: Requests for role eligibilities for principals through PIM. operationId: roleManagement.directory_ListRoleEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -61265,11 +60712,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.directory_CreateRoleEligibilityScheduleRequest requestBody: description: New navigation property @@ -61292,11 +60735,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleRequests from roleManagement + description: Requests for role eligibilities for principals through PIM. operationId: roleManagement.directory_GetRoleEligibilityScheduleRequest parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -61668,6 +61108,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -61740,11 +61184,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilitySchedules from roleManagement + description: Schedules for role eligibility operations. operationId: roleManagement.directory_ListRoleEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -61817,11 +61258,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilitySchedules from roleManagement + description: Schedules for role eligibility operations. operationId: roleManagement.directory_GetRoleEligibilitySchedule parameters: - name: unifiedRoleEligibilitySchedule-id @@ -62122,6 +61560,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Retrieve the schedules for role eligibilities for which the signed-in user is the principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleEligibilitySchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -62699,11 +62141,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignments from roleManagement + description: Resource to grant access to users or groups. operationId: roleManagement.entitlementManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -62753,11 +62192,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleAssignments for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -62780,11 +62215,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignments from roleManagement + description: Resource to grant access to users or groups. operationId: roleManagement.entitlementManagement_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -62859,11 +62291,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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 + summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.entitlementManagement_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -63145,11 +62573,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement + description: Instances for active role assignments. operationId: roleManagement.entitlementManagement_ListRoleAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -63222,11 +62647,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleInstances from roleManagement + description: Instances for active role assignments. operationId: roleManagement.entitlementManagement_GetRoleAssignmentScheduleInstance parameters: - name: unifiedRoleAssignmentScheduleInstance-id @@ -63573,6 +62995,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get the instances of active role assignments for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -63645,11 +63071,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement + description: Requests for active role assignments to principals through PIM. operationId: roleManagement.entitlementManagement_ListRoleAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -63699,11 +63122,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleAssignmentScheduleRequest requestBody: description: New navigation property @@ -63726,11 +63145,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentScheduleRequests from roleManagement + description: Requests for active role assignments to principals through PIM. operationId: roleManagement.entitlementManagement_GetRoleAssignmentScheduleRequest parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -64148,6 +63564,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -64220,11 +63640,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement + description: Schedules for active role assignment operations. operationId: roleManagement.entitlementManagement_ListRoleAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -64297,11 +63714,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleAssignmentSchedules from roleManagement + description: Schedules for active role assignment operations. operationId: roleManagement.entitlementManagement_GetRoleAssignmentSchedule parameters: - name: unifiedRoleAssignmentSchedule-id @@ -64648,6 +64062,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleAssignmentSchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -64720,11 +64138,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleDefinitions from roleManagement + description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. operationId: roleManagement.entitlementManagement_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -64774,11 +64189,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -64801,11 +64212,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleDefinitions from roleManagement + description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. operationId: roleManagement.entitlementManagement_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -64849,11 +64257,7 @@ paths: patch: tags: - roleManagement.rbacApplication - 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 + summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.entitlementManagement_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -64884,11 +64288,7 @@ paths: delete: tags: - roleManagement.rbacApplication - 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 + summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.entitlementManagement_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -65169,11 +64569,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleInstances from roleManagement + description: Instances for role eligibility requests. operationId: roleManagement.entitlementManagement_ListRoleEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -65246,11 +64643,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleInstances from roleManagement + description: Instances for role eligibility requests. operationId: roleManagement.entitlementManagement_GetRoleEligibilityScheduleInstance parameters: - name: unifiedRoleEligibilityScheduleInstance-id @@ -65551,6 +64945,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Get the instances of eligible roles for the calling principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstance_filterGraphBPreCurrentUser parameters: - name: on @@ -65623,11 +65021,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleRequests from roleManagement + description: Requests for role eligibilities for principals through PIM. operationId: roleManagement.entitlementManagement_ListRoleEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -65677,11 +65072,7 @@ paths: post: tags: - roleManagement.rbacApplication - 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 + summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement_CreateRoleEligibilityScheduleRequest requestBody: description: New navigation property @@ -65704,11 +65095,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilityScheduleRequests from roleManagement + description: Requests for role eligibilities for principals through PIM. operationId: roleManagement.entitlementManagement_GetRoleEligibilityScheduleRequest parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -66080,6 +65468,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: 'In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequest_filterGraphBPreCurrentUser parameters: - name: on @@ -66152,11 +65544,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilitySchedules from roleManagement + description: Schedules for role eligibility operations. operationId: roleManagement.entitlementManagement_ListRoleEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -66229,11 +65618,8 @@ paths: get: tags: - roleManagement.rbacApplication - 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 + summary: Get roleEligibilitySchedules from roleManagement + description: Schedules for role eligibility operations. operationId: roleManagement.entitlementManagement_GetRoleEligibilitySchedule parameters: - name: unifiedRoleEligibilitySchedule-id @@ -66534,6 +65920,10 @@ paths: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser + description: Retrieve the schedules for role eligibilities for which the signed-in user is the principal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleEligibilitySchedule_filterGraphBPreCurrentUser parameters: - name: on @@ -66606,11 +65996,8 @@ paths: get: tags: - users.agreementAcceptance - summary: List agreementAcceptances - description: Retrieve the signed-in user's agreementAcceptance objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 + summary: Get agreementAcceptances from users + description: The user's terms of use acceptance statuses. Read-only. Nullable. operationId: user_ListAgreementAcceptance parameters: - name: user-id @@ -69689,6 +69076,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -72263,7 +71651,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -72382,6 +71770,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -72813,6 +72202,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -73488,6 +72882,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -76219,13 +75621,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -76445,7 +75847,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -76600,6 +76002,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -79186,6 +78589,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -79197,9 +78601,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -79706,11 +79112,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -79726,13 +79132,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -83379,7 +82785,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Identity.Partner.yml b/openApiDocs/v1.0/Identity.Partner.yml index ae8570e1c3..68cd1d8e40 100644 --- a/openApiDocs/v1.0/Identity.Partner.yml +++ b/openApiDocs/v1.0/Identity.Partner.yml @@ -10,11 +10,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - 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 + summary: Get delegatedAdminCustomers from tenantRelationships + description: The customer who has a delegated admin relationship with a Microsoft partner. operationId: tenantRelationship_ListDelegatedAdminCustomer parameters: - $ref: '#/components/parameters/top' @@ -87,11 +84,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - 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 + summary: Get delegatedAdminCustomers from tenantRelationships + description: The customer who has a delegated admin relationship with a Microsoft partner. operationId: tenantRelationship_GetDelegatedAdminCustomer parameters: - name: delegatedAdminCustomer-id @@ -193,11 +187,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - 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 + summary: Get serviceManagementDetails from tenantRelationships + description: Contains the management details of a service in the customer tenant that's managed by delegated administration. operationId: tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail parameters: - name: delegatedAdminCustomer-id @@ -450,11 +441,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get delegatedAdminRelationships from tenantRelationships + description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. operationId: tenantRelationship_ListDelegatedAdminRelationship parameters: - $ref: '#/components/parameters/top' @@ -504,11 +492,7 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Create new navigation property to delegatedAdminRelationships for tenantRelationships operationId: tenantRelationship_CreateDelegatedAdminRelationship requestBody: description: New navigation property @@ -531,11 +515,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get delegatedAdminRelationships from tenantRelationships + description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. operationId: tenantRelationship_GetDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -579,11 +560,7 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - summary: Update delegatedAdminRelationship - description: 'Update the properties of a delegatedAdminRelationship object. You can only update a relationship when it''s in the created status. However, you can update the autoExtendDuration property when the relationship is in either the created or active status.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0 + summary: Update the navigation property delegatedAdminRelationships in tenantRelationships operationId: tenantRelationship_UpdateDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -614,11 +591,7 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Delete navigation property delegatedAdminRelationships for tenantRelationships operationId: tenantRelationship_DeleteDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -645,11 +618,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get accessAssignments from tenantRelationships + description: The access assignments associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_ListAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -707,11 +677,7 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Create new navigation property to accessAssignments for tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -743,11 +709,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get accessAssignments from tenantRelationships + description: The access assignments associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_GetAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -799,11 +762,7 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Update the navigation property accessAssignments in tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -842,11 +801,7 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Delete navigation property accessAssignments for tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -903,11 +858,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get operations from tenantRelationships + description: The long running operations associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_ListOperation parameters: - name: delegatedAdminRelationship-id @@ -997,11 +949,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get operations from tenantRelationships + description: The long running operations associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_GetOperation parameters: - name: delegatedAdminRelationship-id @@ -1149,11 +1098,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get requests from tenantRelationships + description: The requests associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_ListRequest parameters: - name: delegatedAdminRelationship-id @@ -1211,11 +1157,7 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Create new navigation property to requests for tenantRelationships operationId: tenantRelationship.delegatedAdminRelationship_CreateRequest parameters: - name: delegatedAdminRelationship-id @@ -1247,11 +1189,8 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - 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 + summary: Get requests from tenantRelationships + description: The requests associated with the delegated admin relationship. operationId: tenantRelationship.delegatedAdminRelationship_GetRequest parameters: - name: delegatedAdminRelationship-id diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index b2a4e63662..1df91656cd 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -263,11 +263,8 @@ paths: get: tags: - identity.identityApiConnector - 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 + summary: Get apiConnectors from identity + description: Represents entry point for API connectors. operationId: identity_ListApiConnector parameters: - $ref: '#/components/parameters/top' @@ -317,11 +314,7 @@ paths: post: tags: - identity.identityApiConnector - 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 + summary: Create new navigation property to apiConnectors for identity operationId: identity_CreateApiConnector requestBody: description: New navigation property @@ -344,11 +337,8 @@ paths: get: tags: - identity.identityApiConnector - 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 + summary: Get apiConnectors from identity + description: Represents entry point for API connectors. operationId: identity_GetApiConnector parameters: - name: identityApiConnector-id @@ -392,11 +382,7 @@ paths: patch: tags: - identity.identityApiConnector - 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 + summary: Update the navigation property apiConnectors in identity operationId: identity_UpdateApiConnector parameters: - name: identityApiConnector-id @@ -427,11 +413,7 @@ paths: delete: tags: - identity.identityApiConnector - 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 + summary: Delete navigation property apiConnectors for identity operationId: identity_DeleteApiConnector parameters: - name: identityApiConnector-id @@ -517,11 +499,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: List b2xIdentityUserFlows - description: Retrieve a list of b2xIdentityUserFlow objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0 + summary: Get b2xUserFlows from identity + description: Represents entry point for B2X/self-service sign-up identity userflows. operationId: identity_ListB2xUserFlow parameters: - $ref: '#/components/parameters/top' @@ -571,11 +550,7 @@ paths: post: tags: - identity.b2xIdentityUserFlow - summary: Create b2xIdentityUserFlow - description: Create a new b2xIdentityUserFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0 + summary: Create new navigation property to b2xUserFlows for identity operationId: identity_CreateB2xUserFlow requestBody: description: New navigation property @@ -598,11 +573,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get b2xIdentityUserFlow - description: Retrieve the properties and relationships of a b2xIdentityUserFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0 + summary: Get b2xUserFlows from identity + description: Represents entry point for B2X/self-service sign-up identity userflows. operationId: identity_GetB2xUserFlow parameters: - name: b2xIdentityUserFlow-id @@ -677,11 +649,7 @@ paths: delete: tags: - identity.b2xIdentityUserFlow - summary: Delete b2xIdentityUserFlow - description: Delete a b2xIdentityUserFlow object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0 + summary: Delete navigation property b2xUserFlows for identity operationId: identity_DeleteB2xUserFlow parameters: - name: b2xIdentityUserFlow-id @@ -1193,11 +1161,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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 + summary: Get identityProviders from identity + description: The identity providers included in the user flow. operationId: identity.b2xUserFlow_ListIdentityProvider parameters: - name: b2xIdentityUserFlow-id @@ -1350,11 +1315,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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 + 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. operationId: identity.b2xUserFlow_ListLanguage parameters: - name: b2xIdentityUserFlow-id @@ -1444,11 +1406,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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 + 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. operationId: identity.b2xUserFlow_GetLanguage parameters: - name: b2xIdentityUserFlow-id @@ -1955,11 +1914,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: List overridesPages - description: Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 + summary: Get overridesPages from identity + description: 'Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn''t allowed (creation or deletion of pages).' operationId: identity.b2xUserFlow.language_ListOverridesPage parameters: - name: b2xIdentityUserFlow-id @@ -2217,9 +2173,6 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get media content for the navigation property overridesPages from identity - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 operationId: identity.b2xUserFlow.language_GetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -2364,11 +2317,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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 + summary: Get userAttributeAssignments from identity + description: The user attribute assignments included in the user flow. operationId: identity.b2xUserFlow_ListUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2426,11 +2376,7 @@ paths: post: tags: - identity.b2xIdentityUserFlow - 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 + summary: Create new navigation property to userAttributeAssignments for identity operationId: identity.b2xUserFlow_CreateUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2462,11 +2408,8 @@ paths: get: tags: - identity.b2xIdentityUserFlow - 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 + summary: Get userAttributeAssignments from identity + description: The user attribute assignments included in the user flow. operationId: identity.b2xUserFlow_GetUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2518,11 +2461,7 @@ paths: patch: tags: - identity.b2xIdentityUserFlow - 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 + summary: Update the navigation property userAttributeAssignments in identity operationId: identity.b2xUserFlow_UpdateUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2561,11 +2500,7 @@ paths: delete: tags: - identity.b2xIdentityUserFlow - 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 + summary: Delete navigation property userAttributeAssignments for identity operationId: identity.b2xUserFlow_DeleteUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -2677,6 +2612,10 @@ paths: tags: - identity.Functions summary: Invoke function getOrder + description: Get the order of identityUserFlowAttributeAssignments being collected within a user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0 operationId: identity.b2xUserFlow.userAttributeAssignment_getOrder parameters: - name: b2xIdentityUserFlow-id @@ -2963,11 +2902,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get authenticationContextClassReferences from identity + description: Read-only. Nullable. Returns a collection of the specified authentication context class references. operationId: identity.conditionalAccess_ListAuthenticationContextClassReference parameters: - $ref: '#/components/parameters/top' @@ -3040,11 +2976,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get authenticationContextClassReferences from identity + description: Read-only. Nullable. Returns a collection of the specified authentication context class references. operationId: identity.conditionalAccess_GetAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -3088,11 +3021,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - 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 + summary: Update the navigation property authenticationContextClassReferences in identity operationId: identity.conditionalAccess_UpdateAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -3123,11 +3052,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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 + summary: Delete navigation property authenticationContextClassReferences for identity operationId: identity.conditionalAccess_DeleteAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -3245,11 +3170,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get authenticationMethodModes from identity + description: Names and descriptions of all valid authentication method modes in the system. operationId: identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode parameters: - $ref: '#/components/parameters/top' @@ -3616,11 +3538,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + 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. operationId: identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3678,11 +3597,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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 + summary: Create new navigation property to combinationConfigurations for identity operationId: identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3714,11 +3629,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + 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. operationId: identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3770,11 +3682,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - 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 + summary: Update the navigation property combinationConfigurations in identity operationId: identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3813,11 +3721,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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 + summary: Delete navigation property combinationConfigurations for identity operationId: identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -3918,6 +3822,10 @@ paths: tags: - identity.Functions summary: Invoke function usage + description: 'Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policy_usage parameters: - name: authenticationStrengthPolicy-id @@ -3956,11 +3864,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get namedLocations from identity + description: Read-only. Nullable. Returns a collection of the specified named locations. operationId: identity.conditionalAccess_ListNamedLocation parameters: - $ref: '#/components/parameters/top' @@ -4010,11 +3915,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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 + summary: Create new navigation property to namedLocations for identity operationId: identity.conditionalAccess_CreateNamedLocation requestBody: description: New navigation property @@ -4037,11 +3938,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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-1.0 + summary: Get namedLocations from identity + description: Read-only. Nullable. Returns a collection of the specified named locations. operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -4085,11 +3983,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - 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 + summary: Update the navigation property namedLocations in identity operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -4120,11 +4014,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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-1.0 + summary: Delete navigation property namedLocations for identity operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -4165,11 +4055,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get policies from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies. operationId: identity.conditionalAccess_ListPolicy parameters: - $ref: '#/components/parameters/top' @@ -4219,11 +4106,7 @@ paths: post: tags: - identity.conditionalAccessRoot - 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 + summary: Create new navigation property to policies for identity operationId: identity.conditionalAccess_CreatePolicy requestBody: description: New navigation property @@ -4246,11 +4129,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get policies from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies. operationId: identity.conditionalAccess_GetPolicy parameters: - name: conditionalAccessPolicy-id @@ -4294,11 +4174,7 @@ paths: patch: tags: - identity.conditionalAccessRoot - 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 + summary: Update the navigation property policies in identity operationId: identity.conditionalAccess_UpdatePolicy parameters: - name: conditionalAccessPolicy-id @@ -4329,11 +4205,7 @@ paths: delete: tags: - identity.conditionalAccessRoot - 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 + summary: Delete navigation property policies for identity operationId: identity.conditionalAccess_DeletePolicy parameters: - name: conditionalAccessPolicy-id @@ -4374,11 +4246,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get templates from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access templates. operationId: identity.conditionalAccess_ListTemplate parameters: - $ref: '#/components/parameters/top' @@ -4429,11 +4298,8 @@ paths: get: tags: - identity.conditionalAccessRoot - 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 + summary: Get templates from identity + description: Read-only. Nullable. Returns a collection of the specified Conditional Access templates. operationId: identity.conditionalAccess_GetTemplate parameters: - name: conditionalAccessTemplate-id @@ -4492,11 +4358,7 @@ paths: get: tags: - identity.identityProviderBase - 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 + summary: Get identityProviders from identity operationId: identity_ListIdentityProvider parameters: - $ref: '#/components/parameters/top' @@ -4546,11 +4408,7 @@ paths: post: tags: - identity.identityProviderBase - 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 + summary: Create new navigation property to identityProviders for identity operationId: identity_CreateIdentityProvider requestBody: description: New navigation property @@ -4573,11 +4431,7 @@ paths: get: tags: - identity.identityProviderBase - 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 + summary: Get identityProviders from identity operationId: identity_GetIdentityProvider parameters: - name: identityProviderBase-id @@ -4621,11 +4475,7 @@ paths: patch: tags: - identity.identityProviderBase - 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 + summary: Update the navigation property identityProviders in identity operationId: identity_UpdateIdentityProvider parameters: - name: identityProviderBase-id @@ -4656,11 +4506,7 @@ paths: delete: tags: - identity.identityProviderBase - 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 + summary: Delete navigation property identityProviders for identity operationId: identity_DeleteIdentityProvider parameters: - name: identityProviderBase-id @@ -4702,6 +4548,10 @@ paths: tags: - identity.Functions summary: Invoke function availableProviderTypes + description: Get all identity providers supported in a directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0 operationId: identity.identityProvider_availableProviderType parameters: - $ref: '#/components/parameters/top' @@ -4737,11 +4587,8 @@ paths: get: tags: - identity.identityUserFlowAttribute - 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 + summary: Get userFlowAttributes from identity + description: Represents entry point for identity userflow attributes. operationId: identity_ListUserFlowAttribute parameters: - $ref: '#/components/parameters/top' @@ -4791,11 +4638,7 @@ paths: post: tags: - identity.identityUserFlowAttribute - 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 + summary: Create new navigation property to userFlowAttributes for identity operationId: identity_CreateUserFlowAttribute requestBody: description: New navigation property @@ -4818,11 +4661,8 @@ paths: get: tags: - identity.identityUserFlowAttribute - 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 + summary: Get userFlowAttributes from identity + description: Represents entry point for identity userflow attributes. operationId: identity_GetUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -4866,11 +4706,7 @@ paths: patch: tags: - identity.identityUserFlowAttribute - 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 + summary: Update the navigation property userFlowAttributes in identity operationId: identity_UpdateUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -4901,11 +4737,7 @@ paths: delete: tags: - identity.identityUserFlowAttribute - 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 + summary: Delete navigation property userFlowAttributes for identity operationId: identity_DeleteUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -5005,11 +4837,8 @@ paths: get: tags: - identityProtection.riskDetection - 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 + summary: Get riskDetections from identityProtection + description: Risk detection in Microsoft Entra ID Protection and the associated information about the detection. operationId: identityProtection_ListRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -5082,11 +4911,8 @@ paths: get: tags: - identityProtection.riskDetection - 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 + summary: Get riskDetections from identityProtection + description: Risk detection in Microsoft Entra ID Protection and the associated information about the detection. operationId: identityProtection_GetRiskDetection parameters: - name: riskDetection-id @@ -5202,11 +5028,8 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - 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 + summary: Get riskyServicePrincipals from identityProtection + description: Microsoft Entra service principals that are at risk. operationId: identityProtection_ListRiskyServicePrincipal parameters: - $ref: '#/components/parameters/top' @@ -5279,11 +5102,8 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - 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 + summary: Get riskyServicePrincipals from identityProtection + description: Microsoft Entra service principals that are at risk. operationId: identityProtection_GetRiskyServicePrincipal parameters: - name: riskyServicePrincipal-id @@ -5385,11 +5205,8 @@ paths: get: tags: - identityProtection.riskyServicePrincipal - 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 + summary: Get history from identityProtection + description: Represents the risk history of Microsoft Entra service principals. operationId: identityProtection.riskyServicePrincipal_ListHistory parameters: - name: riskyServicePrincipal-id @@ -5704,11 +5521,8 @@ paths: get: tags: - identityProtection.riskyUser - 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 + summary: Get riskyUsers from identityProtection + description: Users that are flagged as at-risk by Microsoft Entra ID Protection. operationId: identityProtection_ListRiskyUser parameters: - $ref: '#/components/parameters/top' @@ -5781,11 +5595,8 @@ paths: get: tags: - identityProtection.riskyUser - 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 + summary: Get riskyUsers from identityProtection + description: Users that are flagged as at-risk by Microsoft Entra ID Protection. operationId: identityProtection_GetRiskyUser parameters: - name: riskyUser-id @@ -5887,11 +5698,8 @@ paths: get: tags: - identityProtection.riskyUser - 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 + summary: Get history from identityProtection + description: The activity related to user risk level change operationId: identityProtection.riskyUser_ListHistory parameters: - name: riskyUser-id @@ -6206,11 +6014,8 @@ paths: get: tags: - identityProtection.servicePrincipalRiskDetection - 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 + summary: Get servicePrincipalRiskDetections from identityProtection + description: Represents information about detected at-risk service principals in a Microsoft Entra tenant. operationId: identityProtection_ListServicePrincipalRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -6283,11 +6088,8 @@ paths: get: tags: - identityProtection.servicePrincipalRiskDetection - 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 + summary: Get servicePrincipalRiskDetections from identityProtection + description: Represents information about detected at-risk service principals in a Microsoft Entra tenant. operationId: identityProtection_GetServicePrincipalRiskDetection parameters: - name: servicePrincipalRiskDetection-id @@ -6649,6 +6451,10 @@ paths: tags: - identityProviders.Functions summary: Invoke function availableProviderTypes + description: Retrieves all identity provider types available in a directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityprovider-list-availableprovidertypes?view=graph-rest-1.0 operationId: identityProvider_availableProviderType parameters: - $ref: '#/components/parameters/top' @@ -6786,11 +6592,8 @@ paths: get: tags: - informationProtection.bitlocker - 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 + summary: Get recoveryKeys from informationProtection + description: The recovery keys associated with the bitlocker entity. operationId: informationProtection.bitlocker_ListRecoveryKey parameters: - $ref: '#/components/parameters/top' @@ -6841,11 +6644,8 @@ paths: get: tags: - informationProtection.bitlocker - 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 + summary: Get recoveryKeys from informationProtection + description: The recovery keys associated with the bitlocker entity. operationId: informationProtection.bitlocker_GetRecoveryKey parameters: - name: bitlockerRecoveryKey-id @@ -6904,11 +6704,7 @@ paths: get: tags: - informationProtection.threatAssessmentRequest - 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 + summary: Get threatAssessmentRequests from informationProtection operationId: informationProtection_ListThreatAssessmentRequest parameters: - $ref: '#/components/parameters/top' @@ -6958,11 +6754,7 @@ paths: post: tags: - informationProtection.threatAssessmentRequest - 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 + summary: Create new navigation property to threatAssessmentRequests for informationProtection operationId: informationProtection_CreateThreatAssessmentRequest requestBody: description: New navigation property @@ -6985,11 +6777,7 @@ paths: get: tags: - informationProtection.threatAssessmentRequest - 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 + summary: Get threatAssessmentRequests from informationProtection operationId: informationProtection_GetThreatAssessmentRequest parameters: - name: threatAssessmentRequest-id @@ -8086,6 +7874,10 @@ paths: tags: - oauth2PermissionGrants.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted oauth2permissiongrant objects without performing a full read of the entire resource collection. For details, see Using delta query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0 operationId: oauth2PermissionGrant_delta parameters: - $ref: '#/components/parameters/top' @@ -8154,11 +7946,8 @@ paths: get: tags: - organization.certificateBasedAuthConfiguration - 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 + 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. operationId: organization_ListCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8216,11 +8005,7 @@ paths: post: tags: - organization.certificateBasedAuthConfiguration - 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 + summary: Create new navigation property to certificateBasedAuthConfiguration for organization operationId: organization_CreateCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8252,11 +8037,8 @@ paths: get: tags: - organization.certificateBasedAuthConfiguration - 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 + 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. operationId: organization_GetCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8308,11 +8090,7 @@ paths: delete: tags: - organization.certificateBasedAuthConfiguration - 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 + summary: Delete navigation property certificateBasedAuthConfiguration for organization operationId: organization_DeleteCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -8428,11 +8206,8 @@ paths: get: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Get activityBasedTimeoutPolicies from policies + description: The policy that controls the idle time out for web sessions for applications. operationId: policy_ListActivityBasedTimeoutPolicy parameters: - $ref: '#/components/parameters/top' @@ -8482,11 +8257,7 @@ paths: post: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Create new navigation property to activityBasedTimeoutPolicies for policies operationId: policy_CreateActivityBasedTimeoutPolicy requestBody: description: New navigation property @@ -8509,11 +8280,8 @@ paths: get: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Get activityBasedTimeoutPolicies from policies + description: The policy that controls the idle time out for web sessions for applications. operationId: policy_GetActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -8557,11 +8325,7 @@ paths: patch: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Update the navigation property activityBasedTimeoutPolicies in policies operationId: policy_UpdateActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -8592,11 +8356,7 @@ paths: delete: tags: - policies.activityBasedTimeoutPolicy - 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 + summary: Delete navigation property activityBasedTimeoutPolicies for policies operationId: policy_DeleteActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -8771,11 +8531,8 @@ paths: get: tags: - policies.adminConsentRequestPolicy - 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 + summary: Get adminConsentRequestPolicy from policies + description: The policy by which consent requests are created and managed for the entire tenant. operationId: policy_GetAdminConsentRequestPolicy parameters: - name: $select @@ -8811,11 +8568,7 @@ paths: patch: tags: - policies.adminConsentRequestPolicy - 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 + summary: Update the navigation property adminConsentRequestPolicy in policies operationId: policy_UpdateAdminConsentRequestPolicy requestBody: description: New navigation property values @@ -8856,11 +8609,8 @@ paths: get: tags: - policies.appManagementPolicy - 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 + summary: Get appManagementPolicies from policies + description: 'The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.' operationId: policy_ListAppManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -8910,11 +8660,7 @@ paths: post: tags: - policies.appManagementPolicy - 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 + summary: Create new navigation property to appManagementPolicies for policies operationId: policy_CreateAppManagementPolicy requestBody: description: New navigation property @@ -8937,11 +8683,8 @@ paths: get: tags: - policies.appManagementPolicy - 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 + summary: Get appManagementPolicies from policies + description: 'The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.' operationId: policy_GetAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -8985,11 +8728,7 @@ paths: patch: tags: - policies.appManagementPolicy - 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 + summary: Update the navigation property appManagementPolicies in policies operationId: policy_UpdateAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -9020,11 +8759,7 @@ paths: delete: tags: - policies.appManagementPolicy - 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 + summary: Delete navigation property appManagementPolicies for policies operationId: policy_DeleteAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -9051,11 +8786,8 @@ paths: get: tags: - policies.appManagementPolicy - 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 + summary: Get appliesTo from policies + description: Collection of applications and service principals to which the policy is applied. operationId: policy.appManagementPolicy_ListAppliesTo parameters: - name: appManagementPolicy-id @@ -9204,11 +8936,8 @@ paths: get: tags: - policies.authenticationFlowsPolicy - 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 + summary: Get authenticationFlowsPolicy from policies + description: The policy configuration of the self-service sign-up experience of external users. operationId: policy_GetAuthenticationFlowsPolicy parameters: - name: $select @@ -9244,11 +8973,7 @@ paths: patch: tags: - policies.authenticationFlowsPolicy - 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 + summary: Update the navigation property authenticationFlowsPolicy in policies operationId: policy_UpdateAuthenticationFlowsPolicy requestBody: description: New navigation property values @@ -9289,11 +9014,8 @@ paths: get: tags: - policies.authenticationMethodsPolicy - 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 + 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. operationId: policy_GetAuthenticationMethodsPolicy parameters: - name: $select @@ -9329,11 +9051,7 @@ paths: patch: tags: - policies.authenticationMethodsPolicy - 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 + summary: Update the navigation property authenticationMethodsPolicy in policies operationId: policy_UpdateAuthenticationMethodsPolicy requestBody: description: New navigation property values @@ -9565,11 +9283,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - 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 + summary: Get authenticationStrengthPolicies from policies + description: The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access. operationId: policy_ListAuthenticationStrengthPolicy parameters: - $ref: '#/components/parameters/top' @@ -9619,11 +9334,7 @@ paths: post: tags: - policies.authenticationStrengthPolicy - 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 + summary: Create new navigation property to authenticationStrengthPolicies for policies operationId: policy_CreateAuthenticationStrengthPolicy requestBody: description: New navigation property @@ -9646,11 +9357,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - 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 + summary: Get authenticationStrengthPolicies from policies + description: The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access. operationId: policy_GetAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -9694,11 +9402,7 @@ paths: patch: tags: - policies.authenticationStrengthPolicy - 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 + summary: Update the navigation property authenticationStrengthPolicies in policies operationId: policy_UpdateAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -9729,11 +9433,7 @@ paths: delete: tags: - policies.authenticationStrengthPolicy - 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 + summary: Delete navigation property authenticationStrengthPolicies for policies operationId: policy_DeleteAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -9760,11 +9460,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - 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 + summary: Get combinationConfigurations from policies + 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. operationId: policy.authenticationStrengthPolicy_ListCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -9822,11 +9519,7 @@ paths: post: tags: - policies.authenticationStrengthPolicy - 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 + summary: Create new navigation property to combinationConfigurations for policies operationId: policy.authenticationStrengthPolicy_CreateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -9858,11 +9551,8 @@ paths: get: tags: - policies.authenticationStrengthPolicy - 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 + summary: Get combinationConfigurations from policies + 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. operationId: policy.authenticationStrengthPolicy_GetCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -9914,11 +9604,7 @@ paths: patch: tags: - policies.authenticationStrengthPolicy - 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 + summary: Update the navigation property combinationConfigurations in policies operationId: policy.authenticationStrengthPolicy_UpdateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -9957,11 +9643,7 @@ paths: delete: tags: - policies.authenticationStrengthPolicy - 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 + summary: Delete navigation property combinationConfigurations for policies operationId: policy.authenticationStrengthPolicy_DeleteCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -10062,6 +9744,10 @@ paths: tags: - policies.Functions summary: Invoke function usage + description: 'Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0 operationId: policy.authenticationStrengthPolicy_usage parameters: - name: authenticationStrengthPolicy-id @@ -10100,11 +9786,8 @@ paths: get: tags: - policies.authorizationPolicy - 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 + summary: Get authorizationPolicy from policies + description: The policy that controls Microsoft Entra authorization settings. operationId: policy_GetAuthorizationPolicy parameters: - name: $select @@ -10140,11 +9823,7 @@ paths: patch: tags: - policies.authorizationPolicy - 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 + summary: Update the navigation property authorizationPolicy in policies operationId: policy_UpdateAuthorizationPolicy requestBody: description: New navigation property values @@ -10185,11 +9864,8 @@ paths: get: tags: - policies.claimsMappingPolicy - 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 + 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.' operationId: policy_ListClaimsMappingPolicy parameters: - $ref: '#/components/parameters/top' @@ -10239,11 +9915,7 @@ paths: post: tags: - policies.claimsMappingPolicy - 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 + summary: Create new navigation property to claimsMappingPolicies for policies operationId: policy_CreateClaimsMappingPolicy requestBody: description: New navigation property @@ -10266,11 +9938,8 @@ paths: get: tags: - policies.claimsMappingPolicy - 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 + 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.' operationId: policy_GetClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -10314,11 +9983,7 @@ paths: patch: tags: - policies.claimsMappingPolicy - 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 + summary: Update the navigation property claimsMappingPolicies in policies operationId: policy_UpdateClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -10349,11 +10014,7 @@ paths: delete: tags: - policies.claimsMappingPolicy - 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 + summary: Delete navigation property claimsMappingPolicies for policies operationId: policy_DeleteClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -10719,11 +10380,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get crossTenantAccessPolicy from policies + description: The custom rules that define an access scenario when interacting with external Microsoft Entra tenants. operationId: policy_GetCrossTenantAccessPolicy parameters: - name: $select @@ -10759,11 +10417,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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 + summary: Update the navigation property crossTenantAccessPolicy in policies operationId: policy_UpdateCrossTenantAccessPolicy requestBody: description: New navigation property values @@ -10804,11 +10458,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get default from policies + description: Defines the default configuration for how your organization interacts with external Microsoft Entra organizations. operationId: policy.crossTenantAccessPolicy_GetDefault parameters: - name: $select @@ -10844,11 +10495,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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 + summary: Update the navigation property default in policies operationId: policy.crossTenantAccessPolicy_UpdateDefault requestBody: description: New navigation property values @@ -10905,11 +10552,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get partners from policies + description: Defines partner-specific configurations for external Microsoft Entra organizations. operationId: policy.crossTenantAccessPolicy_ListPartner parameters: - $ref: '#/components/parameters/top' @@ -10959,11 +10603,7 @@ paths: post: tags: - policies.crossTenantAccessPolicy - 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 + summary: Create new navigation property to partners for policies operationId: policy.crossTenantAccessPolicy_CreatePartner requestBody: description: New navigation property @@ -10986,11 +10626,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + summary: Get partners from policies + description: Defines partner-specific configurations for external Microsoft Entra organizations. operationId: policy.crossTenantAccessPolicy_GetPartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11034,11 +10671,7 @@ paths: patch: tags: - policies.crossTenantAccessPolicy - 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 + summary: Update the navigation property partners in policies operationId: policy.crossTenantAccessPolicy_UpdatePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11069,11 +10702,7 @@ paths: delete: tags: - policies.crossTenantAccessPolicy - 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 + summary: Delete navigation property partners for policies operationId: policy.crossTenantAccessPolicy_DeletePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11100,11 +10729,8 @@ paths: get: tags: - policies.crossTenantAccessPolicy - 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 + 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.' operationId: policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11179,11 +10805,7 @@ paths: delete: tags: - policies.crossTenantAccessPolicy - 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 + summary: Delete navigation property identitySynchronization for policies operationId: policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11224,11 +10846,8 @@ paths: get: tags: - policies.tenantAppManagementPolicy - 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 + summary: Get defaultAppManagementPolicy from policies + description: The tenant-wide policy that enforces app management restrictions for all applications and service principals. operationId: policy_GetDefaultAppManagementPolicy parameters: - name: $select @@ -11264,11 +10883,7 @@ paths: patch: tags: - policies.tenantAppManagementPolicy - 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 + summary: Update the navigation property defaultAppManagementPolicy in policies operationId: policy_UpdateDefaultAppManagementPolicy requestBody: description: New navigation property values @@ -11336,11 +10951,8 @@ paths: get: tags: - policies.featureRolloutPolicy - 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 + summary: Get featureRolloutPolicies from policies + description: The feature rollout policy associated with a directory object. operationId: policy_ListFeatureRolloutPolicy parameters: - $ref: '#/components/parameters/top' @@ -11390,11 +11002,7 @@ paths: post: tags: - policies.featureRolloutPolicy - 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 + summary: Create new navigation property to featureRolloutPolicies for policies operationId: policy_CreateFeatureRolloutPolicy requestBody: description: New navigation property @@ -11417,11 +11025,8 @@ paths: get: tags: - policies.featureRolloutPolicy - 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 + summary: Get featureRolloutPolicies from policies + description: The feature rollout policy associated with a directory object. operationId: policy_GetFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -11465,11 +11070,7 @@ paths: patch: tags: - policies.featureRolloutPolicy - 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 + summary: Update the navigation property featureRolloutPolicies in policies operationId: policy_UpdateFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -11500,11 +11101,7 @@ paths: delete: tags: - policies.featureRolloutPolicy - 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 + summary: Delete navigation property featureRolloutPolicies for policies operationId: policy_DeleteFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -11590,11 +11187,7 @@ paths: post: tags: - policies.featureRolloutPolicy - 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 + summary: Create new navigation property to appliesTo for policies operationId: policy.featureRolloutPolicy_CreateAppliesTo parameters: - name: featureRolloutPolicy-id @@ -11626,11 +11219,7 @@ paths: delete: tags: - policies.featureRolloutPolicy - 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 + summary: Delete ref of navigation property appliesTo for policies operationId: policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -11726,11 +11315,7 @@ paths: post: tags: - policies.featureRolloutPolicy - 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 + summary: Create new navigation property ref to appliesTo for policies operationId: policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -11752,11 +11337,7 @@ paths: delete: tags: - policies.featureRolloutPolicy - 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 + summary: Delete ref of navigation property appliesTo for policies operationId: policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -11805,11 +11386,8 @@ paths: get: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Get homeRealmDiscoveryPolicies from policies + description: The policy to control Microsoft Entra authentication behavior for federated users. operationId: policy_ListHomeRealmDiscoveryPolicy parameters: - $ref: '#/components/parameters/top' @@ -11859,11 +11437,7 @@ paths: post: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Create new navigation property to homeRealmDiscoveryPolicies for policies operationId: policy_CreateHomeRealmDiscoveryPolicy requestBody: description: New navigation property @@ -11886,11 +11460,8 @@ paths: get: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Get homeRealmDiscoveryPolicies from policies + description: The policy to control Microsoft Entra authentication behavior for federated users. operationId: policy_GetHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -11934,11 +11505,7 @@ paths: patch: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Update the navigation property homeRealmDiscoveryPolicies in policies operationId: policy_UpdateHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -11969,11 +11536,7 @@ paths: delete: tags: - policies.homeRealmDiscoveryPolicy - 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 + summary: Delete navigation property homeRealmDiscoveryPolicies for policies operationId: policy_DeleteHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -12148,11 +11711,8 @@ paths: get: tags: - policies.identitySecurityDefaultsEnforcementPolicy - 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 + summary: Get identitySecurityDefaultsEnforcementPolicy from policies + description: The policy that represents the security defaults that protect against common attacks. operationId: policy_GetIdentitySecurityDefaultsEnforcementPolicy parameters: - name: $select @@ -12188,11 +11748,7 @@ paths: patch: tags: - policies.identitySecurityDefaultsEnforcementPolicy - 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 + summary: Update the navigation property identitySecurityDefaultsEnforcementPolicy in policies operationId: policy_UpdateIdentitySecurityDefaultsEnforcementPolicy requestBody: description: New navigation property values @@ -12233,11 +11789,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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 + summary: Get permissionGrantPolicies from policies + description: The policy that specifies the conditions under which consent can be granted. operationId: policy_ListPermissionGrantPolicy parameters: - $ref: '#/components/parameters/top' @@ -12287,11 +11840,7 @@ paths: post: tags: - policies.permissionGrantPolicy - 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 + summary: Create new navigation property to permissionGrantPolicies for policies operationId: policy_CreatePermissionGrantPolicy requestBody: description: New navigation property @@ -12314,11 +11863,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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 + summary: Get permissionGrantPolicies from policies + description: The policy that specifies the conditions under which consent can be granted. operationId: policy_GetPermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -12362,11 +11908,7 @@ paths: patch: tags: - policies.permissionGrantPolicy - 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 + summary: Update the navigation property permissionGrantPolicies in policies operationId: policy_UpdatePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -12397,11 +11939,7 @@ paths: delete: tags: - policies.permissionGrantPolicy - 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 + summary: Delete navigation property permissionGrantPolicies for policies operationId: policy_DeletePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -12428,11 +11966,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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 + summary: Get excludes from policies + description: Condition sets that are excluded in this permission grant policy. Automatically expanded on GET. operationId: policy.permissionGrantPolicy_ListExclude parameters: - name: permissionGrantPolicy-id @@ -12490,11 +12025,7 @@ paths: post: tags: - policies.permissionGrantPolicy - 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 + summary: Create new navigation property to excludes for policies operationId: policy.permissionGrantPolicy_CreateExclude parameters: - name: permissionGrantPolicy-id @@ -12527,7 +12058,7 @@ paths: tags: - policies.permissionGrantPolicy summary: Get excludes from policies - description: Condition sets which are excluded in this permission grant policy. Automatically expanded on GET. + description: Condition sets that are excluded in this permission grant policy. Automatically expanded on GET. operationId: policy.permissionGrantPolicy_GetExclude parameters: - name: permissionGrantPolicy-id @@ -12618,11 +12149,7 @@ paths: delete: tags: - policies.permissionGrantPolicy - 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 + summary: Delete navigation property excludes for policies operationId: policy.permissionGrantPolicy_DeleteExclude parameters: - name: permissionGrantPolicy-id @@ -12679,11 +12206,8 @@ paths: get: tags: - policies.permissionGrantPolicy - 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 + summary: Get includes from policies + description: Condition sets that are included in this permission grant policy. Automatically expanded on GET. operationId: policy.permissionGrantPolicy_ListInclude parameters: - name: permissionGrantPolicy-id @@ -12741,11 +12265,7 @@ paths: post: tags: - policies.permissionGrantPolicy - 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 + summary: Create new navigation property to includes for policies operationId: policy.permissionGrantPolicy_CreateInclude parameters: - name: permissionGrantPolicy-id @@ -12778,7 +12298,7 @@ paths: tags: - policies.permissionGrantPolicy summary: Get includes from policies - description: Condition sets which are included in this permission grant policy. Automatically expanded on GET. + description: Condition sets that are included in this permission grant policy. Automatically expanded on GET. operationId: policy.permissionGrantPolicy_GetInclude parameters: - name: permissionGrantPolicy-id @@ -12869,11 +12389,7 @@ paths: delete: tags: - policies.permissionGrantPolicy - 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 + summary: Delete navigation property includes for policies operationId: policy.permissionGrantPolicy_DeleteInclude parameters: - name: permissionGrantPolicy-id @@ -12944,11 +12460,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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 + summary: Get roleManagementPolicies from policies + description: Specifies the various policies associated with scopes and roles. operationId: policy_ListRoleManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -13021,11 +12534,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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 + summary: Get roleManagementPolicies from policies + description: Specifies the various policies associated with scopes and roles. operationId: policy_GetRoleManagementPolicy parameters: - name: unifiedRoleManagementPolicy-id @@ -13367,11 +12877,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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 + summary: Get rules from policies + description: The collection of rules like approval rules and expiration rules. Supports $expand. operationId: policy.roleManagementPolicy_ListRule parameters: - name: unifiedRoleManagementPolicy-id @@ -13461,11 +12968,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - 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 + summary: Get rules from policies + description: The collection of rules like approval rules and expiration rules. Supports $expand. operationId: policy.roleManagementPolicy_GetRule parameters: - name: unifiedRoleManagementPolicy-id @@ -13517,11 +13021,7 @@ paths: patch: tags: - policies.unifiedRoleManagementPolicy - 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 + summary: Update the navigation property rules in policies operationId: policy.roleManagementPolicy_UpdateRule parameters: - name: unifiedRoleManagementPolicy-id @@ -13631,11 +13131,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicyAssignment - 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 + summary: Get roleManagementPolicyAssignments from policies + description: The assignment of a role management policy to a role definition object. operationId: policy_ListRoleManagementPolicyAssignment parameters: - $ref: '#/components/parameters/top' @@ -13708,11 +13205,8 @@ paths: get: tags: - policies.unifiedRoleManagementPolicyAssignment - 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 + summary: Get roleManagementPolicyAssignments from policies + description: The assignment of a role management policy to a role definition object. operationId: policy_GetRoleManagementPolicyAssignment parameters: - name: unifiedRoleManagementPolicyAssignment-id @@ -13874,11 +13368,8 @@ paths: get: tags: - policies.tokenIssuancePolicy - 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 + summary: Get tokenIssuancePolicies from policies + description: The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. operationId: policy_ListTokenIssuancePolicy parameters: - $ref: '#/components/parameters/top' @@ -13928,11 +13419,7 @@ paths: post: tags: - policies.tokenIssuancePolicy - 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 + summary: Create new navigation property to tokenIssuancePolicies for policies operationId: policy_CreateTokenIssuancePolicy requestBody: description: New navigation property @@ -14000,11 +13487,7 @@ paths: patch: tags: - policies.tokenIssuancePolicy - 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 + summary: Update the navigation property tokenIssuancePolicies in policies operationId: policy_UpdateTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -14035,11 +13518,7 @@ paths: delete: tags: - policies.tokenIssuancePolicy - 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 + summary: Delete navigation property tokenIssuancePolicies for policies operationId: policy_DeleteTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -14214,11 +13693,8 @@ paths: get: tags: - policies.tokenLifetimePolicy - 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 + 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.' operationId: policy_ListTokenLifetimePolicy parameters: - $ref: '#/components/parameters/top' @@ -14268,11 +13744,7 @@ paths: post: tags: - policies.tokenLifetimePolicy - 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 + summary: Create new navigation property to tokenLifetimePolicies for policies operationId: policy_CreateTokenLifetimePolicy requestBody: description: New navigation property @@ -14295,11 +13767,8 @@ paths: get: tags: - policies.tokenLifetimePolicy - 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 + 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.' operationId: policy_GetTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -14343,11 +13812,7 @@ paths: patch: tags: - policies.tokenLifetimePolicy - 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 + summary: Update the navigation property tokenLifetimePolicies in policies operationId: policy_UpdateTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -14378,11 +13843,7 @@ paths: delete: tags: - policies.tokenLifetimePolicy - 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 + summary: Delete navigation property tokenLifetimePolicies for policies operationId: policy_DeleteTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -14660,11 +14121,8 @@ paths: get: tags: - users.authentication - summary: List emailMethods - description: Retrieve a list of a user's emailAuthenticationMethod objects and their properties. This API will return only a single object in the collection as only one email method can be set for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0 + summary: Get emailMethods from users + description: The email address registered to a user for authentication. operationId: user.authentication_ListEmailMethod parameters: - name: user-id @@ -14722,11 +14180,7 @@ paths: post: tags: - users.authentication - 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 + summary: Create new navigation property to emailMethods for users operationId: user.authentication_CreateEmailMethod parameters: - name: user-id @@ -14758,11 +14212,8 @@ paths: get: tags: - users.authentication - summary: Get emailAuthenticationMethod - description: Retrieve a user's single email authentication method object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0 + summary: Get emailMethods from users + description: The email address registered to a user for authentication. operationId: user.authentication_GetEmailMethod parameters: - name: user-id @@ -14814,11 +14265,7 @@ paths: patch: tags: - users.authentication - 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 + summary: Update the navigation property emailMethods in users operationId: user.authentication_UpdateEmailMethod parameters: - name: user-id @@ -14857,11 +14304,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property emailMethods for users operationId: user.authentication_DeleteEmailMethod parameters: - name: user-id @@ -14918,11 +14361,8 @@ paths: get: tags: - users.authentication - summary: List fido2AuthenticationMethod - description: Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0 + summary: Get fido2Methods from users + description: Represents the FIDO2 security keys registered to a user for authentication. operationId: user.authentication_ListFido2Method parameters: - name: user-id @@ -14981,11 +14421,8 @@ paths: get: tags: - users.authentication - summary: Get fido2AuthenticationMethod - description: Retrieve a user's single FIDO2 Security Key Authentication Method object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 + summary: Get fido2Methods from users + description: Represents the FIDO2 security keys registered to a user for authentication. operationId: user.authentication_GetFido2Method parameters: - name: user-id @@ -15037,11 +14474,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property fido2Methods for users operationId: user.authentication_DeleteFido2Method parameters: - name: user-id @@ -15098,11 +14531,8 @@ paths: get: tags: - users.authentication - summary: List methods - description: 'Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Microsoft Entra authentication methods API overview for a list of currently supported methods. We don''t recommend using the authentication methods APIs for scenarios where you need to iterate over your entire user population for auditing or security check purposes. For these types of scenarios, we recommend using the authentication method registration and usage reporting APIs (available on the beta endpoint only).' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0 + summary: Get methods from users + description: Represents all authentication methods registered to a user. operationId: user.authentication_ListMethod parameters: - name: user-id @@ -15192,11 +14622,8 @@ paths: get: tags: - users.authentication - summary: Get authenticationMethod - description: Retrieve the properties and relationships of an authenticationMethod object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0 + summary: Get methods from users + description: Represents all authentication methods registered to a user. operationId: user.authentication_GetMethod parameters: - name: user-id @@ -15310,11 +14737,8 @@ paths: get: tags: - users.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 + summary: Get microsoftAuthenticatorMethods from users + description: The details of the Microsoft Authenticator app registered to a user for authentication. operationId: user.authentication_ListMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -15373,11 +14797,8 @@ paths: get: tags: - users.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 + summary: Get microsoftAuthenticatorMethods from users + description: The details of the Microsoft Authenticator app registered to a user for authentication. operationId: user.authentication_GetMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -15429,11 +14850,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property microsoftAuthenticatorMethods for users operationId: user.authentication_DeleteMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -15544,8 +14961,8 @@ paths: get: tags: - users.authentication - 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.' + summary: Get operations from users + description: Represents the status of a long-running operation. operationId: user.authentication_ListOperation parameters: - name: user-id @@ -15635,11 +15052,8 @@ paths: get: tags: - users.authentication - 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 + summary: Get operations from users + description: Represents the status of a long-running operation. operationId: user.authentication_GetOperation parameters: - name: user-id @@ -15787,11 +15201,8 @@ paths: get: tags: - users.authentication - summary: List passwordMethods - description: 'Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This API returns exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the password property is always null.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0 + summary: Get passwordMethods from users + description: 'Represents the password that''s registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.' operationId: user.authentication_ListPasswordMethod parameters: - name: user-id @@ -15881,11 +15292,8 @@ paths: get: tags: - users.authentication - summary: Get passwordAuthenticationMethod - description: 'Retrieve a password that''s registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0 + summary: Get passwordMethods from users + description: 'Represents the password that''s registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password.' operationId: user.authentication_GetPasswordMethod parameters: - name: user-id @@ -15960,11 +15368,8 @@ paths: get: tags: - users.authentication - summary: List phoneMethods - description: 'Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Microsoft Entra ID and B2B users, but not B2C users.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0 + summary: Get phoneMethods from users + description: The phone numbers registered to a user for authentication. operationId: user.authentication_ListPhoneMethod parameters: - name: user-id @@ -16022,11 +15427,7 @@ paths: post: tags: - users.authentication - 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 + summary: Create new navigation property to phoneMethods for users operationId: user.authentication_CreatePhoneMethod parameters: - name: user-id @@ -16058,11 +15459,8 @@ paths: get: tags: - users.authentication - summary: Get phoneAuthenticationMethod - description: 'Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Microsoft Entra ID and B2B users, but not B2C users.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0 + summary: Get phoneMethods from users + description: The phone numbers registered to a user for authentication. operationId: user.authentication_GetPhoneMethod parameters: - name: user-id @@ -16114,11 +15512,7 @@ paths: patch: tags: - users.authentication - 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 + summary: Update the navigation property phoneMethods in users operationId: user.authentication_UpdatePhoneMethod parameters: - name: user-id @@ -16157,11 +15551,7 @@ paths: delete: tags: - users.authentication - summary: Delete phoneAuthenticationMethod - description: 'Delete a user''s phone authentication method. This removes the phone number from the user and they''ll no longer be able to use the number for authentication, whether via SMS or voice calls. A user can''t have an alternateMobile number without a mobile number. If you want to remove a mobile number from a user that also has an alternateMobile number, first update the mobile number to the new number, then delete the alternateMobile number. If the phone number is the user''s default Azure multi-factor authentication (MFA) authentication method, it can''t be deleted. Have the user change their default authentication method, and then delete the number.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-delete?view=graph-rest-1.0 + summary: Delete navigation property phoneMethods for users operationId: user.authentication_DeletePhoneMethod parameters: - name: user-id @@ -16218,11 +15608,8 @@ paths: get: tags: - users.authentication - summary: List softwareOathMethods - description: Retrieve a list of a user's software OATH token authentication method objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0 + summary: Get softwareOathMethods from users + description: The software OATH TOTP applications registered to a user for authentication. operationId: user.authentication_ListSoftwareOathMethod parameters: - name: user-id @@ -16281,11 +15668,8 @@ paths: get: tags: - users.authentication - summary: Get softwareOathAuthenticationMethod - description: Retrieve a user's single Software OATH token authentication method object and its properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0 + summary: Get softwareOathMethods from users + description: The software OATH TOTP applications registered to a user for authentication. operationId: user.authentication_GetSoftwareOathMethod parameters: - name: user-id @@ -16337,11 +15721,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property softwareOathMethods for users operationId: user.authentication_DeleteSoftwareOathMethod parameters: - name: user-id @@ -16398,11 +15778,8 @@ paths: get: tags: - users.authentication - 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 + summary: Get temporaryAccessPassMethods from users + description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. operationId: user.authentication_ListTemporaryAccessPassMethod parameters: - name: user-id @@ -16460,11 +15837,7 @@ paths: post: tags: - users.authentication - 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 + summary: Create new navigation property to temporaryAccessPassMethods for users operationId: user.authentication_CreateTemporaryAccessPassMethod parameters: - name: user-id @@ -16496,11 +15869,8 @@ paths: get: tags: - users.authentication - 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 + summary: Get temporaryAccessPassMethods from users + description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. operationId: user.authentication_GetTemporaryAccessPassMethod parameters: - name: user-id @@ -16552,11 +15922,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property temporaryAccessPassMethods for users operationId: user.authentication_DeleteTemporaryAccessPassMethod parameters: - name: user-id @@ -16613,11 +15979,8 @@ paths: get: tags: - users.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 + summary: Get windowsHelloForBusinessMethods from users + description: Represents the Windows Hello for Business authentication method registered to a user for authentication. operationId: user.authentication_ListWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -16676,11 +16039,8 @@ paths: get: tags: - users.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 + summary: Get windowsHelloForBusinessMethods from users + description: Represents the Windows Hello for Business authentication method registered to a user for authentication. operationId: user.authentication_GetWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -16732,11 +16092,7 @@ paths: delete: tags: - users.authentication - 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 + summary: Delete navigation property windowsHelloForBusinessMethods for users operationId: user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -17433,7 +16789,7 @@ components: $ref: '#/components/schemas/microsoft.graph.riskDetail' riskEventType: type: string - description: 'The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.' + description: 'The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, suspiciousSendingPatterns, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.' nullable: true riskLevel: $ref: '#/components/schemas/microsoft.graph.riskLevel' @@ -18927,13 +18283,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' - description: Condition sets which are excluded in this permission grant policy. Automatically expanded on GET. + description: Condition sets that are excluded in this permission grant policy. Automatically expanded on GET. x-ms-navigationProperty: true includes: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' - description: Condition sets which are included in this permission grant policy. Automatically expanded on GET. + description: Condition sets that are included in this permission grant policy. Automatically expanded on GET. x-ms-navigationProperty: true additionalProperties: type: object @@ -19283,6 +18639,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -19294,9 +18651,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -21084,7 +20443,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -21203,6 +20562,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -21634,6 +20994,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -22283,6 +21648,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -24711,13 +24084,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -24937,7 +24310,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -25092,6 +24465,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -25613,6 +24987,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -28396,11 +27771,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -28416,13 +27791,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -32277,7 +31652,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index de4f55643b..53dd7d69ec 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -77,11 +77,8 @@ paths: get: tags: - users.inferenceClassification - summary: List overrides - description: 'Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0 + summary: Get overrides from users + description: 'A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.' operationId: user.inferenceClassification_ListOverride parameters: - name: user-id @@ -128,11 +125,7 @@ paths: post: tags: - users.inferenceClassification - summary: Create inferenceClassificationOverride - description: "Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classified\nas specified in the override. Note" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0 + summary: Create new navigation property to overrides for users operationId: user.inferenceClassification_CreateOverride parameters: - name: user-id @@ -207,11 +200,7 @@ paths: patch: tags: - users.inferenceClassification - summary: Update inferenceclassificationoverride - description: "Change the classifyAs field of an override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one with\nthe new SMTP address is the only way to 'update' the override for this sender." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-update?view=graph-rest-1.0 + summary: Update the navigation property overrides in users operationId: user.inferenceClassification_UpdateOverride parameters: - name: user-id @@ -250,11 +239,7 @@ paths: delete: tags: - users.inferenceClassification - summary: Delete inferenceClassificationOverride - description: Delete an override specified by its ID. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-delete?view=graph-rest-1.0 + summary: Delete navigation property overrides for users operationId: user.inferenceClassification_DeleteOverride parameters: - name: user-id @@ -312,9 +297,6 @@ paths: - users.mailFolder summary: Get mailFolders from users description: The user's mail folders. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0 operationId: user_ListMailFolder parameters: - name: user-id @@ -378,11 +360,7 @@ paths: post: tags: - users.mailFolder - summary: Create MailFolder - description: 'Use this API to create a new mail folder in the root folder of the user''s mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0 + summary: Create new navigation property to mailFolders for users operationId: user_CreateMailFolder parameters: - name: user-id @@ -416,9 +394,6 @@ paths: - users.mailFolder summary: Get mailFolders from users description: The user's mail folders. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-get?view=graph-rest-1.0 operationId: user_GetMailFolder parameters: - name: user-id @@ -477,11 +452,7 @@ paths: patch: tags: - users.mailFolder - summary: Update mailfolder - description: Update the properties of mailfolder object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 + summary: Update the navigation property mailFolders in users operationId: user_UpdateMailFolder parameters: - name: user-id @@ -520,11 +491,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete mailFolder - description: 'Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-delete?view=graph-rest-1.0 + summary: Delete navigation property mailFolders for users operationId: user_DeleteMailFolder parameters: - name: user-id @@ -561,9 +528,6 @@ paths: - users.mailFolder summary: Get childFolders from users description: The collection of child folders in the mailFolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0 operationId: user.mailFolder_ListChildFolder parameters: - name: user-id @@ -635,11 +599,7 @@ paths: post: tags: - users.mailFolder - summary: Create child folder - description: 'Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0 + summary: Create new navigation property to childFolders for users operationId: user.mailFolder_CreateChildFolder parameters: - name: user-id @@ -837,11 +797,8 @@ paths: get: tags: - users.mailFolder - summary: List rules - description: Get all the messageRule objects defined for the user's inbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder.childFolder_ListMessageRule parameters: - name: user-id @@ -904,11 +861,7 @@ paths: post: tags: - users.mailFolder - summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 + summary: Create new navigation property to messageRules for users operationId: user.mailFolder.childFolder_CreateMessageRule parameters: - name: user-id @@ -956,11 +909,8 @@ paths: get: tags: - users.mailFolder - summary: Get rule - description: Get the properties and relationships of a messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder.childFolder_GetMessageRule parameters: - name: user-id @@ -1018,11 +968,7 @@ paths: patch: tags: - users.mailFolder - summary: Update rule - description: Change writable properties on a messageRule object and save the changes. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0 + summary: Update the navigation property messageRules in users operationId: user.mailFolder.childFolder_UpdateMessageRule parameters: - name: user-id @@ -1077,11 +1023,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete messageRule - description: Delete the specified messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0 + summary: Delete navigation property messageRules for users operationId: user.mailFolder.childFolder_DeleteMessageRule parameters: - name: user-id @@ -1169,11 +1111,8 @@ paths: get: tags: - users.mailFolder - summary: List messages - description: 'Get all the messages in the specified user''s mailbox, or those messages in a specified folder in the mailbox.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 + summary: Get messages from users + description: The collection of messages in the mailFolder. operationId: user.mailFolder.childFolder_ListMessage parameters: - name: user-id @@ -1247,11 +1186,7 @@ paths: post: tags: - users.mailFolder - summary: Create message in a mailfolder - description: Use this API to create a new Message in a mailfolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0 + summary: Create new navigation property to messages for users operationId: user.mailFolder.childFolder_CreateMessage parameters: - name: user-id @@ -1475,9 +1410,6 @@ paths: tags: - users.mailFolder summary: Get media content for the navigation property messages from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 operationId: user.mailFolder.childFolder_GetMessagesContent parameters: - name: user-id @@ -1586,11 +1518,8 @@ paths: get: tags: - users.mailFolder - summary: List attachments - description: Retrieve a list of attachment objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.childFolder.message_ListAttachment parameters: - name: user-id @@ -1669,11 +1598,7 @@ paths: post: tags: - users.mailFolder - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.mailFolder.childFolder.message_CreateAttachment parameters: - name: user-id @@ -1729,11 +1654,8 @@ paths: get: tags: - users.mailFolder - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.childFolder.message_GetAttachment parameters: - name: user-id @@ -1913,8 +1835,8 @@ paths: get: tags: - users.mailFolder - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.childFolder.message_ListExtension parameters: - name: user-id @@ -1995,11 +1917,7 @@ paths: post: tags: - users.mailFolder - 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 + summary: Create new navigation property to extensions for users operationId: user.mailFolder.childFolder.message_CreateExtension parameters: - name: user-id @@ -2055,11 +1973,8 @@ paths: get: tags: - users.mailFolder - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.childFolder.message_GetExtension parameters: - name: user-id @@ -2198,11 +2113,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete open extension - description: 'Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 + summary: Delete navigation property extensions for users operationId: user.mailFolder.childFolder.message_DeleteExtension parameters: - name: user-id @@ -2373,11 +2284,8 @@ paths: get: tags: - users.mailFolder - summary: List rules - description: Get all the messageRule objects defined for the user's inbox. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder_ListMessageRule parameters: - name: user-id @@ -2432,11 +2340,7 @@ paths: post: tags: - users.mailFolder - summary: Create rule - description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 + summary: Create new navigation property to messageRules for users operationId: user.mailFolder_CreateMessageRule parameters: - name: user-id @@ -2476,11 +2380,8 @@ paths: get: tags: - users.mailFolder - summary: Get rule - description: Get the properties and relationships of a messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0 + summary: Get messageRules from users + description: The collection of rules that apply to the user's Inbox folder. operationId: user.mailFolder_GetMessageRule parameters: - name: user-id @@ -2530,11 +2431,7 @@ paths: patch: tags: - users.mailFolder - summary: Update rule - description: Change writable properties on a messageRule object and save the changes. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0 + summary: Update the navigation property messageRules in users operationId: user.mailFolder_UpdateMessageRule parameters: - name: user-id @@ -2581,11 +2478,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete messageRule - description: Delete the specified messageRule object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0 + summary: Delete navigation property messageRules for users operationId: user.mailFolder_DeleteMessageRule parameters: - name: user-id @@ -2657,11 +2550,8 @@ paths: get: tags: - users.mailFolder - summary: List messages - description: 'Get all the messages in the specified user''s mailbox, or those messages in a specified folder in the mailbox.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 + summary: Get messages from users + description: The collection of messages in the mailFolder. operationId: user.mailFolder_ListMessage parameters: - name: user-id @@ -2727,11 +2617,7 @@ paths: post: tags: - users.mailFolder - summary: Create message in a mailfolder - description: Use this API to create a new Message in a mailfolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0 + summary: Create new navigation property to messages for users operationId: user.mailFolder_CreateMessage parameters: - name: user-id @@ -2923,9 +2809,6 @@ paths: tags: - users.mailFolder summary: Get media content for the navigation property messages from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 operationId: user.mailFolder_GetMessagesContent parameters: - name: user-id @@ -3018,11 +2901,8 @@ paths: get: tags: - users.mailFolder - summary: List attachments - description: Retrieve a list of attachment objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.message_ListAttachment parameters: - name: user-id @@ -3093,11 +2973,7 @@ paths: post: tags: - users.mailFolder - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.mailFolder.message_CreateAttachment parameters: - name: user-id @@ -3145,11 +3021,8 @@ paths: get: tags: - users.mailFolder - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.mailFolder.message_GetAttachment parameters: - name: user-id @@ -3305,8 +3178,8 @@ paths: get: tags: - users.mailFolder - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.message_ListExtension parameters: - name: user-id @@ -3379,11 +3252,7 @@ paths: post: tags: - users.mailFolder - 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 + summary: Create new navigation property to extensions for users operationId: user.mailFolder.message_CreateExtension parameters: - name: user-id @@ -3431,11 +3300,8 @@ paths: get: tags: - users.mailFolder - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.mailFolder.message_GetExtension parameters: - name: user-id @@ -3558,11 +3424,7 @@ paths: delete: tags: - users.mailFolder - summary: Delete open extension - description: 'Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 + summary: Delete navigation property extensions for users operationId: user.mailFolder.message_DeleteExtension parameters: - name: user-id @@ -3703,9 +3565,6 @@ paths: - users.message summary: Get messages from users description: The messages in a mailbox or folder. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0 operationId: user_ListMessage parameters: - name: user-id @@ -3770,11 +3629,7 @@ paths: post: tags: - users.message - 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 + summary: Create new navigation property to messages for users operationId: user_CreateMessage parameters: - name: user-id @@ -3808,9 +3663,6 @@ paths: - users.message summary: Get messages from users description: The messages in a mailbox or folder. Read-only. Nullable. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0 operationId: user_GetMessage parameters: - name: user-id @@ -3869,11 +3721,7 @@ paths: patch: tags: - users.message - summary: Update eventMessage - description: Update the properties of an eventMessage object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-update?view=graph-rest-1.0 + summary: Update the navigation property messages in users operationId: user_UpdateMessage parameters: - name: user-id @@ -3912,11 +3760,7 @@ paths: delete: tags: - users.message - summary: Delete eventMessage - description: Delete eventMessage. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-delete?view=graph-rest-1.0 + summary: Delete navigation property messages for users operationId: user_DeleteMessage parameters: - name: user-id @@ -3952,9 +3796,6 @@ paths: tags: - users.message summary: Get media content for the navigation property messages from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0 operationId: user_GetMessagesContent parameters: - name: user-id @@ -4031,11 +3872,8 @@ paths: get: tags: - users.message - summary: List attachments - description: Retrieve a list of attachment objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.message_ListAttachment parameters: - name: user-id @@ -4098,11 +3936,7 @@ paths: post: tags: - users.message - summary: Add attachment - description: "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.message_CreateAttachment parameters: - name: user-id @@ -4142,11 +3976,8 @@ paths: get: tags: - users.message - summary: Get attachment - description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: The fileAttachment and itemAttachment attachments for the message. operationId: user.message_GetAttachment parameters: - name: user-id @@ -4278,8 +4109,8 @@ paths: get: tags: - users.message - 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. + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.message_ListExtension parameters: - name: user-id @@ -4344,11 +4175,7 @@ paths: post: tags: - users.message - 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 + summary: Create new navigation property to extensions for users operationId: user.message_CreateExtension parameters: - name: user-id @@ -4388,11 +4215,8 @@ paths: get: tags: - users.message - 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 + summary: Get extensions from users + description: The collection of open extensions defined for the message. Nullable. operationId: user.message_GetExtension parameters: - name: user-id @@ -4499,11 +4323,7 @@ paths: delete: tags: - users.message - summary: Delete open extension - description: 'Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 + summary: Delete navigation property extensions for users operationId: user.message_DeleteExtension parameters: - name: user-id diff --git a/openApiDocs/v1.0/Notes.yml b/openApiDocs/v1.0/Notes.yml index 66cc664015..015227ba46 100644 --- a/openApiDocs/v1.0/Notes.yml +++ b/openApiDocs/v1.0/Notes.yml @@ -112,11 +112,8 @@ paths: get: tags: - groups.onenote - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_ListNotebook parameters: - name: group-id @@ -174,11 +171,7 @@ paths: post: tags: - groups.onenote - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for groups operationId: group.onenote_CreateNotebook parameters: - name: group-id @@ -210,11 +203,8 @@ paths: get: tags: - groups.onenote - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_GetNotebook parameters: - name: group-id @@ -340,11 +330,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. operationId: group.onenote.notebook_ListSectionGroup parameters: - name: group-id @@ -410,11 +397,7 @@ paths: post: tags: - groups.onenote - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for groups operationId: group.onenote.notebook_CreateSectionGroup parameters: - name: group-id @@ -729,11 +712,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -916,11 +896,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.onenote.notebook.sectionGroup_ListSection parameters: - name: group-id @@ -994,11 +971,7 @@ paths: post: tags: - groups.onenote - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.onenote.notebook.sectionGroup_CreateSection parameters: - name: group-id @@ -1221,11 +1194,8 @@ paths: get: tags: - groups.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.onenote.notebook.sectionGroup.section_ListPage parameters: - name: group-id @@ -1307,11 +1277,7 @@ paths: post: tags: - groups.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.onenote.notebook.sectionGroup.section_CreatePage parameters: - name: group-id @@ -1568,9 +1534,6 @@ paths: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.onenote.notebook.sectionGroup.section_GetPagesContent parameters: - name: group-id @@ -2103,11 +2066,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. operationId: group.onenote.notebook_ListSection parameters: - name: group-id @@ -2173,11 +2133,7 @@ paths: post: tags: - groups.onenote - summary: Create section - description: Create a new onenoteSection in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.onenote.notebook_CreateSection parameters: - name: group-id @@ -2368,11 +2324,8 @@ paths: get: tags: - groups.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.onenote.notebook.section_ListPage parameters: - name: group-id @@ -2446,11 +2399,7 @@ paths: post: tags: - groups.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.onenote.notebook.section_CreatePage parameters: - name: group-id @@ -2675,9 +2624,6 @@ paths: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.onenote.notebook.section_GetPagesContent parameters: - name: group-id @@ -3138,8 +3084,8 @@ paths: get: tags: - groups.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.onenote_ListOperation parameters: - name: group-id @@ -3229,11 +3175,8 @@ paths: get: tags: - groups.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.onenote_GetOperation parameters: - name: group-id @@ -3381,11 +3324,8 @@ paths: get: tags: - groups.onenote - summary: List onenotePages - description: Retrieve a list of page objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_ListPage parameters: - name: group-id @@ -3443,11 +3383,7 @@ paths: post: tags: - groups.onenote - summary: Create onenotePage - description: 'Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user''s default notebook. If you''re targeting other notebooks, you can create pages in a specified section. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.onenote_CreatePage parameters: - name: group-id @@ -3479,11 +3415,8 @@ paths: get: tags: - groups.onenote - summary: Get page - description: 'Retrieve the properties and relationships of a page object. Getting page information Access a page''s metadata by page identifier: Getting page content You can use the page''s content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_GetPage parameters: - name: group-id @@ -3574,11 +3507,7 @@ paths: delete: tags: - groups.onenote - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for groups operationId: group.onenote_DeletePage parameters: - name: group-id @@ -3615,9 +3544,6 @@ paths: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 operationId: group.onenote_GetPagesContent parameters: - name: group-id @@ -4138,11 +4064,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_ListSectionGroup parameters: - name: group-id @@ -4232,11 +4155,8 @@ paths: get: tags: - groups.onenote - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_GetSectionGroup parameters: - name: group-id @@ -4470,11 +4390,8 @@ paths: get: tags: - groups.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.onenote.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -4633,11 +4550,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.onenote.sectionGroup_ListSection parameters: - name: group-id @@ -4703,11 +4617,7 @@ paths: post: tags: - groups.onenote - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.onenote.sectionGroup_CreateSection parameters: - name: group-id @@ -4898,11 +4808,8 @@ paths: get: tags: - groups.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.onenote.sectionGroup.section_ListPage parameters: - name: group-id @@ -4976,11 +4883,7 @@ paths: post: tags: - groups.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.onenote.sectionGroup.section_CreatePage parameters: - name: group-id @@ -5205,9 +5108,6 @@ paths: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.onenote.sectionGroup.section_GetPagesContent parameters: - name: group-id @@ -5668,11 +5568,8 @@ paths: get: tags: - groups.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_ListSection parameters: - name: group-id @@ -5762,11 +5659,8 @@ paths: get: tags: - groups.onenote - summary: Get section - description: Retrieve the properties and relationships of a onenoteSection object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.onenote_GetSection parameters: - name: group-id @@ -5892,11 +5786,8 @@ paths: get: tags: - groups.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.onenote.section_ListPage parameters: - name: group-id @@ -5962,11 +5853,7 @@ paths: post: tags: - groups.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.onenote.section_CreatePage parameters: - name: group-id @@ -6159,9 +6046,6 @@ paths: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.onenote.section_GetPagesContent parameters: - name: group-id @@ -6917,11 +6801,8 @@ paths: get: tags: - sites.onenote - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from sites + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_ListNotebook parameters: - name: site-id @@ -6979,11 +6860,7 @@ paths: post: tags: - sites.onenote - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for sites operationId: site.onenote_CreateNotebook parameters: - name: site-id @@ -7015,11 +6892,8 @@ paths: get: tags: - sites.onenote - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from sites + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_GetNotebook parameters: - name: site-id @@ -7145,11 +7019,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in the notebook. Read-only. Nullable. operationId: site.onenote.notebook_ListSectionGroup parameters: - name: site-id @@ -7215,11 +7086,7 @@ paths: post: tags: - sites.onenote - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for sites operationId: site.onenote.notebook_CreateSectionGroup parameters: - name: site-id @@ -7534,11 +7401,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. operationId: site.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: site-id @@ -7721,11 +7585,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in the section group. Read-only. Nullable. operationId: site.onenote.notebook.sectionGroup_ListSection parameters: - name: site-id @@ -7799,11 +7660,7 @@ paths: post: tags: - sites.onenote - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for sites operationId: site.onenote.notebook.sectionGroup_CreateSection parameters: - name: site-id @@ -8026,11 +7883,8 @@ paths: get: tags: - sites.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from sites + description: The collection of pages in the section. Read-only. Nullable. operationId: site.onenote.notebook.sectionGroup.section_ListPage parameters: - name: site-id @@ -8112,11 +7966,7 @@ paths: post: tags: - sites.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for sites operationId: site.onenote.notebook.sectionGroup.section_CreatePage parameters: - name: site-id @@ -8373,9 +8223,6 @@ paths: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: site.onenote.notebook.sectionGroup.section_GetPagesContent parameters: - name: site-id @@ -8908,11 +8755,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in the notebook. Read-only. Nullable. operationId: site.onenote.notebook_ListSection parameters: - name: site-id @@ -8978,11 +8822,7 @@ paths: post: tags: - sites.onenote - summary: Create section - description: Create a new onenoteSection in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for sites operationId: site.onenote.notebook_CreateSection parameters: - name: site-id @@ -9173,11 +9013,8 @@ paths: get: tags: - sites.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from sites + description: The collection of pages in the section. Read-only. Nullable. operationId: site.onenote.notebook.section_ListPage parameters: - name: site-id @@ -9251,11 +9088,7 @@ paths: post: tags: - sites.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for sites operationId: site.onenote.notebook.section_CreatePage parameters: - name: site-id @@ -9480,9 +9313,6 @@ paths: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: site.onenote.notebook.section_GetPagesContent parameters: - name: site-id @@ -9943,8 +9773,8 @@ paths: get: tags: - sites.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from sites + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: site.onenote_ListOperation parameters: - name: site-id @@ -10034,11 +9864,8 @@ paths: get: tags: - sites.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from sites + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: site.onenote_GetOperation parameters: - name: site-id @@ -10186,11 +10013,8 @@ paths: get: tags: - sites.onenote - summary: List onenotePages - description: Retrieve a list of page objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 + summary: Get pages from sites + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_ListPage parameters: - name: site-id @@ -10248,11 +10072,7 @@ paths: post: tags: - sites.onenote - summary: Create onenotePage - description: 'Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user''s default notebook. If you''re targeting other notebooks, you can create pages in a specified section. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for sites operationId: site.onenote_CreatePage parameters: - name: site-id @@ -10284,11 +10104,8 @@ paths: get: tags: - sites.onenote - summary: Get page - description: 'Retrieve the properties and relationships of a page object. Getting page information Access a page''s metadata by page identifier: Getting page content You can use the page''s content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 + summary: Get pages from sites + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_GetPage parameters: - name: site-id @@ -10379,11 +10196,7 @@ paths: delete: tags: - sites.onenote - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for sites operationId: site.onenote_DeletePage parameters: - name: site-id @@ -10420,9 +10233,6 @@ paths: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 operationId: site.onenote_GetPagesContent parameters: - name: site-id @@ -10943,11 +10753,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_ListSectionGroup parameters: - name: site-id @@ -11037,11 +10844,8 @@ paths: get: tags: - sites.onenote - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_GetSectionGroup parameters: - name: site-id @@ -11275,11 +11079,8 @@ paths: get: tags: - sites.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from sites + description: The section groups in the section. Read-only. Nullable. operationId: site.onenote.sectionGroup_ListSectionGroup parameters: - name: site-id @@ -11438,11 +11239,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in the section group. Read-only. Nullable. operationId: site.onenote.sectionGroup_ListSection parameters: - name: site-id @@ -11508,11 +11306,7 @@ paths: post: tags: - sites.onenote - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for sites operationId: site.onenote.sectionGroup_CreateSection parameters: - name: site-id @@ -11703,11 +11497,8 @@ paths: get: tags: - sites.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from sites + description: The collection of pages in the section. Read-only. Nullable. operationId: site.onenote.sectionGroup.section_ListPage parameters: - name: site-id @@ -11781,11 +11572,7 @@ paths: post: tags: - sites.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for sites operationId: site.onenote.sectionGroup.section_CreatePage parameters: - name: site-id @@ -12010,9 +11797,6 @@ paths: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: site.onenote.sectionGroup.section_GetPagesContent parameters: - name: site-id @@ -12473,11 +12257,8 @@ paths: get: tags: - sites.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_ListSection parameters: - name: site-id @@ -12567,11 +12348,8 @@ paths: get: tags: - sites.onenote - summary: Get section - description: Retrieve the properties and relationships of a onenoteSection object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from sites + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: site.onenote_GetSection parameters: - name: site-id @@ -12697,11 +12475,8 @@ paths: get: tags: - sites.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from sites + description: The collection of pages in the section. Read-only. Nullable. operationId: site.onenote.section_ListPage parameters: - name: site-id @@ -12767,11 +12542,7 @@ paths: post: tags: - sites.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for sites operationId: site.onenote.section_CreatePage parameters: - name: site-id @@ -12964,9 +12735,6 @@ paths: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: site.onenote.section_GetPagesContent parameters: - name: site-id @@ -13443,11 +13211,8 @@ paths: get: tags: - users.onenote - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from users + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_ListNotebook parameters: - name: user-id @@ -13505,11 +13270,7 @@ paths: post: tags: - users.onenote - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for users operationId: user.onenote_CreateNotebook parameters: - name: user-id @@ -13541,11 +13302,8 @@ paths: get: tags: - users.onenote - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from users + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_GetNotebook parameters: - name: user-id @@ -13671,11 +13429,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in the notebook. Read-only. Nullable. operationId: user.onenote.notebook_ListSectionGroup parameters: - name: user-id @@ -13741,11 +13496,7 @@ paths: post: tags: - users.onenote - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for users operationId: user.onenote.notebook_CreateSectionGroup parameters: - name: user-id @@ -14060,11 +13811,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in the section. Read-only. Nullable. operationId: user.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: user-id @@ -14247,11 +13995,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in the section group. Read-only. Nullable. operationId: user.onenote.notebook.sectionGroup_ListSection parameters: - name: user-id @@ -14325,11 +14070,7 @@ paths: post: tags: - users.onenote - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for users operationId: user.onenote.notebook.sectionGroup_CreateSection parameters: - name: user-id @@ -14552,11 +14293,8 @@ paths: get: tags: - users.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from users + description: The collection of pages in the section. Read-only. Nullable. operationId: user.onenote.notebook.sectionGroup.section_ListPage parameters: - name: user-id @@ -14638,11 +14376,7 @@ paths: post: tags: - users.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for users operationId: user.onenote.notebook.sectionGroup.section_CreatePage parameters: - name: user-id @@ -14899,9 +14633,6 @@ paths: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: user.onenote.notebook.sectionGroup.section_GetPagesContent parameters: - name: user-id @@ -15434,11 +15165,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in the notebook. Read-only. Nullable. operationId: user.onenote.notebook_ListSection parameters: - name: user-id @@ -15504,11 +15232,7 @@ paths: post: tags: - users.onenote - summary: Create section - description: Create a new onenoteSection in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for users operationId: user.onenote.notebook_CreateSection parameters: - name: user-id @@ -15699,11 +15423,8 @@ paths: get: tags: - users.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from users + description: The collection of pages in the section. Read-only. Nullable. operationId: user.onenote.notebook.section_ListPage parameters: - name: user-id @@ -15777,11 +15498,7 @@ paths: post: tags: - users.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for users operationId: user.onenote.notebook.section_CreatePage parameters: - name: user-id @@ -16006,9 +15723,6 @@ paths: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: user.onenote.notebook.section_GetPagesContent parameters: - name: user-id @@ -16469,8 +16183,8 @@ paths: get: tags: - users.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from users + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: user.onenote_ListOperation parameters: - name: user-id @@ -16560,11 +16274,8 @@ paths: get: tags: - users.onenote - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from users + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: user.onenote_GetOperation parameters: - name: user-id @@ -16712,11 +16423,8 @@ paths: get: tags: - users.onenote - summary: List onenotePages - description: Retrieve a list of page objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 + summary: Get pages from users + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_ListPage parameters: - name: user-id @@ -16774,11 +16482,7 @@ paths: post: tags: - users.onenote - summary: Create onenotePage - description: 'Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user''s default notebook. If you''re targeting other notebooks, you can create pages in a specified section. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for users operationId: user.onenote_CreatePage parameters: - name: user-id @@ -16810,11 +16514,8 @@ paths: get: tags: - users.onenote - summary: Get page - description: 'Retrieve the properties and relationships of a page object. Getting page information Access a page''s metadata by page identifier: Getting page content You can use the page''s content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 + summary: Get pages from users + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_GetPage parameters: - name: user-id @@ -16905,11 +16606,7 @@ paths: delete: tags: - users.onenote - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for users operationId: user.onenote_DeletePage parameters: - name: user-id @@ -16946,9 +16643,6 @@ paths: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 operationId: user.onenote_GetPagesContent parameters: - name: user-id @@ -17469,11 +17163,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_ListSectionGroup parameters: - name: user-id @@ -17563,11 +17254,8 @@ paths: get: tags: - users.onenote - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_GetSectionGroup parameters: - name: user-id @@ -17801,11 +17489,8 @@ paths: get: tags: - users.onenote - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from users + description: The section groups in the section. Read-only. Nullable. operationId: user.onenote.sectionGroup_ListSectionGroup parameters: - name: user-id @@ -17964,11 +17649,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in the section group. Read-only. Nullable. operationId: user.onenote.sectionGroup_ListSection parameters: - name: user-id @@ -18034,11 +17716,7 @@ paths: post: tags: - users.onenote - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for users operationId: user.onenote.sectionGroup_CreateSection parameters: - name: user-id @@ -18229,11 +17907,8 @@ paths: get: tags: - users.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from users + description: The collection of pages in the section. Read-only. Nullable. operationId: user.onenote.sectionGroup.section_ListPage parameters: - name: user-id @@ -18307,11 +17982,7 @@ paths: post: tags: - users.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for users operationId: user.onenote.sectionGroup.section_CreatePage parameters: - name: user-id @@ -18536,9 +18207,6 @@ paths: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: user.onenote.sectionGroup.section_GetPagesContent parameters: - name: user-id @@ -18999,11 +18667,8 @@ paths: get: tags: - users.onenote - summary: List sections - description: Retrieve a list of onenoteSection objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_ListSection parameters: - name: user-id @@ -19093,11 +18758,8 @@ paths: get: tags: - users.onenote - summary: Get section - description: Retrieve the properties and relationships of a onenoteSection object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from users + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: user.onenote_GetSection parameters: - name: user-id @@ -19223,11 +18885,8 @@ paths: get: tags: - users.onenote - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from users + description: The collection of pages in the section. Read-only. Nullable. operationId: user.onenote.section_ListPage parameters: - name: user-id @@ -19293,11 +18952,7 @@ paths: post: tags: - users.onenote - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for users operationId: user.onenote.section_CreatePage parameters: - name: user-id @@ -19490,9 +19145,6 @@ paths: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: user.onenote.section_GetPagesContent parameters: - name: user-id diff --git a/openApiDocs/v1.0/People.yml b/openApiDocs/v1.0/People.yml index 96a14ac1a5..8ef2362a3e 100644 --- a/openApiDocs/v1.0/People.yml +++ b/openApiDocs/v1.0/People.yml @@ -112,11 +112,8 @@ paths: get: tags: - users.officeGraphInsights - summary: List shared - description: 'Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user''s Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/insights-list-shared?view=graph-rest-1.0 + summary: Get shared from users + description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' operationId: user.insight_ListShared parameters: - name: user-id @@ -462,11 +459,8 @@ paths: get: tags: - users.officeGraphInsights - summary: List trending - description: Calculated insight that includes a list of documents trending around the user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/insights-list-trending?view=graph-rest-1.0 + summary: Get trending from users + description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' operationId: user.insight_ListTrending parameters: - name: user-id @@ -759,11 +753,8 @@ paths: get: tags: - users.officeGraphInsights - summary: List used - description: "Calculate and list the documents that a user has viewed or modified. For the signed-in user:\n- This method includes documents that the user has modified; see example 1. \n- Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0 + summary: Get used from users + description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' operationId: user.insight_ListUsed parameters: - name: user-id @@ -1056,11 +1047,8 @@ paths: get: tags: - users.person - summary: List people - description: 'Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user''s communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0 + summary: Get people from users + description: People that are relevant to the user. Read-only. Nullable. operationId: user_ListPerson parameters: - name: user-id diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index c018bd0a01..2c23e5828b 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -10,11 +10,8 @@ paths: get: tags: - users.contactFolder - summary: List contactFolders - description: Get the contact folder collection in the default Contacts folder of the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0 + summary: Get contactFolders from users + description: The user's contacts folders. Read-only. Nullable. operationId: user_ListContactFolder parameters: - name: user-id @@ -71,11 +68,7 @@ paths: post: tags: - users.contactFolder - summary: Create ContactFolder - description: Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0 + summary: Create new navigation property to contactFolders for users operationId: user_CreateContactFolder parameters: - name: user-id @@ -107,11 +100,8 @@ paths: get: tags: - users.contactFolder - summary: Get contactFolder - description: 'Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user''s contact folder:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0 + summary: Get contactFolders from users + description: The user's contacts folders. Read-only. Nullable. operationId: user_GetContactFolder parameters: - name: user-id @@ -163,11 +153,7 @@ paths: patch: tags: - users.contactFolder - summary: Update contactfolder - description: Update the properties of contactfolder object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-update?view=graph-rest-1.0 + summary: Update the navigation property contactFolders in users operationId: user_UpdateContactFolder parameters: - name: user-id @@ -206,11 +192,7 @@ paths: delete: tags: - users.contactFolder - summary: Delete contactFolder - description: Delete contactFolder other than the default contactFolder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-delete?view=graph-rest-1.0 + summary: Delete navigation property contactFolders for users operationId: user_DeleteContactFolder parameters: - name: user-id @@ -245,11 +227,8 @@ paths: get: tags: - users.contactFolder - summary: List childFolders - description: Get a collection of child folders under the specified contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0 + summary: Get childFolders from users + description: The collection of child folders in the folder. Navigation property. Read-only. Nullable. operationId: user.contactFolder_ListChildFolder parameters: - name: user-id @@ -314,11 +293,7 @@ paths: post: tags: - users.contactFolder - summary: Create ContactFolder - description: Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0 + summary: Create new navigation property to childFolders for users operationId: user.contactFolder_CreateChildFolder parameters: - name: user-id @@ -509,11 +484,8 @@ paths: get: tags: - users.contactFolder - summary: List contacts - description: 'Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 + summary: Get contacts from users + description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: user.contactFolder.childFolder_ListContact parameters: - name: user-id @@ -586,11 +558,7 @@ paths: post: tags: - users.contactFolder - summary: Create contact - description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0 + summary: Create new navigation property to contacts for users operationId: user.contactFolder.childFolder_CreateContact parameters: - name: user-id @@ -1485,11 +1453,8 @@ paths: get: tags: - users.contactFolder - summary: List contacts - description: 'Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 + summary: Get contacts from users + description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: user.contactFolder_ListContact parameters: - name: user-id @@ -1554,11 +1519,7 @@ paths: post: tags: - users.contactFolder - summary: Create contact - description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0 + summary: Create new navigation property to contacts for users operationId: user.contactFolder_CreateContact parameters: - name: user-id @@ -2325,11 +2286,8 @@ paths: get: tags: - users.contact - summary: List contacts - description: 'Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user''s contact folder:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0 + summary: Get contacts from users + description: The user's contacts. Read-only. Nullable. operationId: user_ListContact parameters: - name: user-id @@ -2387,11 +2345,7 @@ paths: post: tags: - users.contact - summary: Create contact - description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0 + summary: Create new navigation property to contacts for users operationId: user_CreateContact parameters: - name: user-id @@ -2423,11 +2377,8 @@ paths: get: tags: - users.contact - summary: Get contact - description: 'Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user''s contact folder:' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0 + summary: Get contacts from users + description: The user's contacts. Read-only. Nullable. operationId: user_GetContact parameters: - name: user-id @@ -2479,11 +2430,7 @@ paths: patch: tags: - users.contact - summary: Update contact - description: Update the properties of a contact object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-update?view=graph-rest-1.0 + summary: Update the navigation property contacts in users operationId: user_UpdateContact parameters: - name: user-id @@ -2522,11 +2469,7 @@ paths: delete: tags: - users.contact - summary: Delete contact - description: Delete a contact. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0 + summary: Delete navigation property contacts for users operationId: user_DeleteContact parameters: - name: user-id diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index 8e80cd0482..87d77b1569 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -120,11 +120,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get plans from groups + description: Read-only. Nullable. Returns the plannerPlans owned by the group. operationId: group.planner_ListPlan parameters: - name: group-id @@ -341,11 +338,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get buckets from groups + description: Read-only. Nullable. Collection of buckets in the plan. operationId: group.planner.plan_ListBucket parameters: - name: group-id @@ -602,11 +596,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get tasks from groups + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: group.planner.plan.bucket_ListTask parameters: - name: group-id @@ -903,11 +894,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get assignedToTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: group.planner.plan.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: group-id @@ -976,9 +964,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property assignedToTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: group-id @@ -1091,11 +1076,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get bucketTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: group.planner.plan.bucket.task_GetBucketTaskBoardFormat parameters: - name: group-id @@ -1164,9 +1146,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property bucketTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: group-id @@ -1279,11 +1258,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get details from groups + description: Read-only. Nullable. More details about the task. operationId: group.planner.plan.bucket.task_GetDetail parameters: - name: group-id @@ -1352,9 +1328,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property details in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateDetail parameters: - name: group-id @@ -1467,11 +1440,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get progressTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: group.planner.plan.bucket.task_GetProgressTaskBoardFormat parameters: - name: group-id @@ -1540,9 +1510,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property progressTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: group-id @@ -1723,11 +1690,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get details from groups + description: Read-only. Nullable. Extra details about the plan. operationId: group.planner.plan_GetDetail parameters: - name: group-id @@ -1780,9 +1744,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property details in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0 operationId: group.planner.plan_UpdateDetail parameters: - name: group-id @@ -1863,11 +1824,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get tasks from groups + description: Read-only. Nullable. Collection of tasks in the plan. operationId: group.planner.plan_ListTask parameters: - name: group-id @@ -2124,11 +2082,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get assignedToTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: group.planner.plan.task_GetAssignedToTaskBoardFormat parameters: - name: group-id @@ -2189,9 +2144,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property assignedToTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateAssignedToTaskBoardFormat parameters: - name: group-id @@ -2288,11 +2240,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get bucketTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: group.planner.plan.task_GetBucketTaskBoardFormat parameters: - name: group-id @@ -2353,9 +2302,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property bucketTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateBucketTaskBoardFormat parameters: - name: group-id @@ -2452,11 +2398,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get details from groups + description: Read-only. Nullable. More details about the task. operationId: group.planner.plan.task_GetDetail parameters: - name: group-id @@ -2517,9 +2460,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property details in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateDetail parameters: - name: group-id @@ -2616,11 +2556,8 @@ paths: get: tags: - groups.plannerGroup - 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 + summary: Get progressTaskBoardFormat from groups + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: group.planner.plan.task_GetProgressTaskBoardFormat parameters: - name: group-id @@ -2681,9 +2618,6 @@ paths: tags: - groups.plannerGroup summary: Update the navigation property progressTaskBoardFormat in groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: group.planner.plan.task_UpdateProgressTaskBoardFormat parameters: - name: group-id @@ -2891,11 +2825,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get buckets from planner + description: Read-only. Nullable. Returns a collection of the specified buckets operationId: planner_ListBucket parameters: - $ref: '#/components/parameters/top' @@ -2945,11 +2876,7 @@ paths: post: tags: - planner.plannerBucket - 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 + summary: Create new navigation property to buckets for planner operationId: planner_CreateBucket requestBody: description: New navigation property @@ -2972,11 +2899,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get buckets from planner + description: Read-only. Nullable. Returns a collection of the specified buckets operationId: planner_GetBucket parameters: - name: plannerBucket-id @@ -3021,9 +2945,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property buckets in planner - 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 @@ -3061,11 +2982,7 @@ paths: delete: tags: - planner.plannerBucket - 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 + summary: Delete navigation property buckets for planner operationId: planner_DeleteBucket parameters: - name: plannerBucket-id @@ -3092,11 +3009,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get tasks from planner + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.bucket_ListTask parameters: - name: plannerBucket-id @@ -3313,11 +3227,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: plannerBucket-id @@ -3370,9 +3281,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property assignedToTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerBucket-id @@ -3453,11 +3361,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.bucket.task_GetBucketTaskBoardFormat parameters: - name: plannerBucket-id @@ -3510,9 +3415,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property bucketTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: plannerBucket-id @@ -3593,11 +3495,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.bucket.task_GetDetail parameters: - name: plannerBucket-id @@ -3650,9 +3549,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property details in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateDetail parameters: - name: plannerBucket-id @@ -3733,11 +3629,8 @@ paths: get: tags: - planner.plannerBucket - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.bucket.task_GetProgressTaskBoardFormat parameters: - name: plannerBucket-id @@ -3790,9 +3683,6 @@ paths: tags: - planner.plannerBucket summary: Update the navigation property progressTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: plannerBucket-id @@ -3909,11 +3799,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get plans from planner + description: Read-only. Nullable. Returns a collection of the specified plans operationId: planner_ListPlan parameters: - $ref: '#/components/parameters/top' @@ -3963,11 +3850,7 @@ paths: post: tags: - planner.plannerPlan - summary: Create plannerPlan - description: Use this API to create a new plannerPlan. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0 + summary: Create new navigation property to plans for planner operationId: planner_CreatePlan requestBody: description: New navigation property @@ -3990,11 +3873,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get plans from planner + description: Read-only. Nullable. Returns a collection of the specified plans operationId: planner_GetPlan parameters: - name: plannerPlan-id @@ -4038,11 +3918,7 @@ paths: patch: tags: - planner.plannerPlan - 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 + summary: Update the navigation property plans in planner operationId: planner_UpdatePlan parameters: - name: plannerPlan-id @@ -4073,11 +3949,7 @@ paths: delete: tags: - planner.plannerPlan - 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 + summary: Delete navigation property plans for planner operationId: planner_DeletePlan parameters: - name: plannerPlan-id @@ -4104,11 +3976,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get buckets from planner + description: Read-only. Nullable. Collection of buckets in the plan. operationId: planner.plan_ListBucket parameters: - name: plannerPlan-id @@ -4325,11 +4194,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get tasks from planner + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.plan.bucket_ListTask parameters: - name: plannerPlan-id @@ -4586,11 +4452,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plan.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -4651,9 +4514,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property assignedToTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -4750,11 +4610,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plan.bucket.task_GetBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -4815,9 +4672,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property bucketTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -4914,11 +4768,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.plan.bucket.task_GetDetail parameters: - name: plannerPlan-id @@ -4979,9 +4830,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property details in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateDetail parameters: - name: plannerPlan-id @@ -5078,11 +4926,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plan.bucket.task_GetProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -5143,9 +4988,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property progressTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -5294,11 +5136,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get details from planner + description: Read-only. Nullable. Extra details about the plan. operationId: planner.plan_GetDetail parameters: - name: plannerPlan-id @@ -5343,9 +5182,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property details in planner - 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 @@ -5410,11 +5246,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get tasks from planner + description: Read-only. Nullable. Collection of tasks in the plan. operationId: planner.plan_ListTask parameters: - name: plannerPlan-id @@ -5631,11 +5464,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plan.task_GetAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -5688,9 +5518,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property assignedToTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerPlan-id @@ -5771,11 +5598,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plan.task_GetBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -5828,9 +5652,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property bucketTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateBucketTaskBoardFormat parameters: - name: plannerPlan-id @@ -5911,11 +5732,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.plan.task_GetDetail parameters: - name: plannerPlan-id @@ -5968,9 +5786,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property details in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateDetail parameters: - name: plannerPlan-id @@ -6051,11 +5866,8 @@ paths: get: tags: - planner.plannerPlan - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plan.task_GetProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -6108,9 +5920,6 @@ paths: tags: - planner.plannerPlan summary: Update the navigation property progressTaskBoardFormat in planner - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.plan.task_UpdateProgressTaskBoardFormat parameters: - name: plannerPlan-id @@ -6227,11 +6036,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get tasks from planner + description: Read-only. Nullable. Returns a collection of the specified tasks operationId: planner_ListTask parameters: - $ref: '#/components/parameters/top' @@ -6281,11 +6087,7 @@ paths: post: tags: - planner.plannerTask - 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 + summary: Create new navigation property to tasks for planner operationId: planner_CreateTask requestBody: description: New navigation property @@ -6308,11 +6110,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get tasks from planner + description: Read-only. Nullable. Returns a collection of the specified tasks operationId: planner_GetTask parameters: - name: plannerTask-id @@ -6357,9 +6156,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property tasks in planner - 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 @@ -6397,11 +6193,7 @@ paths: delete: tags: - planner.plannerTask - 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 + summary: Delete navigation property tasks for planner operationId: planner_DeleteTask parameters: - name: plannerTask-id @@ -6428,11 +6220,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get assignedToTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.task_GetAssignedToTaskBoardFormat parameters: - name: plannerTask-id @@ -6477,9 +6266,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property assignedToTaskBoardFormat in planner - 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 @@ -6544,11 +6330,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get bucketTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.task_GetBucketTaskBoardFormat parameters: - name: plannerTask-id @@ -6593,9 +6376,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property bucketTaskBoardFormat in planner - 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 @@ -6660,11 +6440,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get details from planner + description: Read-only. Nullable. More details about the task. operationId: planner.task_GetDetail parameters: - name: plannerTask-id @@ -6709,9 +6486,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property details in planner - 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 @@ -6776,11 +6550,8 @@ paths: get: tags: - planner.plannerTask - 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 + summary: Get progressTaskBoardFormat from planner + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.task_GetProgressTaskBoardFormat parameters: - name: plannerTask-id @@ -6825,9 +6596,6 @@ paths: tags: - planner.plannerTask summary: Update the navigation property progressTaskBoardFormat in planner - 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 @@ -7016,11 +6784,8 @@ paths: get: tags: - users.plannerUser - summary: List plans - description: Retrieve a list of plannerplan objects shared with a user object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0 + summary: Get plans from users + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: user.planner_ListPlan parameters: - name: user-id @@ -7237,11 +7002,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get buckets from users + description: Read-only. Nullable. Collection of buckets in the plan. operationId: user.planner.plan_ListBucket parameters: - name: user-id @@ -7498,11 +7260,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get tasks from users + description: Read-only. Nullable. The collection of tasks in the bucket. operationId: user.planner.plan.bucket_ListTask parameters: - name: user-id @@ -7799,11 +7558,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get assignedToTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: user.planner.plan.bucket.task_GetAssignedToTaskBoardFormat parameters: - name: user-id @@ -7872,9 +7628,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateAssignedToTaskBoardFormat parameters: - name: user-id @@ -7987,11 +7740,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get bucketTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: user.planner.plan.bucket.task_GetBucketTaskBoardFormat parameters: - name: user-id @@ -8060,9 +7810,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateBucketTaskBoardFormat parameters: - name: user-id @@ -8175,11 +7922,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Read-only. Nullable. More details about the task. operationId: user.planner.plan.bucket.task_GetDetail parameters: - name: user-id @@ -8248,9 +7992,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateDetail parameters: - name: user-id @@ -8363,11 +8104,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get progressTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: user.planner.plan.bucket.task_GetProgressTaskBoardFormat parameters: - name: user-id @@ -8436,9 +8174,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.bucket.task_UpdateProgressTaskBoardFormat parameters: - name: user-id @@ -8619,11 +8354,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Read-only. Nullable. Extra details about the plan. operationId: user.planner.plan_GetDetail parameters: - name: user-id @@ -8676,9 +8408,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0 operationId: user.planner.plan_UpdateDetail parameters: - name: user-id @@ -8759,11 +8488,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get tasks from users + description: Read-only. Nullable. Collection of tasks in the plan. operationId: user.planner.plan_ListTask parameters: - name: user-id @@ -9020,11 +8746,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get assignedToTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: user.planner.plan.task_GetAssignedToTaskBoardFormat parameters: - name: user-id @@ -9085,9 +8808,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateAssignedToTaskBoardFormat parameters: - name: user-id @@ -9184,11 +8904,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get bucketTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: user.planner.plan.task_GetBucketTaskBoardFormat parameters: - name: user-id @@ -9249,9 +8966,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateBucketTaskBoardFormat parameters: - name: user-id @@ -9348,11 +9062,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Read-only. Nullable. More details about the task. operationId: user.planner.plan.task_GetDetail parameters: - name: user-id @@ -9413,9 +9124,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateDetail parameters: - name: user-id @@ -9512,11 +9220,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get progressTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: user.planner.plan.task_GetProgressTaskBoardFormat parameters: - name: user-id @@ -9577,9 +9282,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.plan.task_UpdateProgressTaskBoardFormat parameters: - name: user-id @@ -9728,11 +9430,8 @@ paths: get: tags: - users.plannerUser - summary: List tasks - description: Retrieve a list of plannertask objects assigned to a User. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0 + summary: Get tasks from users + description: Read-only. Nullable. Returns the plannerPlans shared with the user. operationId: user.planner_ListTask parameters: - name: user-id @@ -9949,11 +9648,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get assignedToTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: user.planner.task_GetAssignedToTaskBoardFormat parameters: - name: user-id @@ -10006,9 +9702,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateAssignedToTaskBoardFormat parameters: - name: user-id @@ -10089,11 +9782,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get bucketTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: user.planner.task_GetBucketTaskBoardFormat parameters: - name: user-id @@ -10146,9 +9836,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateBucketTaskBoardFormat parameters: - name: user-id @@ -10229,11 +9916,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get details from users + description: Read-only. Nullable. More details about the task. operationId: user.planner.task_GetDetail parameters: - name: user-id @@ -10286,9 +9970,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property details in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateDetail parameters: - name: user-id @@ -10369,11 +10050,8 @@ paths: get: tags: - users.plannerUser - 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 + summary: Get progressTaskBoardFormat from users + description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: user.planner.task_GetProgressTaskBoardFormat parameters: - name: user-id @@ -10426,9 +10104,6 @@ paths: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: user.planner.task_UpdateProgressTaskBoardFormat parameters: - name: user-id diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 97afd009de..03fd8eb601 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -69,11 +69,7 @@ paths: get: tags: - auditLogs.directoryAudit - 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 + summary: Get directoryAudits from auditLogs operationId: auditLog_ListDirectoryAudit parameters: - $ref: '#/components/parameters/top' @@ -146,11 +142,7 @@ paths: get: tags: - auditLogs.directoryAudit - 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 + summary: Get directoryAudits from auditLogs operationId: auditLog_GetDirectoryAudit parameters: - name: directoryAudit-id @@ -266,11 +258,7 @@ paths: get: tags: - auditLogs.provisioningObjectSummary - 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 + summary: Get provisioning from auditLogs operationId: auditLog_ListProvisioning parameters: - $ref: '#/components/parameters/top' @@ -459,11 +447,7 @@ paths: get: tags: - auditLogs.signIn - 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 + summary: Get signIns from auditLogs operationId: auditLog_ListSignIn parameters: - $ref: '#/components/parameters/top' @@ -536,11 +520,7 @@ paths: get: tags: - auditLogs.signIn - 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 + summary: Get signIns from auditLogs operationId: auditLog_GetSignIn parameters: - name: signIn-id @@ -656,11 +636,8 @@ paths: get: tags: - deviceManagement.deviceManagementReports - 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 + summary: Get reports from deviceManagement + description: Reports singleton operationId: deviceManagement_GetReport parameters: - name: $select @@ -696,11 +673,7 @@ paths: patch: tags: - deviceManagement.deviceManagementReports - 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 + summary: Update the navigation property reports in deviceManagement operationId: deviceManagement_UpdateReport requestBody: description: New navigation property values @@ -741,11 +714,8 @@ paths: get: tags: - deviceManagement.deviceManagementReports - 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 + summary: Get exportJobs from deviceManagement + description: Entity representing a job to export a report operationId: deviceManagement.report_ListExportJob parameters: - $ref: '#/components/parameters/top' @@ -795,11 +765,7 @@ paths: post: tags: - deviceManagement.deviceManagementReports - 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 + summary: Create new navigation property to exportJobs for deviceManagement operationId: deviceManagement.report_CreateExportJob requestBody: description: New navigation property @@ -822,11 +788,8 @@ paths: get: tags: - deviceManagement.deviceManagementReports - 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 + summary: Get exportJobs from deviceManagement + description: Entity representing a job to export a report operationId: deviceManagement.report_GetExportJob parameters: - name: deviceManagementExportJob-id @@ -870,11 +833,7 @@ paths: patch: tags: - deviceManagement.deviceManagementReports - 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 + summary: Update the navigation property exportJobs in deviceManagement operationId: deviceManagement.report_UpdateExportJob parameters: - name: deviceManagementExportJob-id @@ -905,11 +864,7 @@ paths: delete: tags: - deviceManagement.deviceManagementReports - 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 + summary: Delete navigation property exportJobs for deviceManagement operationId: deviceManagement.report_DeleteExportJob parameters: - name: deviceManagementExportJob-id @@ -1096,6 +1051,10 @@ paths: tags: - reports.Functions summary: Invoke function usersRegisteredByFeature + description: 'Get the number of users capable of multi-factor authentication, self-service password reset, and passwordless authentication.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0 operationId: report.authenticationMethod_usersRegisteredGraphBPreFeature responses: 2XX: @@ -1143,6 +1102,10 @@ paths: tags: - reports.Functions summary: Invoke function usersRegisteredByMethod + description: Get the number of users registered for each authentication method. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbymethod?view=graph-rest-1.0 operationId: report.authenticationMethod_usersRegisteredGraphBPreMethod responses: 2XX: @@ -1189,11 +1152,8 @@ paths: get: tags: - reports.authenticationMethodsRoot - 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 + 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).' operationId: report.authenticationMethod_ListUserRegistrationDetail parameters: - $ref: '#/components/parameters/top' @@ -1266,11 +1226,8 @@ paths: get: tags: - reports.authenticationMethodsRoot - 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 + 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).' operationId: report.authenticationMethod_GetUserRegistrationDetail parameters: - name: userRegistrationDetails-id @@ -1386,11 +1343,8 @@ paths: get: tags: - reports.printUsageByPrinter - summary: List dailyPrintUsageByPrinter + summary: Get dailyPrintUsageByPrinter from reports 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' @@ -1463,11 +1417,8 @@ paths: get: tags: - reports.printUsageByPrinter - 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 + summary: Get dailyPrintUsageByPrinter from reports + description: 'Retrieve a list of daily print usage summaries, grouped by printer.' operationId: report_GetDailyPrintUsageGraphBPrePrinter parameters: - name: printUsageByPrinter-id @@ -1583,11 +1534,8 @@ paths: get: tags: - reports.printUsageByUser - summary: List dailyPrintUsageByUser + summary: Get dailyPrintUsageByUser from reports 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' @@ -1660,11 +1608,8 @@ paths: get: tags: - reports.printUsageByUser - 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 + summary: Get dailyPrintUsageByUser from reports + description: 'Retrieve a list of daily print usage summaries, grouped by user.' operationId: report_GetDailyPrintUsageGraphBPreUser parameters: - name: printUsageByUser-id @@ -1782,6 +1727,9 @@ paths: - reports.Functions summary: Invoke function deviceConfigurationDeviceActivity description: Metadata for the device configuration device activity report + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0 operationId: report_deviceConfigurationDeviceActivity responses: 2XX: @@ -1799,6 +1747,9 @@ paths: - reports.Functions summary: Invoke function deviceConfigurationUserActivity description: Metadata for the device configuration user activity report + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0 operationId: report_deviceConfigurationUserActivity responses: 2XX: @@ -1815,6 +1766,10 @@ paths: tags: - reports.Functions summary: Invoke function getEmailActivityCounts + description: 'Enables you to understand the trends of email activity (like how many were sent, read, and received) in your organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0 operationId: report_getEmailActivityCount parameters: - name: period @@ -1845,6 +1800,10 @@ paths: tags: - reports.Functions summary: Invoke function getEmailActivityUserCounts + description: 'Enables you to understand trends on the number of unique users who are performing email activities like send, read, and receive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0 operationId: report_getEmailActivityUserCount parameters: - name: period @@ -1937,6 +1896,10 @@ paths: tags: - reports.Functions summary: Invoke function getEmailAppUsageAppsUserCounts + description: Get the count of unique users per email app. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0 operationId: report_getEmailAppUsageAppsUserCount parameters: - name: period @@ -1967,6 +1930,10 @@ paths: tags: - reports.Functions summary: Invoke function getEmailAppUsageUserCounts + description: Get the count of unique users that connected to Exchange Online using any email app. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0 operationId: report_getEmailAppUsageUserCount parameters: - name: period @@ -2059,6 +2026,10 @@ paths: tags: - reports.Functions summary: Invoke function getEmailAppUsageVersionsUserCounts + description: Get the count of unique users by Outlook desktop version. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0 operationId: report_getEmailAppUsageVersionsUserCount parameters: - name: period @@ -2089,6 +2060,10 @@ paths: tags: - reports.Functions summary: Invoke function getGroupArchivedPrintJobs + description: Get a list of archived print jobs for a particular group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0 operationId: report_getGroupArchivedPrintJob parameters: - name: groupId @@ -2151,6 +2126,10 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppPlatformUserCounts + description: 'Get a report that provides the trend of active users across all apps for each platform (Windows, Mac, web, and mobile) in your organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0 operationId: report_getM365AppPlatformUserCount parameters: - name: period @@ -2181,6 +2160,10 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppUserCounts + description: 'Get a report that provides the trend in the number of active users for each app (Outlook, Word, Excel, PowerPoint, OneNote, and Teams) in your organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0 operationId: report_getM365AppUserCount parameters: - name: period @@ -2273,6 +2256,10 @@ paths: tags: - reports.Functions summary: Invoke function getMailboxUsageDetail + description: Get details about mailbox usage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0 operationId: report_getMailboxUsageDetail parameters: - name: period @@ -2303,6 +2290,10 @@ paths: tags: - reports.Functions summary: Invoke function getMailboxUsageMailboxCounts + description: Get the total number of user mailboxes in your organization and how many are active each day of the reporting period. A mailbox is considered active if the user sent or read any email. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0 operationId: report_getMailboxUsageMailboxCount parameters: - name: period @@ -2333,6 +2324,10 @@ paths: tags: - reports.Functions summary: Invoke function getMailboxUsageQuotaStatusMailboxCounts + description: Get the count of user mailboxes in each quota category. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0 operationId: report_getMailboxUsageQuotaStatusMailboxCount parameters: - name: period @@ -2363,6 +2358,10 @@ paths: tags: - reports.Functions summary: Invoke function getMailboxUsageStorage + description: Get the amount of storage used in your organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0 operationId: report_getMailboxUsageStorage parameters: - name: period @@ -2393,6 +2392,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365ActivationCounts + description: Get the count of Microsoft 365 activations on desktops and devices. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0 operationId: report_getOffice365ActivationCount responses: 2XX: @@ -2415,6 +2418,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365ActivationsUserCounts + description: Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0 operationId: report_getOffice365ActivationsUserCount responses: 2XX: @@ -2437,6 +2444,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365ActivationsUserDetail + description: Get details about users who have activated Microsoft 365. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0 operationId: report_getOffice365ActivationsUserDetail responses: 2XX: @@ -2459,6 +2470,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365ActiveUserCounts + description: Get the count of daily active users in the reporting period by product. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0 operationId: report_getOffice365ActiveUserCount parameters: - name: period @@ -2489,6 +2504,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365ActiveUserDetail + description: Get details about Microsoft 365 active users. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0 operationId: report_getOffice365ActiveUserDetail parameters: - name: date @@ -2551,6 +2570,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityCounts + description: Get the number of group activities across group workloads. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0 operationId: report_getOffice365GroupsActivityCount parameters: - name: period @@ -2581,6 +2604,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityDetail + description: Get details about Microsoft 365 groups activity by group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0 operationId: report_getOffice365GroupsActivityDetail parameters: - name: date @@ -2643,6 +2670,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityFileCounts + description: Get the total number of files and how many of them were active across all group sites associated with a Microsoft 365 group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0 operationId: report_getOffice365GroupsActivityFileCount parameters: - name: period @@ -2673,6 +2704,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityGroupCounts + description: 'Get the daily total number of groups and how many of them were active based on email conversations, Yammer posts, and SharePoint file activities.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0 operationId: report_getOffice365GroupsActivityGroupCount parameters: - name: period @@ -2703,6 +2738,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityStorage + description: Get the total storage used across all group mailboxes and group sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0 operationId: report_getOffice365GroupsActivityStorage parameters: - name: period @@ -2733,6 +2772,10 @@ paths: tags: - reports.Functions summary: Invoke function getOffice365ServicesUserCounts + description: Get the count of users by activity type and service. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0 operationId: report_getOffice365ServicesUserCount parameters: - name: period @@ -2763,6 +2806,10 @@ paths: tags: - reports.Functions summary: Invoke function getOneDriveActivityFileCounts + description: 'Get the number of unique, licensed users that performed file interactions against any OneDrive account.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0 operationId: report_getOneDriveActivityFileCount parameters: - name: period @@ -2793,6 +2840,10 @@ paths: tags: - reports.Functions summary: Invoke function getOneDriveActivityUserCounts + description: Get the trend in the number of active OneDrive users. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0 operationId: report_getOneDriveActivityUserCount parameters: - name: period @@ -2823,6 +2874,10 @@ paths: tags: - reports.Functions summary: Invoke function getOneDriveActivityUserDetail + description: Get details about OneDrive activity by user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0 operationId: report_getOneDriveActivityUserDetail parameters: - name: date @@ -2885,6 +2940,10 @@ paths: tags: - reports.Functions summary: Invoke function getOneDriveUsageAccountCounts + description: 'Get the trend in the number of active OneDrive for Business sites. Any site on which users viewed, modified, uploaded, downloaded, shared, or synced files is considered an active site.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0 operationId: report_getOneDriveUsageAccountCount parameters: - name: period @@ -2915,6 +2974,10 @@ paths: tags: - reports.Functions summary: Invoke function getOneDriveUsageAccountDetail + description: Get details about OneDrive usage by account. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0 operationId: report_getOneDriveUsageAccountDetail parameters: - name: date @@ -2977,6 +3040,10 @@ paths: tags: - reports.Functions summary: Invoke function getOneDriveUsageFileCounts + description: 'Get the total number of files across all sites and how many are active files. A file is considered active if it has been saved, synced, modified, or shared within the specified time period.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0 operationId: report_getOneDriveUsageFileCount parameters: - name: period @@ -3007,6 +3074,10 @@ paths: tags: - reports.Functions summary: Invoke function getOneDriveUsageStorage + description: Get the trend on the amount of storage you're using in OneDrive for Business. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0 operationId: report_getOneDriveUsageStorage parameters: - name: period @@ -3037,6 +3108,10 @@ paths: tags: - reports.Functions summary: Invoke function getPrinterArchivedPrintJobs + description: Get a list of archived print jobs that were queued for particular printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0 operationId: report_getPrinterArchivedPrintJob parameters: - name: printerId @@ -3099,6 +3174,10 @@ paths: tags: - reports.Functions summary: Invoke function getRelyingPartyDetailedSummary + description: Get a summary of AD FS relying parties information. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0 operationId: report_getRelyingPartyDetailedSummary parameters: - name: period @@ -3172,6 +3251,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointActivityFileCounts + description: 'Get the number of unique, licensed users who interacted with files stored on SharePoint sites.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0 operationId: report_getSharePointActivityFileCount parameters: - name: period @@ -3202,6 +3285,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointActivityPages + description: Get the number of unique pages visited by users. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0 operationId: report_getSharePointActivityPage parameters: - name: period @@ -3232,6 +3319,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointActivityUserCounts + description: 'Get the trend in the number of active users. A user is considered active if they have executed a file activity (save, sync, modify, or share) or visited a page within the specified time period.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0 operationId: report_getSharePointActivityUserCount parameters: - name: period @@ -3262,6 +3353,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointActivityUserDetail + description: Get details about SharePoint activity by user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0 operationId: report_getSharePointActivityUserDetail parameters: - name: date @@ -3324,6 +3419,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageDetail + description: Get details about SharePoint site usage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0 operationId: report_getSharePointSiteUsageDetail parameters: - name: date @@ -3386,6 +3485,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageFileCounts + description: 'Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0 operationId: report_getSharePointSiteUsageFileCount parameters: - name: period @@ -3416,6 +3519,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointSiteUsagePages + description: Get the number of pages viewed across all sites. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0 operationId: report_getSharePointSiteUsagePage parameters: - name: period @@ -3446,6 +3553,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageSiteCounts + description: Get the trend of total and active site count during the reporting period. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0 operationId: report_getSharePointSiteUsageSiteCount parameters: - name: period @@ -3476,6 +3587,10 @@ paths: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageStorage + description: Get the trend of storage allocated and consumed during the reporting period. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0 operationId: report_getSharePointSiteUsageStorage parameters: - name: period @@ -3506,6 +3621,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessActivityCounts + description: Get the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessActivityCount parameters: - name: period @@ -3536,6 +3655,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessActivityUserCounts + description: Get the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessActivityUserCount parameters: - name: period @@ -3566,6 +3689,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessActivityUserDetail + description: Get details about Skype for Business activity by user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessActivityUserDetail parameters: - name: date @@ -3628,6 +3755,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts + description: 'Get the number of users using unique devices in your organization. The report will show you the number of users per device including Windows, Windows phone, Android phone, iPhone, and iPad.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessDeviceUsageDistributionUserCount parameters: - name: period @@ -3658,6 +3789,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessDeviceUsageUserCounts + description: 'Get the usage trends on how many users in your organization have connected using the Skype for Business app. You''ll also get a breakdown by the type of device (Windows, Windows phone, Android phone, iPhone, or iPad) on which the Skype for Business client app is installed and used across your organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessDeviceUsageUserCount parameters: - name: period @@ -3688,6 +3823,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessDeviceUsageUserDetail + description: Get details about Skype for Business device usage by user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessDeviceUsageUserDetail parameters: - name: date @@ -3750,6 +3889,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessOrganizerActivityCounts + description: 'Get usage trends on the number and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and Dial-in/out Microsoft.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessOrganizerActivityCount parameters: - name: period @@ -3780,6 +3923,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts + description: 'Get usage trends on the length in minutes and type of conference sessions held and organized by users in your organization. Types of conference sessions include audio/video, and dial-in and dial-out - Microsoft.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessOrganizerActivityMinuteCount parameters: - name: period @@ -3810,6 +3957,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessOrganizerActivityUserCounts + description: 'Get usage trends on the number of unique users and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and dial-in/out Microsoft.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessOrganizerActivityUserCount parameters: - name: period @@ -3840,6 +3991,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessParticipantActivityCounts + description: 'Get usage trends on the number and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessParticipantActivityCount parameters: - name: period @@ -3870,6 +4025,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessParticipantActivityMinuteCounts + description: Get usage trends on the length in minutes and type of conference sessions that users from your organization participated in. Types of conference sessions include audio/video. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessParticipantActivityMinuteCount parameters: - name: period @@ -3900,6 +4059,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessParticipantActivityUserCounts + description: 'Get usage trends on the number of unique users and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessParticipantActivityUserCount parameters: - name: period @@ -3930,6 +4093,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessPeerToPeerActivityCounts + description: 'Get usage trends on the number and type of sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessPeerToPeerActivityCount parameters: - name: period @@ -3960,6 +4127,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts + description: Get usage trends on the length in minutes and type of peer-to-peer sessions held in your organization. Types of sessions include audio and video. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCount parameters: - name: period @@ -3990,6 +4161,10 @@ paths: tags: - reports.Functions summary: Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts + description: 'Get usage trends on the number of unique users and type of peer-to-peer sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfers in peer-to-peer sessions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0 operationId: report_getSkypeGraphFPreBusinessPeerToPeerActivityUserCount parameters: - name: period @@ -4020,6 +4195,10 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageDistributionUserCounts + description: Get the number of Microsoft Teams unique users by device type over the selected time period. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0 operationId: report_getTeamsDeviceUsageDistributionUserCount parameters: - name: period @@ -4050,6 +4229,10 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageUserCounts + description: Get the number of Microsoft Teams daily unique users by device type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0 operationId: report_getTeamsDeviceUsageUserCount parameters: - name: period @@ -4142,6 +4325,10 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityCounts + description: Get the number of team activities across Microsoft Teams. The activity types are related to meetings and messages. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0 operationId: report_getTeamsTeamActivityCount parameters: - name: period @@ -4234,6 +4421,10 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityDistributionCounts + description: Get the number of team activities across Microsoft Teams over a selected period. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0 operationId: report_getTeamsTeamActivityDistributionCount parameters: - name: period @@ -4264,6 +4455,10 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsTeamCounts + description: Get the number of teams of a particular type in an instance of Microsoft Teams. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0 operationId: report_getTeamsTeamCount parameters: - name: period @@ -4294,6 +4489,10 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsUserActivityCounts + description: Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0 operationId: report_getTeamsUserActivityCount parameters: - name: period @@ -4324,6 +4523,10 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsUserActivityUserCounts + description: 'Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0 operationId: report_getTeamsUserActivityUserCount parameters: - name: period @@ -4416,6 +4619,10 @@ paths: tags: - reports.Functions summary: Invoke function getUserArchivedPrintJobs + description: Get a list of archived print jobs for a particular user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0 operationId: report_getUserArchivedPrintJob parameters: - name: userId @@ -4478,6 +4685,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerActivityCounts + description: 'Get the trends on the amount of Yammer activity in your organization by how many messages were posted, read, and liked.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0 operationId: report_getYammerActivityCount parameters: - name: period @@ -4508,6 +4719,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerActivityUserCounts + description: 'Get the trends on the number of unique users who posted, read, and liked Yammer messages.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0 operationId: report_getYammerActivityUserCount parameters: - name: period @@ -4538,6 +4753,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerActivityUserDetail + description: Get details about Yammer activity by user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0 operationId: report_getYammerActivityUserDetail parameters: - name: date @@ -4600,6 +4819,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerDeviceUsageDistributionUserCounts + description: Get the number of users by device type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0 operationId: report_getYammerDeviceUsageDistributionUserCount parameters: - name: period @@ -4630,6 +4853,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerDeviceUsageUserCounts + description: Get the number of daily users by device type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0 operationId: report_getYammerDeviceUsageUserCount parameters: - name: period @@ -4660,6 +4887,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerDeviceUsageUserDetail + description: Get details about Yammer device usage by user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0 operationId: report_getYammerDeviceUsageUserDetail parameters: - name: date @@ -4722,6 +4953,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerGroupsActivityCounts + description: 'Get the number of Yammer messages posted, read, and liked in groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0 operationId: report_getYammerGroupsActivityCount parameters: - name: period @@ -4752,6 +4987,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerGroupsActivityDetail + description: Get details about Yammer groups activity by group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0 operationId: report_getYammerGroupsActivityDetail parameters: - name: date @@ -4814,6 +5053,10 @@ paths: tags: - reports.Functions summary: Invoke function getYammerGroupsActivityGroupCounts + description: Get the total number of groups that existed and how many included group conversation activities. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0 operationId: report_getYammerGroupsActivityGroupCount parameters: - name: period @@ -4955,11 +5198,8 @@ paths: get: tags: - reports.printUsageByPrinter - summary: List monthlyPrintUsageByPrinter + summary: Get monthlyPrintUsageByPrinter from reports 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' @@ -5149,11 +5389,8 @@ paths: get: tags: - reports.printUsageByUser - summary: List monthlyPrintUsageByUser + summary: Get monthlyPrintUsageByUser from reports 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' @@ -5499,8 +5736,8 @@ paths: get: tags: - reports.partners - summary: Get manifest - description: Read the properties and relationships of a manifest object. + summary: Get manifests from reports + description: Represents metadata for the exported data. operationId: report.partner.billing_ListManifest parameters: - $ref: '#/components/parameters/top' @@ -5573,11 +5810,8 @@ paths: get: tags: - reports.partners - 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 + summary: Get manifests from reports + description: Represents metadata for the exported data. operationId: report.partner.billing_GetManifest parameters: - name: manifest-id @@ -5693,8 +5927,8 @@ paths: get: tags: - reports.partners - summary: Get operation - description: Read the properties and relationships of an operation object. + summary: Get operations from reports + description: Represents an operation to export the billing data of a partner. operationId: report.partner.billing_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -5767,11 +6001,8 @@ paths: get: tags: - reports.partners - 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 + summary: Get operations from reports + description: Represents an operation to export the billing data of a partner. operationId: report.partner.billing_GetOperation parameters: - name: operation-id @@ -6463,6 +6694,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationRepeatOffenders + description: List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0 operationId: report.security_getAttackSimulationRepeatOffender parameters: - $ref: '#/components/parameters/top' @@ -6498,6 +6733,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationSimulationUserCoverage + description: List training coverage for each tenant user in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0 operationId: report.security_getAttackSimulationSimulationUserCoverage parameters: - $ref: '#/components/parameters/top' @@ -6533,6 +6772,10 @@ paths: tags: - reports.Functions summary: Invoke function getAttackSimulationTrainingUserCoverage + description: List training coverage for tenant users in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0 operationId: report.security_getAttackSimulationTrainingUserCoverage parameters: - $ref: '#/components/parameters/top' diff --git a/openApiDocs/v1.0/SchemaExtensions.yml b/openApiDocs/v1.0/SchemaExtensions.yml index a05f71d48e..22789a59c9 100644 --- a/openApiDocs/v1.0/SchemaExtensions.yml +++ b/openApiDocs/v1.0/SchemaExtensions.yml @@ -263,7 +263,7 @@ components: nullable: true type: type: string - description: 'The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table in the Supported property data types section for more details.' + description: 'The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer, or String. For more information, see Supported property data types.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Search.yml b/openApiDocs/v1.0/Search.yml index 7545da6a14..20f56603f1 100644 --- a/openApiDocs/v1.0/Search.yml +++ b/openApiDocs/v1.0/Search.yml @@ -69,11 +69,7 @@ paths: get: tags: - external.externalConnection - 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 + summary: Get connections from external operationId: external_ListConnection parameters: - $ref: '#/components/parameters/top' @@ -123,11 +119,7 @@ paths: post: tags: - external.externalConnection - 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 + summary: Create new navigation property to connections for external operationId: external_CreateConnection requestBody: description: New navigation property @@ -150,11 +142,7 @@ paths: get: tags: - external.externalConnection - 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 + summary: Get connections from external operationId: external_GetConnection parameters: - name: externalConnection-id @@ -198,11 +186,7 @@ paths: patch: tags: - external.externalConnection - 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 + summary: Update the navigation property connections in external operationId: external_UpdateConnection parameters: - name: externalConnection-id @@ -233,11 +217,7 @@ paths: delete: tags: - external.externalConnection - 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 + summary: Delete navigation property connections for external operationId: external_DeleteConnection parameters: - name: externalConnection-id @@ -264,8 +244,7 @@ paths: get: tags: - external.externalConnection - summary: Get externalGroup - description: Get an externalGroup object. + summary: Get groups from external operationId: external.connection_ListGroup parameters: - name: externalConnection-id @@ -323,11 +302,7 @@ paths: post: tags: - external.externalConnection - 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 + summary: Create new navigation property to groups for external operationId: external.connection_CreateGroup parameters: - name: externalConnection-id @@ -359,11 +334,7 @@ paths: get: tags: - external.externalConnection - 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 + summary: Get groups from external operationId: external.connection_GetGroup parameters: - name: externalConnection-id @@ -415,11 +386,7 @@ paths: patch: tags: - external.externalConnection - 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 + summary: Update the navigation property groups in external operationId: external.connection_UpdateGroup parameters: - name: externalConnection-id @@ -458,11 +425,7 @@ paths: delete: tags: - external.externalConnection - 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 + summary: Delete navigation property groups for external operationId: external.connection_DeleteGroup parameters: - name: externalConnection-id @@ -564,11 +527,7 @@ paths: post: tags: - external.externalConnection - summary: Create identity - description: Create an identity resource for a new member in an externalGroup. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0 + summary: Create new navigation property to members for external operationId: external.connection.group_CreateMember parameters: - name: externalConnection-id @@ -716,11 +675,7 @@ paths: delete: tags: - external.externalConnection - summary: Delete identity - description: Delete an identity resource to remove the corresponding member from an externalGroup. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for external operationId: external.connection.group_DeleteMember parameters: - name: externalConnection-id @@ -815,8 +770,7 @@ paths: get: tags: - external.externalConnection - summary: Get externalItem - description: Read the properties and relationships of an externalItem object. + summary: Get items from external operationId: external.connection_ListItem parameters: - name: externalConnection-id @@ -906,11 +860,7 @@ paths: get: tags: - external.externalConnection - 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 + summary: Get items from external operationId: external.connection_GetItem parameters: - name: externalConnection-id @@ -1001,11 +951,7 @@ paths: delete: tags: - external.externalConnection - 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 + summary: Delete navigation property items for external operationId: external.connection_DeleteItem parameters: - name: externalConnection-id @@ -1473,8 +1419,7 @@ paths: get: tags: - external.externalConnection - summary: Get connectionOperation - description: Read the properties and relationships of a connectionOperation object. + summary: Get operations from external operationId: external.connection_ListOperation parameters: - name: externalConnection-id @@ -1564,11 +1509,7 @@ paths: get: tags: - external.externalConnection - 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 + summary: Get operations from external operationId: external.connection_GetOperation parameters: - name: externalConnection-id @@ -1716,11 +1657,7 @@ paths: get: tags: - external.externalConnection - 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 + summary: Get schema from external operationId: external.connection_GetSchema parameters: - name: externalConnection-id @@ -1764,11 +1701,7 @@ paths: patch: tags: - external.externalConnection - 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 + summary: Update the navigation property schema in external operationId: external.connection_UpdateSchema parameters: - name: externalConnection-id @@ -1873,11 +1806,8 @@ paths: get: tags: - search.acronym - 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 + summary: Get acronyms from search + description: Administrative answer in Microsoft Search results to define common acronyms in an organization. operationId: search_ListAcronym parameters: - $ref: '#/components/parameters/top' @@ -1927,11 +1857,7 @@ paths: post: tags: - search.acronym - 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 + summary: Create new navigation property to acronyms for search operationId: search_CreateAcronym requestBody: description: New navigation property @@ -1954,11 +1880,8 @@ paths: get: tags: - search.acronym - 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 + summary: Get acronyms from search + description: Administrative answer in Microsoft Search results to define common acronyms in an organization. operationId: search_GetAcronym parameters: - name: acronym-id @@ -2002,11 +1925,7 @@ paths: patch: tags: - search.acronym - 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 + summary: Update the navigation property acronyms in search operationId: search_UpdateAcronym parameters: - name: acronym-id @@ -2037,11 +1956,7 @@ paths: delete: tags: - search.acronym - 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 + summary: Delete navigation property acronyms for search operationId: search_DeleteAcronym parameters: - name: acronym-id @@ -2082,11 +1997,8 @@ paths: get: tags: - search.bookmark - 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 + summary: Get bookmarks from search + description: Administrative answer in Microsoft Search results for common search queries in an organization. operationId: search_ListBookmark parameters: - $ref: '#/components/parameters/top' @@ -2136,11 +2048,7 @@ paths: post: tags: - search.bookmark - 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 + summary: Create new navigation property to bookmarks for search operationId: search_CreateBookmark requestBody: description: New navigation property @@ -2163,11 +2071,8 @@ paths: get: tags: - search.bookmark - 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 + summary: Get bookmarks from search + description: Administrative answer in Microsoft Search results for common search queries in an organization. operationId: search_GetBookmark parameters: - name: bookmark-id @@ -2211,11 +2116,7 @@ paths: patch: tags: - search.bookmark - 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 + summary: Update the navigation property bookmarks in search operationId: search_UpdateBookmark parameters: - name: bookmark-id @@ -2246,11 +2147,7 @@ paths: delete: tags: - search.bookmark - 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 + summary: Delete navigation property bookmarks for search operationId: search_DeleteBookmark parameters: - name: bookmark-id @@ -2338,11 +2235,8 @@ paths: get: tags: - search.qna - 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 + summary: Get qnas from search + description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. operationId: search_ListQna parameters: - $ref: '#/components/parameters/top' @@ -2392,11 +2286,7 @@ paths: post: tags: - search.qna - 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 + summary: Create new navigation property to qnas for search operationId: search_CreateQna requestBody: description: New navigation property @@ -2419,11 +2309,8 @@ paths: get: tags: - search.qna - 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 + summary: Get qnas from search + description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. operationId: search_GetQna parameters: - name: qna-id @@ -2467,11 +2354,7 @@ paths: patch: tags: - search.qna - 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 + summary: Update the navigation property qnas in search operationId: search_UpdateQna parameters: - name: qna-id @@ -2502,11 +2385,7 @@ paths: delete: tags: - search.qna - 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 + summary: Delete navigation property qnas for search operationId: search_DeleteQna parameters: - name: qna-id diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 371c5edc34..f9f8b9e8b0 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -69,11 +69,7 @@ paths: get: tags: - security.alert - 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 + summary: Get alerts from security operationId: security_ListAlert parameters: - $ref: '#/components/parameters/top' @@ -146,11 +142,8 @@ paths: get: tags: - security.alert - 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 + summary: Get alerts_v2 from security + description: A collection of alerts in Microsoft 365 Defender. operationId: security_ListAlerts_v2 parameters: - $ref: '#/components/parameters/top' @@ -223,11 +216,8 @@ paths: get: tags: - security.alert - 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 + summary: Get alerts_v2 from security + description: A collection of alerts in Microsoft 365 Defender. operationId: security_GetAlerts_v2 parameters: - name: alert-id @@ -271,11 +261,7 @@ paths: patch: tags: - security.alert - 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 + summary: Update the navigation property alerts_v2 in security operationId: security_UpdateAlerts_v2 parameters: - name: alert-id @@ -410,11 +396,7 @@ paths: get: tags: - security.alert - 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 + summary: Get alerts from security operationId: security_GetAlert parameters: - name: alert-id @@ -458,11 +440,7 @@ paths: patch: tags: - security.alert - 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 + summary: Update the navigation property alerts in security operationId: security_UpdateAlert parameters: - name: alert-id @@ -585,11 +563,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get endUserNotifications from security + description: Represents an end user's notification for an attack simulation training. operationId: security.attackSimulation_ListEndUserNotification parameters: - $ref: '#/components/parameters/top' @@ -1017,11 +992,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get landingPages from security + description: Represents an attack simulation training landing page. operationId: security.attackSimulation_ListLandingPage parameters: - $ref: '#/components/parameters/top' @@ -1451,11 +1423,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get loginPages from security + description: Represents an attack simulation training login page. operationId: security.attackSimulation_ListLoginPage parameters: - $ref: '#/components/parameters/top' @@ -1645,8 +1614,8 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get attackSimulationOperation - description: Get an attack simulation operation to track a long-running operation request for a tenant. + summary: Get operations from security + description: Represents an attack simulation training operation. operationId: security.attackSimulation_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -1719,11 +1688,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get operations from security + description: Represents an attack simulation training operation. operationId: security.attackSimulation_GetOperation parameters: - name: attackSimulationOperation-id @@ -1839,11 +1805,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get payloads from security + description: Represents an attack simulation training campaign payload in a tenant. operationId: security.attackSimulation_ListPayload parameters: - $ref: '#/components/parameters/top' @@ -2033,11 +1996,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulationAutomations from security + description: Represents simulation automation created to run on a tenant. operationId: security.attackSimulation_ListSimulationAutomation parameters: - $ref: '#/components/parameters/top' @@ -2110,11 +2070,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulationAutomations from security + description: Represents simulation automation created to run on a tenant. operationId: security.attackSimulation_GetSimulationAutomation parameters: - name: simulationAutomation-id @@ -2216,11 +2173,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get runs from security + description: A collection of simulation automation runs. operationId: security.attackSimulation.simulationAutomation_ListRun parameters: - name: simulationAutomation-id @@ -2473,11 +2427,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulations from security + description: Represents an attack simulation training campaign in a tenant. operationId: security.attackSimulation_ListSimulation parameters: - $ref: '#/components/parameters/top' @@ -2527,11 +2478,7 @@ paths: post: tags: - security.attackSimulationRoot - 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 + summary: Create new navigation property to simulations for security operationId: security.attackSimulation_CreateSimulation requestBody: description: New navigation property @@ -2554,11 +2501,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get simulations from security + description: Represents an attack simulation training campaign in a tenant. operationId: security.attackSimulation_GetSimulation parameters: - name: simulation-id @@ -2602,11 +2546,7 @@ paths: patch: tags: - security.attackSimulationRoot - 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 + summary: Update the navigation property simulations in security operationId: security.attackSimulation_UpdateSimulation parameters: - name: simulation-id @@ -2637,11 +2577,7 @@ paths: delete: tags: - security.attackSimulationRoot - 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 + summary: Delete navigation property simulations for security operationId: security.attackSimulation_DeleteSimulation parameters: - name: simulation-id @@ -2820,11 +2756,8 @@ paths: get: tags: - security.attackSimulationRoot - 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 + summary: Get trainings from security + description: Represents details about attack simulation trainings. operationId: security.attackSimulation_ListTraining parameters: - $ref: '#/components/parameters/top' @@ -3331,11 +3264,7 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get ediscoveryCases from security operationId: security.case_ListEdiscoveryCase parameters: - $ref: '#/components/parameters/top' @@ -3385,11 +3314,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to ediscoveryCases for security operationId: security.case_CreateEdiscoveryCase requestBody: description: New navigation property @@ -3412,11 +3337,7 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get ediscoveryCases from security operationId: security.case_GetEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -3460,11 +3381,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property ediscoveryCases in security operationId: security.case_UpdateEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -3495,11 +3412,7 @@ paths: delete: tags: - security.casesRoot - 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 + summary: Delete navigation property ediscoveryCases for security operationId: security.case_DeleteEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -3526,11 +3439,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get custodians from security + description: Returns a list of case ediscoveryCustodian objects for this case. operationId: security.case.ediscoveryCase_ListCustodian parameters: - name: ediscoveryCase-id @@ -3588,11 +3498,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to custodians for security operationId: security.case.ediscoveryCase_CreateCustodian parameters: - name: ediscoveryCase-id @@ -3624,11 +3530,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get custodians from security + description: Returns a list of case ediscoveryCustodian objects for this case. operationId: security.case.ediscoveryCase_GetCustodian parameters: - name: ediscoveryCase-id @@ -3754,11 +3657,8 @@ paths: get: tags: - security.casesRoot - summary: List lastIndexOperation - description: Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0 + summary: Get lastIndexOperation from security + description: Operation entity that represents the latest indexing for the custodian. operationId: security.case.ediscoveryCase.custodian_GetLastIndexOperation parameters: - name: ediscoveryCase-id @@ -3976,11 +3876,8 @@ paths: get: tags: - security.casesRoot - summary: List siteSources - description: Get a list of the siteSource objects associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0 + summary: Get siteSources from security + description: Data source entity for SharePoint sites associated with the custodian. operationId: security.case.ediscoveryCase.custodian_ListSiteSource parameters: - name: ediscoveryCase-id @@ -4046,11 +3943,7 @@ paths: post: tags: - security.casesRoot - summary: Create siteSource - description: Create a new siteSource object associated with an eDiscovery custodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0 + summary: Create new navigation property to siteSources for security operationId: security.case.ediscoveryCase.custodian_CreateSiteSource parameters: - name: ediscoveryCase-id @@ -4333,11 +4226,8 @@ paths: get: tags: - security.casesRoot - summary: List unifiedGroupSources - description: Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0 + summary: Get unifiedGroupSources from security + description: Data source entity for groups associated with the custodian. operationId: security.case.ediscoveryCase.custodian_ListUnifiedGroupSource parameters: - name: ediscoveryCase-id @@ -4403,11 +4293,7 @@ paths: post: tags: - security.casesRoot - summary: Create custodian unifiedGroupSource - description: Create a new unifiedGroupSource object associated with an eDiscovery custodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0 + summary: Create new navigation property to unifiedGroupSources for security operationId: security.case.ediscoveryCase.custodian_CreateUnifiedGroupSource parameters: - name: ediscoveryCase-id @@ -4803,11 +4689,8 @@ paths: get: tags: - security.casesRoot - summary: List userSources - description: Get a list of the userSource objects associated with an ediscoveryCustodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0 + summary: Get userSources from security + description: Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site. operationId: security.case.ediscoveryCase.custodian_ListUserSource parameters: - name: ediscoveryCase-id @@ -4873,11 +4756,7 @@ paths: post: tags: - security.casesRoot - summary: Create custodian userSource - description: Create a new userSource object associated with an eDiscovery custodian. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0 + summary: Create new navigation property to userSources for security operationId: security.case.ediscoveryCase.custodian_CreateUserSource parameters: - name: ediscoveryCase-id @@ -5301,11 +5180,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to noncustodialDataSources for security operationId: security.case.ediscoveryCase_CreateNoncustodialDataSource parameters: - name: ediscoveryCase-id @@ -5871,11 +5746,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get operations from security + description: Returns a list of case caseOperation objects for this case. operationId: security.case.ediscoveryCase_ListOperation parameters: - name: ediscoveryCase-id @@ -5965,11 +5837,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get operations from security + description: Returns a list of case caseOperation objects for this case. operationId: security.case.ediscoveryCase_GetOperation parameters: - name: ediscoveryCase-id @@ -6117,11 +5986,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get reviewSets from security + description: Returns a list of eDiscoveryReviewSet objects in the case. operationId: security.case.ediscoveryCase_ListReviewSet parameters: - name: ediscoveryCase-id @@ -6179,11 +6045,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to reviewSets for security operationId: security.case.ediscoveryCase_CreateReviewSet parameters: - name: ediscoveryCase-id @@ -6215,11 +6077,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get reviewSets from security + description: Returns a list of eDiscoveryReviewSet objects in the case. operationId: security.case.ediscoveryCase_GetReviewSet parameters: - name: ediscoveryCase-id @@ -6445,11 +6304,8 @@ paths: get: tags: - security.casesRoot - summary: List queries - description: Get the list of queries associated with an eDiscovery review set. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0 + summary: Get queries from security + description: Represents queries within the review set. operationId: security.case.ediscoveryCase.reviewSet_ListQuery parameters: - name: ediscoveryCase-id @@ -6515,11 +6371,7 @@ paths: post: tags: - security.casesRoot - summary: Create ediscoveryReviewSetQuery - description: Create a new ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0 + summary: Create new navigation property to queries for security operationId: security.case.ediscoveryCase.reviewSet_CreateQuery parameters: - name: ediscoveryCase-id @@ -6559,11 +6411,8 @@ paths: get: tags: - security.casesRoot - summary: Get ediscoveryReviewSetQuery - description: Read the properties and relationships of an ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0 + summary: Get queries from security + description: Represents queries within the review set. operationId: security.case.ediscoveryCase.reviewSet_GetQuery parameters: - name: ediscoveryCase-id @@ -6623,11 +6472,7 @@ paths: patch: tags: - security.casesRoot - summary: Update ediscoveryReviewSetQuery - description: Update the properties of an ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0 + summary: Update the navigation property queries in security operationId: security.case.ediscoveryCase.reviewSet_UpdateQuery parameters: - name: ediscoveryCase-id @@ -6674,11 +6519,7 @@ paths: delete: tags: - security.casesRoot - summary: Delete ediscoveryReviewSetQuery - description: Delete an ediscoveryReviewSetQuery object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0 + summary: Delete navigation property queries for security operationId: security.case.ediscoveryCase.reviewSet_DeleteQuery parameters: - name: ediscoveryCase-id @@ -6893,11 +6734,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get searches from security + description: Returns a list of eDiscoverySearch objects associated with this case. operationId: security.case.ediscoveryCase_ListSearch parameters: - name: ediscoveryCase-id @@ -6955,11 +6793,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to searches for security operationId: security.case.ediscoveryCase_CreateSearch parameters: - name: ediscoveryCase-id @@ -6991,11 +6825,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get searches from security + description: Returns a list of eDiscoverySearch objects associated with this case. operationId: security.case.ediscoveryCase_GetSearch parameters: - name: ediscoveryCase-id @@ -7047,11 +6878,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property searches in security operationId: security.case.ediscoveryCase_UpdateSearch parameters: - name: ediscoveryCase-id @@ -7090,11 +6917,7 @@ paths: delete: tags: - security.casesRoot - 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 + summary: Delete navigation property searches for security operationId: security.case.ediscoveryCase_DeleteSearch parameters: - name: ediscoveryCase-id @@ -7129,11 +6952,8 @@ paths: get: tags: - security.casesRoot - summary: List additionalSources - description: Get the list of additional sources associated with an eDiscovery search. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0 + summary: Get additionalSources from security + description: Adds an additional source to the eDiscovery search. operationId: security.case.ediscoveryCase.search_ListAdditionalSource parameters: - name: ediscoveryCase-id @@ -7199,11 +7019,7 @@ paths: post: tags: - security.casesRoot - summary: Add additional sources - description: Create a new additional source associated with an eDiscovery search. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0 + summary: Create new navigation property to additionalSources for security operationId: security.case.ediscoveryCase.search_CreateAdditionalSource parameters: - name: ediscoveryCase-id @@ -7478,11 +7294,8 @@ paths: get: tags: - security.casesRoot - summary: List custodianSources - description: Get the list of custodial data sources associated with an eDiscovery search. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0 + summary: Get custodianSources from security + description: Custodian sources that are included in the eDiscovery search. operationId: security.case.ediscoveryCase.search_ListCustodianSource parameters: - name: ediscoveryCase-id @@ -7641,11 +7454,8 @@ paths: get: tags: - security.casesRoot - summary: List lastEstimateStatisticsOperation - description: Get the last ediscoveryEstimateOperation objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0 + summary: Get lastEstimateStatisticsOperation from security + description: The last estimate operation associated with the eDiscovery search. operationId: security.case.ediscoveryCase.search_GetLastEstimateStatisticsOperation parameters: - name: ediscoveryCase-id @@ -7960,11 +7770,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get settings from security + description: Returns a list of eDIscoverySettings objects in the case. operationId: security.case.ediscoveryCase_GetSetting parameters: - name: ediscoveryCase-id @@ -8008,11 +7815,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property settings in security operationId: security.case.ediscoveryCase_UpdateSetting parameters: - name: ediscoveryCase-id @@ -8095,11 +7898,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get tags from security + description: Returns a list of ediscoveryReviewTag objects associated to this case. operationId: security.case.ediscoveryCase_ListTag parameters: - name: ediscoveryCase-id @@ -8157,11 +7957,7 @@ paths: post: tags: - security.casesRoot - 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 + summary: Create new navigation property to tags for security operationId: security.case.ediscoveryCase_CreateTag parameters: - name: ediscoveryCase-id @@ -8193,11 +7989,8 @@ paths: get: tags: - security.casesRoot - 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 + summary: Get tags from security + description: Returns a list of ediscoveryReviewTag objects associated to this case. operationId: security.case.ediscoveryCase_GetTag parameters: - name: ediscoveryCase-id @@ -8249,11 +8042,7 @@ paths: patch: tags: - security.casesRoot - 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 + summary: Update the navigation property tags in security operationId: security.case.ediscoveryCase_UpdateTag parameters: - name: ediscoveryCase-id @@ -8292,11 +8081,7 @@ paths: delete: tags: - security.casesRoot - 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 + summary: Delete navigation property tags for security operationId: security.case.ediscoveryCase_DeleteTag parameters: - name: ediscoveryCase-id @@ -8655,11 +8440,8 @@ paths: 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-1.0 + 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 parameters: - $ref: '#/components/parameters/top' @@ -8732,11 +8514,8 @@ paths: 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-1.0 + 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 parameters: - name: incident-id @@ -8780,11 +8559,7 @@ paths: 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-1.0 + summary: Update the navigation property incidents in security operationId: security_UpdateIncident parameters: - name: incident-id @@ -9148,11 +8923,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get authorities from security + description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. operationId: security.label_ListAuthority parameters: - $ref: '#/components/parameters/top' @@ -9202,11 +8974,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to authorities for security operationId: security.label_CreateAuthority requestBody: description: New navigation property @@ -9229,11 +8997,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get authorities from security + description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. operationId: security.label_GetAuthority parameters: - name: authorityTemplate-id @@ -9308,11 +9073,7 @@ paths: delete: tags: - security.labelsRoot - 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 + summary: Delete navigation property authorities for security operationId: security.label_DeleteAuthority parameters: - name: authorityTemplate-id @@ -9353,11 +9114,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get categories from security + description: Specifies a group of similar types of content in a particular department. operationId: security.label_ListCategory parameters: - $ref: '#/components/parameters/top' @@ -9407,11 +9165,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to categories for security operationId: security.label_CreateCategory requestBody: description: New navigation property @@ -9434,11 +9188,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get categories from security + description: Specifies a group of similar types of content in a particular department. operationId: security.label_GetCategory parameters: - name: categoryTemplate-id @@ -9513,11 +9264,7 @@ paths: delete: tags: - security.labelsRoot - 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 + summary: Delete navigation property categories for security operationId: security.label_DeleteCategory parameters: - name: categoryTemplate-id @@ -9796,11 +9543,8 @@ paths: get: tags: - security.labelsRoot - 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 + 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. operationId: security.label_ListCitation parameters: - $ref: '#/components/parameters/top' @@ -9850,11 +9594,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to citations for security operationId: security.label_CreateCitation requestBody: description: New navigation property @@ -9877,11 +9617,8 @@ paths: get: tags: - security.labelsRoot - 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 + 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. operationId: security.label_GetCitation parameters: - name: citationTemplate-id @@ -9956,11 +9693,7 @@ paths: delete: tags: - security.labelsRoot - 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 + summary: Delete navigation property citations for security operationId: security.label_DeleteCitation parameters: - name: citationTemplate-id @@ -10001,11 +9734,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get departments from security + description: Specifies the department or business unit of an organization to which a label belongs. operationId: security.label_ListDepartment parameters: - $ref: '#/components/parameters/top' @@ -10055,11 +9785,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to departments for security operationId: security.label_CreateDepartment requestBody: description: New navigation property @@ -10082,11 +9808,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get departments from security + description: Specifies the department or business unit of an organization to which a label belongs. operationId: security.label_GetDepartment parameters: - name: departmentTemplate-id @@ -10161,11 +9884,7 @@ paths: delete: tags: - security.labelsRoot - 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 + summary: Delete navigation property departments for security operationId: security.label_DeleteDepartment parameters: - name: departmentTemplate-id @@ -10206,11 +9925,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get filePlanReferences from security + description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. operationId: security.label_ListFilePlanReference parameters: - $ref: '#/components/parameters/top' @@ -10260,11 +9976,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to filePlanReferences for security operationId: security.label_CreateFilePlanReference requestBody: description: New navigation property @@ -10287,11 +9999,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get filePlanReferences from security + description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. operationId: security.label_GetFilePlanReference parameters: - name: filePlanReferenceTemplate-id @@ -10366,11 +10075,7 @@ paths: delete: tags: - security.labelsRoot - 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 + summary: Delete navigation property filePlanReferences for security operationId: security.label_DeleteFilePlanReference parameters: - name: filePlanReferenceTemplate-id @@ -10411,11 +10116,8 @@ paths: get: tags: - security.labelsRoot - 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 + summary: Get retentionLabels from security + description: 'Represents how customers can manage their data, whether and for how long to retain or delete it.' operationId: security.label_ListRetentionLabel parameters: - $ref: '#/components/parameters/top' @@ -10465,11 +10167,7 @@ paths: post: tags: - security.labelsRoot - 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 + summary: Create new navigation property to retentionLabels for security operationId: security.label_CreateRetentionLabel requestBody: description: New navigation property @@ -10537,11 +10235,7 @@ paths: patch: tags: - security.labelsRoot - 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 + summary: Update the navigation property retentionLabels in security operationId: security.label_UpdateRetentionLabel parameters: - name: retentionLabel-id @@ -10572,11 +10266,7 @@ paths: delete: tags: - security.labelsRoot - 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 + summary: Delete navigation property retentionLabels for security operationId: security.label_DeleteRetentionLabel parameters: - name: retentionLabel-id @@ -11248,6 +10938,9 @@ paths: query: type: string nullable: true + timespan: + type: string + nullable: true additionalProperties: type: object required: true @@ -11265,11 +10958,7 @@ paths: get: tags: - security.secureScoreControlProfile - 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 + summary: Get secureScoreControlProfiles from security operationId: security_ListSecureScoreControlProfile parameters: - $ref: '#/components/parameters/top' @@ -11342,11 +11031,7 @@ paths: get: tags: - security.secureScoreControlProfile - 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 + summary: Get secureScoreControlProfiles from security operationId: security_GetSecureScoreControlProfile parameters: - name: secureScoreControlProfile-id @@ -11390,11 +11075,7 @@ paths: patch: tags: - security.secureScoreControlProfile - 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 + summary: Update the navigation property secureScoreControlProfiles in security operationId: security_UpdateSecureScoreControlProfile parameters: - name: secureScoreControlProfile-id @@ -11466,11 +11147,7 @@ paths: get: tags: - security.secureScore - 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 + summary: Get secureScores from security operationId: security_ListSecureScore parameters: - $ref: '#/components/parameters/top' @@ -11543,11 +11220,7 @@ paths: get: tags: - security.secureScore - 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 + summary: Get secureScores from security operationId: security_GetSecureScore parameters: - name: secureScore-id @@ -12487,6 +12160,10 @@ paths: tags: - security.Functions summary: Invoke function getFinalAttachment + description: Get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0 operationId: security.subjectRightsRequest_getFinalAttachment parameters: - name: subjectRightsRequest-id @@ -12519,6 +12196,10 @@ paths: tags: - security.Functions summary: Invoke function getFinalReport + description: Get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0 operationId: security.subjectRightsRequest_getFinalReport parameters: - name: subjectRightsRequest-id @@ -12550,11 +12231,8 @@ paths: get: tags: - security.subjectRightsRequest - 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 + summary: Get notes from security + description: List of notes associated with the request. operationId: security.subjectRightsRequest_ListNote parameters: - name: subjectRightsRequest-id @@ -12612,11 +12290,7 @@ paths: post: tags: - security.subjectRightsRequest - 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 + summary: Create new navigation property to notes for security operationId: security.subjectRightsRequest_CreateNote parameters: - name: subjectRightsRequest-id @@ -12934,8 +12608,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get articleIndicator - description: Read the properties and relationships of an articleIndicator object. + summary: Get articleIndicators from security + description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListArticleIndicator parameters: - $ref: '#/components/parameters/top' @@ -13008,11 +12682,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get articleIndicators from security + description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetArticleIndicator parameters: - name: articleIndicator-id @@ -13174,11 +12845,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get articles from security + description: A list of article objects. operationId: security.threatIntelligence_ListArticle parameters: - $ref: '#/components/parameters/top' @@ -13251,11 +12919,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get articles from security + description: A list of article objects. operationId: security.threatIntelligence_GetArticle parameters: - name: article-id @@ -13357,11 +13022,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get indicators from security + description: Indicators related to this article. operationId: security.threatIntelligence.article_ListIndicator parameters: - name: article-id @@ -13510,8 +13172,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostComponent - description: Read the properties and relationships of a hostComponent object. + summary: Get hostComponents from security + description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostComponent parameters: - $ref: '#/components/parameters/top' @@ -13584,11 +13246,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostComponents from security + description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostComponent parameters: - name: hostComponent-id @@ -13750,8 +13409,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostCookie - description: Read the properties and relationships of a hostCookie object. + summary: Get hostCookies from security + description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostCookie parameters: - $ref: '#/components/parameters/top' @@ -13824,11 +13483,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostCookies from security + description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostCookie parameters: - name: hostCookie-id @@ -13990,8 +13646,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPair - description: Read the properties and relationships of a hostPair object. + summary: Get hostPairs from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostPair parameters: - $ref: '#/components/parameters/top' @@ -14064,11 +13720,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostPairs from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostPair parameters: - name: hostPair-id @@ -14276,8 +13929,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPort - description: Read the properties and relationships of a hostPort object. + summary: Get hostPorts from security + description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostPort parameters: - $ref: '#/components/parameters/top' @@ -14350,11 +14003,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostPorts from security + description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostPort parameters: - name: hostPort-id @@ -14562,8 +14212,8 @@ paths: get: tags: - security.threatIntelligence - 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:' + summary: Get hosts from security + description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHost parameters: - $ref: '#/components/parameters/top' @@ -14636,11 +14286,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hosts from security + description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHost parameters: - name: host-id @@ -14742,11 +14389,8 @@ paths: get: tags: - security.threatIntelligence - 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 + 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.' operationId: security.threatIntelligence.host_ListChildHostPair parameters: - name: host-id @@ -14881,11 +14525,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get components from security + description: The hostComponents that are associated with this host. operationId: security.threatIntelligence.host_ListComponent parameters: - name: host-id @@ -15020,11 +14661,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get cookies from security + description: The hostCookies that are associated with this host. operationId: security.threatIntelligence.host_ListCookie parameters: - name: host-id @@ -15159,11 +14797,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostPairs from security + description: 'The hostPairs that are associated with this host, where this host is either the parentHost or childHost.' operationId: security.threatIntelligence.host_ListHostPair parameters: - name: host-id @@ -15298,11 +14933,8 @@ paths: get: tags: - security.threatIntelligence - 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 + 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.' operationId: security.threatIntelligence.host_ListParentHostPair parameters: - name: host-id @@ -15437,11 +15069,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get passiveDns from security + description: Passive DNS retrieval about this host. operationId: security.threatIntelligence.host_ListPassiveDn parameters: - name: host-id @@ -15576,11 +15205,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get passiveDnsReverse from security + description: Reverse passive DNS retrieval about this host. operationId: security.threatIntelligence.host_ListPassiveDnsReverse parameters: - name: host-id @@ -15715,11 +15341,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get ports from security + description: The hostPorts associated with a host. operationId: security.threatIntelligence.host_ListPort parameters: - name: host-id @@ -15854,11 +15477,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get reputation from security + description: Represents a calculated reputation of this host. operationId: security.threatIntelligence.host_GetReputation parameters: - name: host-id @@ -15960,11 +15580,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get sslCertificates from security + description: The hostSslCertificates that are associated with this host. operationId: security.threatIntelligence.host_ListSslCertificate parameters: - name: host-id @@ -16099,11 +15716,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get subdomains from security + description: The subdomains that are associated with this host. operationId: security.threatIntelligence.host_ListSubdomain parameters: - name: host-id @@ -16238,11 +15852,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get trackers from security + description: The hostTrackers that are associated with this host. operationId: security.threatIntelligence.host_ListTracker parameters: - name: host-id @@ -16377,11 +15988,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get whois from security + description: The most recent whoisRecord for this host. operationId: security.threatIntelligence.host_GetWhoi parameters: - name: host-id @@ -16440,8 +16048,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostSslCertificate - description: Get the properties and relationships of a hostSslCertificate object. + summary: Get hostSslCertificates from security + description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -16514,11 +16122,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostSslCertificates from security + description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostSslCertificate parameters: - name: hostSslCertificate-id @@ -16726,8 +16331,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostTracker - description: Read the properties and relationships of a hostTracker object. + summary: Get hostTrackers from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListHostTracker parameters: - $ref: '#/components/parameters/top' @@ -16800,11 +16405,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get hostTrackers from security + description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetHostTracker parameters: - name: hostTracker-id @@ -16966,8 +16568,7 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelligenceProfileIndicator - description: Read the properties and relationships of a intelligenceProfileIndicator object. + summary: Get intelligenceProfileIndicators from security operationId: security.threatIntelligence_ListIntelligenceProfileIndicator parameters: - $ref: '#/components/parameters/top' @@ -17040,11 +16641,7 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get intelligenceProfileIndicators from security operationId: security.threatIntelligence_GetIntelligenceProfileIndicator parameters: - name: intelligenceProfileIndicator-id @@ -17206,11 +16803,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get intelProfiles from security + description: A list of intelligenceProfile objects. operationId: security.threatIntelligence_ListIntelProfile parameters: - $ref: '#/components/parameters/top' @@ -17283,11 +16877,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get intelProfiles from security + description: A list of intelligenceProfile objects. operationId: security.threatIntelligence_GetIntelProfile parameters: - name: intelligenceProfile-id @@ -17389,11 +16980,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get indicators from security + description: Includes an assemblage of high-fidelity network indicators of compromise. operationId: security.threatIntelligence.intelProfile_ListIndicator parameters: - name: intelligenceProfile-id @@ -17542,8 +17130,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsRecord - description: Read the properties and relationships of a passiveDnsRecord object. + summary: Get passiveDnsRecords from security + description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListPassiveDnsRecord parameters: - $ref: '#/components/parameters/top' @@ -17616,11 +17204,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get passiveDnsRecords from security + description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetPassiveDnsRecord parameters: - name: passiveDnsRecord-id @@ -17828,11 +17413,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get sslCertificates from security + description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -17905,11 +17487,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get sslCertificates from security + description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetSslCertificate parameters: - name: sslCertificate-id @@ -18161,8 +17740,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomain - description: Read the properties and relationships of a subdomain object. + summary: Get subdomains from security + description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListSubdomain parameters: - $ref: '#/components/parameters/top' @@ -18235,11 +17814,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get subdomains from security + description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetSubdomain parameters: - name: subdomain-id @@ -18401,8 +17977,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get vulnerability - description: Read the properties and relationships of a vulnerability object. + summary: Get vulnerabilities from security + description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_ListVulnerability parameters: - $ref: '#/components/parameters/top' @@ -18475,11 +18051,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get vulnerabilities from security + description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence_GetVulnerability parameters: - name: vulnerability-id @@ -18717,11 +18290,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get components from security + description: Components related to this vulnerability article. operationId: security.threatIntelligence.vulnerability_ListComponent parameters: - name: vulnerability-id @@ -18811,11 +18381,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get components from security + description: Components related to this vulnerability article. operationId: security.threatIntelligence.vulnerability_GetComponent parameters: - name: vulnerability-id @@ -19214,11 +18781,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get whoisRecords from security + description: A list of whoisRecord objects. operationId: security.threatIntelligence_ListWhoisRecord parameters: - $ref: '#/components/parameters/top' @@ -19291,11 +18855,8 @@ paths: get: tags: - security.threatIntelligence - 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 + summary: Get whoisRecords from security + description: A list of whoisRecord objects. operationId: security.threatIntelligence_GetWhoisRecord parameters: - name: whoisRecord-id @@ -19397,11 +18958,8 @@ paths: get: tags: - security.threatIntelligence - summary: List history - description: 'Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0 + summary: Get history from security + description: The collection of historical records associated to this WHOIS object. operationId: security.threatIntelligence.whoisRecord_ListHistory parameters: - name: whoisRecord-id @@ -19673,11 +19231,7 @@ paths: get: tags: - security.triggersRoot - 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 + summary: Get retentionEvents from security operationId: security.trigger_ListRetentionEvent parameters: - $ref: '#/components/parameters/top' @@ -19727,11 +19281,7 @@ paths: post: tags: - security.triggersRoot - 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 + summary: Create new navigation property to retentionEvents for security operationId: security.trigger_CreateRetentionEvent requestBody: description: New navigation property @@ -19754,11 +19304,7 @@ paths: get: tags: - security.triggersRoot - 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 + summary: Get retentionEvents from security operationId: security.trigger_GetRetentionEvent parameters: - name: retentionEvent-id @@ -19833,11 +19379,7 @@ paths: delete: tags: - security.triggersRoot - 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 + summary: Delete navigation property retentionEvents for security operationId: security.trigger_DeleteRetentionEvent parameters: - name: retentionEvent-id @@ -20001,11 +19543,7 @@ paths: get: tags: - security.triggerTypesRoot - 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 + summary: Get retentionEventTypes from security operationId: security.triggerType_ListRetentionEventType parameters: - $ref: '#/components/parameters/top' @@ -20055,11 +19593,7 @@ paths: post: tags: - security.triggerTypesRoot - 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 + summary: Create new navigation property to retentionEventTypes for security operationId: security.triggerType_CreateRetentionEventType requestBody: description: New navigation property @@ -20082,11 +19616,7 @@ paths: get: tags: - security.triggerTypesRoot - 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 + summary: Get retentionEventTypes from security operationId: security.triggerType_GetRetentionEventType parameters: - name: retentionEventType-id @@ -20161,11 +19691,7 @@ paths: delete: tags: - security.triggerTypesRoot - 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 + summary: Delete navigation property retentionEventTypes for security operationId: security.triggerType_DeleteRetentionEventType parameters: - name: retentionEventType-id @@ -20283,7 +19809,7 @@ components: description: Microsoft Entra tenant ID. Required. category: type: string - description: 'Category of the alert (for example, credentialTheft, ransomware, etc.).' + description: 'Category of the alert (for example, credentialTheft, ransomware).' nullable: true closedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -20328,7 +19854,7 @@ components: eventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 event(s) that served as the trigger(s) to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.' + description: 'Time at which the event or events that served as the trigger to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true feedback: @@ -20410,7 +19936,7 @@ components: items: type: string nullable: true - description: 'Hyperlinks (URIs) to the source material related to the alert, for example, provider''s user interface for alerts or log search, etc.' + description: 'Hyperlinks (URIs) to the source material related to the alert, for example, provider''s user interface for alerts or log search.' status: $ref: '#/components/schemas/microsoft.graph.alertStatus' tags: @@ -20418,7 +19944,7 @@ components: items: type: string nullable: true - description: 'User-definable labels that can be applied to an alert and can serve as filter conditions (for example ''HVA'', ''SAW'', etc.) (supports update).' + description: 'User-definable labels that can be applied to an alert and can serve as filter conditions (for example ''HVA'', ''SAW'') (supports update).' title: type: string description: Alert title. Required. @@ -21416,6 +20942,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -21617,6 +21144,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -22092,6 +21620,7 @@ components: nullable: true resolvingComment: type: string + description: User input that explains the resolution of the incident and the classification choice. This property contains free editable text. nullable: true severity: $ref: '#/components/schemas/microsoft.graph.security.alertSeverity' @@ -25534,7 +25063,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -25674,7 +25203,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -25831,6 +25360,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -28178,6 +27708,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -28759,6 +28294,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -30845,11 +30388,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -30865,13 +30408,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -31450,13 +30993,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -36539,6 +36082,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -36550,9 +36094,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -38406,7 +37952,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index ec76bb978c..a580364907 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -87,11 +87,7 @@ paths: get: tags: - admin.sharepoint - 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 + summary: Get settings from admin operationId: admin.sharepoint_GetSetting parameters: - name: $select @@ -127,11 +123,7 @@ paths: patch: tags: - admin.sharepoint - 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 + summary: Update the navigation property settings in admin operationId: admin.sharepoint_UpdateSetting requestBody: description: New navigation property values @@ -452,11 +444,7 @@ paths: get: tags: - groups.site - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from groups operationId: group.site.analytic_GetAllTime parameters: - name: group-id @@ -1369,11 +1357,8 @@ paths: get: tags: - groups.site - summary: List columns in a site - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions reusable across lists under this site. operationId: group.site_ListColumn parameters: - name: group-id @@ -1439,11 +1424,7 @@ paths: post: tags: - groups.site - summary: Create a columnDefinition in a site - description: 'Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.site_CreateColumn parameters: - name: group-id @@ -1726,11 +1707,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a site - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from groups + description: The collection of content types defined for this site. operationId: group.site_ListContentType parameters: - name: group-id @@ -1796,11 +1774,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to contentTypes for groups operationId: group.site_CreateContentType parameters: - name: group-id @@ -1840,11 +1814,8 @@ paths: get: tags: - groups.site - summary: Get contentType - description: 'Retrieve the metadata for a [content type][contentType] 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 + summary: Get contentTypes from groups + description: The collection of content types defined for this site. operationId: group.site_GetContentType parameters: - name: group-id @@ -1904,11 +1875,7 @@ paths: patch: tags: - groups.site - summary: Update contentType - description: 'Update a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0 + summary: Update the navigation property contentTypes in groups operationId: group.site_UpdateContentType parameters: - name: group-id @@ -1955,11 +1922,7 @@ paths: delete: tags: - groups.site - summary: Delete contentType - description: 'Remove a [content type][contentType] 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 + summary: Delete navigation property contentTypes for groups operationId: group.site_DeleteContentType parameters: - name: group-id @@ -2768,11 +2731,8 @@ paths: get: tags: - groups.site - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.site.contentType_ListColumn parameters: - name: group-id @@ -2846,11 +2806,7 @@ paths: post: tags: - groups.site - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.contentType_CreateColumn parameters: - name: group-id @@ -2898,11 +2854,8 @@ paths: get: tags: - groups.site - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.site.contentType_GetColumn parameters: - name: group-id @@ -2970,11 +2923,7 @@ paths: patch: tags: - groups.site - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in groups operationId: group.site.contentType_UpdateColumn parameters: - name: group-id @@ -3029,11 +2978,7 @@ paths: delete: tags: - groups.site - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for groups operationId: group.site.contentType_DeleteColumn parameters: - name: group-id @@ -4238,11 +4183,8 @@ paths: get: tags: - groups.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 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site_ListList parameters: - name: group-id @@ -4308,11 +4250,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to lists for groups operationId: group.site_CreateList parameters: - name: group-id @@ -4352,11 +4290,8 @@ paths: get: tags: - groups.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 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site_GetList parameters: - name: group-id @@ -4506,11 +4441,8 @@ paths: get: tags: - groups.site - summary: List columnDefinitions in a list - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of field definitions for this list. operationId: group.site.list_ListColumn parameters: - name: group-id @@ -4584,11 +4516,7 @@ paths: post: tags: - groups.site - summary: Create a columnDefinition in a list - description: 'Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.list_CreateColumn parameters: - name: group-id @@ -4919,11 +4847,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a list - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from groups + description: The collection of content types present in this list. operationId: group.site.list_ListContentType parameters: - name: group-id @@ -6090,11 +6015,8 @@ paths: get: tags: - groups.site - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.site.list.contentType_ListColumn parameters: - name: group-id @@ -6176,11 +6098,7 @@ paths: post: tags: - groups.site - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.list.contentType_CreateColumn parameters: - name: group-id @@ -6236,11 +6154,8 @@ paths: get: tags: - groups.site - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions for this content type. operationId: group.site.list.contentType_GetColumn parameters: - name: group-id @@ -6316,11 +6231,7 @@ paths: patch: tags: - groups.site - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in groups operationId: group.site.list.contentType_UpdateColumn parameters: - name: group-id @@ -6383,11 +6294,7 @@ paths: delete: tags: - groups.site - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for groups operationId: group.site.list.contentType_DeleteColumn parameters: - name: group-id @@ -6952,11 +6859,8 @@ paths: get: tags: - groups.site - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from groups + description: All items contained in the list. operationId: group.site.list_ListItem parameters: - name: group-id @@ -7029,11 +6933,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to items for groups operationId: group.site.list_CreateItem parameters: - name: group-id @@ -7081,11 +6981,8 @@ paths: get: tags: - groups.site - 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 + summary: Get items from groups + description: All items contained in the list. operationId: group.site.list_GetItem parameters: - name: group-id @@ -7208,11 +7105,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property items for groups operationId: group.site.list_DeleteItem parameters: - name: group-id @@ -7655,11 +7548,8 @@ paths: get: tags: - groups.site - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.site.list.item_ListDocumentSetVersion parameters: - name: group-id @@ -7741,11 +7631,7 @@ paths: post: tags: - groups.site - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for groups operationId: group.site.list.item_CreateDocumentSetVersion parameters: - name: group-id @@ -7801,11 +7687,8 @@ paths: get: tags: - groups.site - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from groups + description: Version information for a document set version created by a user. operationId: group.site.list.item_GetDocumentSetVersion parameters: - name: group-id @@ -7944,11 +7827,7 @@ paths: delete: tags: - groups.site - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for groups operationId: group.site.list.item_DeleteDocumentSetVersion parameters: - name: group-id @@ -8253,7 +8132,7 @@ paths: tags: - groups.site summary: Get driveItem from groups - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: group.site.list.item_GetDriveItem parameters: - name: group-id @@ -8506,11 +8385,7 @@ paths: patch: tags: - groups.site - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in groups operationId: group.site.list.item_UpdateField parameters: - name: group-id @@ -8938,11 +8813,8 @@ paths: get: tags: - groups.site - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.site.list.item_ListVersion parameters: - name: group-id @@ -9080,11 +8952,8 @@ paths: get: tags: - groups.site - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from groups + description: The list of previous versions of the list item. operationId: group.site.list.item_GetVersion parameters: - name: group-id @@ -10662,11 +10531,8 @@ paths: get: tags: - groups.site - summary: List columns in a site - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions reusable across lists under this site. operationId: group.site.getGraphBPrePath_ListColumn parameters: - name: group-id @@ -10740,11 +10606,7 @@ paths: post: tags: - groups.site - summary: Create a columnDefinition in a site - description: 'Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.getGraphBPrePath_CreateColumn parameters: - name: group-id @@ -10792,11 +10654,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a site - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from groups + description: The collection of content types defined for this site. operationId: group.site.getGraphBPrePath_ListContentType parameters: - name: group-id @@ -10870,11 +10729,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to contentTypes for groups operationId: group.site.getGraphBPrePath_CreateContentType parameters: - name: group-id @@ -11335,11 +11190,8 @@ paths: get: tags: - groups.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 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site.getGraphBPrePath_ListList parameters: - name: group-id @@ -11413,11 +11265,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to lists for groups operationId: group.site.getGraphBPrePath_CreateList parameters: - name: group-id @@ -11640,11 +11488,8 @@ paths: get: tags: - groups.site - summary: List columns in a site - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 + summary: Get columns from groups + description: The collection of column definitions reusable across lists under this site. operationId: group.site.getGraphBPrePath_ListColumn parameters: - name: group-id @@ -11726,11 +11571,7 @@ paths: post: tags: - groups.site - summary: Create a columnDefinition in a site - description: 'Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for groups operationId: group.site.getGraphBPrePath_CreateColumn parameters: - name: group-id @@ -11786,11 +11627,8 @@ paths: get: tags: - groups.site - summary: List contentTypes in a site - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from groups + description: The collection of content types defined for this site. operationId: group.site.getGraphBPrePath_ListContentType parameters: - name: group-id @@ -11872,11 +11710,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to contentTypes for groups operationId: group.site.getGraphBPrePath_CreateContentType parameters: - name: group-id @@ -12393,11 +12227,8 @@ paths: get: tags: - groups.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 + summary: Get lists from groups + description: The collection of lists under this site. operationId: group.site.getGraphBPrePath_ListList parameters: - name: group-id @@ -12479,11 +12310,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to lists for groups operationId: group.site.getGraphBPrePath_CreateList parameters: - name: group-id @@ -12714,11 +12541,8 @@ paths: get: tags: - groups.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 + summary: Get operations from groups + description: The collection of long-running operations on the site. operationId: group.site.getGraphBPrePath_ListOperation parameters: - name: group-id @@ -12857,6 +12681,7 @@ paths: tags: - groups.site summary: Get pages from groups + description: The collection of pages in the baseSitePages list in this site. operationId: group.site.getGraphBPrePath_ListPage parameters: - name: group-id @@ -12994,11 +12819,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site.getGraphBPrePath_ListPermission parameters: - name: group-id @@ -13080,11 +12902,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to permissions for groups operationId: group.site.getGraphBPrePath_CreatePermission parameters: - name: group-id @@ -13140,11 +12958,8 @@ paths: get: tags: - groups.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 + summary: Get sites from groups + description: The collection of the sub-sites under this site. operationId: group.site.getGraphBPrePath_ListSite parameters: - name: group-id @@ -13227,11 +13042,8 @@ paths: get: tags: - groups.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 + summary: Get termStore from groups + description: The default termStore under this site. operationId: group.site.getGraphBPrePath_GetTermStore parameters: - name: group-id @@ -13299,11 +13111,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property termStore in groups operationId: group.site.getGraphBPrePath_UpdateTermStore parameters: - name: group-id @@ -13699,11 +13507,8 @@ paths: get: tags: - groups.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 + summary: Get operations from groups + description: The collection of long-running operations on the site. operationId: group.site.getGraphBPrePath_ListOperation parameters: - name: group-id @@ -13826,6 +13631,7 @@ paths: tags: - groups.site summary: Get pages from groups + description: The collection of pages in the baseSitePages list in this site. operationId: group.site.getGraphBPrePath_ListPage parameters: - name: group-id @@ -13947,11 +13753,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site.getGraphBPrePath_ListPermission parameters: - name: group-id @@ -14025,11 +13828,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to permissions for groups operationId: group.site.getGraphBPrePath_CreatePermission parameters: - name: group-id @@ -14077,11 +13876,8 @@ paths: get: tags: - groups.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 + summary: Get sites from groups + description: The collection of the sub-sites under this site. operationId: group.site.getGraphBPrePath_ListSite parameters: - name: group-id @@ -14156,11 +13952,8 @@ paths: get: tags: - groups.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 + summary: Get termStore from groups + description: The default termStore under this site. operationId: group.site.getGraphBPrePath_GetTermStore parameters: - name: group-id @@ -14220,11 +14013,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property termStore in groups operationId: group.site.getGraphBPrePath_UpdateTermStore parameters: - name: group-id @@ -14564,11 +14353,8 @@ paths: get: tags: - groups.site - summary: List notebooks - description: Retrieve a list of notebook objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_ListNotebook parameters: - name: group-id @@ -14634,11 +14420,7 @@ paths: post: tags: - groups.site - summary: Create notebook - description: Create a new OneNote notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 + summary: Create new navigation property to notebooks for groups operationId: group.site.onenote_CreateNotebook parameters: - name: group-id @@ -14678,11 +14460,8 @@ paths: get: tags: - groups.site - summary: Get notebook - description: Retrieve the properties and relationships of a notebook object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 + summary: Get notebooks from groups + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_GetNotebook parameters: - name: group-id @@ -14832,11 +14611,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of section groups from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the notebook. Read-only. Nullable. operationId: group.site.onenote.notebook_ListSectionGroup parameters: - name: group-id @@ -14910,11 +14686,7 @@ paths: post: tags: - groups.site - summary: Create sectionGroup - description: Create a new section group in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 + summary: Create new navigation property to sectionGroups for groups operationId: group.site.onenote.notebook_CreateSectionGroup parameters: - name: group-id @@ -15277,11 +15049,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.site.onenote.notebook.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -15488,11 +15257,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.site.onenote.notebook.sectionGroup_ListSection parameters: - name: group-id @@ -15574,11 +15340,7 @@ paths: post: tags: - groups.site - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.site.onenote.notebook.sectionGroup_CreateSection parameters: - name: group-id @@ -15833,11 +15595,8 @@ paths: get: tags: - groups.site - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.site.onenote.notebook.sectionGroup.section_ListPage parameters: - name: group-id @@ -15927,11 +15686,7 @@ paths: post: tags: - groups.site - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.site.onenote.notebook.sectionGroup.section_CreatePage parameters: - name: group-id @@ -16220,9 +15975,6 @@ paths: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.site.onenote.notebook.sectionGroup.section_GetPagesContent parameters: - name: group-id @@ -16827,11 +16579,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the notebook. Read-only. Nullable. operationId: group.site.onenote.notebook_ListSection parameters: - name: group-id @@ -16905,11 +16654,7 @@ paths: post: tags: - groups.site - summary: Create section - description: Create a new onenoteSection in the specified notebook. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.site.onenote.notebook_CreateSection parameters: - name: group-id @@ -17132,11 +16877,8 @@ paths: get: tags: - groups.site - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.site.onenote.notebook.section_ListPage parameters: - name: group-id @@ -17218,11 +16960,7 @@ paths: post: tags: - groups.site - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.site.onenote.notebook.section_CreatePage parameters: - name: group-id @@ -17479,9 +17217,6 @@ paths: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.site.onenote.notebook.section_GetPagesContent parameters: - name: group-id @@ -18014,8 +17749,8 @@ paths: get: tags: - groups.site - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.site.onenote_ListOperation parameters: - name: group-id @@ -18121,11 +17856,8 @@ paths: get: tags: - groups.site - summary: Get onenoteOperation - description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 + summary: Get operations from groups + description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: group.site.onenote_GetOperation parameters: - name: group-id @@ -18305,11 +18037,8 @@ paths: get: tags: - groups.site - summary: List onenotePages - description: Retrieve a list of page objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_ListPage parameters: - name: group-id @@ -18375,11 +18104,7 @@ paths: post: tags: - groups.site - summary: Create onenotePage - description: 'Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user''s default notebook. If you''re targeting other notebooks, you can create pages in a specified section. ' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.site.onenote_CreatePage parameters: - name: group-id @@ -18419,11 +18144,8 @@ paths: get: tags: - groups.site - summary: Get page - description: 'Retrieve the properties and relationships of a page object. Getting page information Access a page''s metadata by page identifier: Getting page content You can use the page''s content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 + summary: Get pages from groups + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_GetPage parameters: - name: group-id @@ -18530,11 +18252,7 @@ paths: delete: tags: - groups.site - summary: Delete page - description: Delete a OneNote page. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 + summary: Delete navigation property pages for groups operationId: group.site.onenote_DeletePage parameters: - name: group-id @@ -18579,9 +18297,6 @@ paths: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 operationId: group.site.onenote_GetPagesContent parameters: - name: group-id @@ -19206,11 +18921,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of sectionGroup objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_ListSectionGroup parameters: - name: group-id @@ -19316,11 +19028,8 @@ paths: get: tags: - groups.site - summary: Get sectionGroup - description: Retrieve the properties and relationships of a sectionGroup object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_GetSectionGroup parameters: - name: group-id @@ -19594,11 +19303,8 @@ paths: get: tags: - groups.site - summary: List sectionGroups - description: Retrieve a list of section groups from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 + summary: Get sectionGroups from groups + description: The section groups in the section. Read-only. Nullable. operationId: group.site.onenote.sectionGroup_ListSectionGroup parameters: - name: group-id @@ -19781,11 +19487,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of onenoteSection objects from the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in the section group. Read-only. Nullable. operationId: group.site.onenote.sectionGroup_ListSection parameters: - name: group-id @@ -19859,11 +19562,7 @@ paths: post: tags: - groups.site - summary: Create section - description: Create a new onenoteSection in the specified section group. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 + summary: Create new navigation property to sections for groups operationId: group.site.onenote.sectionGroup_CreateSection parameters: - name: group-id @@ -20086,11 +19785,8 @@ paths: get: tags: - groups.site - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.site.onenote.sectionGroup.section_ListPage parameters: - name: group-id @@ -20172,11 +19868,7 @@ paths: post: tags: - groups.site - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.site.onenote.sectionGroup.section_CreatePage parameters: - name: group-id @@ -20433,9 +20125,6 @@ paths: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.site.onenote.sectionGroup.section_GetPagesContent parameters: - name: group-id @@ -20968,11 +20657,8 @@ paths: get: tags: - groups.site - summary: List sections - description: Retrieve a list of onenoteSection objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_ListSection parameters: - name: group-id @@ -21078,11 +20764,8 @@ paths: get: tags: - groups.site - summary: Get section - description: Retrieve the properties and relationships of a onenoteSection object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 + summary: Get sections from groups + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: group.site.onenote_GetSection parameters: - name: group-id @@ -21232,11 +20915,8 @@ paths: get: tags: - groups.site - summary: List pages - description: Retrieve a list of page objects from the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 + summary: Get pages from groups + description: The collection of pages in the section. Read-only. Nullable. operationId: group.site.onenote.section_ListPage parameters: - name: group-id @@ -21310,11 +20990,7 @@ paths: post: tags: - groups.site - summary: Create page - description: Create a new page in the specified section. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 + summary: Create new navigation property to pages for groups operationId: group.site.onenote.section_CreatePage parameters: - name: group-id @@ -21539,9 +21215,6 @@ paths: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: group.site.onenote.section_GetPagesContent parameters: - name: group-id @@ -21980,11 +21653,8 @@ paths: get: tags: - groups.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 + summary: Get operations from groups + description: The collection of long-running operations on the site. operationId: group.site_ListOperation parameters: - name: group-id @@ -22090,11 +21760,8 @@ paths: get: tags: - groups.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 + summary: Get operations from groups + description: The collection of long-running operations on the site. operationId: group.site_GetOperation parameters: - name: group-id @@ -22275,6 +21942,7 @@ paths: tags: - groups.site summary: Get pages from groups + description: The collection of pages in the baseSitePages list in this site. operationId: group.site_ListPage parameters: - name: group-id @@ -22381,6 +22049,7 @@ paths: tags: - groups.site summary: Get pages from groups + description: The collection of pages in the baseSitePages list in this site. operationId: group.site_GetPage parameters: - name: group-id @@ -23155,6 +22824,7 @@ paths: tags: - groups.site summary: Get canvasLayout from groups + description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' operationId: group.site.pageAsSitePage_GetCanvasLayout parameters: - name: group-id @@ -23305,6 +22975,7 @@ paths: tags: - groups.site summary: Get horizontalSections from groups + description: Collection of horizontal sections on the SharePoint page. operationId: group.site.pageAsSitePage.canvasLayout_ListHorizontalSection parameters: - name: group-id @@ -23427,6 +23098,7 @@ paths: tags: - groups.site summary: Get horizontalSections from groups + description: Collection of horizontal sections on the SharePoint page. operationId: group.site.pageAsSitePage.canvasLayout_GetHorizontalSection parameters: - name: group-id @@ -23601,6 +23273,7 @@ paths: tags: - groups.site summary: Get columns from groups + description: The set of vertical columns in this section. operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn parameters: - name: group-id @@ -23739,6 +23412,7 @@ paths: tags: - groups.site summary: Get columns from groups + description: The set of vertical columns in this section. operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn parameters: - name: group-id @@ -23937,6 +23611,7 @@ paths: tags: - groups.site summary: Get webparts from groups + description: The collection of WebParts in this column. operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart parameters: - name: group-id @@ -24091,6 +23766,7 @@ paths: tags: - groups.site summary: Get webparts from groups + description: The collection of WebParts in this column. operationId: group.site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart parameters: - name: group-id @@ -24451,6 +24127,7 @@ paths: tags: - groups.site summary: Get verticalSection from groups + description: Vertical section on the SharePoint page. operationId: group.site.pageAsSitePage.canvasLayout_GetVerticalSection parameters: - name: group-id @@ -24601,6 +24278,7 @@ paths: tags: - groups.site summary: Get webparts from groups + description: The set of web parts in this section. operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart parameters: - name: group-id @@ -24723,6 +24401,7 @@ paths: tags: - groups.site summary: Get webparts from groups + description: The set of web parts in this section. operationId: group.site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart parameters: - name: group-id @@ -25499,6 +25178,7 @@ paths: tags: - groups.site summary: Get webParts from groups + description: Collection of webparts on the SharePoint page. operationId: group.site.pageAsSitePage_ListWebPart parameters: - name: group-id @@ -25621,6 +25301,7 @@ paths: tags: - groups.site summary: Get webParts from groups + description: Collection of webparts on the SharePoint page. operationId: group.site.pageAsSitePage_GetWebPart parameters: - name: group-id @@ -25958,11 +25639,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site_ListPermission parameters: - name: group-id @@ -26028,11 +25706,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to permissions for groups operationId: group.site_CreatePermission parameters: - name: group-id @@ -26072,11 +25746,8 @@ paths: get: tags: - groups.site - 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 + summary: Get permissions from groups + description: The permissions associated with the site. Nullable. operationId: group.site_GetPermission parameters: - name: group-id @@ -26136,11 +25807,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property permissions in groups operationId: group.site_UpdatePermission parameters: - name: group-id @@ -26187,11 +25854,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property permissions for groups operationId: group.site_DeletePermission parameters: - name: group-id @@ -26264,11 +25927,8 @@ paths: get: tags: - groups.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 + summary: Get sites from groups + description: The collection of the sub-sites under this site. operationId: group.site_ListSite parameters: - name: group-id @@ -26427,11 +26087,8 @@ paths: get: tags: - groups.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 + summary: Get termStore from groups + description: The default termStore under this site. operationId: group.site_GetTermStore parameters: - name: group-id @@ -26483,11 +26140,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property termStore in groups operationId: group.site_UpdateTermStore parameters: - name: group-id @@ -26561,11 +26214,8 @@ paths: get: tags: - groups.site - 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 + summary: Get groups from groups + description: Collection of all groups available in the term store. operationId: group.site.termStore_ListGroup parameters: - name: group-id @@ -26631,11 +26281,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to groups for groups operationId: group.site.termStore_CreateGroup parameters: - name: group-id @@ -26675,11 +26321,8 @@ paths: get: tags: - groups.site - 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 + summary: Get groups from groups + description: Collection of all groups available in the term store. operationId: group.site.termStore_GetGroup parameters: - name: group-id @@ -26786,11 +26429,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property groups for groups operationId: group.site.termStore_DeleteGroup parameters: - name: group-id @@ -26833,11 +26472,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: 'All sets under the group in a term [store].' operationId: group.site.termStore.group_ListSet parameters: - name: group-id @@ -27134,11 +26770,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.group.set_ListChild parameters: - name: group-id @@ -27220,11 +26853,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.group.set_CreateChild parameters: - name: group-id @@ -29748,11 +29377,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.group.set_ListRelation parameters: - name: group-id @@ -30369,8 +29995,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.group.set_ListTerm parameters: - name: group-id @@ -30508,11 +30134,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.group.set_GetTerm parameters: - name: group-id @@ -30588,11 +30211,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.group.set_UpdateTerm parameters: - name: group-id @@ -30655,11 +30274,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.group.set_DeleteTerm parameters: - name: group-id @@ -32880,8 +32495,8 @@ paths: get: tags: - groups.site - summary: Get set - description: Read the properties and relationships of a set object. + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: group.site.termStore_ListSet parameters: - name: group-id @@ -32947,11 +32562,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to sets for groups operationId: group.site.termStore_CreateSet parameters: - name: group-id @@ -32991,11 +32602,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: group.site.termStore_GetSet parameters: - name: group-id @@ -33055,11 +32663,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property sets in groups operationId: group.site.termStore_UpdateSet parameters: - name: group-id @@ -33106,11 +32710,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property sets for groups operationId: group.site.termStore_DeleteSet parameters: - name: group-id @@ -33153,11 +32753,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.set_ListChild parameters: - name: group-id @@ -33231,11 +32828,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.set_CreateChild parameters: - name: group-id @@ -35487,11 +35080,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: 'All sets under the group in a term [store].' operationId: group.site.termStore.set.parentGroup_ListSet parameters: - name: group-id @@ -35788,11 +35378,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.set.parentGroup.set_ListChild parameters: - name: group-id @@ -35874,11 +35461,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.set.parentGroup.set_CreateChild parameters: - name: group-id @@ -38227,11 +37810,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.set.parentGroup.set_ListRelation parameters: - name: group-id @@ -38848,8 +38428,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set.parentGroup.set_ListTerm parameters: - name: group-id @@ -38987,11 +38567,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set.parentGroup.set_GetTerm parameters: - name: group-id @@ -39067,11 +38644,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: group-id @@ -39134,11 +38707,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: group-id @@ -41329,11 +40898,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.set_ListRelation parameters: - name: group-id @@ -41878,8 +41444,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set_ListTerm parameters: - name: group-id @@ -42001,11 +41567,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set_GetTerm parameters: - name: group-id @@ -42073,11 +41636,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.set_UpdateTerm parameters: - name: group-id @@ -42132,11 +41691,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.set_DeleteTerm parameters: - name: group-id @@ -44353,11 +43908,8 @@ paths: get: tags: - groups.site - 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 + summary: Get groups from groups + description: Collection of all groups available in the term store. operationId: group.site.termStore_ListGroup parameters: - name: group-id @@ -44431,11 +43983,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to groups for groups operationId: group.site.termStore_CreateGroup parameters: - name: group-id @@ -44483,11 +44031,8 @@ paths: get: tags: - groups.site - 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 + summary: Get groups from groups + description: Collection of all groups available in the term store. operationId: group.site.termStore_GetGroup parameters: - name: group-id @@ -44610,11 +44155,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property groups for groups operationId: group.site.termStore_DeleteGroup parameters: - name: group-id @@ -44665,11 +44206,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: 'All sets under the group in a term [store].' operationId: group.site.termStore.group_ListSet parameters: - name: group-id @@ -45006,11 +44544,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.group.set_ListChild parameters: - name: group-id @@ -45100,11 +44635,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.group.set_CreateChild parameters: - name: group-id @@ -47900,11 +47431,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.group.set_ListRelation parameters: - name: group-id @@ -48593,8 +48121,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.group.set_ListTerm parameters: - name: group-id @@ -48748,11 +48276,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.group.set_GetTerm parameters: - name: group-id @@ -48836,11 +48361,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.group.set_UpdateTerm parameters: - name: group-id @@ -48911,11 +48432,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.group.set_DeleteTerm parameters: - name: group-id @@ -51376,8 +50893,8 @@ paths: get: tags: - groups.site - summary: Get set - description: Read the properties and relationships of a set object. + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: group.site.termStore_ListSet parameters: - name: group-id @@ -51451,11 +50968,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to sets for groups operationId: group.site.termStore_CreateSet parameters: - name: group-id @@ -51503,11 +51016,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: group.site.termStore_GetSet parameters: - name: group-id @@ -51575,11 +51085,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property sets in groups operationId: group.site.termStore_UpdateSet parameters: - name: group-id @@ -51634,11 +51140,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property sets for groups operationId: group.site.termStore_DeleteSet parameters: - name: group-id @@ -51689,11 +51191,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.set_ListChild parameters: - name: group-id @@ -51775,11 +51274,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.set_CreateChild parameters: - name: group-id @@ -54303,11 +53798,8 @@ paths: get: tags: - groups.site - 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 + summary: Get sets from groups + description: 'All sets under the group in a term [store].' operationId: group.site.termStore.set.parentGroup_ListSet parameters: - name: group-id @@ -54644,11 +54136,8 @@ paths: get: tags: - groups.site - 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 + summary: Get children from groups + description: 'Children terms of set in term [store].' operationId: group.site.termStore.set.parentGroup.set_ListChild parameters: - name: group-id @@ -54738,11 +54227,7 @@ paths: post: tags: - groups.site - 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 + summary: Create new navigation property to children for groups operationId: group.site.termStore.set.parentGroup.set_CreateChild parameters: - name: group-id @@ -57339,11 +56824,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.set.parentGroup.set_ListRelation parameters: - name: group-id @@ -58032,8 +57514,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set.parentGroup.set_ListTerm parameters: - name: group-id @@ -58187,11 +57669,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set.parentGroup.set_GetTerm parameters: - name: group-id @@ -58275,11 +57754,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: group-id @@ -58350,11 +57825,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: group-id @@ -60777,11 +60248,8 @@ paths: get: tags: - groups.site - 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 + summary: Get relations from groups + description: Indicates which terms have been pinned or reused directly under the set. operationId: group.site.termStore.set_ListRelation parameters: - name: group-id @@ -61398,8 +60866,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set_ListTerm parameters: - name: group-id @@ -61537,11 +61005,8 @@ paths: get: tags: - groups.site - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from groups + description: All the terms under the set. operationId: group.site.termStore.set_GetTerm parameters: - name: group-id @@ -61617,11 +61082,7 @@ paths: patch: tags: - groups.site - 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 + summary: Update the navigation property terms in groups operationId: group.site.termStore.set_UpdateTerm parameters: - name: group-id @@ -61684,11 +61145,7 @@ paths: delete: tags: - groups.site - 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 + summary: Delete navigation property terms for groups operationId: group.site.termStore.set_DeleteTerm parameters: - name: group-id @@ -63932,7 +63389,7 @@ paths: tags: - sites.site summary: Search for sites - description: 'Search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.' + description: Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0 @@ -63987,7 +63444,7 @@ paths: tags: - sites.site summary: Get a site resource - description: "Retrieve properties and relationships for a [site][] resource.\nA site resource represents a team site in SharePoint." + description: "Retrieve properties and relationships for a site resource.\nA site resource represents a team site in SharePoint." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0 @@ -64169,11 +63626,7 @@ paths: get: tags: - sites.itemAnalytics - summary: Get itemAnalytics - 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-1.0 + summary: Get allTime from sites operationId: site.analytic_GetAllTime parameters: - name: site-id @@ -64950,11 +64403,8 @@ paths: get: tags: - sites.columnDefinition - summary: List columns in a site - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions reusable across lists under this site. operationId: site_ListColumn parameters: - name: site-id @@ -65012,11 +64462,7 @@ paths: post: tags: - sites.columnDefinition - summary: Create a columnDefinition in a site - description: 'Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site_CreateColumn parameters: - name: site-id @@ -65251,11 +64697,8 @@ paths: get: tags: - sites.contentType - summary: List contentTypes in a site - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from sites + description: The collection of content types defined for this site. operationId: site_ListContentType parameters: - name: site-id @@ -65313,11 +64756,7 @@ paths: post: tags: - sites.contentType - summary: Create a content type - description: 'Create a new [contentType][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 + summary: Create new navigation property to contentTypes for sites operationId: site_CreateContentType parameters: - name: site-id @@ -65349,11 +64788,8 @@ paths: get: tags: - sites.contentType - summary: Get contentType - description: 'Retrieve the metadata for a [content type][contentType] 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 + summary: Get contentTypes from sites + description: The collection of content types defined for this site. operationId: site_GetContentType parameters: - name: site-id @@ -65405,11 +64841,7 @@ paths: patch: tags: - sites.contentType - summary: Update contentType - description: 'Update a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0 + summary: Update the navigation property contentTypes in sites operationId: site_UpdateContentType parameters: - name: site-id @@ -65448,11 +64880,7 @@ paths: delete: tags: - sites.contentType - summary: Delete contentType - description: 'Remove a [content type][contentType] 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 + summary: Delete navigation property contentTypes for sites operationId: site_DeleteContentType parameters: - name: site-id @@ -66149,11 +65577,8 @@ paths: get: tags: - sites.contentType - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions for this content type. operationId: site.contentType_ListColumn parameters: - name: site-id @@ -66219,11 +65644,7 @@ paths: post: tags: - sites.contentType - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.contentType_CreateColumn parameters: - name: site-id @@ -66263,11 +65684,8 @@ paths: get: tags: - sites.contentType - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions for this content type. operationId: site.contentType_GetColumn parameters: - name: site-id @@ -66327,11 +65745,7 @@ paths: patch: tags: - sites.contentType - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in sites operationId: site.contentType_UpdateColumn parameters: - name: site-id @@ -66378,11 +65792,7 @@ paths: delete: tags: - sites.contentType - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for sites operationId: site.contentType_DeleteColumn parameters: - name: site-id @@ -66518,7 +65928,7 @@ paths: tags: - sites.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -66569,7 +65979,7 @@ paths: tags: - sites.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -66617,6 +66027,10 @@ paths: tags: - sites.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: site.contentType_isPublished parameters: - name: site-id @@ -66656,7 +66070,7 @@ paths: tags: - sites.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -66689,7 +66103,7 @@ paths: tags: - sites.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -66744,7 +66158,7 @@ paths: tags: - sites.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -66826,6 +66240,10 @@ paths: tags: - sites.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: site.contentType_getCompatibleHubContentType parameters: - name: site-id @@ -67215,11 +66633,8 @@ paths: get: tags: - sites.list - summary: Get lists in a site - description: "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site_ListList parameters: - name: site-id @@ -67277,11 +66692,7 @@ paths: post: tags: - sites.list - summary: Create a new list - description: 'Create a new [list][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 + summary: Create new navigation property to lists for sites operationId: site_CreateList parameters: - name: site-id @@ -67313,11 +66724,8 @@ paths: get: tags: - sites.list - 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 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site_GetList parameters: - name: site-id @@ -67443,11 +66851,8 @@ paths: get: tags: - sites.list - summary: List columnDefinitions in a list - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of field definitions for this list. operationId: site.list_ListColumn parameters: - name: site-id @@ -67513,11 +66918,7 @@ paths: post: tags: - sites.list - summary: Create a columnDefinition in a list - description: 'Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.list_CreateColumn parameters: - name: site-id @@ -67800,11 +67201,8 @@ paths: get: tags: - sites.list - summary: List contentTypes in a list - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from sites + description: The collection of content types present in this list. operationId: site.list_ListContentType parameters: - name: site-id @@ -68827,11 +68225,8 @@ paths: get: tags: - sites.list - summary: List columnDefinitions in a content type - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions for this content type. operationId: site.list.contentType_ListColumn parameters: - name: site-id @@ -68905,11 +68300,7 @@ paths: post: tags: - sites.list - summary: Create a columnDefinition in a content type - description: 'Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.list.contentType_CreateColumn parameters: - name: site-id @@ -68957,11 +68348,8 @@ paths: get: tags: - sites.list - summary: Get columnDefinition - description: 'Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions for this content type. operationId: site.list.contentType_GetColumn parameters: - name: site-id @@ -69029,11 +68417,7 @@ paths: patch: tags: - sites.list - summary: Update columnDefinition - description: 'Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 + summary: Update the navigation property columns in sites operationId: site.list.contentType_UpdateColumn parameters: - name: site-id @@ -69088,11 +68472,7 @@ paths: delete: tags: - sites.list - summary: Delete columnDefinition - description: 'Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 + summary: Delete navigation property columns for sites operationId: site.list.contentType_DeleteColumn parameters: - name: site-id @@ -69252,7 +68632,7 @@ paths: tags: - sites.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -69311,7 +68691,7 @@ paths: tags: - sites.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -69367,6 +68747,10 @@ paths: tags: - sites.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: site.list.contentType_isPublished parameters: - name: site-id @@ -69414,7 +68798,7 @@ paths: tags: - sites.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -69455,7 +68839,7 @@ paths: tags: - sites.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -69526,7 +68910,7 @@ paths: tags: - sites.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -69624,6 +69008,10 @@ paths: tags: - sites.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: site.list.contentType_getCompatibleHubContentType parameters: - name: site-id @@ -70001,11 +69389,8 @@ paths: get: tags: - sites.list - summary: Enumerate items in a list - description: 'Get the collection of [items][item] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 + summary: Get items from sites + description: All items contained in the list. operationId: site.list_ListItem parameters: - name: site-id @@ -70070,11 +69455,7 @@ paths: post: tags: - sites.list - summary: Create a new item in a list - description: 'Create a new [listItem][] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 + summary: Create new navigation property to items for sites operationId: site.list_CreateItem parameters: - name: site-id @@ -70114,11 +69495,8 @@ paths: get: tags: - sites.list - summary: Get listItem - description: 'Returns the metadata for an [item][] in a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 + summary: Get items from sites + description: All items contained in the list. operationId: site.list_GetItem parameters: - name: site-id @@ -70225,11 +69603,7 @@ paths: delete: tags: - sites.list - summary: Delete an item from a list - description: 'Removes an item from a [list][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 + summary: Delete navigation property items for sites operationId: site.list_DeleteItem parameters: - name: site-id @@ -70616,11 +69990,8 @@ paths: get: tags: - sites.list - summary: List documentSetVersions - description: Get a list of the versions of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 + summary: Get documentSetVersions from sites + description: Version information for a document set version created by a user. operationId: site.list.item_ListDocumentSetVersion parameters: - name: site-id @@ -70694,11 +70065,7 @@ paths: post: tags: - sites.list - summary: Create documentSetVersion - description: Create a new version of a document set item in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 + summary: Create new navigation property to documentSetVersions for sites operationId: site.list.item_CreateDocumentSetVersion parameters: - name: site-id @@ -70746,11 +70113,8 @@ paths: get: tags: - sites.list - summary: Get documentSetVersion - description: Read the properties and relationships of a documentSetVersion object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 + summary: Get documentSetVersions from sites + description: Version information for a document set version created by a user. operationId: site.list.item_GetDocumentSetVersion parameters: - name: site-id @@ -70873,11 +70237,7 @@ paths: delete: tags: - sites.list - summary: Delete documentSetVersion - description: Delete a version of a document set in a list. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 + summary: Delete navigation property documentSetVersions for sites operationId: site.list.item_DeleteDocumentSetVersion parameters: - name: site-id @@ -71191,7 +70551,7 @@ paths: tags: - sites.list summary: Get driveItem from sites - description: 'For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]' + description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: site.list.item_GetDriveItem parameters: - name: site-id @@ -71412,11 +70772,7 @@ paths: patch: tags: - sites.list - summary: Update listItem - description: 'Update the properties on a [listItem][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + summary: Update the navigation property fields in sites operationId: site.list.item_UpdateField parameters: - name: site-id @@ -72072,11 +71428,8 @@ paths: get: tags: - sites.list - summary: Listing versions of a ListItem - description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 + summary: Get versions from sites + description: The list of previous versions of the list item. operationId: site.list.item_ListVersion parameters: - name: site-id @@ -72198,11 +71551,8 @@ paths: get: tags: - sites.list - summary: Get a ListItemVersion resource - description: Retrieve the metadata for a specific version of a ListItem. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 + summary: Get versions from sites + description: The list of previous versions of the list item. operationId: site.list.item_GetVersion parameters: - name: site-id @@ -72634,6 +71984,188 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta()': + get: + tags: + - sites.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 + operationId: site.list.item_delta + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/sites/{site-id}/lists/{list-id}/items/microsoft.graph.delta(token=''{token}'')': + get: + tags: + - sites.Functions + summary: Invoke function delta + operationId: site.list.item_delta + parameters: + - name: site-id + in: path + description: The unique identifier of site + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: site + - name: list-id + in: path + description: The unique identifier of list + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: list + - name: token + in: path + description: 'Usage: token=''{token}''' + required: true + style: simple + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/sites/{site-id}/lists/{list-id}/lastModifiedByUser': get: tags: @@ -73692,6 +73224,10 @@ paths: tags: - sites.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: site_getApplicableContentTypesGraphFPreList parameters: - name: site-id @@ -73932,11 +73468,8 @@ paths: get: tags: - sites.columnDefinition - summary: List columns in a site - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions reusable across lists under this site. operationId: site.getGraphBPrePath_ListColumn parameters: - name: site-id @@ -74002,11 +73535,7 @@ paths: post: tags: - sites.columnDefinition - summary: Create a columnDefinition in a site - description: 'Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.getGraphBPrePath_CreateColumn parameters: - name: site-id @@ -74046,11 +73575,8 @@ paths: get: tags: - sites.contentType - summary: List contentTypes in a site - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from sites + description: The collection of content types defined for this site. operationId: site.getGraphBPrePath_ListContentType parameters: - name: site-id @@ -74116,11 +73642,7 @@ paths: post: tags: - sites.contentType - summary: Create a content type - description: 'Create a new [contentType][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 + summary: Create new navigation property to contentTypes for sites operationId: site.getGraphBPrePath_CreateContentType parameters: - name: site-id @@ -74349,11 +73871,8 @@ paths: get: tags: - sites.list - summary: Get lists in a site - description: "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site.getGraphBPrePath_ListList parameters: - name: site-id @@ -74419,11 +73938,7 @@ paths: post: tags: - sites.list - summary: Create a new list - description: 'Create a new [list][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 + summary: Create new navigation property to lists for sites operationId: site.getGraphBPrePath_CreateList parameters: - name: site-id @@ -74652,6 +74167,10 @@ paths: tags: - sites.Functions summary: Invoke function getApplicableContentTypesForList + description: Get site contentTypes that can be added to a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: site.getGraphBPrePath_getApplicableContentTypesGraphFPreList parameters: - name: site-id @@ -74932,11 +74451,8 @@ paths: get: tags: - sites.columnDefinition - summary: List columns in a site - description: 'Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 + summary: Get columns from sites + description: The collection of column definitions reusable across lists under this site. operationId: site.getGraphBPrePath_ListColumn parameters: - name: site-id @@ -75010,11 +74526,7 @@ paths: post: tags: - sites.columnDefinition - summary: Create a columnDefinition in a site - description: 'Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 + summary: Create new navigation property to columns for sites operationId: site.getGraphBPrePath_CreateColumn parameters: - name: site-id @@ -75062,11 +74574,8 @@ paths: get: tags: - sites.contentType - summary: List contentTypes in a site - description: 'Get the collection of [contentType][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 + summary: Get contentTypes from sites + description: The collection of content types defined for this site. operationId: site.getGraphBPrePath_ListContentType parameters: - name: site-id @@ -75140,11 +74649,7 @@ paths: post: tags: - sites.contentType - summary: Create a content type - description: 'Create a new [contentType][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 + summary: Create new navigation property to contentTypes for sites operationId: site.getGraphBPrePath_CreateContentType parameters: - name: site-id @@ -75405,11 +74910,8 @@ paths: get: tags: - sites.list - summary: Get lists in a site - description: "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.\nTo list them, include system in your $select statement." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 + summary: Get lists from sites + description: The collection of lists under this site. operationId: site.getGraphBPrePath_ListList parameters: - name: site-id @@ -75483,11 +74985,7 @@ paths: post: tags: - sites.list - summary: Create a new list - description: 'Create a new [list][] in a [site][].' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 + summary: Create new navigation property to lists for sites operationId: site.getGraphBPrePath_CreateList parameters: - name: site-id @@ -75535,11 +75033,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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 + summary: Get operations from sites + description: The collection of long-running operations on the site. operationId: site.getGraphBPrePath_ListOperation parameters: - name: site-id @@ -75662,6 +75157,7 @@ paths: tags: - sites.baseSitePage summary: Get pages from sites + description: The collection of pages in the baseSitePages list in this site. operationId: site.getGraphBPrePath_ListPage parameters: - name: site-id @@ -75783,11 +75279,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site.getGraphBPrePath_ListPermission parameters: - name: site-id @@ -75861,11 +75354,7 @@ paths: post: tags: - sites.permission - 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 + summary: Create new navigation property to permissions for sites operationId: site.getGraphBPrePath_CreatePermission parameters: - name: site-id @@ -75913,11 +75402,8 @@ paths: get: tags: - sites.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 + summary: Get sites from sites + description: The collection of the sub-sites under this site. operationId: site.getGraphBPrePath_ListSite parameters: - name: site-id @@ -75992,11 +75478,8 @@ paths: get: tags: - sites.store - 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 + summary: Get termStore from sites + description: The default termStore under this site. operationId: site.getGraphBPrePath_GetTermStore parameters: - name: site-id @@ -76056,11 +75539,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property termStore in sites operationId: site.getGraphBPrePath_UpdateTermStore parameters: - name: site-id @@ -76273,11 +75752,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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 + summary: Get operations from sites + description: The collection of long-running operations on the site. operationId: site.getGraphBPrePath_ListOperation parameters: - name: site-id @@ -76384,6 +75860,7 @@ paths: tags: - sites.baseSitePage summary: Get pages from sites + description: The collection of pages in the baseSitePages list in this site. operationId: site.getGraphBPrePath_ListPage parameters: - name: site-id @@ -76489,11 +75966,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site.getGraphBPrePath_ListPermission parameters: - name: site-id @@ -76559,11 +76033,7 @@ paths: post: tags: - sites.permission - 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 + summary: Create new navigation property to permissions for sites operationId: site.getGraphBPrePath_CreatePermission parameters: - name: site-id @@ -76603,11 +76073,8 @@ paths: get: tags: - sites.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 + summary: Get sites from sites + description: The collection of the sub-sites under this site. operationId: site.getGraphBPrePath_ListSite parameters: - name: site-id @@ -76674,11 +76141,8 @@ paths: get: tags: - sites.store - 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 + summary: Get termStore from sites + description: The default termStore under this site. operationId: site.getGraphBPrePath_GetTermStore parameters: - name: site-id @@ -76730,11 +76194,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property termStore in sites operationId: site.getGraphBPrePath_UpdateTermStore parameters: - name: site-id @@ -77706,6 +77166,10 @@ paths: tags: - sites.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: site.onenote.notebook_getRecentNotebook parameters: - name: site-id @@ -78497,11 +77961,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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 + summary: Get operations from sites + description: The collection of long-running operations on the site. operationId: site_ListOperation parameters: - name: site-id @@ -78591,11 +78052,8 @@ paths: get: tags: - sites.richLongRunningOperation - 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 + summary: Get operations from sites + description: The collection of long-running operations on the site. operationId: site_GetOperation parameters: - name: site-id @@ -78744,6 +78202,7 @@ paths: tags: - sites.baseSitePage summary: Get pages from sites + description: The collection of pages in the baseSitePages list in this site. operationId: site_ListPage parameters: - name: site-id @@ -78834,6 +78293,7 @@ paths: tags: - sites.baseSitePage summary: Get pages from sites + description: The collection of pages in the baseSitePages list in this site. operationId: site_GetPage parameters: - name: site-id @@ -79496,6 +78956,7 @@ paths: tags: - sites.baseSitePage summary: Get canvasLayout from sites + description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' operationId: site.pageAsSitePage_GetCanvasLayout parameters: - name: site-id @@ -79622,6 +79083,7 @@ paths: tags: - sites.baseSitePage summary: Get horizontalSections from sites + description: Collection of horizontal sections on the SharePoint page. operationId: site.pageAsSitePage.canvasLayout_ListHorizontalSection parameters: - name: site-id @@ -79728,6 +79190,7 @@ paths: tags: - sites.baseSitePage summary: Get horizontalSections from sites + description: Collection of horizontal sections on the SharePoint page. operationId: site.pageAsSitePage.canvasLayout_GetHorizontalSection parameters: - name: site-id @@ -79878,6 +79341,7 @@ paths: tags: - sites.baseSitePage summary: Get columns from sites + description: The set of vertical columns in this section. operationId: site.pageAsSitePage.canvasLayout.horizontalSection_ListColumn parameters: - name: site-id @@ -80000,6 +79464,7 @@ paths: tags: - sites.baseSitePage summary: Get columns from sites + description: The set of vertical columns in this section. operationId: site.pageAsSitePage.canvasLayout.horizontalSection_GetColumn parameters: - name: site-id @@ -80174,6 +79639,7 @@ paths: tags: - sites.baseSitePage summary: Get webparts from sites + description: The collection of WebParts in this column. operationId: site.pageAsSitePage.canvasLayout.horizontalSection.column_ListWebpart parameters: - name: site-id @@ -80312,6 +79778,7 @@ paths: tags: - sites.baseSitePage summary: Get webparts from sites + description: The collection of WebParts in this column. operationId: site.pageAsSitePage.canvasLayout.horizontalSection.column_GetWebpart parameters: - name: site-id @@ -80681,6 +80148,7 @@ paths: tags: - sites.baseSitePage summary: Get verticalSection from sites + description: Vertical section on the SharePoint page. operationId: site.pageAsSitePage.canvasLayout_GetVerticalSection parameters: - name: site-id @@ -80807,6 +80275,7 @@ paths: tags: - sites.baseSitePage summary: Get webparts from sites + description: The set of web parts in this section. operationId: site.pageAsSitePage.canvasLayout.verticalSection_ListWebpart parameters: - name: site-id @@ -80913,6 +80382,7 @@ paths: tags: - sites.baseSitePage summary: Get webparts from sites + description: The set of web parts in this section. operationId: site.pageAsSitePage.canvasLayout.verticalSection_GetWebpart parameters: - name: site-id @@ -81618,6 +81088,7 @@ paths: tags: - sites.baseSitePage summary: Get webParts from sites + description: Collection of webparts on the SharePoint page. operationId: site.pageAsSitePage_ListWebPart parameters: - name: site-id @@ -81724,6 +81195,7 @@ paths: tags: - sites.baseSitePage summary: Get webParts from sites + description: Collection of webparts on the SharePoint page. operationId: site.pageAsSitePage_GetWebPart parameters: - name: site-id @@ -82046,11 +81518,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site_ListPermission parameters: - name: site-id @@ -82108,11 +81577,7 @@ paths: post: tags: - sites.permission - 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 + summary: Create new navigation property to permissions for sites operationId: site_CreatePermission parameters: - name: site-id @@ -82144,11 +81609,8 @@ paths: get: tags: - sites.permission - 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 + summary: Get permissions from sites + description: The permissions associated with the site. Nullable. operationId: site_GetPermission parameters: - name: site-id @@ -82200,11 +81662,7 @@ paths: patch: tags: - sites.permission - 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 + summary: Update the navigation property permissions in sites operationId: site_UpdatePermission parameters: - name: site-id @@ -82243,11 +81701,7 @@ paths: delete: tags: - sites.permission - 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 + summary: Delete navigation property permissions for sites operationId: site_DeletePermission parameters: - name: site-id @@ -82283,7 +81737,7 @@ paths: tags: - sites.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -82374,11 +81828,8 @@ paths: get: tags: - sites.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 + summary: Get sites from sites + description: The collection of the sub-sites under this site. operationId: site_ListSite parameters: - name: site-id @@ -82513,11 +81964,8 @@ paths: get: tags: - sites.store - 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 + summary: Get termStore from sites + description: The default termStore under this site. operationId: site_GetTermStore parameters: - name: site-id @@ -82561,11 +82009,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property termStore in sites operationId: site_UpdateTermStore parameters: - name: site-id @@ -82623,11 +82067,8 @@ paths: get: tags: - sites.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 + summary: Get groups from sites + description: Collection of all groups available in the term store. operationId: site.termStore_ListGroup parameters: - name: site-id @@ -82685,11 +82126,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to groups for sites operationId: site.termStore_CreateGroup parameters: - name: site-id @@ -82721,11 +82158,8 @@ paths: get: tags: - sites.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 + summary: Get groups from sites + description: Collection of all groups available in the term store. operationId: site.termStore_GetGroup parameters: - name: site-id @@ -82816,11 +82250,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property groups for sites operationId: site.termStore_DeleteGroup parameters: - name: site-id @@ -82855,11 +82285,8 @@ paths: get: tags: - sites.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 + summary: Get sets from sites + description: 'All sets under the group in a term [store].' operationId: site.termStore.group_ListSet parameters: - name: site-id @@ -83116,11 +82543,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.group.set_ListChild parameters: - name: site-id @@ -83194,11 +82618,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.group.set_CreateChild parameters: - name: site-id @@ -85450,11 +84870,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.group.set_ListRelation parameters: - name: site-id @@ -85999,8 +85416,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.group.set_ListTerm parameters: - name: site-id @@ -86122,11 +85539,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.group.set_GetTerm parameters: - name: site-id @@ -86194,11 +85608,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.group.set_UpdateTerm parameters: - name: site-id @@ -86253,11 +85663,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.group.set_DeleteTerm parameters: - name: site-id @@ -88238,8 +87644,8 @@ paths: get: tags: - sites.store - summary: Get set - description: Read the properties and relationships of a set object. + 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. operationId: site.termStore_ListSet parameters: - name: site-id @@ -88297,11 +87703,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to sets for sites operationId: site.termStore_CreateSet parameters: - name: site-id @@ -88333,11 +87735,8 @@ paths: get: tags: - sites.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-1.0 + 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. operationId: site.termStore_GetSet parameters: - name: site-id @@ -88389,11 +87788,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property sets in sites operationId: site.termStore_UpdateSet parameters: - name: site-id @@ -88432,11 +87827,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property sets for sites operationId: site.termStore_DeleteSet parameters: - name: site-id @@ -88471,11 +87862,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.set_ListChild parameters: - name: site-id @@ -88541,11 +87929,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.set_CreateChild parameters: - name: site-id @@ -90525,11 +89909,8 @@ paths: get: tags: - sites.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 + summary: Get sets from sites + description: 'All sets under the group in a term [store].' operationId: site.termStore.set.parentGroup_ListSet parameters: - name: site-id @@ -90786,11 +90167,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.set.parentGroup.set_ListChild parameters: - name: site-id @@ -90864,11 +90242,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.set.parentGroup.set_CreateChild parameters: - name: site-id @@ -92969,11 +92343,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.set.parentGroup.set_ListRelation parameters: - name: site-id @@ -93518,8 +92889,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set.parentGroup.set_ListTerm parameters: - name: site-id @@ -93641,11 +93012,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set.parentGroup.set_GetTerm parameters: - name: site-id @@ -93713,11 +93081,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: site-id @@ -93772,11 +93136,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: site-id @@ -95735,11 +95095,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.set_ListRelation parameters: - name: site-id @@ -96212,8 +95569,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set_ListTerm parameters: - name: site-id @@ -96319,11 +95676,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set_GetTerm parameters: - name: site-id @@ -96383,11 +95737,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.set_UpdateTerm parameters: - name: site-id @@ -96434,11 +95784,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.set_DeleteTerm parameters: - name: site-id @@ -98383,11 +97729,8 @@ paths: get: tags: - sites.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 + summary: Get groups from sites + description: Collection of all groups available in the term store. operationId: site.termStore_ListGroup parameters: - name: site-id @@ -98453,11 +97796,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to groups for sites operationId: site.termStore_CreateGroup parameters: - name: site-id @@ -98497,11 +97836,8 @@ paths: get: tags: - sites.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 + summary: Get groups from sites + description: Collection of all groups available in the term store. operationId: site.termStore_GetGroup parameters: - name: site-id @@ -98608,11 +97944,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property groups for sites operationId: site.termStore_DeleteGroup parameters: - name: site-id @@ -98655,11 +97987,8 @@ paths: get: tags: - sites.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 + summary: Get sets from sites + description: 'All sets under the group in a term [store].' operationId: site.termStore.group_ListSet parameters: - name: site-id @@ -98956,11 +98285,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.group.set_ListChild parameters: - name: site-id @@ -99042,11 +98368,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.group.set_CreateChild parameters: - name: site-id @@ -101570,11 +100892,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.group.set_ListRelation parameters: - name: site-id @@ -102191,8 +101510,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.group.set_ListTerm parameters: - name: site-id @@ -102330,11 +101649,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.group.set_GetTerm parameters: - name: site-id @@ -102410,11 +101726,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.group.set_UpdateTerm parameters: - name: site-id @@ -102477,11 +101789,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.group.set_DeleteTerm parameters: - name: site-id @@ -104702,8 +104010,8 @@ paths: get: tags: - sites.store - summary: Get set - description: Read the properties and relationships of a set object. + 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. operationId: site.termStore_ListSet parameters: - name: site-id @@ -104769,11 +104077,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to sets for sites operationId: site.termStore_CreateSet parameters: - name: site-id @@ -104813,11 +104117,8 @@ paths: get: tags: - sites.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-1.0 + 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. operationId: site.termStore_GetSet parameters: - name: site-id @@ -104877,11 +104178,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property sets in sites operationId: site.termStore_UpdateSet parameters: - name: site-id @@ -104928,11 +104225,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property sets for sites operationId: site.termStore_DeleteSet parameters: - name: site-id @@ -104975,11 +104268,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.set_ListChild parameters: - name: site-id @@ -105053,11 +104343,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.set_CreateChild parameters: - name: site-id @@ -107309,11 +106595,8 @@ paths: get: tags: - sites.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 + summary: Get sets from sites + description: 'All sets under the group in a term [store].' operationId: site.termStore.set.parentGroup_ListSet parameters: - name: site-id @@ -107610,11 +106893,8 @@ paths: get: tags: - sites.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 + summary: Get children from sites + description: 'Children terms of set in term [store].' operationId: site.termStore.set.parentGroup.set_ListChild parameters: - name: site-id @@ -107696,11 +106976,7 @@ paths: post: tags: - sites.store - 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 + summary: Create new navigation property to children for sites operationId: site.termStore.set.parentGroup.set_CreateChild parameters: - name: site-id @@ -110049,11 +109325,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.set.parentGroup.set_ListRelation parameters: - name: site-id @@ -110670,8 +109943,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set.parentGroup.set_ListTerm parameters: - name: site-id @@ -110809,11 +110082,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set.parentGroup.set_GetTerm parameters: - name: site-id @@ -110889,11 +110159,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.set.parentGroup.set_UpdateTerm parameters: - name: site-id @@ -110956,11 +110222,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.set.parentGroup.set_DeleteTerm parameters: - name: site-id @@ -113151,11 +112413,8 @@ paths: get: tags: - sites.store - 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 + summary: Get relations from sites + description: Indicates which terms have been pinned or reused directly under the set. operationId: site.termStore.set_ListRelation parameters: - name: site-id @@ -113700,8 +112959,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set_ListTerm parameters: - name: site-id @@ -113823,11 +113082,8 @@ paths: get: tags: - sites.store - summary: Get term - description: Read the properties and relationships of a term object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 + summary: Get terms from sites + description: All the terms under the set. operationId: site.termStore.set_GetTerm parameters: - name: site-id @@ -113895,11 +113151,7 @@ paths: patch: tags: - sites.store - 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 + summary: Update the navigation property terms in sites operationId: site.termStore.set_UpdateTerm parameters: - name: site-id @@ -113954,11 +113206,7 @@ paths: delete: tags: - sites.store - 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 + summary: Delete navigation property terms for sites operationId: site.termStore.set_DeleteTerm parameters: - name: site-id @@ -116002,6 +115250,10 @@ paths: tags: - sites.Functions summary: Invoke function delta + description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 operationId: site_delta parameters: - $ref: '#/components/parameters/top' @@ -116071,6 +115323,10 @@ paths: tags: - sites.Functions summary: Invoke function getAllSites + description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 operationId: site_getAllSite parameters: - $ref: '#/components/parameters/top' @@ -116184,11 +115440,7 @@ paths: get: tags: - users.site - summary: List followed sites - description: List the sites that have been followed by the signed in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0 + summary: Get followedSites from users operationId: user_ListFollowedSite parameters: - name: user-id @@ -116536,6 +115788,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -116730,13 +115983,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -116806,7 +116059,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -117561,7 +116814,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -117900,6 +117153,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -118185,12 +117439,15 @@ components: $ref: '#/components/schemas/microsoft.graph.reactionsFacet' showComments: type: boolean + description: Determines whether or not to show comments at the bottom of the page. nullable: true showRecommendedPages: type: boolean + description: Determines whether or not to show recommended pages at the bottom of the page. nullable: true thumbnailWebUrl: type: string + description: Url of the sitePage's thumbnail image nullable: true titleArea: $ref: '#/components/schemas/microsoft.graph.titleArea' @@ -118200,6 +117457,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.webPart' + description: Collection of webparts on the SharePoint page. x-ms-navigationProperty: true additionalProperties: type: object @@ -118213,6 +117471,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.horizontalSection' + description: Collection of horizontal sections on the SharePoint page. x-ms-navigationProperty: true verticalSection: $ref: '#/components/schemas/microsoft.graph.verticalSection' @@ -118232,6 +117491,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' + description: The set of vertical columns in this section. x-ms-navigationProperty: true additionalProperties: type: object @@ -118245,12 +117505,14 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section.' format: int32 nullable: true webparts: type: array items: $ref: '#/components/schemas/microsoft.graph.webPart' + description: The collection of WebParts in this column. x-ms-navigationProperty: true additionalProperties: type: object @@ -118273,6 +117535,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.webPart' + description: The set of web parts in this section. x-ms-navigationProperty: true additionalProperties: type: object @@ -118429,11 +117692,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -118449,13 +117712,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -118582,17 +117845,21 @@ components: properties: columnId: type: number + description: Indicates the identifier of the column where the web part is located. format: double nullable: true horizontalSectionId: type: number + description: Indicates the horizontal section where the web part is located. format: double nullable: true isInVerticalSection: type: boolean + description: Indicates whether the web part is located in the vertical section. nullable: true webPartIndex: type: number + description: Index of the current web part. Represents the order of the web part in this column or section. format: double nullable: true additionalProperties: @@ -121288,6 +120555,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -121919,6 +121191,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -122354,18 +121634,21 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: Count of comments. format: int32 nullable: true likeCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: Count of likes. format: int32 nullable: true shareCount: maximum: 2147483647 minimum: -2147483648 type: integer + description: Count of shares. format: int32 nullable: true additionalProperties: @@ -122376,12 +121659,15 @@ components: properties: alternativeText: type: string + description: Alternative text on the title area. nullable: true enableGradientEffect: type: boolean + description: Indicates whether the title area has a gradient effect enabled. nullable: true imageWebUrl: type: string + description: URL of the image in the title area. nullable: true layout: $ref: '#/components/schemas/microsoft.graph.titleAreaLayoutType' @@ -122389,15 +121675,19 @@ components: $ref: '#/components/schemas/microsoft.graph.serverProcessedContent' showAuthor: type: boolean + description: Indicates whether the author should be shown in title area. nullable: true showPublishedDate: type: boolean + description: Indicates whether the published date should be shown in title area. nullable: true showTextBlockAboveTitle: type: boolean + description: Indicates whether the text block above title should be shown in title area. nullable: true textAboveTitle: type: string + description: The text above title line. nullable: true textAlignment: $ref: '#/components/schemas/microsoft.graph.titleAreaTextAlignmentType' @@ -123034,7 +122324,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -124759,6 +124049,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -126643,18 +125934,22 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' + description: 'A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them.' imageSources: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' + description: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. links: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' + description: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. searchablePlainTexts: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' + description: A key-value map where keys are string identifiers and values are strings that should be search indexed. additionalProperties: type: object microsoft.graph.titleAreaTextAlignmentType: @@ -127044,6 +126339,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -127055,9 +126351,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -129358,9 +128656,11 @@ components: properties: key: type: string + description: Key of the meta data. nullable: true value: type: string + description: Value of the meta data. nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index edd2036680..2473d6e568 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -10,11 +10,7 @@ paths: get: tags: - appCatalogs.teamsApp - 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 + summary: Get teamsApps from appCatalogs operationId: appCatalog_ListTeamsApp parameters: - $ref: '#/components/parameters/top' @@ -64,11 +60,7 @@ paths: post: tags: - appCatalogs.teamsApp - 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 + summary: Create new navigation property to teamsApps for appCatalogs operationId: appCatalog_CreateTeamsApp requestBody: description: New navigation property @@ -166,11 +158,7 @@ paths: delete: tags: - appCatalogs.teamsApp - 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 + summary: Delete navigation property teamsApps for appCatalogs operationId: appCatalog_DeleteTeamsApp parameters: - name: teamsApp-id @@ -256,11 +244,7 @@ paths: post: tags: - appCatalogs.teamsApp - 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 + summary: Create new navigation property to appDefinitions for appCatalogs operationId: appCatalog.teamsApp_CreateAppDefinition parameters: - name: teamsApp-id @@ -345,11 +329,7 @@ paths: patch: tags: - appCatalogs.teamsApp - 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 + summary: Update the navigation property appDefinitions in appCatalogs operationId: appCatalog.teamsApp_UpdateAppDefinition parameters: - name: teamsApp-id @@ -423,11 +403,8 @@ paths: get: tags: - appCatalogs.teamsApp - summary: Get teamworkBot - description: Get the bot associated with a specific definition of the TeamsApp. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0 + summary: Get bot from appCatalogs + description: The details of the bot specified in the Teams app manifest. operationId: appCatalog.teamsApp.appDefinition_GetBot parameters: - name: teamsApp-id @@ -784,11 +761,8 @@ paths: get: tags: - chats.teamsAppInstallation - 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 + summary: Get installedApps from chats + description: A collection of all the apps in the chat. Nullable. operationId: chat_ListInstalledApp parameters: - name: chat-id @@ -846,11 +820,7 @@ paths: post: tags: - chats.teamsAppInstallation - 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 + summary: Create new navigation property to installedApps for chats operationId: chat_CreateInstalledApp parameters: - name: chat-id @@ -882,11 +852,8 @@ paths: get: tags: - chats.teamsAppInstallation - 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 + summary: Get installedApps from chats + description: A collection of all the apps in the chat. Nullable. operationId: chat_GetInstalledApp parameters: - name: chat-id @@ -977,11 +944,7 @@ paths: 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-1.0 + summary: Delete navigation property installedApps for chats operationId: chat_DeleteInstalledApp parameters: - name: chat-id @@ -1294,11 +1257,8 @@ paths: get: tags: - chats.conversationMember - 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 + summary: Get members from chats + description: A collection of all the members in the chat. Nullable. operationId: chat_ListMember parameters: - name: chat-id @@ -1356,11 +1316,7 @@ paths: post: tags: - chats.conversationMember - 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 + summary: Create new navigation property to members for chats operationId: chat_CreateMember parameters: - name: chat-id @@ -1392,11 +1348,8 @@ paths: get: tags: - chats.conversationMember - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + summary: Get members from chats + description: A collection of all the members in the chat. Nullable. operationId: chat_GetMember parameters: - name: chat-id @@ -1487,11 +1440,7 @@ paths: delete: tags: - chats.conversationMember - 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 + summary: Delete navigation property members for chats operationId: chat_DeleteMember parameters: - name: chat-id @@ -1604,11 +1553,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get messages from chats + description: A collection of all the messages in the chat. Nullable. operationId: chat_ListMessage parameters: - name: chat-id @@ -1666,11 +1612,7 @@ paths: post: tags: - chats.chatMessage - summary: Send message in a chat - description: Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 + summary: Create new navigation property to messages for chats operationId: chat_CreateMessage parameters: - name: chat-id @@ -1702,11 +1644,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get messages from chats + description: A collection of all the messages in the chat. Nullable. operationId: chat_GetMessage parameters: - name: chat-id @@ -1832,11 +1771,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message_ListHostedContent parameters: - name: chat-id @@ -1942,11 +1878,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message_GetHostedContent parameters: - name: chat-id @@ -2097,9 +2030,6 @@ paths: tags: - chats.chatMessage summary: Get media content for the navigation property hostedContents from chats - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chat.message_GetHostedContentsContent parameters: - name: chat-id @@ -2365,11 +2295,8 @@ paths: get: tags: - chats.chatMessage - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from chats + description: Replies for a specified message. Supports $expand for channel messages. operationId: chat.message_ListReply parameters: - name: chat-id @@ -2435,11 +2362,7 @@ paths: post: tags: - chats.chatMessage - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for chats operationId: chat.message_CreateReply parameters: - name: chat-id @@ -2479,11 +2402,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get replies from chats + description: Replies for a specified message. Supports $expand for channel messages. operationId: chat.message_GetReply parameters: - name: chat-id @@ -2633,11 +2553,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message.reply_ListHostedContent parameters: - name: chat-id @@ -2759,11 +2676,8 @@ paths: get: tags: - chats.chatMessage - 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 + summary: Get hostedContents from chats + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chat.message.reply_GetHostedContent parameters: - name: chat-id @@ -2938,9 +2852,6 @@ paths: tags: - chats.chatMessage summary: Get media content for the navigation property hostedContents from chats - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chat.message.reply_GetHostedContentsContent parameters: - name: chat-id @@ -3293,6 +3204,10 @@ paths: tags: - chats.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: chat.message.reply_delta parameters: - name: chat-id @@ -3400,6 +3315,10 @@ paths: tags: - chats.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: chat.message_delta parameters: - name: chat-id @@ -3684,11 +3603,8 @@ paths: get: tags: - chats.resourceSpecificPermissionGrant - 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 + summary: Get permissionGrants from chats + description: A collection of permissions granted to apps for the chat. operationId: chat_ListPermissionGrant parameters: - name: chat-id @@ -3927,11 +3843,8 @@ paths: get: tags: - chats.pinnedChatMessageInfo - 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 + summary: Get pinnedMessages from chats + description: A collection of all the pinned messages in the chat. Nullable. operationId: chat_ListPinnedMessage parameters: - name: chat-id @@ -3989,11 +3902,7 @@ paths: post: tags: - chats.pinnedChatMessageInfo - 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 + summary: Create new navigation property to pinnedMessages for chats operationId: chat_CreatePinnedMessage parameters: - name: chat-id @@ -4117,11 +4026,7 @@ paths: delete: tags: - chats.pinnedChatMessageInfo - 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 + summary: Delete navigation property pinnedMessages for chats operationId: chat_DeletePinnedMessage parameters: - name: chat-id @@ -4232,11 +4137,8 @@ paths: get: tags: - chats.teamsTab - 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 + summary: Get tabs from chats + description: A collection of all the tabs in the chat. Nullable. operationId: chat_ListTab parameters: - name: chat-id @@ -4294,11 +4196,7 @@ paths: post: tags: - chats.teamsTab - 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 + summary: Create new navigation property to tabs for chats operationId: chat_CreateTab parameters: - name: chat-id @@ -4330,11 +4228,8 @@ paths: get: tags: - chats.teamsTab - 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 + summary: Get tabs from chats + description: A collection of all the tabs in the chat. Nullable. operationId: chat_GetTab parameters: - name: chat-id @@ -4386,11 +4281,7 @@ paths: patch: tags: - chats.teamsTab - 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 + summary: Update the navigation property tabs in chats operationId: chat_UpdateTab parameters: - name: chat-id @@ -4429,11 +4320,7 @@ paths: delete: tags: - chats.teamsTab - 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 + summary: Delete navigation property tabs for chats operationId: chat_DeleteTab parameters: - name: chat-id @@ -4559,6 +4446,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-1.0 operationId: chat_getAllMessage parameters: - name: model @@ -4734,11 +4625,8 @@ paths: get: tags: - groups.team - 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 + summary: Get allChannels from groups + description: List of channels either hosted in or shared with the team (incoming channels). operationId: group.team_ListAllChannel parameters: - name: group-id @@ -4873,11 +4761,8 @@ paths: get: tags: - groups.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 + summary: Get channels from groups + description: The collection of channels and messages associated with the team. operationId: group.team_ListChannel parameters: - name: group-id @@ -4935,11 +4820,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to channels for groups operationId: group.team_CreateChannel parameters: - name: group-id @@ -4971,11 +4852,8 @@ paths: get: tags: - groups.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 + summary: Get channels from groups + description: The collection of channels and messages associated with the team. operationId: group.team_GetChannel parameters: - name: group-id @@ -5027,11 +4905,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property channels in groups operationId: group.team_UpdateChannel parameters: - name: group-id @@ -5070,11 +4944,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property channels for groups operationId: group.team_DeleteChannel parameters: - name: group-id @@ -5109,11 +4979,8 @@ paths: get: tags: - groups.team - 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 + summary: Get filesFolder from groups + description: Metadata for the location where the channel's files are stored. operationId: group.team.channel_GetFilesFolder parameters: - name: group-id @@ -5168,9 +5035,6 @@ paths: - groups.team summary: Get content for the navigation property filesFolder from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: group.team.channel_GetFilesFolderContent parameters: - name: group-id @@ -5252,11 +5116,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.channel_ListMember parameters: - name: group-id @@ -5322,11 +5183,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to members for groups operationId: group.team.channel_CreateMember parameters: - name: group-id @@ -5366,11 +5223,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.channel_GetMember parameters: - name: group-id @@ -5430,11 +5284,7 @@ paths: patch: tags: - groups.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + summary: Update the navigation property members in groups operationId: group.team.channel_UpdateMember parameters: - name: group-id @@ -5481,11 +5331,7 @@ paths: delete: tags: - groups.team - summary: Delete conversationMember - description: Delete a conversationMember from a channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for groups operationId: group.team.channel_DeleteMember parameters: - name: group-id @@ -5558,11 +5404,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.channel_ListMessage parameters: - name: group-id @@ -5628,11 +5471,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to messages for groups operationId: group.team.channel_CreateMessage parameters: - name: group-id @@ -5672,11 +5511,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.channel_GetMessage parameters: - name: group-id @@ -5736,11 +5572,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property messages in groups operationId: group.team.channel_UpdateMessage parameters: - name: group-id @@ -5830,11 +5662,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message_ListHostedContent parameters: - name: group-id @@ -5956,11 +5785,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message_GetHostedContent parameters: - name: group-id @@ -6135,9 +5961,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.channel.message_GetHostedContentsContent parameters: - name: group-id @@ -6284,11 +6107,8 @@ paths: get: tags: - groups.team - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.channel.message_ListReply parameters: - name: group-id @@ -6362,11 +6182,7 @@ paths: post: tags: - groups.team - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for groups operationId: group.team.channel.message_CreateReply parameters: - name: group-id @@ -6414,11 +6230,8 @@ paths: get: tags: - groups.team - 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 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.channel.message_GetReply parameters: - name: group-id @@ -6592,11 +6405,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message.reply_ListHostedContent parameters: - name: group-id @@ -6734,11 +6544,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.channel.message.reply_GetHostedContent parameters: - name: group-id @@ -6937,9 +6744,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.channel.message.reply_GetHostedContentsContent parameters: - name: group-id @@ -7178,11 +6982,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.channel_ListSharedGraphWPreTeam parameters: - name: group-id @@ -7288,11 +7089,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.channel_GetSharedGraphWPreTeam parameters: - name: group-id @@ -7399,11 +7197,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property sharedWithTeams for groups operationId: group.team.channel_DeleteSharedGraphWPreTeam parameters: - name: group-id @@ -7446,11 +7240,8 @@ paths: get: tags: - groups.team - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from groups + description: A collection of team members who have access to the shared channel. operationId: group.team.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: group-id @@ -7724,11 +7515,8 @@ paths: get: tags: - groups.team - 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 + summary: Get tabs from groups + description: A collection of all the tabs in the channel. A navigation property. operationId: group.team.channel_ListTab parameters: - name: group-id @@ -7794,11 +7582,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to tabs for groups operationId: group.team.channel_CreateTab parameters: - name: group-id @@ -7838,11 +7622,8 @@ paths: get: tags: - groups.team - 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 + summary: Get tabs from groups + description: A collection of all the tabs in the channel. A navigation property. operationId: group.team.channel_GetTab parameters: - name: group-id @@ -7902,11 +7683,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property tabs in groups operationId: group.team.channel_UpdateTab parameters: - name: group-id @@ -7953,11 +7730,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property tabs for groups operationId: group.team.channel_DeleteTab parameters: - name: group-id @@ -8240,11 +8013,8 @@ paths: get: tags: - groups.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 + summary: Get incomingChannels from groups + description: List of channels shared with the team. operationId: group.team_ListIncomingChannel parameters: - name: group-id @@ -8379,11 +8149,8 @@ paths: get: tags: - groups.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 + summary: Get installedApps from groups + description: The apps installed in this team. operationId: group.team_ListInstalledApp parameters: - name: group-id @@ -8441,11 +8208,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to installedApps for groups operationId: group.team_CreateInstalledApp parameters: - name: group-id @@ -8477,11 +8240,8 @@ paths: get: tags: - groups.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 + summary: Get installedApps from groups + description: The apps installed in this team. operationId: group.team_GetInstalledApp parameters: - name: group-id @@ -8572,11 +8332,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property installedApps for groups operationId: group.team_DeleteInstalledApp parameters: - name: group-id @@ -8741,11 +8497,8 @@ paths: get: tags: - groups.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 should not try to parse or make assumptions about these resource IDs. In the future, membership results may 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 + summary: Get members from groups + description: Members and owners of the team. operationId: group.team_ListMember parameters: - name: group-id @@ -8803,11 +8556,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to members for groups operationId: group.team_CreateMember parameters: - name: group-id @@ -8839,11 +8588,8 @@ paths: get: tags: - groups.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 + summary: Get members from groups + description: Members and owners of the team. operationId: group.team_GetMember parameters: - name: group-id @@ -8895,11 +8641,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property members in groups operationId: group.team_UpdateMember parameters: - name: group-id @@ -8938,11 +8680,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property members for groups operationId: group.team_DeleteMember parameters: - name: group-id @@ -9239,11 +8977,8 @@ paths: get: tags: - groups.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 + summary: Get permissionGrants from groups + description: A collection of permissions granted to apps to access the team. operationId: group.team_ListPermissionGrant parameters: - name: group-id @@ -9482,11 +9217,8 @@ paths: get: tags: - groups.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 + summary: Get photo from groups + description: The profile photo for the team. operationId: group.team_GetPhoto parameters: - name: group-id @@ -9563,9 +9295,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property photo from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: group.team_GetPhotoContent parameters: - name: group-id @@ -9626,11 +9355,8 @@ paths: get: tags: - groups.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 + summary: Get primaryChannel from groups + description: The general channel for the team. operationId: group.team_GetPrimaryChannel parameters: - name: group-id @@ -9732,11 +9458,8 @@ paths: get: tags: - groups.team - 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 + summary: Get filesFolder from groups + description: Metadata for the location where the channel's files are stored. operationId: group.team.primaryChannel_GetFilesFolder parameters: - name: group-id @@ -9783,9 +9506,6 @@ paths: - groups.team summary: Get content for the navigation property filesFolder from groups description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: group.team.primaryChannel_GetFilesFolderContent parameters: - name: group-id @@ -9851,11 +9571,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.primaryChannel_ListMember parameters: - name: group-id @@ -9913,11 +9630,7 @@ paths: post: tags: - groups.team - 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-1.0 + summary: Create new navigation property to members for groups operationId: group.team.primaryChannel_CreateMember parameters: - name: group-id @@ -9949,11 +9662,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: A collection of membership records associated with the channel. operationId: group.team.primaryChannel_GetMember parameters: - name: group-id @@ -10005,11 +9715,7 @@ paths: patch: tags: - groups.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + summary: Update the navigation property members in groups operationId: group.team.primaryChannel_UpdateMember parameters: - name: group-id @@ -10048,11 +9754,7 @@ paths: delete: tags: - groups.team - summary: Delete conversationMember - description: Delete a conversationMember from a channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for groups operationId: group.team.primaryChannel_DeleteMember parameters: - name: group-id @@ -10109,11 +9811,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.primaryChannel_ListMessage parameters: - name: group-id @@ -10171,11 +9870,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to messages for groups operationId: group.team.primaryChannel_CreateMessage parameters: - name: group-id @@ -10207,11 +9902,8 @@ paths: get: tags: - groups.team - 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 + summary: Get messages from groups + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: group.team.primaryChannel_GetMessage parameters: - name: group-id @@ -10263,11 +9955,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property messages in groups operationId: group.team.primaryChannel_UpdateMessage parameters: - name: group-id @@ -10341,11 +10029,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message_ListHostedContent parameters: - name: group-id @@ -10451,11 +10136,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message_GetHostedContent parameters: - name: group-id @@ -10606,9 +10288,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.primaryChannel.message_GetHostedContentsContent parameters: - name: group-id @@ -10731,11 +10410,8 @@ paths: get: tags: - groups.team - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.primaryChannel.message_ListReply parameters: - name: group-id @@ -10801,11 +10477,7 @@ paths: post: tags: - groups.team - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for groups operationId: group.team.primaryChannel.message_CreateReply parameters: - name: group-id @@ -10845,11 +10517,8 @@ paths: get: tags: - groups.team - 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 + summary: Get replies from groups + description: Replies for a specified message. Supports $expand for channel messages. operationId: group.team.primaryChannel.message_GetReply parameters: - name: group-id @@ -10999,11 +10668,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message.reply_ListHostedContent parameters: - name: group-id @@ -11125,11 +10791,8 @@ paths: get: tags: - groups.team - 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 + summary: Get hostedContents from groups + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: group.team.primaryChannel.message.reply_GetHostedContent parameters: - name: group-id @@ -11304,9 +10967,6 @@ paths: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: group.team.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: group-id @@ -11505,11 +11165,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.primaryChannel_ListSharedGraphWPreTeam parameters: - name: group-id @@ -11599,11 +11256,8 @@ paths: get: tags: - groups.team - 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 + summary: Get sharedWithTeams from groups + description: A collection of teams with which a channel is shared. operationId: group.team.primaryChannel_GetSharedGraphWPreTeam parameters: - name: group-id @@ -11694,11 +11348,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property sharedWithTeams for groups operationId: group.team.primaryChannel_DeleteSharedGraphWPreTeam parameters: - name: group-id @@ -11733,11 +11383,8 @@ paths: get: tags: - groups.team - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from groups + description: A collection of team members who have access to the shared channel. operationId: group.team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: group-id @@ -11971,11 +11618,8 @@ paths: get: tags: - groups.team - 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 + summary: Get tabs from groups + description: A collection of all the tabs in the channel. A navigation property. operationId: group.team.primaryChannel_ListTab parameters: - name: group-id @@ -12033,11 +11677,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to tabs for groups operationId: group.team.primaryChannel_CreateTab parameters: - name: group-id @@ -12069,11 +11709,8 @@ paths: get: tags: - groups.team - 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 + summary: Get tabs from groups + description: A collection of all the tabs in the channel. A navigation property. operationId: group.team.primaryChannel_GetTab parameters: - name: group-id @@ -12125,11 +11762,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property tabs in groups operationId: group.team.primaryChannel_UpdateTab parameters: - name: group-id @@ -12168,11 +11801,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property tabs for groups operationId: group.team.primaryChannel_DeleteTab parameters: - name: group-id @@ -12283,11 +11912,8 @@ paths: get: tags: - groups.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 + summary: Get schedule from groups + description: The schedule of shifts for this team. operationId: group.team_GetSchedule parameters: - name: group-id @@ -12389,11 +12015,8 @@ paths: get: tags: - groups.team - 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 + summary: Get offerShiftRequests from groups + description: The offer requests for shifts in the schedule. operationId: group.team.schedule_ListOfferShiftRequest parameters: - name: group-id @@ -12451,11 +12074,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to offerShiftRequests for groups operationId: group.team.schedule_CreateOfferShiftRequest parameters: - name: group-id @@ -12487,11 +12106,8 @@ paths: get: tags: - groups.team - 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 + summary: Get offerShiftRequests from groups + description: The offer requests for shifts in the schedule. operationId: group.team.schedule_GetOfferShiftRequest parameters: - name: group-id @@ -12639,11 +12255,8 @@ paths: get: tags: - groups.team - 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 + summary: Get openShiftChangeRequests from groups + description: The open shift requests in the schedule. operationId: group.team.schedule_ListOpenShiftChangeRequest parameters: - name: group-id @@ -12701,11 +12314,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to openShiftChangeRequests for groups operationId: group.team.schedule_CreateOpenShiftChangeRequest parameters: - name: group-id @@ -12737,11 +12346,8 @@ paths: get: tags: - groups.team - 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 + summary: Get openShiftChangeRequests from groups + description: The open shift requests in the schedule. operationId: group.team.schedule_GetOpenShiftChangeRequest parameters: - name: group-id @@ -12889,11 +12495,8 @@ paths: get: tags: - groups.team - 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 + summary: Get openShifts from groups + description: The set of open shifts in a scheduling group in the schedule. operationId: group.team.schedule_ListOpenShift parameters: - name: group-id @@ -12951,11 +12554,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to openShifts for groups operationId: group.team.schedule_CreateOpenShift parameters: - name: group-id @@ -12987,11 +12586,8 @@ paths: get: tags: - groups.team - 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 + summary: Get openShifts from groups + description: The set of open shifts in a scheduling group in the schedule. operationId: group.team.schedule_GetOpenShift parameters: - name: group-id @@ -13043,11 +12639,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property openShifts in groups operationId: group.team.schedule_UpdateOpenShift parameters: - name: group-id @@ -13086,11 +12678,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property openShifts for groups operationId: group.team.schedule_DeleteOpenShift parameters: - name: group-id @@ -13147,11 +12735,8 @@ paths: get: tags: - groups.team - 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 + summary: Get schedulingGroups from groups + description: The logical grouping of users in the schedule (usually by role). operationId: group.team.schedule_ListSchedulingGroup parameters: - name: group-id @@ -13199,11 +12784,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to schedulingGroups for groups operationId: group.team.schedule_CreateSchedulingGroup parameters: - name: group-id @@ -13235,11 +12816,8 @@ paths: get: tags: - groups.team - 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 + summary: Get schedulingGroups from groups + description: The logical grouping of users in the schedule (usually by role). operationId: group.team.schedule_GetSchedulingGroup parameters: - name: group-id @@ -13281,11 +12859,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property schedulingGroups in groups operationId: group.team.schedule_UpdateSchedulingGroup parameters: - name: group-id @@ -13324,11 +12898,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property schedulingGroups for groups operationId: group.team.schedule_DeleteSchedulingGroup parameters: - name: group-id @@ -13385,11 +12955,8 @@ paths: get: tags: - groups.team - 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 + summary: Get shifts from groups + description: The shifts in the schedule. operationId: group.team.schedule_ListShift parameters: - name: group-id @@ -13437,11 +13004,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to shifts for groups operationId: group.team.schedule_CreateShift parameters: - name: group-id @@ -13473,11 +13036,8 @@ paths: get: tags: - groups.team - 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 + summary: Get shifts from groups + description: The shifts in the schedule. operationId: group.team.schedule_GetShift parameters: - name: group-id @@ -13519,11 +13079,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property shifts in groups operationId: group.team.schedule_UpdateShift parameters: - name: group-id @@ -13562,11 +13118,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property shifts for groups operationId: group.team.schedule_DeleteShift parameters: - name: group-id @@ -13623,11 +13175,8 @@ paths: get: tags: - groups.team - 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 + summary: Get swapShiftsChangeRequests from groups + description: The swap requests for shifts in the schedule. operationId: group.team.schedule_ListSwapShiftsChangeRequest parameters: - name: group-id @@ -13685,11 +13234,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to swapShiftsChangeRequests for groups operationId: group.team.schedule_CreateSwapShiftsChangeRequest parameters: - name: group-id @@ -13721,11 +13266,8 @@ paths: get: tags: - groups.team - 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 + summary: Get swapShiftsChangeRequests from groups + description: The swap requests for shifts in the schedule. operationId: group.team.schedule_GetSwapShiftsChangeRequest parameters: - name: group-id @@ -13873,11 +13415,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timeOffReasons from groups + description: The set of reasons for a time off in the schedule. operationId: group.team.schedule_ListTimeOffReason parameters: - name: group-id @@ -13925,11 +13464,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to timeOffReasons for groups operationId: group.team.schedule_CreateTimeOffReason parameters: - name: group-id @@ -13961,11 +13496,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timeOffReasons from groups + description: The set of reasons for a time off in the schedule. operationId: group.team.schedule_GetTimeOffReason parameters: - name: group-id @@ -14007,11 +13539,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property timeOffReasons in groups operationId: group.team.schedule_UpdateTimeOffReason parameters: - name: group-id @@ -14050,11 +13578,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property timeOffReasons for groups operationId: group.team.schedule_DeleteTimeOffReason parameters: - name: group-id @@ -14111,11 +13635,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timeOffRequests from groups + description: The time off requests in the schedule. operationId: group.team.schedule_ListTimeOffRequest parameters: - name: group-id @@ -14195,11 +13716,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timeOffRequests from groups + description: The time off requests in the schedule. operationId: group.team.schedule_GetTimeOffRequest parameters: - name: group-id @@ -14280,11 +13798,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property timeOffRequests for groups operationId: group.team.schedule_DeleteTimeOffRequest parameters: - name: group-id @@ -14341,11 +13855,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timesOff from groups + description: The instances of times off in the schedule. operationId: group.team.schedule_ListTimesOff parameters: - name: group-id @@ -14393,11 +13904,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to timesOff for groups operationId: group.team.schedule_CreateTimesOff parameters: - name: group-id @@ -14429,11 +13936,8 @@ paths: get: tags: - groups.team - 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 + summary: Get timesOff from groups + description: The instances of times off in the schedule. operationId: group.team.schedule_GetTimesOff parameters: - name: group-id @@ -14475,11 +13979,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property timesOff in groups operationId: group.team.schedule_UpdateTimesOff parameters: - name: group-id @@ -14518,11 +14018,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property timesOff for groups operationId: group.team.schedule_DeleteTimesOff parameters: - name: group-id @@ -14579,11 +14075,8 @@ paths: get: tags: - groups.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 + summary: Get tags from groups + description: The tags associated with the team. operationId: group.team_ListTag parameters: - name: group-id @@ -14641,11 +14134,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to tags for groups operationId: group.team_CreateTag parameters: - name: group-id @@ -14677,11 +14166,8 @@ paths: get: tags: - groups.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 + summary: Get tags from groups + description: The tags associated with the team. operationId: group.team_GetTag parameters: - name: group-id @@ -14733,11 +14219,7 @@ paths: patch: tags: - groups.team - 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 + summary: Update the navigation property tags in groups operationId: group.team_UpdateTag parameters: - name: group-id @@ -14776,11 +14258,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property tags for groups operationId: group.team_DeleteTag parameters: - name: group-id @@ -14815,11 +14293,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: Users assigned to the tag. operationId: group.team.tag_ListMember parameters: - name: group-id @@ -14885,11 +14360,7 @@ paths: post: tags: - groups.team - 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 + summary: Create new navigation property to members for groups operationId: group.team.tag_CreateMember parameters: - name: group-id @@ -14929,11 +14400,8 @@ paths: get: tags: - groups.team - 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 + summary: Get members from groups + description: Users assigned to the tag. operationId: group.team.tag_GetMember parameters: - name: group-id @@ -15040,11 +14508,7 @@ paths: delete: tags: - groups.team - 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 + summary: Delete navigation property members for groups operationId: group.team.tag_DeleteMember parameters: - name: group-id @@ -15376,11 +14840,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get allChannels from teams + description: List of channels either hosted in or shared with the team (incoming channels). operationId: team_ListAllChannel parameters: - name: team-id @@ -15515,11 +14976,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get channels from teams + description: The collection of channels and messages associated with the team. operationId: team_ListChannel parameters: - name: team-id @@ -15577,11 +15035,7 @@ paths: post: tags: - teams.channel - 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 + summary: Create new navigation property to channels for teams operationId: team_CreateChannel parameters: - name: team-id @@ -15613,11 +15067,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get channels from teams + description: The collection of channels and messages associated with the team. operationId: team_GetChannel parameters: - name: team-id @@ -15669,11 +15120,7 @@ paths: patch: tags: - teams.channel - 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 + summary: Update the navigation property channels in teams operationId: team_UpdateChannel parameters: - name: team-id @@ -15712,11 +15159,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property channels for teams operationId: team_DeleteChannel parameters: - name: team-id @@ -15751,11 +15194,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get filesFolder from teams + description: Metadata for the location where the channel's files are stored. operationId: team.channel_GetFilesFolder parameters: - name: team-id @@ -15810,9 +15250,6 @@ paths: - teams.channel summary: Get content for the navigation property filesFolder from teams description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: team.channel_GetFilesFolderContent parameters: - name: team-id @@ -15894,11 +15331,8 @@ paths: get: tags: - teams.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 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.channel_ListMember parameters: - name: team-id @@ -15964,11 +15398,7 @@ paths: post: tags: - teams.channel - 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-1.0 + summary: Create new navigation property to members for teams operationId: team.channel_CreateMember parameters: - name: team-id @@ -16008,11 +15438,8 @@ paths: get: tags: - teams.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 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.channel_GetMember parameters: - name: team-id @@ -16072,11 +15499,7 @@ paths: patch: tags: - teams.channel - summary: Update conversationMember - description: Update the role of a conversationMember in a team or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + summary: Update the navigation property members in teams operationId: team.channel_UpdateMember parameters: - name: team-id @@ -16123,11 +15546,7 @@ paths: delete: tags: - teams.channel - summary: Delete conversationMember - description: Delete a conversationMember from a channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for teams operationId: team.channel_DeleteMember parameters: - name: team-id @@ -16264,11 +15683,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.channel_ListMessage parameters: - name: team-id @@ -16334,11 +15750,7 @@ paths: post: tags: - teams.channel - 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 + summary: Create new navigation property to messages for teams operationId: team.channel_CreateMessage parameters: - name: team-id @@ -16378,11 +15790,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.channel_GetMessage parameters: - name: team-id @@ -16442,11 +15851,7 @@ paths: patch: tags: - teams.channel - 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 + summary: Update the navigation property messages in teams operationId: team.channel_UpdateMessage parameters: - name: team-id @@ -16536,11 +15941,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message_ListHostedContent parameters: - name: team-id @@ -16662,11 +16064,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message_GetHostedContent parameters: - name: team-id @@ -16841,9 +16240,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message_GetHostedContentsContent parameters: - name: team-id @@ -17172,11 +16568,8 @@ paths: get: tags: - teams.channel - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.channel.message_ListReply parameters: - name: team-id @@ -17250,11 +16643,7 @@ paths: post: tags: - teams.channel - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for teams operationId: team.channel.message_CreateReply parameters: - name: team-id @@ -17302,11 +16691,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.channel.message_GetReply parameters: - name: team-id @@ -17480,11 +16866,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message.reply_ListHostedContent parameters: - name: team-id @@ -17622,11 +17005,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.channel.message.reply_GetHostedContent parameters: - name: team-id @@ -17825,9 +17205,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.channel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -18251,6 +17628,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: team.channel.message.reply_delta parameters: - name: team-id @@ -18374,6 +17755,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: team.channel.message_delta parameters: - name: team-id @@ -18492,6 +17877,10 @@ paths: tags: - teams.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: team.channel_doesUserHaveAccess parameters: - name: team-id @@ -18624,11 +18013,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.channel_ListSharedGraphWPreTeam parameters: - name: team-id @@ -18734,11 +18120,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.channel_GetSharedGraphWPreTeam parameters: - name: team-id @@ -18845,11 +18228,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property sharedWithTeams for teams operationId: team.channel_DeleteSharedGraphWPreTeam parameters: - name: team-id @@ -18892,11 +18271,8 @@ paths: get: tags: - teams.channel - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teams + description: A collection of team members who have access to the shared channel. operationId: team.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: team-id @@ -19170,11 +18546,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get tabs from teams + description: A collection of all the tabs in the channel. A navigation property. operationId: team.channel_ListTab parameters: - name: team-id @@ -19240,11 +18613,7 @@ paths: post: tags: - teams.channel - 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 + summary: Create new navigation property to tabs for teams operationId: team.channel_CreateTab parameters: - name: team-id @@ -19284,11 +18653,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get tabs from teams + description: A collection of all the tabs in the channel. A navigation property. operationId: team.channel_GetTab parameters: - name: team-id @@ -19348,11 +18714,7 @@ paths: patch: tags: - teams.channel - 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 + summary: Update the navigation property tabs in teams operationId: team.channel_UpdateTab parameters: - name: team-id @@ -19399,11 +18761,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property tabs for teams operationId: team.channel_DeleteTab parameters: - name: team-id @@ -19561,6 +18919,10 @@ paths: tags: - teams.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-1.0 operationId: team.channel_getAllMessage parameters: - name: team-id @@ -19767,11 +19129,8 @@ paths: get: tags: - teams.channel - summary: List incomingChannels - description: Get the list of incoming channels (channels shared with a team). - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0 + summary: Get incomingChannels from teams + description: List of channels shared with the team. operationId: team_ListIncomingChannel parameters: - name: team-id @@ -19906,11 +19265,8 @@ paths: get: tags: - teams.teamsAppInstallation - 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 + summary: Get installedApps from teams + description: The apps installed in this team. operationId: team_ListInstalledApp parameters: - name: team-id @@ -19968,11 +19324,7 @@ paths: post: tags: - teams.teamsAppInstallation - 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 + summary: Create new navigation property to installedApps for teams operationId: team_CreateInstalledApp parameters: - name: team-id @@ -20004,11 +19356,8 @@ paths: get: tags: - teams.teamsAppInstallation - 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 + summary: Get installedApps from teams + description: The apps installed in this team. operationId: team_GetInstalledApp parameters: - name: team-id @@ -20099,11 +19448,7 @@ paths: delete: tags: - teams.teamsAppInstallation - 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 + summary: Delete navigation property installedApps for teams operationId: team_DeleteInstalledApp parameters: - name: team-id @@ -20313,11 +19658,8 @@ paths: get: tags: - teams.conversationMember - 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 should not try to parse or make assumptions about these resource IDs. In the future, membership results may 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 + summary: Get members from teams + description: Members and owners of the team. operationId: team_ListMember parameters: - name: team-id @@ -20375,11 +19717,7 @@ paths: post: tags: - teams.conversationMember - 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 + summary: Create new navigation property to members for teams operationId: team_CreateMember parameters: - name: team-id @@ -20411,11 +19749,8 @@ paths: get: tags: - teams.conversationMember - 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 + summary: Get members from teams + description: Members and owners of the team. operationId: team_GetMember parameters: - name: team-id @@ -20467,11 +19802,7 @@ paths: patch: tags: - teams.conversationMember - 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 + summary: Update the navigation property members in teams operationId: team_UpdateMember parameters: - name: team-id @@ -20510,11 +19841,7 @@ paths: delete: tags: - teams.conversationMember - 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 + summary: Delete navigation property members for teams operationId: team_DeleteMember parameters: - name: team-id @@ -20667,7 +19994,7 @@ paths: tags: - teams.Actions summary: Invoke action clone - description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." + description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 @@ -21062,11 +20389,8 @@ paths: get: tags: - teams.resourceSpecificPermissionGrant - 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 + summary: Get permissionGrants from teams + description: A collection of permissions granted to apps to access the team. operationId: team_ListPermissionGrant parameters: - name: team-id @@ -21305,11 +20629,8 @@ paths: get: tags: - teams.profilePhoto - 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 + summary: Get photo from teams + description: The profile photo for the team. operationId: team_GetPhoto parameters: - name: team-id @@ -21386,9 +20707,6 @@ paths: tags: - teams.profilePhoto summary: Get media content for the navigation property photo from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: team_GetPhotoContent parameters: - name: team-id @@ -21449,11 +20767,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get primaryChannel from teams + description: The general channel for the team. operationId: team_GetPrimaryChannel parameters: - name: team-id @@ -21555,11 +20870,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get filesFolder from teams + description: Metadata for the location where the channel's files are stored. operationId: team.primaryChannel_GetFilesFolder parameters: - name: team-id @@ -21606,9 +20918,6 @@ paths: - teams.channel summary: Get content for the navigation property filesFolder from teams description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: team.primaryChannel_GetFilesFolderContent parameters: - name: team-id @@ -21674,11 +20983,8 @@ paths: get: tags: - teams.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 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.primaryChannel_ListMember parameters: - name: team-id @@ -21736,11 +21042,7 @@ paths: post: tags: - teams.channel - 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-1.0 + summary: Create new navigation property to members for teams operationId: team.primaryChannel_CreateMember parameters: - name: team-id @@ -21772,11 +21074,8 @@ paths: get: tags: - teams.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 + summary: Get members from teams + description: A collection of membership records associated with the channel. operationId: team.primaryChannel_GetMember parameters: - name: team-id @@ -21828,11 +21127,7 @@ paths: patch: tags: - teams.channel - summary: Update conversationMember - description: Update the role of a conversationMember in a team or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + summary: Update the navigation property members in teams operationId: team.primaryChannel_UpdateMember parameters: - name: team-id @@ -21871,11 +21166,7 @@ paths: delete: tags: - teams.channel - summary: Delete conversationMember - description: Delete a conversationMember from a channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for teams operationId: team.primaryChannel_DeleteMember parameters: - name: team-id @@ -21988,11 +21279,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.primaryChannel_ListMessage parameters: - name: team-id @@ -22050,11 +21338,7 @@ paths: post: tags: - teams.channel - 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 + summary: Create new navigation property to messages for teams operationId: team.primaryChannel_CreateMessage parameters: - name: team-id @@ -22086,11 +21370,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get messages from teams + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: team.primaryChannel_GetMessage parameters: - name: team-id @@ -22142,11 +21423,7 @@ paths: patch: tags: - teams.channel - 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 + summary: Update the navigation property messages in teams operationId: team.primaryChannel_UpdateMessage parameters: - name: team-id @@ -22220,11 +21497,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message_ListHostedContent parameters: - name: team-id @@ -22330,11 +21604,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message_GetHostedContent parameters: - name: team-id @@ -22485,9 +21756,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.primaryChannel.message_GetHostedContentsContent parameters: - name: team-id @@ -22760,11 +22028,8 @@ paths: get: tags: - teams.channel - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.primaryChannel.message_ListReply parameters: - name: team-id @@ -22830,11 +22095,7 @@ paths: post: tags: - teams.channel - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for teams operationId: team.primaryChannel.message_CreateReply parameters: - name: team-id @@ -22874,11 +22135,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get replies from teams + description: Replies for a specified message. Supports $expand for channel messages. operationId: team.primaryChannel.message_GetReply parameters: - name: team-id @@ -23028,11 +22286,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message.reply_ListHostedContent parameters: - name: team-id @@ -23154,11 +22409,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get hostedContents from teams + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: team.primaryChannel.message.reply_GetHostedContent parameters: - name: team-id @@ -23333,9 +22585,6 @@ paths: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: team.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -23695,6 +22944,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: team.primaryChannel.message.reply_delta parameters: - name: team-id @@ -23802,6 +23055,10 @@ paths: tags: - teams.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: team.primaryChannel.message_delta parameters: - name: team-id @@ -23904,6 +23161,10 @@ paths: tags: - teams.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: team.primaryChannel_doesUserHaveAccess parameters: - name: team-id @@ -24012,11 +23273,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.primaryChannel_ListSharedGraphWPreTeam parameters: - name: team-id @@ -24106,11 +23364,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get sharedWithTeams from teams + description: A collection of teams with which a channel is shared. operationId: team.primaryChannel_GetSharedGraphWPreTeam parameters: - name: team-id @@ -24201,11 +23456,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property sharedWithTeams for teams operationId: team.primaryChannel_DeleteSharedGraphWPreTeam parameters: - name: team-id @@ -24240,11 +23491,8 @@ paths: get: tags: - teams.channel - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teams + description: A collection of team members who have access to the shared channel. operationId: team.primaryChannel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: team-id @@ -24478,11 +23726,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get tabs from teams + description: A collection of all the tabs in the channel. A navigation property. operationId: team.primaryChannel_ListTab parameters: - name: team-id @@ -24540,11 +23785,7 @@ paths: post: tags: - teams.channel - 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 + summary: Create new navigation property to tabs for teams operationId: team.primaryChannel_CreateTab parameters: - name: team-id @@ -24576,11 +23817,8 @@ paths: get: tags: - teams.channel - 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 + summary: Get tabs from teams + description: A collection of all the tabs in the channel. A navigation property. operationId: team.primaryChannel_GetTab parameters: - name: team-id @@ -24632,11 +23870,7 @@ paths: patch: tags: - teams.channel - 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 + summary: Update the navigation property tabs in teams operationId: team.primaryChannel_UpdateTab parameters: - name: team-id @@ -24675,11 +23909,7 @@ paths: delete: tags: - teams.channel - 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 + summary: Delete navigation property tabs for teams operationId: team.primaryChannel_DeleteTab parameters: - name: team-id @@ -24790,11 +24020,8 @@ paths: get: tags: - teams.schedule - 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 + summary: Get schedule from teams + description: The schedule of shifts for this team. operationId: team_GetSchedule parameters: - name: team-id @@ -24945,11 +24172,8 @@ paths: get: tags: - teams.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 + summary: Get offerShiftRequests from teams + description: The offer requests for shifts in the schedule. operationId: team.schedule_ListOfferShiftRequest parameters: - name: team-id @@ -25007,11 +24231,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to offerShiftRequests for teams operationId: team.schedule_CreateOfferShiftRequest parameters: - name: team-id @@ -25043,11 +24263,8 @@ paths: get: tags: - teams.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 + summary: Get offerShiftRequests from teams + description: The offer requests for shifts in the schedule. operationId: team.schedule_GetOfferShiftRequest parameters: - name: team-id @@ -25195,11 +24412,8 @@ paths: get: tags: - teams.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 + summary: Get openShiftChangeRequests from teams + description: The open shift requests in the schedule. operationId: team.schedule_ListOpenShiftChangeRequest parameters: - name: team-id @@ -25257,11 +24471,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to openShiftChangeRequests for teams operationId: team.schedule_CreateOpenShiftChangeRequest parameters: - name: team-id @@ -25293,11 +24503,8 @@ paths: get: tags: - teams.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 + summary: Get openShiftChangeRequests from teams + description: The open shift requests in the schedule. operationId: team.schedule_GetOpenShiftChangeRequest parameters: - name: team-id @@ -25445,11 +24652,8 @@ paths: get: tags: - teams.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 + summary: Get openShifts from teams + description: The set of open shifts in a scheduling group in the schedule. operationId: team.schedule_ListOpenShift parameters: - name: team-id @@ -25507,11 +24711,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to openShifts for teams operationId: team.schedule_CreateOpenShift parameters: - name: team-id @@ -25543,11 +24743,8 @@ paths: get: tags: - teams.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 + summary: Get openShifts from teams + description: The set of open shifts in a scheduling group in the schedule. operationId: team.schedule_GetOpenShift parameters: - name: team-id @@ -25599,11 +24796,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property openShifts in teams operationId: team.schedule_UpdateOpenShift parameters: - name: team-id @@ -25642,11 +24835,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property openShifts for teams operationId: team.schedule_DeleteOpenShift parameters: - name: team-id @@ -25703,11 +24892,8 @@ paths: get: tags: - teams.schedule - 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 + summary: Get schedulingGroups from teams + description: The logical grouping of users in the schedule (usually by role). operationId: team.schedule_ListSchedulingGroup parameters: - name: team-id @@ -25755,11 +24941,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to schedulingGroups for teams operationId: team.schedule_CreateSchedulingGroup parameters: - name: team-id @@ -25791,11 +24973,8 @@ paths: get: tags: - teams.schedule - 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 + summary: Get schedulingGroups from teams + description: The logical grouping of users in the schedule (usually by role). operationId: team.schedule_GetSchedulingGroup parameters: - name: team-id @@ -25837,11 +25016,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property schedulingGroups in teams operationId: team.schedule_UpdateSchedulingGroup parameters: - name: team-id @@ -25880,11 +25055,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property schedulingGroups for teams operationId: team.schedule_DeleteSchedulingGroup parameters: - name: team-id @@ -25941,11 +25112,8 @@ paths: get: tags: - teams.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 + summary: Get shifts from teams + description: The shifts in the schedule. operationId: team.schedule_ListShift parameters: - name: team-id @@ -25993,11 +25161,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to shifts for teams operationId: team.schedule_CreateShift parameters: - name: team-id @@ -26029,11 +25193,8 @@ paths: get: tags: - teams.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 + summary: Get shifts from teams + description: The shifts in the schedule. operationId: team.schedule_GetShift parameters: - name: team-id @@ -26075,11 +25236,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property shifts in teams operationId: team.schedule_UpdateShift parameters: - name: team-id @@ -26118,11 +25275,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property shifts for teams operationId: team.schedule_DeleteShift parameters: - name: team-id @@ -26179,11 +25332,8 @@ paths: get: tags: - teams.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 + summary: Get swapShiftsChangeRequests from teams + description: The swap requests for shifts in the schedule. operationId: team.schedule_ListSwapShiftsChangeRequest parameters: - name: team-id @@ -26241,11 +25391,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to swapShiftsChangeRequests for teams operationId: team.schedule_CreateSwapShiftsChangeRequest parameters: - name: team-id @@ -26277,11 +25423,8 @@ paths: get: tags: - teams.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 + summary: Get swapShiftsChangeRequests from teams + description: The swap requests for shifts in the schedule. operationId: team.schedule_GetSwapShiftsChangeRequest parameters: - name: team-id @@ -26429,11 +25572,8 @@ paths: get: tags: - teams.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 + summary: Get timeOffReasons from teams + description: The set of reasons for a time off in the schedule. operationId: team.schedule_ListTimeOffReason parameters: - name: team-id @@ -26481,11 +25621,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to timeOffReasons for teams operationId: team.schedule_CreateTimeOffReason parameters: - name: team-id @@ -26517,11 +25653,8 @@ paths: get: tags: - teams.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 + summary: Get timeOffReasons from teams + description: The set of reasons for a time off in the schedule. operationId: team.schedule_GetTimeOffReason parameters: - name: team-id @@ -26563,11 +25696,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property timeOffReasons in teams operationId: team.schedule_UpdateTimeOffReason parameters: - name: team-id @@ -26606,11 +25735,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property timeOffReasons for teams operationId: team.schedule_DeleteTimeOffReason parameters: - name: team-id @@ -26667,11 +25792,8 @@ paths: get: tags: - teams.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 + summary: Get timeOffRequests from teams + description: The time off requests in the schedule. operationId: team.schedule_ListTimeOffRequest parameters: - name: team-id @@ -26751,11 +25873,8 @@ paths: get: tags: - teams.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 + summary: Get timeOffRequests from teams + description: The time off requests in the schedule. operationId: team.schedule_GetTimeOffRequest parameters: - name: team-id @@ -26836,11 +25955,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property timeOffRequests for teams operationId: team.schedule_DeleteTimeOffRequest parameters: - name: team-id @@ -26897,11 +26012,8 @@ paths: get: tags: - teams.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 + summary: Get timesOff from teams + description: The instances of times off in the schedule. operationId: team.schedule_ListTimesOff parameters: - name: team-id @@ -26949,11 +26061,7 @@ paths: post: tags: - teams.schedule - 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 + summary: Create new navigation property to timesOff for teams operationId: team.schedule_CreateTimesOff parameters: - name: team-id @@ -26985,11 +26093,8 @@ paths: get: tags: - teams.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 + summary: Get timesOff from teams + description: The instances of times off in the schedule. operationId: team.schedule_GetTimesOff parameters: - name: team-id @@ -27031,11 +26136,7 @@ paths: patch: tags: - teams.schedule - 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 + summary: Update the navigation property timesOff in teams operationId: team.schedule_UpdateTimesOff parameters: - name: team-id @@ -27074,11 +26175,7 @@ paths: delete: tags: - teams.schedule - 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 + summary: Delete navigation property timesOff for teams operationId: team.schedule_DeleteTimesOff parameters: - name: team-id @@ -27135,11 +26232,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get tags from teams + description: The tags associated with the team. operationId: team_ListTag parameters: - name: team-id @@ -27197,11 +26291,7 @@ paths: post: tags: - teams.teamworkTag - 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 + summary: Create new navigation property to tags for teams operationId: team_CreateTag parameters: - name: team-id @@ -27233,11 +26323,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get tags from teams + description: The tags associated with the team. operationId: team_GetTag parameters: - name: team-id @@ -27289,11 +26376,7 @@ paths: patch: tags: - teams.teamworkTag - 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 + summary: Update the navigation property tags in teams operationId: team_UpdateTag parameters: - name: team-id @@ -27332,11 +26415,7 @@ paths: delete: tags: - teams.teamworkTag - 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 + summary: Delete navigation property tags for teams operationId: team_DeleteTag parameters: - name: team-id @@ -27371,11 +26450,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get members from teams + description: Users assigned to the tag. operationId: team.tag_ListMember parameters: - name: team-id @@ -27441,11 +26517,7 @@ paths: post: tags: - teams.teamworkTag - 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 + summary: Create new navigation property to members for teams operationId: team.tag_CreateMember parameters: - name: team-id @@ -27485,11 +26557,8 @@ paths: get: tags: - teams.teamworkTag - 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 + summary: Get members from teams + description: Users assigned to the tag. operationId: team.tag_GetMember parameters: - name: team-id @@ -27596,11 +26665,7 @@ paths: delete: tags: - teams.teamworkTag - 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 + summary: Delete navigation property members for teams operationId: team.tag_DeleteMember parameters: - name: team-id @@ -27829,6 +26894,10 @@ paths: tags: - teamwork.teamwork summary: Get teamwork + description: 'Get the properties and relationships of a teamwork object, such as the region of the organization and whether Microsoft Teams is enabled.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0 operationId: teamwork_GetTeamwork parameters: - name: $select @@ -27887,8 +26956,8 @@ paths: get: tags: - teamwork.deletedChat - summary: Get deletedChat - description: Read the properties and relationships of a deletedChat object. + summary: Get deletedChats from teamwork + description: A collection of deleted chats. operationId: teamwork_ListDeletedChat parameters: - $ref: '#/components/parameters/top' @@ -27961,11 +27030,8 @@ paths: get: tags: - teamwork.deletedChat - 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 + summary: Get deletedChats from teamwork + description: A collection of deleted chats. operationId: teamwork_GetDeletedChat parameters: - name: deletedChat-id @@ -28106,11 +27172,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get deletedTeams from teamwork + description: The deleted team. operationId: teamwork_ListDeletedTeam parameters: - $ref: '#/components/parameters/top' @@ -28504,11 +27567,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get filesFolder from teamwork + description: Metadata for the location where the channel's files are stored. operationId: teamwork.deletedTeam.channel_GetFilesFolder parameters: - name: deletedTeam-id @@ -28563,9 +27623,6 @@ paths: - teamwork.deletedTeam summary: Get content for the navigation property filesFolder from teamwork description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_GetFilesFolderContent parameters: - name: deletedTeam-id @@ -28647,11 +27704,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.deletedTeam.channel_ListMember parameters: - name: deletedTeam-id @@ -28717,11 +27771,7 @@ paths: post: tags: - teamwork.deletedTeam - 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-1.0 + summary: Create new navigation property to members for teamwork operationId: teamwork.deletedTeam.channel_CreateMember parameters: - name: deletedTeam-id @@ -28761,11 +27811,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get members from teamwork + description: A collection of membership records associated with the channel. operationId: teamwork.deletedTeam.channel_GetMember parameters: - name: deletedTeam-id @@ -28825,11 +27872,7 @@ paths: patch: tags: - teamwork.deletedTeam - summary: Update conversationMember - description: Update the role of a conversationMember in a team or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + summary: Update the navigation property members in teamwork operationId: teamwork.deletedTeam.channel_UpdateMember parameters: - name: deletedTeam-id @@ -28876,11 +27919,7 @@ paths: delete: tags: - teamwork.deletedTeam - summary: Delete conversationMember - description: Delete a conversationMember from a channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for teamwork operationId: teamwork.deletedTeam.channel_DeleteMember parameters: - name: deletedTeam-id @@ -29017,11 +28056,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.deletedTeam.channel_ListMessage parameters: - name: deletedTeam-id @@ -29087,11 +28123,7 @@ paths: post: tags: - teamwork.deletedTeam - 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 + summary: Create new navigation property to messages for teamwork operationId: teamwork.deletedTeam.channel_CreateMessage parameters: - name: deletedTeam-id @@ -29131,11 +28163,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get messages from teamwork + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.deletedTeam.channel_GetMessage parameters: - name: deletedTeam-id @@ -29195,11 +28224,7 @@ paths: patch: tags: - teamwork.deletedTeam - 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 + summary: Update the navigation property messages in teamwork operationId: teamwork.deletedTeam.channel_UpdateMessage parameters: - name: deletedTeam-id @@ -29289,11 +28314,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message_ListHostedContent parameters: - name: deletedTeam-id @@ -29415,11 +28437,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message_GetHostedContent parameters: - name: deletedTeam-id @@ -29594,9 +28613,6 @@ paths: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel.message_GetHostedContentsContent parameters: - name: deletedTeam-id @@ -29925,11 +28941,8 @@ paths: get: tags: - teamwork.deletedTeam - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.deletedTeam.channel.message_ListReply parameters: - name: deletedTeam-id @@ -30003,11 +29016,7 @@ paths: post: tags: - teamwork.deletedTeam - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for teamwork operationId: teamwork.deletedTeam.channel.message_CreateReply parameters: - name: deletedTeam-id @@ -30055,11 +29064,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get replies from teamwork + description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.deletedTeam.channel.message_GetReply parameters: - name: deletedTeam-id @@ -30233,11 +29239,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message.reply_ListHostedContent parameters: - name: deletedTeam-id @@ -30375,11 +29378,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get hostedContents from teamwork + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeam.channel.message.reply_GetHostedContent parameters: - name: deletedTeam-id @@ -30578,9 +29578,6 @@ paths: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel.message.reply_GetHostedContentsContent parameters: - name: deletedTeam-id @@ -31004,6 +30001,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel.message.reply_delta parameters: - name: deletedTeam-id @@ -31127,6 +30128,10 @@ paths: tags: - teamwork.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel.message_delta parameters: - name: deletedTeam-id @@ -31245,6 +30250,10 @@ paths: tags: - teamwork.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_doesUserHaveAccess parameters: - name: deletedTeam-id @@ -31377,11 +30386,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.deletedTeam.channel_ListSharedGraphWPreTeam parameters: - name: deletedTeam-id @@ -31487,11 +30493,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get sharedWithTeams from teamwork + description: A collection of teams with which a channel is shared. operationId: teamwork.deletedTeam.channel_GetSharedGraphWPreTeam parameters: - name: deletedTeam-id @@ -31598,11 +30601,7 @@ paths: delete: tags: - teamwork.deletedTeam - 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 + summary: Delete navigation property sharedWithTeams for teamwork operationId: teamwork.deletedTeam.channel_DeleteSharedGraphWPreTeam parameters: - name: deletedTeam-id @@ -31645,11 +30644,8 @@ paths: get: tags: - teamwork.deletedTeam - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from teamwork + description: A collection of team members who have access to the shared channel. operationId: teamwork.deletedTeam.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: deletedTeam-id @@ -31923,11 +30919,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get tabs from teamwork + description: A collection of all the tabs in the channel. A navigation property. operationId: teamwork.deletedTeam.channel_ListTab parameters: - name: deletedTeam-id @@ -31993,11 +30986,7 @@ paths: post: tags: - teamwork.deletedTeam - 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 + summary: Create new navigation property to tabs for teamwork operationId: teamwork.deletedTeam.channel_CreateTab parameters: - name: deletedTeam-id @@ -32037,11 +31026,8 @@ paths: get: tags: - teamwork.deletedTeam - 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 + summary: Get tabs from teamwork + description: A collection of all the tabs in the channel. A navigation property. operationId: teamwork.deletedTeam.channel_GetTab parameters: - name: deletedTeam-id @@ -32101,11 +31087,7 @@ paths: patch: tags: - teamwork.deletedTeam - 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 + summary: Update the navigation property tabs in teamwork operationId: teamwork.deletedTeam.channel_UpdateTab parameters: - name: deletedTeam-id @@ -32152,11 +31134,7 @@ paths: delete: tags: - teamwork.deletedTeam - 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 + summary: Delete navigation property tabs for teamwork operationId: teamwork.deletedTeam.channel_DeleteTab parameters: - name: deletedTeam-id @@ -32314,6 +31292,10 @@ paths: tags: - teamwork.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-1.0 operationId: teamwork.deletedTeam.channel_getAllMessage parameters: - name: deletedTeam-id @@ -32529,11 +31511,8 @@ paths: get: tags: - teamwork.teamsAppSettings - 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 + summary: Get teamsAppSettings from teamwork + description: Represents tenant-wide settings for all Teams apps in the tenant. operationId: teamwork_GetTeamsAppSetting parameters: - name: $select @@ -32569,11 +31548,7 @@ paths: patch: tags: - teamwork.teamsAppSettings - 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 + summary: Update the navigation property teamsAppSettings in teamwork operationId: teamwork_UpdateTeamsAppSetting requestBody: description: New navigation property values @@ -32614,11 +31589,7 @@ paths: get: tags: - teamwork.workforceIntegration - 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 + summary: Get workforceIntegrations from teamwork operationId: teamwork_ListWorkforceIntegration parameters: - $ref: '#/components/parameters/top' @@ -32668,11 +31639,7 @@ paths: post: tags: - teamwork.workforceIntegration - 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 + summary: Create new navigation property to workforceIntegrations for teamwork operationId: teamwork_CreateWorkforceIntegration requestBody: description: New navigation property @@ -32695,11 +31662,7 @@ paths: get: tags: - teamwork.workforceIntegration - 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 + summary: Get workforceIntegrations from teamwork operationId: teamwork_GetWorkforceIntegration parameters: - name: workforceIntegration-id @@ -32743,11 +31706,7 @@ paths: patch: tags: - teamwork.workforceIntegration - 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 + summary: Update the navigation property workforceIntegrations in teamwork operationId: teamwork_UpdateWorkforceIntegration parameters: - name: workforceIntegration-id @@ -32778,11 +31737,7 @@ paths: delete: tags: - teamwork.workforceIntegration - 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 + summary: Delete navigation property workforceIntegrations for teamwork operationId: teamwork_DeleteWorkforceIntegration parameters: - name: workforceIntegration-id @@ -32823,11 +31778,7 @@ paths: get: tags: - users.chat - 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 + summary: Get chats from users operationId: user_ListChat parameters: - name: user-id @@ -32917,11 +31868,7 @@ paths: get: tags: - users.chat - 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 + summary: Get chats from users operationId: user_GetChat parameters: - name: user-id @@ -33047,11 +31994,8 @@ paths: get: tags: - users.chat - 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 + summary: Get installedApps from users + description: A collection of all the apps in the chat. Nullable. operationId: user.chat_ListInstalledApp parameters: - name: user-id @@ -33117,11 +32061,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to installedApps for users operationId: user.chat_CreateInstalledApp parameters: - name: user-id @@ -33161,11 +32101,8 @@ paths: get: tags: - users.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-get-installedapps?view=graph-rest-1.0 + summary: Get installedApps from users + description: A collection of all the apps in the chat. Nullable. operationId: user.chat_GetInstalledApp parameters: - name: user-id @@ -33272,11 +32209,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property installedApps for users operationId: user.chat_DeleteInstalledApp parameters: - name: user-id @@ -33600,11 +32533,8 @@ paths: get: tags: - users.chat - 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 + summary: Get members from users + description: A collection of all the members in the chat. Nullable. operationId: user.chat_ListMember parameters: - name: user-id @@ -33670,11 +32600,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to members for users operationId: user.chat_CreateMember parameters: - name: user-id @@ -33714,11 +32640,8 @@ paths: get: tags: - users.chat - summary: Get conversationMember - description: Retrieve a conversationMember from a chat or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 + summary: Get members from users + description: A collection of all the members in the chat. Nullable. operationId: user.chat_GetMember parameters: - name: user-id @@ -33825,11 +32748,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property members for users operationId: user.chat_DeleteMember parameters: - name: user-id @@ -33902,11 +32821,8 @@ paths: get: tags: - users.chat - 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 + summary: Get messages from users + description: A collection of all the messages in the chat. Nullable. operationId: user.chat_ListMessage parameters: - name: user-id @@ -33972,11 +32888,7 @@ paths: post: tags: - users.chat - summary: Send message in a chat - description: Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0 + summary: Create new navigation property to messages for users operationId: user.chat_CreateMessage parameters: - name: user-id @@ -34016,11 +32928,8 @@ paths: get: tags: - users.chat - 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 + summary: Get messages from users + description: A collection of all the messages in the chat. Nullable. operationId: user.chat_GetMessage parameters: - name: user-id @@ -34170,11 +33079,8 @@ paths: get: tags: - users.chat - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message_ListHostedContent parameters: - name: user-id @@ -34296,11 +33202,8 @@ paths: get: tags: - users.chat - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message_GetHostedContent parameters: - name: user-id @@ -34475,9 +33378,6 @@ paths: tags: - users.chat summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.chat.message_GetHostedContentsContent parameters: - name: user-id @@ -34624,11 +33524,8 @@ paths: get: tags: - users.chat - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.chat.message_ListReply parameters: - name: user-id @@ -34702,11 +33599,7 @@ paths: post: tags: - users.chat - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for users operationId: user.chat.message_CreateReply parameters: - name: user-id @@ -34754,11 +33647,8 @@ paths: get: tags: - users.chat - 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 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.chat.message_GetReply parameters: - name: user-id @@ -34932,11 +33822,8 @@ paths: get: tags: - users.chat - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message.reply_ListHostedContent parameters: - name: user-id @@ -35074,11 +33961,8 @@ paths: get: tags: - users.chat - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.chat.message.reply_GetHostedContent parameters: - name: user-id @@ -35277,9 +34161,6 @@ paths: tags: - users.chat summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.chat.message.reply_GetHostedContentsContent parameters: - name: user-id @@ -35518,11 +34399,8 @@ paths: get: tags: - users.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 + summary: Get permissionGrants from users + description: A collection of permissions granted to apps for the chat. operationId: user.chat_ListPermissionGrant parameters: - name: user-id @@ -35809,11 +34687,8 @@ paths: get: tags: - users.chat - 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 + summary: Get pinnedMessages from users + description: A collection of all the pinned messages in the chat. Nullable. operationId: user.chat_ListPinnedMessage parameters: - name: user-id @@ -35879,11 +34754,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to pinnedMessages for users operationId: user.chat_CreatePinnedMessage parameters: - name: user-id @@ -36031,11 +34902,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property pinnedMessages for users operationId: user.chat_DeletePinnedMessage parameters: - name: user-id @@ -36170,11 +35037,8 @@ paths: get: tags: - users.chat - 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 + summary: Get tabs from users + description: A collection of all the tabs in the chat. Nullable. operationId: user.chat_ListTab parameters: - name: user-id @@ -36240,11 +35104,7 @@ paths: post: tags: - users.chat - 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 + summary: Create new navigation property to tabs for users operationId: user.chat_CreateTab parameters: - name: user-id @@ -36284,11 +35144,8 @@ paths: get: tags: - users.chat - 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 + summary: Get tabs from users + description: A collection of all the tabs in the chat. Nullable. operationId: user.chat_GetTab parameters: - name: user-id @@ -36348,11 +35205,7 @@ paths: patch: tags: - users.chat - 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 + summary: Update the navigation property tabs in users operationId: user.chat_UpdateTab parameters: - name: user-id @@ -36399,11 +35252,7 @@ paths: delete: tags: - users.chat - 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 + summary: Delete navigation property tabs for users operationId: user.chat_DeleteTab parameters: - name: user-id @@ -36560,11 +35409,7 @@ paths: get: tags: - users.team - summary: List joinedTeams - description: Get the teams in Microsoft Teams that the user is a direct member of. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0 + summary: Get joinedTeams from users operationId: user_ListJoinedTeam parameters: - name: user-id @@ -36780,11 +35625,8 @@ paths: get: tags: - users.team - 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 + summary: Get allChannels from users + description: List of channels either hosted in or shared with the team (incoming channels). operationId: user.joinedTeam_ListAllChannel parameters: - name: user-id @@ -36943,11 +35785,8 @@ paths: get: tags: - users.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 + summary: Get channels from users + description: The collection of channels and messages associated with the team. operationId: user.joinedTeam_ListChannel parameters: - name: user-id @@ -37013,11 +35852,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to channels for users operationId: user.joinedTeam_CreateChannel parameters: - name: user-id @@ -37057,11 +35892,8 @@ paths: get: tags: - users.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 + summary: Get channels from users + description: The collection of channels and messages associated with the team. operationId: user.joinedTeam_GetChannel parameters: - name: user-id @@ -37121,11 +35953,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property channels in users operationId: user.joinedTeam_UpdateChannel parameters: - name: user-id @@ -37172,11 +36000,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property channels for users operationId: user.joinedTeam_DeleteChannel parameters: - name: user-id @@ -37219,11 +36043,8 @@ paths: get: tags: - users.team - 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 + summary: Get filesFolder from users + description: Metadata for the location where the channel's files are stored. operationId: user.joinedTeam.channel_GetFilesFolder parameters: - name: user-id @@ -37286,9 +36107,6 @@ paths: - users.team summary: Get content for the navigation property filesFolder from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: user.joinedTeam.channel_GetFilesFolderContent parameters: - name: user-id @@ -37386,11 +36204,8 @@ paths: get: tags: - users.team - 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 + summary: Get members from users + description: A collection of membership records associated with the channel. operationId: user.joinedTeam.channel_ListMember parameters: - name: user-id @@ -37464,11 +36279,7 @@ paths: post: tags: - users.team - 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-1.0 + summary: Create new navigation property to members for users operationId: user.joinedTeam.channel_CreateMember parameters: - name: user-id @@ -37516,11 +36327,8 @@ paths: get: tags: - users.team - 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 + summary: Get members from users + description: A collection of membership records associated with the channel. operationId: user.joinedTeam.channel_GetMember parameters: - name: user-id @@ -37588,11 +36396,7 @@ paths: patch: tags: - users.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + summary: Update the navigation property members in users operationId: user.joinedTeam.channel_UpdateMember parameters: - name: user-id @@ -37647,11 +36451,7 @@ paths: delete: tags: - users.team - summary: Delete conversationMember - description: Delete a conversationMember from a channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for users operationId: user.joinedTeam.channel_DeleteMember parameters: - name: user-id @@ -37740,11 +36540,8 @@ paths: get: tags: - users.team - 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 + summary: Get messages from users + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: user.joinedTeam.channel_ListMessage parameters: - name: user-id @@ -37818,11 +36615,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to messages for users operationId: user.joinedTeam.channel_CreateMessage parameters: - name: user-id @@ -37870,11 +36663,8 @@ paths: get: tags: - users.team - 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 + summary: Get messages from users + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: user.joinedTeam.channel_GetMessage parameters: - name: user-id @@ -37942,11 +36732,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property messages in users operationId: user.joinedTeam.channel_UpdateMessage parameters: - name: user-id @@ -38052,11 +36838,8 @@ paths: get: tags: - users.team - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.joinedTeam.channel.message_ListHostedContent parameters: - name: user-id @@ -38194,11 +36977,8 @@ paths: get: tags: - users.team - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.joinedTeam.channel.message_GetHostedContent parameters: - name: user-id @@ -38397,9 +37177,6 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.joinedTeam.channel.message_GetHostedContentsContent parameters: - name: user-id @@ -38570,11 +37347,8 @@ paths: get: tags: - users.team - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.joinedTeam.channel.message_ListReply parameters: - name: user-id @@ -38656,11 +37430,7 @@ paths: post: tags: - users.team - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for users operationId: user.joinedTeam.channel.message_CreateReply parameters: - name: user-id @@ -38716,11 +37486,8 @@ paths: get: tags: - users.team - 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 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.joinedTeam.channel.message_GetReply parameters: - name: user-id @@ -38918,11 +37685,8 @@ paths: get: tags: - users.team - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.joinedTeam.channel.message.reply_ListHostedContent parameters: - name: user-id @@ -39076,11 +37840,8 @@ paths: get: tags: - users.team - 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 + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: user.joinedTeam.channel.message.reply_GetHostedContent parameters: - name: user-id @@ -39303,9 +38064,6 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.joinedTeam.channel.message.reply_GetHostedContentsContent parameters: - name: user-id @@ -39584,11 +38342,8 @@ paths: get: tags: - users.team - 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 + summary: Get sharedWithTeams from users + description: A collection of teams with which a channel is shared. operationId: user.joinedTeam.channel_ListSharedGraphWPreTeam parameters: - name: user-id @@ -39710,11 +38465,8 @@ paths: get: tags: - users.team - 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 + summary: Get sharedWithTeams from users + description: A collection of teams with which a channel is shared. operationId: user.joinedTeam.channel_GetSharedGraphWPreTeam parameters: - name: user-id @@ -39837,11 +38589,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property sharedWithTeams for users operationId: user.joinedTeam.channel_DeleteSharedGraphWPreTeam parameters: - name: user-id @@ -39892,11 +38640,8 @@ paths: get: tags: - users.team - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from users + description: A collection of team members who have access to the shared channel. operationId: user.joinedTeam.channel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: user-id @@ -40210,11 +38955,8 @@ paths: get: tags: - users.team - 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 + summary: Get tabs from users + description: A collection of all the tabs in the channel. A navigation property. operationId: user.joinedTeam.channel_ListTab parameters: - name: user-id @@ -40288,11 +39030,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to tabs for users operationId: user.joinedTeam.channel_CreateTab parameters: - name: user-id @@ -40340,11 +39078,8 @@ paths: get: tags: - users.team - 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 + summary: Get tabs from users + description: A collection of all the tabs in the channel. A navigation property. operationId: user.joinedTeam.channel_GetTab parameters: - name: user-id @@ -40412,11 +39147,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property tabs in users operationId: user.joinedTeam.channel_UpdateTab parameters: - name: user-id @@ -40471,11 +39202,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property tabs for users operationId: user.joinedTeam.channel_DeleteTab parameters: - name: user-id @@ -40814,11 +39541,8 @@ paths: get: tags: - users.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 + summary: Get incomingChannels from users + description: List of channels shared with the team. operationId: user.joinedTeam_ListIncomingChannel parameters: - name: user-id @@ -40977,11 +39701,8 @@ paths: get: tags: - users.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 + summary: Get installedApps from users + description: The apps installed in this team. operationId: user.joinedTeam_ListInstalledApp parameters: - name: user-id @@ -41047,11 +39768,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to installedApps for users operationId: user.joinedTeam_CreateInstalledApp parameters: - name: user-id @@ -41091,11 +39808,8 @@ paths: get: tags: - users.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 + summary: Get installedApps from users + description: The apps installed in this team. operationId: user.joinedTeam_GetInstalledApp parameters: - name: user-id @@ -41202,11 +39916,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property installedApps for users operationId: user.joinedTeam_DeleteInstalledApp parameters: - name: user-id @@ -41403,11 +40113,8 @@ paths: get: tags: - users.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 should not try to parse or make assumptions about these resource IDs. In the future, membership results may 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 + summary: Get members from users + description: Members and owners of the team. operationId: user.joinedTeam_ListMember parameters: - name: user-id @@ -41473,11 +40180,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to members for users operationId: user.joinedTeam_CreateMember parameters: - name: user-id @@ -41517,11 +40220,8 @@ paths: get: tags: - users.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 + summary: Get members from users + description: Members and owners of the team. operationId: user.joinedTeam_GetMember parameters: - name: user-id @@ -41581,11 +40281,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property members in users operationId: user.joinedTeam_UpdateMember parameters: - name: user-id @@ -41632,11 +40328,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property members for users operationId: user.joinedTeam_DeleteMember parameters: - name: user-id @@ -41997,11 +40689,8 @@ paths: get: tags: - users.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 + summary: Get permissionGrants from users + description: A collection of permissions granted to apps to access the team. operationId: user.joinedTeam_ListPermissionGrant parameters: - name: user-id @@ -42288,11 +40977,8 @@ paths: get: tags: - users.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 + summary: Get photo from users + description: The profile photo for the team. operationId: user.joinedTeam_GetPhoto parameters: - name: user-id @@ -42385,9 +41071,6 @@ paths: tags: - users.team summary: Get media content for the navigation property photo from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: user.joinedTeam_GetPhotoContent parameters: - name: user-id @@ -42464,11 +41147,8 @@ paths: get: tags: - users.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 + summary: Get primaryChannel from users + description: The general channel for the team. operationId: user.joinedTeam_GetPrimaryChannel parameters: - name: user-id @@ -42594,11 +41274,8 @@ paths: get: tags: - users.team - 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 + summary: Get filesFolder from users + description: Metadata for the location where the channel's files are stored. operationId: user.joinedTeam.primaryChannel_GetFilesFolder parameters: - name: user-id @@ -42653,9 +41330,6 @@ paths: - users.team summary: Get content for the navigation property filesFolder from users description: 'The content stream, if the item represents a file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel_GetFilesFolderContent parameters: - name: user-id @@ -42737,11 +41411,8 @@ paths: get: tags: - users.team - 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 + summary: Get members from users + description: A collection of membership records associated with the channel. operationId: user.joinedTeam.primaryChannel_ListMember parameters: - name: user-id @@ -42807,11 +41478,7 @@ paths: post: tags: - users.team - 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-1.0 + summary: Create new navigation property to members for users operationId: user.joinedTeam.primaryChannel_CreateMember parameters: - name: user-id @@ -42851,11 +41518,8 @@ paths: get: tags: - users.team - 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 + summary: Get members from users + description: A collection of membership records associated with the channel. operationId: user.joinedTeam.primaryChannel_GetMember parameters: - name: user-id @@ -42915,11 +41579,7 @@ paths: patch: tags: - users.team - summary: Update conversationMember - description: Update the role of a conversationMember in a team or channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 + summary: Update the navigation property members in users operationId: user.joinedTeam.primaryChannel_UpdateMember parameters: - name: user-id @@ -42966,11 +41626,7 @@ paths: delete: tags: - users.team - summary: Delete conversationMember - description: Delete a conversationMember from a channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0 + summary: Delete navigation property members for users operationId: user.joinedTeam.primaryChannel_DeleteMember parameters: - name: user-id @@ -43043,11 +41699,8 @@ paths: get: tags: - users.team - 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 + summary: Get messages from users + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: user.joinedTeam.primaryChannel_ListMessage parameters: - name: user-id @@ -43113,11 +41766,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to messages for users operationId: user.joinedTeam.primaryChannel_CreateMessage parameters: - name: user-id @@ -43157,11 +41806,8 @@ paths: get: tags: - users.team - 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 + summary: Get messages from users + description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: user.joinedTeam.primaryChannel_GetMessage parameters: - name: user-id @@ -43221,11 +41867,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property messages in users operationId: user.joinedTeam.primaryChannel_UpdateMessage parameters: - name: user-id @@ -43315,11 +41957,8 @@ paths: get: tags: - users.team - 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 + 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_ListHostedContent parameters: - name: user-id @@ -43441,11 +42080,8 @@ paths: get: tags: - users.team - 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 + 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_GetHostedContent parameters: - name: user-id @@ -43620,9 +42256,6 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel.message_GetHostedContentsContent parameters: - name: user-id @@ -43769,11 +42402,8 @@ paths: get: tags: - users.team - summary: List replies - description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.joinedTeam.primaryChannel.message_ListReply parameters: - name: user-id @@ -43847,11 +42477,7 @@ paths: post: tags: - users.team - summary: Reply to a message in a channel - description: Create a new reply to a chatMessage in a specified channel. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 + summary: Create new navigation property to replies for users operationId: user.joinedTeam.primaryChannel.message_CreateReply parameters: - name: user-id @@ -43899,11 +42525,8 @@ paths: get: tags: - users.team - 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 + summary: Get replies from users + description: Replies for a specified message. Supports $expand for channel messages. operationId: user.joinedTeam.primaryChannel.message_GetReply parameters: - name: user-id @@ -44077,11 +42700,8 @@ paths: get: tags: - users.team - 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 + 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_ListHostedContent parameters: - name: user-id @@ -44219,11 +42839,8 @@ paths: get: tags: - users.team - 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 + 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 @@ -44422,9 +43039,6 @@ paths: tags: - users.team summary: Get media content for the navigation property hostedContents from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel.message.reply_GetHostedContentsContent parameters: - name: user-id @@ -44663,11 +43277,8 @@ paths: get: tags: - users.team - 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 + summary: Get sharedWithTeams from users + description: A collection of teams with which a channel is shared. operationId: user.joinedTeam.primaryChannel_ListSharedGraphWPreTeam parameters: - name: user-id @@ -44773,11 +43384,8 @@ paths: get: tags: - users.team - 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 + summary: Get sharedWithTeams from users + description: A collection of teams with which a channel is shared. operationId: user.joinedTeam.primaryChannel_GetSharedGraphWPreTeam parameters: - name: user-id @@ -44884,11 +43492,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property sharedWithTeams for users operationId: user.joinedTeam.primaryChannel_DeleteSharedGraphWPreTeam parameters: - name: user-id @@ -44931,11 +43535,8 @@ paths: get: tags: - users.team - summary: List allowedMembers - description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 + summary: Get allowedMembers from users + description: A collection of team members who have access to the shared channel. operationId: user.joinedTeam.primaryChannel.sharedGraphWPreTeam_ListAllowedMember parameters: - name: user-id @@ -45209,11 +43810,8 @@ paths: get: tags: - users.team - 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 + summary: Get tabs from users + description: A collection of all the tabs in the channel. A navigation property. operationId: user.joinedTeam.primaryChannel_ListTab parameters: - name: user-id @@ -45279,11 +43877,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to tabs for users operationId: user.joinedTeam.primaryChannel_CreateTab parameters: - name: user-id @@ -45323,11 +43917,8 @@ paths: get: tags: - users.team - 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 + summary: Get tabs from users + description: A collection of all the tabs in the channel. A navigation property. operationId: user.joinedTeam.primaryChannel_GetTab parameters: - name: user-id @@ -45387,11 +43978,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property tabs in users operationId: user.joinedTeam.primaryChannel_UpdateTab parameters: - name: user-id @@ -45438,11 +44025,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property tabs for users operationId: user.joinedTeam.primaryChannel_DeleteTab parameters: - name: user-id @@ -45577,11 +44160,8 @@ paths: get: tags: - users.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 + summary: Get schedule from users + description: The schedule of shifts for this team. operationId: user.joinedTeam_GetSchedule parameters: - name: user-id @@ -45707,11 +44287,8 @@ paths: get: tags: - users.team - 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 + summary: Get offerShiftRequests from users + description: The offer requests for shifts in the schedule. operationId: user.joinedTeam.schedule_ListOfferShiftRequest parameters: - name: user-id @@ -45777,11 +44354,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to offerShiftRequests for users operationId: user.joinedTeam.schedule_CreateOfferShiftRequest parameters: - name: user-id @@ -45821,11 +44394,8 @@ paths: get: tags: - users.team - 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 + summary: Get offerShiftRequests from users + description: The offer requests for shifts in the schedule. operationId: user.joinedTeam.schedule_GetOfferShiftRequest parameters: - name: user-id @@ -46005,11 +44575,8 @@ paths: get: tags: - users.team - 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 + summary: Get openShiftChangeRequests from users + description: The open shift requests in the schedule. operationId: user.joinedTeam.schedule_ListOpenShiftChangeRequest parameters: - name: user-id @@ -46075,11 +44642,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to openShiftChangeRequests for users operationId: user.joinedTeam.schedule_CreateOpenShiftChangeRequest parameters: - name: user-id @@ -46119,11 +44682,8 @@ paths: get: tags: - users.team - 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 + summary: Get openShiftChangeRequests from users + description: The open shift requests in the schedule. operationId: user.joinedTeam.schedule_GetOpenShiftChangeRequest parameters: - name: user-id @@ -46303,11 +44863,8 @@ paths: get: tags: - users.team - 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 + summary: Get openShifts from users + description: The set of open shifts in a scheduling group in the schedule. operationId: user.joinedTeam.schedule_ListOpenShift parameters: - name: user-id @@ -46373,11 +44930,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to openShifts for users operationId: user.joinedTeam.schedule_CreateOpenShift parameters: - name: user-id @@ -46417,11 +44970,8 @@ paths: get: tags: - users.team - 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 + summary: Get openShifts from users + description: The set of open shifts in a scheduling group in the schedule. operationId: user.joinedTeam.schedule_GetOpenShift parameters: - name: user-id @@ -46481,11 +45031,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property openShifts in users operationId: user.joinedTeam.schedule_UpdateOpenShift parameters: - name: user-id @@ -46532,11 +45078,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property openShifts for users operationId: user.joinedTeam.schedule_DeleteOpenShift parameters: - name: user-id @@ -46609,11 +45151,8 @@ paths: get: tags: - users.team - 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 + summary: Get schedulingGroups from users + description: The logical grouping of users in the schedule (usually by role). operationId: user.joinedTeam.schedule_ListSchedulingGroup parameters: - name: user-id @@ -46669,11 +45208,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to schedulingGroups for users operationId: user.joinedTeam.schedule_CreateSchedulingGroup parameters: - name: user-id @@ -46713,11 +45248,8 @@ paths: get: tags: - users.team - 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 + summary: Get schedulingGroups from users + description: The logical grouping of users in the schedule (usually by role). operationId: user.joinedTeam.schedule_GetSchedulingGroup parameters: - name: user-id @@ -46767,11 +45299,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property schedulingGroups in users operationId: user.joinedTeam.schedule_UpdateSchedulingGroup parameters: - name: user-id @@ -46818,11 +45346,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property schedulingGroups for users operationId: user.joinedTeam.schedule_DeleteSchedulingGroup parameters: - name: user-id @@ -46895,11 +45419,8 @@ paths: get: tags: - users.team - 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 + summary: Get shifts from users + description: The shifts in the schedule. operationId: user.joinedTeam.schedule_ListShift parameters: - name: user-id @@ -46955,11 +45476,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to shifts for users operationId: user.joinedTeam.schedule_CreateShift parameters: - name: user-id @@ -46999,11 +45516,8 @@ paths: get: tags: - users.team - 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 + summary: Get shifts from users + description: The shifts in the schedule. operationId: user.joinedTeam.schedule_GetShift parameters: - name: user-id @@ -47053,11 +45567,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property shifts in users operationId: user.joinedTeam.schedule_UpdateShift parameters: - name: user-id @@ -47104,11 +45614,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property shifts for users operationId: user.joinedTeam.schedule_DeleteShift parameters: - name: user-id @@ -47181,11 +45687,8 @@ paths: get: tags: - users.team - 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 + summary: Get swapShiftsChangeRequests from users + description: The swap requests for shifts in the schedule. operationId: user.joinedTeam.schedule_ListSwapShiftsChangeRequest parameters: - name: user-id @@ -47251,11 +45754,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to swapShiftsChangeRequests for users operationId: user.joinedTeam.schedule_CreateSwapShiftsChangeRequest parameters: - name: user-id @@ -47295,11 +45794,8 @@ paths: get: tags: - users.team - 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 + summary: Get swapShiftsChangeRequests from users + description: The swap requests for shifts in the schedule. operationId: user.joinedTeam.schedule_GetSwapShiftsChangeRequest parameters: - name: user-id @@ -47479,11 +45975,8 @@ paths: get: tags: - users.team - 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 + summary: Get timeOffReasons from users + description: The set of reasons for a time off in the schedule. operationId: user.joinedTeam.schedule_ListTimeOffReason parameters: - name: user-id @@ -47539,11 +46032,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to timeOffReasons for users operationId: user.joinedTeam.schedule_CreateTimeOffReason parameters: - name: user-id @@ -47583,11 +46072,8 @@ paths: get: tags: - users.team - 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 + summary: Get timeOffReasons from users + description: The set of reasons for a time off in the schedule. operationId: user.joinedTeam.schedule_GetTimeOffReason parameters: - name: user-id @@ -47637,11 +46123,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property timeOffReasons in users operationId: user.joinedTeam.schedule_UpdateTimeOffReason parameters: - name: user-id @@ -47688,11 +46170,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property timeOffReasons for users operationId: user.joinedTeam.schedule_DeleteTimeOffReason parameters: - name: user-id @@ -47765,11 +46243,8 @@ paths: get: tags: - users.team - 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 + summary: Get timeOffRequests from users + description: The time off requests in the schedule. operationId: user.joinedTeam.schedule_ListTimeOffRequest parameters: - name: user-id @@ -47865,11 +46340,8 @@ paths: get: tags: - users.team - 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 + summary: Get timeOffRequests from users + description: The time off requests in the schedule. operationId: user.joinedTeam.schedule_GetTimeOffRequest parameters: - name: user-id @@ -47966,11 +46438,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property timeOffRequests for users operationId: user.joinedTeam.schedule_DeleteTimeOffRequest parameters: - name: user-id @@ -48043,11 +46511,8 @@ paths: get: tags: - users.team - 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 + summary: Get timesOff from users + description: The instances of times off in the schedule. operationId: user.joinedTeam.schedule_ListTimesOff parameters: - name: user-id @@ -48103,11 +46568,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to timesOff for users operationId: user.joinedTeam.schedule_CreateTimesOff parameters: - name: user-id @@ -48147,11 +46608,8 @@ paths: get: tags: - users.team - 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 + summary: Get timesOff from users + description: The instances of times off in the schedule. operationId: user.joinedTeam.schedule_GetTimesOff parameters: - name: user-id @@ -48201,11 +46659,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property timesOff in users operationId: user.joinedTeam.schedule_UpdateTimesOff parameters: - name: user-id @@ -48252,11 +46706,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property timesOff for users operationId: user.joinedTeam.schedule_DeleteTimesOff parameters: - name: user-id @@ -48329,11 +46779,8 @@ paths: get: tags: - users.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 + summary: Get tags from users + description: The tags associated with the team. operationId: user.joinedTeam_ListTag parameters: - name: user-id @@ -48399,11 +46846,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to tags for users operationId: user.joinedTeam_CreateTag parameters: - name: user-id @@ -48443,11 +46886,8 @@ paths: get: tags: - users.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 + summary: Get tags from users + description: The tags associated with the team. operationId: user.joinedTeam_GetTag parameters: - name: user-id @@ -48507,11 +46947,7 @@ paths: patch: tags: - users.team - 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 + summary: Update the navigation property tags in users operationId: user.joinedTeam_UpdateTag parameters: - name: user-id @@ -48558,11 +46994,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property tags for users operationId: user.joinedTeam_DeleteTag parameters: - name: user-id @@ -48605,11 +47037,8 @@ paths: get: tags: - users.team - 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 + summary: Get members from users + description: Users assigned to the tag. operationId: user.joinedTeam.tag_ListMember parameters: - name: user-id @@ -48683,11 +47112,7 @@ paths: post: tags: - users.team - 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 + summary: Create new navigation property to members for users operationId: user.joinedTeam.tag_CreateMember parameters: - name: user-id @@ -48735,11 +47160,8 @@ paths: get: tags: - users.team - 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 + summary: Get members from users + description: Users assigned to the tag. operationId: user.joinedTeam.tag_GetMember parameters: - name: user-id @@ -48862,11 +47284,7 @@ paths: delete: tags: - users.team - 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 + summary: Delete navigation property members for users operationId: user.joinedTeam.tag_DeleteMember parameters: - name: user-id @@ -49164,11 +47582,8 @@ paths: get: tags: - users.userTeamwork - summary: List associatedTeamInfo - description: "Get the list of teams in Microsoft Teams that a user is associated with.\nCurrently, a user can be associated with a team in two different ways:" - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0 + summary: Get associatedTeams from users + description: The list of associatedTeamInfo objects that a user is associated with. operationId: user.teamwork_ListAssociatedTeam parameters: - name: user-id @@ -49460,11 +47875,8 @@ paths: get: tags: - users.userTeamwork - 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 + summary: Get installedApps from users + description: The apps installed in the personal scope of this user. operationId: user.teamwork_ListInstalledApp parameters: - name: user-id @@ -49522,11 +47934,7 @@ paths: post: tags: - users.userTeamwork - 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 + summary: Create new navigation property to installedApps for users operationId: user.teamwork_CreateInstalledApp parameters: - name: user-id @@ -49558,11 +47966,8 @@ paths: get: tags: - users.userTeamwork - 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 + summary: Get installedApps from users + description: The apps installed in the personal scope of this user. operationId: user.teamwork_GetInstalledApp parameters: - name: user-id @@ -49653,11 +48058,7 @@ paths: delete: tags: - users.userTeamwork - 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 + summary: Delete navigation property installedApps for users operationId: user.teamwork_DeleteInstalledApp parameters: - name: user-id @@ -49692,11 +48093,8 @@ paths: get: tags: - users.userTeamwork - 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 + summary: Get chat from users + description: The chat between the user and Teams app. operationId: user.teamwork.installedApp_GetChat parameters: - name: user-id @@ -50606,13 +49004,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -50802,6 +49200,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -51376,6 +49775,13 @@ components: - title: teamwork type: object properties: + isTeamsEnabled: + type: boolean + description: Indicates whether Microsoft Teams is enabled for the organization. + region: + type: string + description: 'Represents the region of the organization. > The region property contains the organization''s or the user''s region. The property contains the user''s region (if available) for users who have a valid multigeo license. For users without multigeo licenses, the region property contains the organization''s region.' + nullable: true deletedChats: type: array items: @@ -51471,6 +49877,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -53296,7 +51710,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -53504,6 +51918,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -54335,11 +52750,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -54355,13 +52770,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -54942,7 +53357,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -56149,7 +54564,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -56304,6 +54719,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -57543,6 +55959,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -62035,6 +60456,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -62046,9 +60468,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 5b94008167..4687417ef1 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -7938,7 +7938,7 @@ paths: tags: - users.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 @@ -8221,7 +8221,7 @@ paths: tags: - users.Actions summary: Invoke action invite - description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]." + description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 @@ -8568,7 +8568,7 @@ paths: tags: - users.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -8752,7 +8752,7 @@ paths: tags: - users.Actions summary: Invoke action associateWithHubSites - description: 'Associate a published [content type][contentType] present in a content type hub with a list of hub sites.' + description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 @@ -8811,7 +8811,7 @@ paths: tags: - users.Actions summary: Invoke action copyToDefaultContentLocation - description: 'Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.' + description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 @@ -8867,7 +8867,7 @@ paths: tags: - users.Actions summary: Invoke action publish - description: 'Publishes a [contentType][] present in the content type hub site.' + description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 @@ -8908,7 +8908,7 @@ paths: tags: - users.Actions summary: Invoke action unpublish - description: 'Unpublish a [contentType][] from a content type hub site.' + description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 @@ -8949,7 +8949,7 @@ paths: tags: - users.Actions summary: Invoke action addCopy - description: 'Add a copy of a [content type][contentType] from a [site][site] to a [list][list].' + description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 @@ -9549,7 +9549,7 @@ paths: tags: - users.Actions summary: Invoke action copy - description: 'Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.' + description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 @@ -9792,7 +9792,7 @@ paths: tags: - users.Actions summary: Invoke action invite - description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]." + description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 @@ -10091,7 +10091,7 @@ paths: tags: - users.Actions summary: Invoke action grant - description: 'Grant users access to a link represented by a [permission][].' + description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 @@ -12006,7 +12006,7 @@ paths: tags: - users.Actions summary: Invoke action clone - description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." + description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \nIf the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 @@ -15609,7 +15609,7 @@ paths: tags: - users.Actions summary: Invoke action exportPersonalData - description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more guidance about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' + description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0 @@ -18207,11 +18207,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -18227,13 +18227,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -18329,13 +18329,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -18554,6 +18554,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -20309,7 +20310,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -20381,7 +20382,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -20538,6 +20539,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -21840,7 +21842,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -24837,6 +24839,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -25284,6 +25291,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -27230,6 +27245,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -29290,6 +29306,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -29301,9 +29318,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 43b1d9136d..d5ae24fc9d 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -1773,6 +1773,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: user.chat.message.reply_delta parameters: - name: user-id @@ -1866,6 +1870,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: user.chat.message_delta parameters: - name: user-id @@ -1951,6 +1959,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-1.0 operationId: user.chat_getAllMessage parameters: - name: user-id @@ -2673,6 +2685,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: user.drive.item_delta parameters: - name: user-id @@ -2867,6 +2883,10 @@ paths: tags: - users.Functions summary: Invoke function getActivitiesByInterval + description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: user.drive.item_getActivitiesGraphBPreInterval parameters: - name: user-id @@ -3071,6 +3091,10 @@ paths: tags: - users.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: user.drive.item_search parameters: - name: user-id @@ -3169,6 +3193,10 @@ paths: tags: - users.Functions summary: Invoke function isPublished + description: Check the publishing status of a contentType in a content type hub site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: user.drive.list.contentType_isPublished parameters: - name: user-id @@ -3216,6 +3244,10 @@ paths: tags: - users.Functions summary: Invoke function getCompatibleHubContentTypes + description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: user.drive.list.contentType_getCompatibleHubContentType parameters: - name: user-id @@ -3497,11 +3529,197 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta()': + get: + tags: + - users.Functions + summary: Invoke function delta + description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 + operationId: user.drive.list.item_delta + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + 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 + '/users/{user-id}/drives/{drive-id}/list/items/microsoft.graph.delta(token=''{token}'')': + get: + tags: + - users.Functions + summary: Invoke function delta + operationId: user.drive.list.item_delta + 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: token + in: path + description: 'Usage: token=''{token}''' + required: true + style: simple + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of listItem + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/users/{user-id}/drives/{drive-id}/microsoft.graph.recent()': get: tags: - users.Functions summary: Invoke function recent + description: "List a set of items that have been recently used by the signed in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0 operationId: user.drive_recent parameters: - name: user-id @@ -3569,6 +3787,10 @@ paths: tags: - users.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: user.drive_search parameters: - name: user-id @@ -3644,6 +3866,10 @@ paths: tags: - users.Functions summary: Invoke function 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: user.drive_sharedGraphWPreMe parameters: - name: user-id @@ -3899,6 +4125,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: user.drive.root_delta parameters: - name: user-id @@ -4077,6 +4307,10 @@ paths: tags: - users.Functions summary: Invoke function getActivitiesByInterval + description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: user.drive.root_getActivitiesGraphBPreInterval parameters: - name: user-id @@ -4265,6 +4499,10 @@ paths: tags: - users.Functions summary: Invoke function search + description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: user.drive.root_search parameters: - name: user-id @@ -4557,6 +4795,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: user.joinedTeam.channel.message.reply_delta parameters: - name: user-id @@ -4658,6 +4900,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: user.joinedTeam.channel.message_delta parameters: - name: user-id @@ -4751,6 +4997,10 @@ paths: tags: - users.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: user.joinedTeam.channel_doesUserHaveAccess parameters: - name: user-id @@ -4822,6 +5072,10 @@ paths: tags: - users.Functions summary: Invoke function getAllMessages + description: 'Retrieve messages across all channels in a team, including text, audio, and video conversations. 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/channel-getallmessages?view=graph-rest-1.0 operationId: user.joinedTeam.channel_getAllMessage parameters: - name: user-id @@ -4911,6 +5165,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel.message.reply_delta parameters: - name: user-id @@ -5004,6 +5262,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel.message_delta parameters: - name: user-id @@ -5089,6 +5351,10 @@ paths: tags: - users.Functions summary: Invoke function doesUserHaveAccess + description: Determine whether a user has access to a shared channel. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: user.joinedTeam.primaryChannel_doesUserHaveAccess parameters: - name: user-id @@ -5228,6 +5494,35 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/licenseDetails/microsoft.graph.getTeamsLicensingDetails()': + get: + tags: + - users.Functions + summary: Invoke function getTeamsLicensingDetails + description: Get the license status of a user in Microsoft Teams. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0 + operationId: user.licenseDetail_getTeamsLicensingDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsLicensingDetails' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/microsoft.graph.delta()': get: tags: @@ -5754,6 +6049,9 @@ paths: - users.Functions summary: Invoke function getManagedAppDiagnosticStatuses description: Gets diagnostics validation status for a given user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0 operationId: user_getManagedAppDiagnosticStatus parameters: - name: user-id @@ -5784,6 +6082,9 @@ paths: - users.Functions summary: Invoke function getManagedAppPolicies description: Gets app restrictions for a given user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0 operationId: user_getManagedAppPolicy parameters: - name: user-id @@ -5844,6 +6145,9 @@ paths: - users.Functions summary: Invoke function getManagedDevicesWithAppFailures description: Retrieves the list of devices with failed apps + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0 operationId: user_getManagedDevicesGraphWPreAppFailure parameters: - name: user-id @@ -5873,6 +6177,9 @@ paths: tags: - users.Functions summary: Invoke function reminderView + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 operationId: user_reminderView parameters: - name: user-id @@ -6023,6 +6330,10 @@ paths: tags: - users.Functions summary: Invoke function getRecentNotebooks + description: Get a list of recentNotebook instances that have been accessed by the signed-in user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: user.onenote.notebook_getRecentNotebook parameters: - name: user-id @@ -6197,6 +6508,10 @@ paths: tags: - users.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl + description: 'Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0 operationId: user.onlineMeeting_getVirtualAppointmentJoinWebUrl parameters: - name: user-id @@ -6376,6 +6691,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user''s todoTask resources without having to fetch the entire set from the server every time. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0 operationId: user.todo.list.task_delta parameters: - name: user-id @@ -6461,6 +6780,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: "Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, \nyou can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0 operationId: user.todo.list_delta parameters: - name: user-id @@ -6538,6 +6861,10 @@ paths: tags: - users.Functions summary: Invoke function delta + description: 'Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. See change tracking for details.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0 operationId: user_delta parameters: - $ref: '#/components/parameters/top' @@ -7288,13 +7615,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -7384,6 +7711,48 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.listItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: listItem + type: object + properties: + contentType: + $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + analytics: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + documentSetVersions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' + description: Version information for a document set version created by a user. + x-ms-navigationProperty: true + driveItem: + $ref: '#/components/schemas/microsoft.graph.driveItem' + fields: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' + description: The list of previous versions of the list item. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.teamsLicensingDetails: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsLicensingDetails + type: object + properties: + hasTeamsLicense: + type: boolean + description: Indicates whether the user has a valid license to use Microsoft Teams. + nullable: true + additionalProperties: + type: object microsoft.graph.message: allOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' @@ -9632,36 +10001,6 @@ components: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' additionalProperties: type: object - microsoft.graph.listItem: - allOf: - - $ref: '#/components/schemas/microsoft.graph.baseItem' - - title: listItem - type: object - properties: - contentType: - $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' - sharepointIds: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - analytics: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - documentSetVersions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - description: Version information for a document set version created by a user. - x-ms-navigationProperty: true - driveItem: - $ref: '#/components/schemas/microsoft.graph.driveItem' - fields: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - versions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - description: The list of previous versions of the list item. - x-ms-navigationProperty: true - additionalProperties: - type: object microsoft.graph.permission: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -9933,11 +10272,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -9953,13 +10292,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -10056,7 +10395,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -10090,6 +10429,66 @@ components: $ref: '#/components/schemas/microsoft.graph.columnDefinition' additionalProperties: type: object + microsoft.graph.contentTypeInfo: + title: contentTypeInfo + type: object + properties: + id: + type: string + description: The ID of the content type. + nullable: true + name: + type: string + description: The name of the content type. + nullable: true + additionalProperties: + type: object + microsoft.graph.documentSetVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.listItemVersion' + - title: documentSetVersion + type: object + properties: + comment: + type: string + description: Comment about the captured version. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time when this version was created. + format: date-time + nullable: true + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.documentSetVersionItem' + description: Items within the document set that are captured as part of this version. + shouldCaptureMinorVersion: + type: boolean + description: 'If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.' + nullable: true + additionalProperties: + type: object + microsoft.graph.fieldValueSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fieldValueSet + type: object + additionalProperties: + type: object + microsoft.graph.listItemVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' + - title: listItemVersion + type: object + properties: + fields: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + additionalProperties: + type: object microsoft.graph.followupFlag: title: followupFlag type: object @@ -10993,7 +11392,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -11105,6 +11504,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -11465,6 +11865,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -11986,6 +12391,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -12464,7 +12877,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object @@ -12525,66 +12938,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.contentTypeInfo: - title: contentTypeInfo - type: object - properties: - id: - type: string - description: The ID of the content type. - nullable: true - name: - type: string - description: The name of the content type. - nullable: true - additionalProperties: - type: object - microsoft.graph.documentSetVersion: - allOf: - - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - - title: documentSetVersion - type: object - properties: - comment: - type: string - description: Comment about the captured version. - nullable: true - createdBy: - $ref: '#/components/schemas/microsoft.graph.identitySet' - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: Date and time when this version was created. - format: date-time - nullable: true - items: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.documentSetVersionItem' - description: Items within the document set that are captured as part of this version. - shouldCaptureMinorVersion: - type: boolean - description: 'If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.' - nullable: true - additionalProperties: - type: object - microsoft.graph.fieldValueSet: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: fieldValueSet - type: object - additionalProperties: - type: object - microsoft.graph.listItemVersion: - allOf: - - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' - - title: listItemVersion - type: object - properties: - fields: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - additionalProperties: - type: object microsoft.graph.sharePointIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -13179,6 +13532,24 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.documentSetVersionItem: + title: documentSetVersionItem + type: object + properties: + itemId: + type: string + description: The unique identifier for the item. + nullable: true + title: + type: string + description: The title of the item. + nullable: true + versionId: + type: string + description: The version ID of the item. + nullable: true + additionalProperties: + type: object microsoft.graph.followupFlagStatus: title: followupFlagStatus enum: @@ -14074,6 +14445,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -14548,6 +14920,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -16479,24 +16852,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentityType' additionalProperties: type: object - microsoft.graph.documentSetVersionItem: - title: documentSetVersionItem - type: object - properties: - itemId: - type: string - description: The unique identifier for the item. - nullable: true - title: - type: string - description: The title of the item. - nullable: true - versionId: - type: string - description: The version ID of the item. - nullable: true - additionalProperties: - type: object microsoft.graph.sharePointIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' @@ -17016,6 +17371,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -17027,9 +17383,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 9fbb80a16d..3fe7983553 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -77,7 +77,7 @@ paths: description: Create a new user object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0 operationId: user_CreateUser requestBody: description: New entity @@ -104,7 +104,7 @@ paths: description: Read properties and relationships of the user object. 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/intune-mam-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 @@ -214,11 +214,8 @@ paths: get: tags: - users.directoryObject - summary: List createdObjects - description: 'Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn''t in any administrator role; otherwise, it returns an empty object.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0 + summary: Get createdObjects from users + description: Directory objects that the user created. Read-only. Nullable. operationId: user_ListCreatedObject parameters: - name: user-id @@ -487,9 +484,6 @@ paths: - users.directoryObject summary: Get directReports from users description: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0 operationId: user_ListDirectReport parameters: - name: user-id @@ -1218,11 +1212,8 @@ paths: get: tags: - users.licenseDetails - summary: List licenseDetails - description: Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0 + summary: Get licenseDetails from users + description: A collection of this user's license details. Read-only. operationId: user_ListLicenseDetail parameters: - name: user-id @@ -1536,11 +1527,8 @@ paths: get: tags: - users.directoryObject - 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 + summary: Get manager from users + description: The user or contact that is this user's manager. Read-only. Supports $expand. operationId: user_GetManager parameters: - name: user-id @@ -1585,11 +1573,8 @@ paths: get: tags: - users.directoryObject - 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 + summary: Get ref of manager from users + description: The user or contact that is this user's manager. Read-only. Supports $expand. operationId: user_GetManagerGraphBPreRef parameters: - name: user-id @@ -1613,11 +1598,7 @@ paths: put: tags: - users.directoryObject - 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 + summary: Update the ref of navigation property manager in users operationId: user_SetManagerGraphBPreRef parameters: - name: user-id @@ -1639,11 +1620,7 @@ paths: delete: tags: - users.directoryObject - 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 + summary: Delete ref of navigation property manager for users operationId: user_DeleteManagerGraphBPreRef parameters: - name: user-id @@ -1672,9 +1649,6 @@ paths: - 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. - 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 @@ -2325,11 +2299,7 @@ paths: get: tags: - users.oAuth2PermissionGrant - 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 + summary: Get oauth2PermissionGrants from users operationId: user_ListOauth2PermissionGrant parameters: - name: user-id @@ -2498,11 +2468,8 @@ paths: get: tags: - users.outlookUser - summary: List masterCategories - description: Get all the categories that have been defined for a user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0 + summary: Get masterCategories from users + description: A list of categories defined for the user. operationId: user.outlook_ListMasterCategory parameters: - name: user-id @@ -2549,11 +2516,7 @@ paths: post: tags: - users.outlookUser - summary: Create Outlook category - description: Create an outlookCategory object in the user's master list of categories. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0 + summary: Create new navigation property to masterCategories for users operationId: user.outlook_CreateMasterCategory parameters: - name: user-id @@ -2585,11 +2548,8 @@ paths: get: tags: - users.outlookUser - summary: Get Outlook category - description: Get the properties and relationships of the specified outlookCategory object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0 + summary: Get masterCategories from users + description: A list of categories defined for the user. operationId: user.outlook_GetMasterCategory parameters: - name: user-id @@ -2631,11 +2591,7 @@ paths: patch: tags: - users.outlookUser - summary: Update outlookCategory - description: 'Update the writable property, color, of the specified outlookCategory object. You can''t modify the displayName property once you have created the category.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookcategory-update?view=graph-rest-1.0 + summary: Update the navigation property masterCategories in users operationId: user.outlook_UpdateMasterCategory parameters: - name: user-id @@ -2674,11 +2630,7 @@ paths: delete: tags: - users.outlookUser - summary: Delete outlookCategory - description: Delete the specified outlookCategory object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/outlookcategory-delete?view=graph-rest-1.0 + summary: Delete navigation property masterCategories for users operationId: user.outlook_DeleteMasterCategory parameters: - name: user-id @@ -2736,9 +2688,6 @@ paths: - users.directoryObject summary: Get ownedDevices from users description: 'Devices that are owned by the user. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0 operationId: user_ListOwnedDevice parameters: - name: user-id @@ -3391,9 +3340,6 @@ paths: - users.directoryObject summary: Get ownedObjects from users description: 'Directory objects that are owned by the user. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0 operationId: user_ListOwnedObject parameters: - name: user-id @@ -4044,11 +3990,8 @@ paths: get: tags: - users.profilePhoto - 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 + summary: Get photo from users + description: The user's profile photo. Read-only. operationId: user_GetPhoto parameters: - name: user-id @@ -4141,9 +4084,6 @@ paths: tags: - users.profilePhoto summary: Get media content for the navigation property photo from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: user_GetPhotoContent parameters: - name: user-id @@ -4361,9 +4301,6 @@ paths: - users.directoryObject summary: Get registeredDevices from users description: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0 operationId: user_ListRegisteredDevice parameters: - name: user-id @@ -5014,11 +4951,7 @@ paths: get: tags: - users.userSettings - summary: Get settings - description: "Read the user and organization userSettings object.\nTo learn how to update the properties of the userSettings object, see update user settings." - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/usersettings-get?view=graph-rest-1.0 + summary: Get settings from users operationId: user_GetSetting parameters: - name: user-id @@ -5062,11 +4995,7 @@ paths: patch: tags: - users.userSettings - summary: Update userSettings - description: "Update the properties of the userSettings object. \nUsers in the same organization can have different settings based on their preference or on the organization policies. \nTo get the user current settings, see current user settings. " - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/usersettings-update?view=graph-rest-1.0 + summary: Update the navigation property settings in users operationId: user_UpdateSetting parameters: - name: user-id @@ -5124,11 +5053,7 @@ paths: get: tags: - users.userSettings - 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 + summary: Get shiftPreferences from users operationId: user.setting_GetShiftPreference parameters: - name: user-id @@ -5172,11 +5097,7 @@ paths: patch: tags: - users.userSettings - 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 + summary: Update the navigation property shiftPreferences in users operationId: user.setting_UpdateShiftPreference parameters: - name: user-id @@ -5234,11 +5155,7 @@ paths: get: tags: - users.userSettings - summary: List Windows settings - description: Get a list of windowsSetting objects and their properties for the signed in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/usersettings-list-windows?view=graph-rest-1.0 + summary: Get windows from users operationId: user.setting_ListWindow parameters: - name: user-id @@ -5328,11 +5245,7 @@ paths: get: tags: - users.userSettings - summary: Get windowsSetting - description: Read the properties and relationships of a windowsSetting object by passing the ID of the setting in the URL. This method gets the setting for the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowssetting-get?view=graph-rest-1.0 + summary: Get windows from users operationId: user.setting_GetWindow parameters: - name: user-id @@ -5458,11 +5371,8 @@ paths: get: tags: - users.userSettings - summary: List Windows setting instances - description: Get a list of windowsSettingInstance objects and their properties for the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowssetting-list-instances?view=graph-rest-1.0 + summary: Get instances from users + description: A collection of setting values for a given windowsSetting. operationId: user.setting.window_ListInstance parameters: - name: user-id @@ -5568,11 +5478,8 @@ paths: get: tags: - users.userSettings - summary: Get windowsSettingInstance - description: Read the properties and relationships of a windowsSettingInstance object by passing the Windows setting ID and Windows setting instance ID in the URL. This method gets a windowsSettingInstance for the signed-in user. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/windowssettinginstance-get?view=graph-rest-1.0 + summary: Get instances from users + description: A collection of setting values for a given windowsSetting. operationId: user.setting.window_GetInstance parameters: - name: user-id @@ -5774,11 +5681,8 @@ paths: get: tags: - users.directoryObject - 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 + 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.' operationId: user_ListSponsor parameters: - name: user-id @@ -6016,11 +5920,8 @@ paths: get: tags: - users.todo - summary: List lists - description: Get a list of the todoTaskList objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0 + summary: Get lists from users + description: The task lists in the users mailbox. operationId: user.todo_ListList parameters: - name: user-id @@ -6078,11 +5979,7 @@ paths: post: tags: - users.todo - summary: Create todoTaskList - description: Create a new lists object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0 + summary: Create new navigation property to lists for users operationId: user.todo_CreateList parameters: - name: user-id @@ -6114,11 +6011,8 @@ paths: get: tags: - users.todo - summary: Get todoTaskList - description: Read the properties and relationships of a todoTaskList object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0 + summary: Get lists from users + description: The task lists in the users mailbox. operationId: user.todo_GetList parameters: - name: user-id @@ -6170,11 +6064,7 @@ paths: patch: tags: - users.todo - summary: Update todoTaskList - description: Update the properties of a todoTaskList object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-update?view=graph-rest-1.0 + summary: Update the navigation property lists in users operationId: user.todo_UpdateList parameters: - name: user-id @@ -6213,11 +6103,7 @@ paths: delete: tags: - users.todo - summary: Delete todoTaskList - description: Deletes a todoTaskList object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-delete?view=graph-rest-1.0 + summary: Delete navigation property lists for users operationId: user.todo_DeleteList parameters: - name: user-id @@ -6540,11 +6426,8 @@ paths: get: tags: - users.todo - summary: List tasks - description: Get the todoTask resources from the tasks navigation property of a specified todoTaskList. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0 + summary: Get tasks from users + description: The tasks in this task list. Read-only. Nullable. operationId: user.todo.list_ListTask parameters: - name: user-id @@ -6610,11 +6493,7 @@ paths: post: tags: - users.todo - summary: Create todoTask - description: Create a new task object in a specified todoTaskList. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0 + summary: Create new navigation property to tasks for users operationId: user.todo.list_CreateTask parameters: - name: user-id @@ -6654,11 +6533,8 @@ paths: get: tags: - users.todo - summary: Get todoTask - description: Read the properties and relationships of a todoTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0 + summary: Get tasks from users + description: The tasks in this task list. Read-only. Nullable. operationId: user.todo.list_GetTask parameters: - name: user-id @@ -6718,11 +6594,7 @@ paths: patch: tags: - users.todo - summary: Update todoTask - description: Update the properties of a todoTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-update?view=graph-rest-1.0 + summary: Update the navigation property tasks in users operationId: user.todo.list_UpdateTask parameters: - name: user-id @@ -6769,11 +6641,7 @@ paths: delete: tags: - users.todo - summary: Delete todoTask - description: Deletes a todoTask object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-delete?view=graph-rest-1.0 + summary: Delete navigation property tasks for users operationId: user.todo.list_DeleteTask parameters: - name: user-id @@ -6816,11 +6684,8 @@ paths: get: tags: - users.todo - summary: List taskFileAttachments - description: Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0 + summary: Get attachments from users + description: A collection of file attachments for the task. operationId: user.todo.list.task_ListAttachment parameters: - name: user-id @@ -6883,11 +6748,7 @@ paths: post: tags: - users.todo - summary: Create taskFileAttachment - description: 'Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0 + summary: Create new navigation property to attachments for users operationId: user.todo.list.task_CreateAttachment parameters: - name: user-id @@ -6935,11 +6796,8 @@ paths: get: tags: - users.todo - summary: Get taskFileAttachment - description: Read the properties and relationships of a taskFileAttachment object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0 + summary: Get attachments from users + description: A collection of file attachments for the task. operationId: user.todo.list.task_GetAttachment parameters: - name: user-id @@ -6997,11 +6855,7 @@ paths: delete: tags: - users.todo - summary: Delete taskFileAttachment - description: Delete a taskFileAttachment object from a todoTask resource. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0 + summary: Delete navigation property attachments for users operationId: user.todo.list.task_DeleteAttachment parameters: - name: user-id @@ -7053,9 +6907,6 @@ paths: tags: - users.todo summary: Get media content for the navigation property attachments from users - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0 operationId: user.todo.list.task_GetAttachmentsContent parameters: - name: user-id @@ -7567,11 +7418,8 @@ paths: get: tags: - users.todo - summary: List checklistItems - description: Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0 + summary: Get checklistItems from users + description: A collection of checklistItems linked to a task. operationId: user.todo.list.task_ListChecklistItem parameters: - name: user-id @@ -7645,11 +7493,7 @@ paths: post: tags: - users.todo - summary: Create checklistItem - description: Create a new checklistItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0 + summary: Create new navigation property to checklistItems for users operationId: user.todo.list.task_CreateChecklistItem parameters: - name: user-id @@ -7697,11 +7541,8 @@ paths: get: tags: - users.todo - summary: Get checklistItem - description: Read the properties and relationships of a checklistItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0 + summary: Get checklistItems from users + description: A collection of checklistItems linked to a task. operationId: user.todo.list.task_GetChecklistItem parameters: - name: user-id @@ -7769,11 +7610,7 @@ paths: patch: tags: - users.todo - summary: Update checklistItem - description: Update the properties of a checklistItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/checklistitem-update?view=graph-rest-1.0 + summary: Update the navigation property checklistItems in users operationId: user.todo.list.task_UpdateChecklistItem parameters: - name: user-id @@ -7828,11 +7665,7 @@ paths: delete: tags: - users.todo - summary: Delete checklistItem - description: Delete a checklistItem object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/checklistitem-delete?view=graph-rest-1.0 + summary: Delete navigation property checklistItems for users operationId: user.todo.list.task_DeleteChecklistItem parameters: - name: user-id @@ -8257,11 +8090,8 @@ paths: get: tags: - users.todo - summary: List linkedResources - description: 'Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0 + summary: Get linkedResources from users + description: A collection of resources linked to the task. operationId: user.todo.list.task_ListLinkedResource parameters: - name: user-id @@ -8335,11 +8165,7 @@ paths: post: tags: - users.todo - summary: Create linkedResource - description: 'Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0 + summary: Create new navigation property to linkedResources for users operationId: user.todo.list.task_CreateLinkedResource parameters: - name: user-id @@ -8387,11 +8213,8 @@ paths: get: tags: - users.todo - summary: Get linkedResource - description: Read the properties and relationships of a linkedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0 + summary: Get linkedResources from users + description: A collection of resources linked to the task. operationId: user.todo.list.task_GetLinkedResource parameters: - name: user-id @@ -8459,11 +8282,7 @@ paths: patch: tags: - users.todo - summary: Update linkedResource - description: Update the properties of a linkedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/linkedresource-update?view=graph-rest-1.0 + summary: Update the navigation property linkedResources in users operationId: user.todo.list.task_UpdateLinkedResource parameters: - name: user-id @@ -8518,11 +8337,7 @@ paths: delete: tags: - users.todo - summary: Delete linkedResource - description: Delete a linkedResource object. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/linkedresource-delete?view=graph-rest-1.0 + summary: Delete navigation property linkedResources for users operationId: user.todo.list.task_DeleteLinkedResource parameters: - name: user-id @@ -8665,9 +8480,6 @@ paths: - users.directoryObject summary: Get transitiveMemberOf from users description: 'The groups, including nested groups, and directory roles that a user is a member of. Nullable.' - 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 @@ -10565,6 +10377,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 @@ -10869,6 +10682,7 @@ components: nullable: true enrollmentType: type: string + description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean @@ -10880,9 +10694,11 @@ components: nullable: true isRooted: type: boolean + description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string + description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string @@ -11052,7 +10868,7 @@ components: type: array items: type: string - description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' + description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: $ref: '#/components/schemas/microsoft.graph.informationalUrl' isDeviceOnlyAuthSupported: @@ -11129,6 +10945,7 @@ components: nullable: true uniqueName: type: string + description: The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only. nullable: true verifiedPublisher: $ref: '#/components/schemas/microsoft.graph.verifiedPublisher' @@ -12635,7 +12452,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' - description: 'Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive.' + description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array @@ -12747,6 +12564,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' + description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array @@ -13155,6 +12973,11 @@ components: description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true + enrollmentProfileName: + type: string + description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' + nullable: true + readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' @@ -13747,6 +13570,14 @@ components: - title: userTeamwork type: object properties: + locale: + type: string + description: The chosen locale of a user in Microsoft Teams. + nullable: true + region: + type: string + description: The region of the user in Microsoft Teams. + nullable: true associatedTeams: type: array items: @@ -14096,7 +13927,7 @@ components: description: 'The URL of the external identity provider, which must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique within the app. It has a limit of 600 characters. Required.' name: type: string - description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Required. Not nullable. Supports $filter (eq).' + description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Alternate key. Required. Not nullable. Supports $filter (eq).' subject: type: string description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format; each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique within the app. It has a limit of 600 characters. Supports $filter (eq).' @@ -16332,13 +16163,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' - description: 'Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable.' + description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: $ref: '#/components/schemas/microsoft.graph.workbook' @@ -16558,7 +16389,7 @@ components: $ref: '#/components/schemas/microsoft.graph.lookupColumn' name: type: string - description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: $ref: '#/components/schemas/microsoft.graph.numberColumn' @@ -16713,6 +16544,7 @@ components: $ref: '#/components/schemas/microsoft.graph.publicationFacet' title: type: string + description: Title of the sitePage. nullable: true additionalProperties: type: object @@ -19800,11 +19632,11 @@ components: properties: driveId: type: string - description: 'Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a [drive][]. Read-only.' + description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string - description: 'Identifies the type of drive. Only returned if the item is located in a [drive][]. See [drive][] resource for values.' + description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string @@ -19820,13 +19652,13 @@ components: nullable: true shareId: type: string - description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: $ref: '#/components/schemas/microsoft.graph.sharepointIds' siteId: type: string - description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' + description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true additionalProperties: type: object @@ -23447,7 +23279,7 @@ components: properties: coverImageItemId: type: string - description: 'Unique identifier of the [driveItem][] that is the cover of the album.' + description: Unique identifier of the driveItem that is the cover of the album. nullable: true additionalProperties: type: object From fdfa38588896e212fc9f7221e186b9ca550bbfc0 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 26 Apr 2024 17:52:39 +0000 Subject: [PATCH 2/3] Add generated MgCommandMetadata.json. [run ci] --- .../custom/common/MgCommandMetadata.json | 350918 ++++++++------- 1 file changed, 177312 insertions(+), 173606 deletions(-) diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 8b8e234604..53539f4f8f 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,9 +1,18 @@ [ { - "Module": "Applications", - "Uri": "/applications/{application-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphKeyCredential", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Add-MgApplicationKey", + "Uri": "/applications/{application-id}/addKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -29,22 +38,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordCredential", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Add-MgApplicationPassword", "Uri": "/applications/{application-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -70,22 +79,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Apply", + "ApplyViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Add-MgBetaAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -103,34 +110,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Apply", - "ApplyViaIdentity" - ], - "Method": "POST", - "Command": "Add-MgBetaAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "ApplyViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Add-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/addKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphKeyCredential", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Add-MgBetaApplicationKey", + "Uri": "/applications/{application-id}/addKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156,22 +165,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordCredential", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Add-MgBetaApplicationPassword", "Uri": "/applications/{application-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -197,38 +206,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Add-MgBetaChatMember", "Uri": "/chats/{chat-id}/members/add", - "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Add-MgBetaCommunicationCallLargeGalleryView", "Uri": "/communications/calls/{call-id}/addLargeGalleryView", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -254,23 +263,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgBetaCommunicationCallLargeGalleryView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "Apply1", @@ -279,16 +277,16 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "Apply1", @@ -297,15 +295,26 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Apply", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -323,22 +332,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -356,300 +365,302 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "ApplyExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Add-MgBetaDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Add-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/addFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/addFavorite", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/add", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupSiteListContentTypeCopy", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Add-MgBetaGroupToLifecyclePolicy", - "ApiReferenceLink": null + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "ApplyViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "ApplyViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Apply", + "Apply1", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentity1", + "ApplyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -667,7 +678,12 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Apply", "Apply1", @@ -676,15 +692,10 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -702,24 +713,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Apply", - "Apply1", "ApplyExpanded", "ApplyViaIdentity", - "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -737,22 +746,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -770,22 +779,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -811,84 +820,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Add-MgBetaShareListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Add-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + "Uri": "/sites/add", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Add-MgBetaSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Permissions": [ { "Name": "Sites.Manage.All", @@ -906,22 +915,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Add-MgBetaSiteListContentTypeCopy", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -939,22 +948,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgBetaSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -972,356 +981,356 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Add-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Add-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/members/add", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Add-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/add", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Add-MgBetaUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Add-MgBetaUserDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/followedSites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Add-MgBetaUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + "Uri": "/users/{user-id}/followedSites/add", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Apply", "ApplyViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Add-MgChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/members/add", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Add-MgCommunicationCallLargeGalleryView", + "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -1347,226 +1356,228 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgCommunicationCallLargeGalleryView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Add-MgDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Add-MgExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/addFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Add-MgGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/addFavorite", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Add-MgGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/add", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Add-MgGroupToLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Apply", "ApplyViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Apply", + "Apply1", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentity1", + "ApplyViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1584,7 +1595,12 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Apply", "Apply1", @@ -1593,15 +1609,10 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1619,24 +1630,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Apply", - "Apply1", "ApplyExpanded", "ApplyViaIdentity", - "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1654,22 +1663,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1687,22 +1696,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyCredential", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Add-MgServicePrincipalKey", "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", - "OutputType": "IMicrosoftGraphKeyCredential", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1728,22 +1737,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordCredential", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgServicePrincipalKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Add-MgServicePrincipalPassword", "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", - "OutputType": "IMicrosoftGraphPasswordCredential", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1769,22 +1778,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgServicePrincipalPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Add-MgServicePrincipalTokenSigningCertificate", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1810,84 +1819,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgServicePrincipalTokenSigningCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Add-MgShareListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Add-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + "Uri": "/sites/add", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Add-MgSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/contentTypes/addCopy", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1905,22 +1914,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Add-MgSiteListContentTypeCopy", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1938,22 +1947,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", - "Command": "Add-MgSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1971,180 +1980,180 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Add-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/members/add", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Add-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/add", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphActionResultPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/followedSites/add", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Add-MgUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0" + "Uri": "/users/{user-id}/followedSites/add", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Approve", "ApproveExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Approve-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Approve", + "ApproveExpanded", + "ApproveViaIdentity", + "ApproveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2162,139 +2171,137 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Approve", - "ApproveExpanded", - "ApproveViaIdentity", - "ApproveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Approve" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Clear-MgApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Clear-MgBetaApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaChatMessageReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Clear-MgBetaCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/clearPresence", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clear", "ClearViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Purge", "PurgeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-1.0" + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2312,20 +2319,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Wipe", - "WipeViaIdentity" + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" ], - "Method": "POST", - "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Clear-MgBetaDeviceManagementComanagedDevice", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2351,22 +2360,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Method": "POST", - "Command": "Clear-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Clear-MgBetaDeviceManagementManagedDevice", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2392,134 +2401,132 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Clear-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/wipeAndBlockManagedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Clear-MgBetaUserAndBlockManagedApp", + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2537,20 +2544,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Wipe", - "WipeViaIdentity" - ], - "Method": "POST", - "Command": "Clear-MgBetaUserAndBlockManagedApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Clear-MgBetaUserChatMessageReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -2568,38 +2577,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Clear-MgBetaUserChatMessageReaction", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Clear-MgBetaUserChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2617,54 +2626,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Clear-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/presence/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Clear", + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Clear-MgBetaUserPresence", + "Uri": "/users/{user-id}/presence/clearPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2682,22 +2691,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" + "ClearViaIdentity" ], - "Method": "POST", - "Command": "Clear-MgBetaUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2715,82 +2722,84 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Clear", - "ClearViaIdentity" - ], - "Method": "POST", - "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgChatMessageReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Clear-MgCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/clearPresence", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Clear", "ClearViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Clear-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2816,134 +2825,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Clear-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Clear-MgUserChatMessageReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -2961,54 +2970,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Clear-MgUserChatMessageReaction", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Clear-MgUserChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/presence/clearPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Clear", + "ClearExpanded", + "ClearViaIdentity", + "ClearViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Clear-MgUserPresence", + "Uri": "/users/{user-id}/presence/clearPresence", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3026,22 +3035,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Clear", - "ClearExpanded", - "ClearViaIdentity", - "ClearViaIdentityExpanded" + "ClearViaIdentity" ], - "Method": "POST", - "Command": "Clear-MgUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Clear-MgUserPresenceUserPreferredPresence", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3059,20 +3066,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Clear", - "ClearViaIdentity" - ], - "Method": "POST", - "Command": "Clear-MgUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/close", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Close", + "CloseViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Close-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}/close", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3090,20 +3097,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Close", "CloseViaIdentity" ], - "Method": "POST", - "Command": "Close-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3121,20 +3128,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Close", "CloseViaIdentity" ], - "Method": "POST", - "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Close-MgSecurityCaseEdiscoveryCase", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3152,20 +3159,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Close", - "CloseViaIdentity" - ], - "Method": "POST", - "Command": "Close-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Variants": [ + "Compare", + "CompareViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Compare-MgBetaDeviceManagementIntent", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3183,20 +3190,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Variants": [ "Compare", "CompareViaIdentity" ], - "Method": "GET", - "Command": "Compare-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Compare-MgBetaDeviceManagementTemplate", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3214,20 +3221,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Variants": [ "Compare", "CompareViaIdentity" ], - "Method": "GET", - "Command": "Compare-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3245,340 +3252,340 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Compare", - "CompareViaIdentity" - ], - "Method": "GET", - "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/{impactedResource-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Complete-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-1.0" + "Uri": "/directory/impactedResources/{impactedResource-id}/complete", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Complete-MgBetaDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/complete", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Complete-MgBetaTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Complete-MgBetaTeamMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/completeMigration", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Complete-MgBetaTeamPrimaryChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Complete-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Complete-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Complete-MgTeamMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/completeMigration", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Complete-MgTeamPrimaryChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Complete", "CompleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Confirm-MgApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Confirm-MgApplicationMemberObject", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Confirm-MgBetaApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Confirm-MgBetaApplicationMemberObject", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/signIns/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Confirm", + "ConfirmExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Confirm-MgBetaAuditLogSignInCompromised", + "Uri": "/auditLogs/signIns/confirmCompromised", "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3596,20 +3603,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Confirm", "ConfirmExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaAuditLogSignInCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Reports", + "Command": "Confirm-MgBetaAuditLogSignInSafe", "Uri": "/auditLogs/signIns/confirmSafe", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3627,20 +3634,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Confirm", - "ConfirmExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgBetaAuditLogSignInSafe", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Confirm-MgBetaContactMemberGroup", + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -3730,22 +3739,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Confirm-MgBetaContactMemberObject", "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -3843,54 +3852,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgBetaContactMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaContractMemberObject", - "ApiReferenceLink": null + "Uri": "/contracts/{contract-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -3908,20 +3915,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Verify", - "VerifyViaIdentity" - ], - "Method": "GET", - "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Confirm-MgBetaDeviceMemberGroup", + "Uri": "/devices/{device-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -4011,22 +4020,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Confirm-MgBetaDeviceMemberObject", "Uri": "/devices/{device-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -4124,54 +4133,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaDeviceMemberObject", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", + "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -4261,22 +4270,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", + "Command": "Confirm-MgBetaDirectoryObjectMemberObject", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -4374,146 +4383,146 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgBetaDirectoryObjectMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaDirectoryRoleMemberObject", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", - "ApiReferenceLink": null + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verify", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Verify", "VerifyViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/verify", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Confirm-MgBetaGroupMemberGroup", + "Uri": "/groups/{group-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -4603,22 +4612,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Confirm-MgBetaGroupMemberObject", "Uri": "/groups/{group-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -4716,112 +4725,112 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgBetaGroupMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/verifySignature", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Verify", "VerifyExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Confirm-MgBetaInformationProtectionSignature", - "ApiReferenceLink": null + "Uri": "/informationProtection/verifySignature", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Confirm-MgBetaOrganizationMemberObject", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Confirm", "ConfirmExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Confirm", "ConfirmExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Confirm-MgBetaRiskyUserCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Confirm-MgBetaServicePrincipalMemberGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -4911,22 +4920,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Confirm-MgBetaServicePrincipalMemberObject", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -5024,68 +5033,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgBetaServicePrincipalMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/verifySignature", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Confirm-MgBetaSiteInformationProtectionSignature", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/informationProtection/verifySignature", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Confirm", "ConfirmViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Confirm-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/verifySignature", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Confirm-MgBetaUserInformationProtectionSignature", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/verifySignature", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Confirm-MgBetaUserMemberGroup", + "Uri": "/users/{user-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -5175,22 +5184,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Confirm-MgBetaUserMemberObject", "Uri": "/users/{user-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -5288,22 +5297,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgBetaUserMemberObject", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Confirm-MgContactMemberGroup", "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -5393,22 +5402,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Confirm-MgContactMemberObject", "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -5506,54 +5515,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgContactMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/contracts/{contract-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgContractMemberObject", - "ApiReferenceLink": null + "Uri": "/contracts/{contract-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -5571,20 +5578,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Verify", - "VerifyViaIdentity" - ], - "Method": "GET", - "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Confirm-MgDeviceMemberGroup", + "Uri": "/devices/{device-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -5674,22 +5683,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Confirm-MgDeviceMemberObject", "Uri": "/devices/{device-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -5787,54 +5796,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgDeviceMemberObject", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DirectoryObjects", + "Command": "Confirm-MgDirectoryObjectMemberGroup", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -5924,22 +5933,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DirectoryObjects", + "Command": "Confirm-MgDirectoryObjectMemberObject", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -6037,114 +6046,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgDirectoryObjectMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgDirectoryRoleMemberObject", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verify", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Verify", "VerifyViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/verify", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Confirm-MgGroupGrantedPermissionForApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Confirm-MgGroupMemberGroup", + "Uri": "/groups/{group-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -6234,22 +6243,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Confirm-MgGroupMemberObject", "Uri": "/groups/{group-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -6347,114 +6356,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgGroupMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Confirm-MgGroupSettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Confirm-MgGroupSettingTemplateMemberObject", - "ApiReferenceLink": null + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/checkMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/checkMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Confirm-MgOrganizationMemberObject", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/checkMemberObjects", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Confirm", "ConfirmExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Confirm-MgRiskyServicePrincipalCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Confirm", "ConfirmExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Confirm-MgRiskyUserCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Confirm-MgServicePrincipalMemberGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -6544,22 +6553,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Confirm-MgServicePrincipalMemberObject", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -6657,22 +6666,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgServicePrincipalMemberObject", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Confirm-MgUserMemberGroup", "Uri": "/users/{user-id}/checkMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -6762,22 +6771,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Method": "POST", - "Command": "Confirm-MgUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Confirm-MgUserMemberObject", "Uri": "/users/{user-id}/checkMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -6875,49 +6884,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Confirm-MgUserMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Connect", "ConnectExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/zebraFotaConnector/connect", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Connect" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/zebraFotaConnector/connect", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileApp", + "Variants": [ + "Convert", + "ConvertViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", + "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -6935,20 +6942,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphConversionUserDetails", "Variants": [ "Convert", - "ConvertViaIdentity" + "ConvertExpanded", + "ConvertViaIdentity", + "ConvertViaIdentityExpanded" ], - "Method": "GET", - "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Convert-MgBetaUserExternalToInternalMemberUser", "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", - "OutputType": "IMicrosoftGraphConversionUserDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "User-ConvertToInternal.ReadWrite.All", @@ -6966,36 +6975,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Convert", - "ConvertExpanded", - "ConvertViaIdentity", - "ConvertViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Convert-MgBetaUserExternalToInternalMemberUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clone", "CloneViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Copy-MgBetaDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "Permissions": [ { "Name": "Files.ReadWrite", @@ -7021,143 +7030,102 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Copy-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/copy", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Copy-MgBetaGroupDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Copy-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" - }, - { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Copy-MgBetaGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -7183,63 +7151,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgBetaGroupOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" - }, - { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Copy-MgBetaGroupOnenotePageToSection", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", "Permissions": [ { "Name": "Notes.Create", @@ -7265,70 +7192,152 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "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 + } + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "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 + } + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -7354,38 +7363,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Copy-MgBetaSiteOnenoteNotebook", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -7411,118 +7420,118 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Copy-MgBetaSiteOnenotePageToSection", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "Permissions": [ { "Name": "Notes.Create", @@ -7548,86 +7557,86 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", - "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -7653,22 +7662,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -7694,22 +7703,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/clone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Copy-MgBetaTeam", + "Uri": "/teams/{team-id}/clone", "Permissions": [ { "Name": "Team.Create", @@ -7735,150 +7744,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserMailFolderChildFolder", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserMailFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Copy-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/copy", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Copy-MgBetaUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -7904,22 +7913,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Copy-MgBetaUserOnenotePageToSection", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -7945,22 +7954,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaUserOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -7986,22 +7995,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -8027,22 +8036,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Copy-MgDriveItem", "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.ReadWrite", @@ -8068,102 +8077,102 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Copy-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/copy", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Copy-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8189,22 +8198,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Copy-MgGroupOnenotePageToSection", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -8230,22 +8239,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgGroupOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Copy-MgGroupOnenoteSectionToNotebook", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -8271,22 +8280,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgGroupOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -8312,70 +8321,70 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -8401,38 +8410,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Copy-MgSiteOnenoteNotebook", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -8458,118 +8467,118 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Copy-MgSiteOnenotePageToSection", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "Permissions": [ { "Name": "Notes.Create", @@ -8595,86 +8604,86 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgSiteOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8700,22 +8709,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -8741,22 +8750,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/clone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Copy-MgTeam", + "Uri": "/teams/{team-id}/clone", "Permissions": [ { "Name": "Team.Create", @@ -8782,150 +8791,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/copy", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Copy-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", "Permissions": [ { "Name": "Notes.Create", @@ -8951,22 +8960,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Copy-MgUserOnenotePageToSection", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -8992,22 +9001,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgUserOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Copy-MgUserOnenoteSectionToNotebook", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -9033,22 +9042,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Copy-MgUserOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -9074,38 +9083,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Copy-MgUserOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Deny", "DenyExpanded", "DenyViaIdentity", "DenyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Deny-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Disable", + "DisableViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Disable-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9123,34 +9130,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", - "Command": "Disable-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", - "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Disable-MgBetaDeviceManagementManagedDevice", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9168,90 +9175,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Disable", - "DisableViaIdentity" - ], - "Method": "POST", - "Command": "Disable-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Disable-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Disable-MgBetaUserManagedDeviceLostMode", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Disable", + "DisableViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9269,47 +9276,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Disable", - "DisableViaIdentity" - ], - "Method": "POST", - "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Disable", "DisableViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Disconnect" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Disconnect", + "DisconnectViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9327,33 +9334,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Disconnect", - "DisconnectViaIdentity" - ], - "Method": "POST", - "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/zebraFotaConnector/disconnect", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Disconnect" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/zebraFotaConnector/disconnect", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Disconnect", + "DisconnectViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9371,20 +9378,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Disconnect", - "DisconnectViaIdentity" - ], - "Method": "POST", - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Enable" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9402,49 +9408,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Enable" - ], - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/assignmentFilters/enable", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enable", "EnableExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null + "Uri": "/deviceManagement/assignmentFilters/enable", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Enable" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9462,48 +9468,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Enable" - ], - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/enableLegacyPcManagement", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enable" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", - "ApiReferenceLink": null + "Uri": "/deviceManagement/enableLegacyPcManagement", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/tenantAttachRBAC/enable", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Enable", + "EnableExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", + "Uri": "/deviceManagement/tenantAttachRBAC/enable", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9521,63 +9528,63 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Enable", - "EnableExpanded" - ], - "Method": "POST", - "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/enableUnlicensedAdminstrators", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enable" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", - "ApiReferenceLink": null + "Uri": "/deviceManagement/enableUnlicensedAdminstrators", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enable", "EnableViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Enable-MgBetaUserManagedDeviceLostMode", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Enable", + "EnableViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9595,20 +9602,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Enable", - "EnableViaIdentity" - ], - "Method": "POST", - "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9626,22 +9635,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" + "ExportViaIdentity" ], - "Method": "POST", - "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -9659,20 +9666,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Export", - "ExportViaIdentity" + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" ], - "Method": "GET", - "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -9690,92 +9699,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Export", "ExportViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Export", "ExportViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/reconciliation/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Export", "ExportExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0" + "Uri": "/reports/partners/billing/reconciliation/billed/export", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Export", "ExportExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Export-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0" + "Uri": "/reports/partners/billing/usage/billed/export", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/unbilled/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Export", "ExportExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0" + "Uri": "/reports/partners/billing/usage/unbilled/export", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9793,22 +9802,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9826,22 +9835,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9859,22 +9868,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9892,22 +9901,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Export", - "ExportExpanded", + "Export1", "ExportViaIdentity", - "ExportViaIdentityExpanded" + "ExportViaIdentity1" ], - "Method": "POST", - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Export-MgBetaUserDeviceAndAppManagementData", "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -9941,80 +9950,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Export", - "Export1", - "ExportViaIdentity", - "ExportViaIdentity1" - ], - "Method": "GET", - "Command": "Export-MgBetaUserDeviceAndAppManagementData", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/exportPersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Export-MgBetaUserPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + "Uri": "/users/{user-id}/exportPersonalData", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/reconciliation/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Export", "ExportExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Reports", "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", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/billed/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Export", "ExportExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Reports", "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", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/unbilled/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Export", "ExportExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Reports", "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", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10032,22 +10041,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Method": "POST", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10065,22 +10074,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Export", - "ExportExpanded", + "Export1", "ExportViaIdentity", - "ExportViaIdentityExpanded" + "ExportViaIdentity1" ], - "Method": "POST", - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Functions", + "Command": "Export-MgUserDeviceAndAppManagementData", "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10114,136 +10123,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Export", - "Export1", - "ExportViaIdentity", - "ExportViaIdentity1" - ], - "Method": "GET", - "Command": "Export-MgUserDeviceAndAppManagementData", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/exportPersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Export-MgUserPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0" + "Uri": "/users/{user-id}/exportPersonalData", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", - "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", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Locate", "LocateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Find-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Locate", "LocateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Find-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Find1", "FindViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Find", + "FindViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "Permissions": [ { "Name": "Policy.Read.All", @@ -10269,20 +10276,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Find", - "FindViaIdentity" - ], - "Method": "GET", - "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10300,48 +10307,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ], - "Method": "POST", - "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Locate", "LocateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Find-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/findMeetingTimes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Variants": [ + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Find-MgBetaUserMeetingTime", + "Uri": "/users/{user-id}/findMeetingTimes", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10359,22 +10368,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAddress", "Variants": [ "Find", - "FindExpanded", + "Find1", "FindViaIdentity", - "FindViaIdentityExpanded" + "FindViaIdentity1" ], - "Method": "POST", - "Command": "Find-MgBetaUserMeetingTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Find-MgBetaUserRoom", "Uri": "/users/{user-id}/findRooms", - "OutputType": "IMicrosoftGraphEmailAddress", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read.All", @@ -10392,22 +10401,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAddress", "Variants": [ "Find", - "Find1", - "FindViaIdentity", - "FindViaIdentity1" + "FindViaIdentity" ], - "Method": "GET", - "Command": "Find-MgBetaUserRoom", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Find-MgBetaUserRoomList", "Uri": "/users/{user-id}/findRoomLists", - "OutputType": "IMicrosoftGraphEmailAddress", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read.All", @@ -10425,62 +10432,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Find", - "FindViaIdentity" - ], - "Method": "GET", - "Command": "Find-MgBetaUserRoomList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0" + ] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Find", "FindViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Find", "FindViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Locate", "LocateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10498,48 +10505,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ], - "Method": "POST", - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Locate", "LocateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/findMeetingTimes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Variants": [ + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Find-MgUserMeetingTime", + "Uri": "/users/{user-id}/findMeetingTimes", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10557,48 +10566,46 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Find", - "FindExpanded", - "FindViaIdentity", - "FindViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Find-MgUserMeetingTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgAdminEdge", - "ApiReferenceLink": null + "Uri": "/admin/edge", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null + "Uri": "/admin/edge/internetExplorerMode", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSiteList", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10616,20 +10623,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSiteList", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode/siteLists", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10647,19 +10653,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10677,19 +10683,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10707,20 +10714,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10738,19 +10744,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10768,20 +10775,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSite", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10799,20 +10806,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSite", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10830,19 +10836,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -10860,20 +10867,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgAdminPeople", + "Uri": "/admin/people", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -10891,33 +10897,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAdminPeople", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfileCardProperty", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgAdminPeopleProfileCardProperty", + "Uri": "/admin/people/profileCardProperties", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -10935,19 +10941,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgAdminPeopleProfileCardPropertyCount", + "Uri": "/admin/people/profileCardProperties/$count", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -10965,19 +10971,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPronounsSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgAdminPeopleProfileCardPropertyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgAdminPeoplePronoun", "Uri": "/admin/people/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -10995,32 +11001,32 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAdminPeoplePronoun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgAdminSharepoint", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharepointSettings", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgAdminSharepointSetting", + "Uri": "/admin/sharepoint/settings", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -11038,87 +11044,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAdminSharepointSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreement", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreement", - "ApiReferenceLink": null + "Uri": "/agreements", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementAcceptance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0" + "Uri": "/agreements/{agreement-id}/acceptances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementAcceptanceCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgAgreementFile", + "Uri": "/agreements/{agreement-id}/file", "Permissions": [ { "Name": "Agreement.Read.All", @@ -11136,225 +11143,224 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFile", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0" + "Uri": "/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileLocalizationCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgAgreementFileVersionCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgAllGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/getAllSites", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAllGroupTeamChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/allChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAllGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/allChannels", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/allChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAllGroupTeamChannelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/allChannels/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "Get2" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgAllSite", + "Uri": "/sites/getAllSites", "Permissions": [ { "Name": "Sites.Read.All", @@ -11372,33 +11378,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get2" - ], - "Method": "GET", - "Command": "Get-MgAllSite", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAllTeamChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/allChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgAllTeamChannel", + "Uri": "/teams/{team-id}/allChannels", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11424,19 +11430,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAllTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/allChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgAllTeamChannelCount", + "Uri": "/teams/{team-id}/allChannels/$count", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11462,20 +11469,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAllTeamChannelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/getAllMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgAllTeamMessage", + "Uri": "/teams/getAllMessages", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -11549,32 +11555,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAllTeamMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/getAllMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAllTeamworkDeletedTeamMessage", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/getAllMessages", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/chats/getAllMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgAllUserChatMessage", + "Uri": "/users/{user-id}/chats/getAllMessages", "Permissions": [ { "Name": "Chat.Read.All", @@ -11592,34 +11599,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAllUserChatMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAppCatalogTeamApp", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -11661,19 +11667,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAppCatalogTeamApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgAppCatalogTeamAppCount", + "Uri": "/appCatalogs/teamsApps/$count", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -11715,46 +11721,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAppCatalogTeamAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -11780,34 +11787,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgAppCatalogTeamAppDefinitionCount", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplication", + "Uri": "/applications/{application-id}", "Permissions": [ { "Name": "Application.Read.All", @@ -11849,20 +11856,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplication", + "Uri": "/applications", "Permissions": [ { "Name": "Application.Read.All", @@ -11912,59 +11918,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/appManagementPolicies", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationAppManagementPolicyCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationByAppId", + "Uri": "/applications(appId='{appId}')", "Permissions": [ { "Name": "Application.Read.All", @@ -12014,34 +12021,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/applications/getByIds", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationByUniqueName", + "Uri": "/applications(uniqueName='{uniqueName}')", "Permissions": [ { "Name": "Application.Read.All", @@ -12091,20 +12098,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationCount", + "Uri": "/applications/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -12154,33 +12160,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgApplicationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationCreatedOnBehalfOf", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/createdOnBehalfOf", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationDelta", + "Uri": "/applications/delta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12222,19 +12228,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgApplicationDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtensionProperty", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Permissions": [ { "Name": "Application.Read.All", @@ -12268,20 +12275,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/extensionProperties", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtensionProperty", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties", "Permissions": [ { "Name": "Application.Read.All", @@ -12323,19 +12329,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/extensionProperties/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationExtensionPropertyCount", + "Uri": "/applications/{application-id}/extensionProperties/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -12377,20 +12384,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgApplicationExtensionPropertyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgApplicationFederatedIdentityCredential", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12408,20 +12415,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Permissions": [ { "Name": "Application.Read.All", @@ -12447,19 +12453,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "Permissions": [ { "Name": "Application.Read.All", @@ -12485,107 +12492,145 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationFederatedIdentityCredentialCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", + "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 + } + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationLogo", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/logo", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationOwner", + "Uri": "/applications/{application-id}/owners", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12627,127 +12672,127 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplicationOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/appRoleAssignment", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/endpoint", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/user", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/$ref", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12789,19 +12834,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplicationOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationOwnerCount", + "Uri": "/applications/{application-id}/owners/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12843,90 +12889,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/endpoint/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/user/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronization", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationSynchronizationAccessToken", + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12944,160 +12992,158 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgApplicationSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJobCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationSecretCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13123,20 +13169,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13162,19 +13207,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationSynchronizationTemplateCount", + "Uri": "/applications/{application-id}/synchronization/templates/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13200,20 +13246,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgApplicationSynchronizationTemplateSchema", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13239,101 +13285,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applicationTemplates/{applicationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0" + "Uri": "/applicationTemplates/{applicationTemplate-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applicationTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0" + "Uri": "/applicationTemplates", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applicationTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgApplicationTemplateCount", - "ApiReferenceLink": null + "Uri": "/applicationTemplates/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationTokenIssuancePolicy", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -13351,6 +13396,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -13367,19 +13420,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgApplicationTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -13397,6 +13450,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -13413,19 +13474,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationTokenIssuancePolicyCount", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -13443,6 +13505,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -13459,20 +13529,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgApplicationTokenIssuancePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationTokenLifetimePolicy", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -13490,6 +13559,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -13506,19 +13583,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgApplicationTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -13536,6 +13613,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -13552,19 +13637,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgApplicationTokenLifetimePolicyCount", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -13582,6 +13668,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -13598,20 +13692,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryAudit", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgApplicationTokenLifetimePolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Reports", + "Command": "Get-MgAuditLogDirectoryAudit", "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13629,20 +13723,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAuditLogDirectoryAudit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/auditLogs/directoryAudits", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryAudit", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgAuditLogDirectoryAudit", + "Uri": "/auditLogs/directoryAudits", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13660,19 +13753,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAuditLogDirectoryAudit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/auditLogs/directoryAudits/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgAuditLogDirectoryAuditCount", + "Uri": "/auditLogs/directoryAudits/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13690,33 +13783,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAuditLogDirectoryAuditCount", - "ApiReferenceLink": null + ] }, { - "Module": "Reports", - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgAuditLogProvisioning", - "ApiReferenceLink": null + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/auditLogs/provisioning", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgAuditLogProvisioning", + "Uri": "/auditLogs/provisioning", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13734,19 +13827,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAuditLogProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/auditLogs/provisioning/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgAuditLogProvisioningCount", + "Uri": "/auditLogs/provisioning/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13764,19 +13857,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAuditLogProvisioningCount", - "ApiReferenceLink": null + ] }, { - "Module": "Reports", - "Uri": "/auditLogs/signIns/{signIn-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSignIn", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgAuditLogSignIn", + "Uri": "/auditLogs/signIns/{signIn-id}", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13794,20 +13888,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgAuditLogSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/auditLogs/signIns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSignIn", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgAuditLogSignIn", + "Uri": "/auditLogs/signIns", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13825,19 +13918,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgAuditLogSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/auditLogs/signIns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgAuditLogSignInCount", + "Uri": "/auditLogs/signIns/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -13855,19 +13948,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgAuditLogSignInCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReview", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReview", + "Uri": "/accessReviews/{accessReview-id}", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -13893,20 +13987,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReview", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReview", + "Uri": "/accessReviews", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -13932,19 +14025,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReviewCount", + "Uri": "/accessReviews/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -13970,33 +14063,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReviewCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/decisions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14022,19 +14115,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReviewDecisionCount", + "Uri": "/accessReviews/{accessReview-id}/decisions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14060,198 +14154,197 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecisionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstance", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstance", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceCount", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReviewMyDecision", + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14277,19 +14370,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReviewMyDecisionCount", + "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14315,34 +14409,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReviewMyDecisionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/reviewers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14368,19 +14461,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReviewReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAccessReviewReviewerCount", + "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14406,46 +14500,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAccessReviewReviewerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaAdminEdge", - "ApiReferenceLink": null + "Uri": "/admin/edge", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null + "Uri": "/admin/edge/internetExplorerMode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSiteList", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14463,20 +14557,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSiteList", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "Uri": "/admin/edge/internetExplorerMode/siteLists", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14494,19 +14587,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14524,19 +14617,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14554,20 +14648,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14585,19 +14678,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14615,20 +14709,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBrowserSite", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", - "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14646,20 +14740,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBrowserSite", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14677,19 +14770,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -14707,20 +14801,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnit", "Uri": "/administrativeUnits/{administrativeUnit-id}", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -14754,20 +14848,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnit", + "Uri": "/administrativeUnits", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -14801,33 +14894,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/administrativeUnits/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitCount", + "Uri": "/administrativeUnits/$count", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -14861,19 +14954,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitDelta", + "Uri": "/administrativeUnits/delta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -14907,60 +15000,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitExtensionCount", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -14994,33 +15087,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMember", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15054,33 +15147,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15114,33 +15207,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15174,33 +15267,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15234,33 +15327,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15294,33 +15387,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15354,19 +15447,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberByRef", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15400,19 +15493,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberCount", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15446,20 +15540,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15493,20 +15587,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15540,20 +15634,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15587,20 +15681,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15634,20 +15728,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15681,20 +15775,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15728,52 +15822,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitMemberObject", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -15807,20 +15901,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -15854,19 +15947,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -15900,34 +15994,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/administrativeUnits/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdminPeople", + "Uri": "/admin/people", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -15945,19 +16038,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaAdminPeople", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdminPeopleItemInsight", "Uri": "/admin/people/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -15975,33 +16068,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfileCardProperty", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "Uri": "/admin/people/profileCardProperties", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16019,19 +16112,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", + "Uri": "/admin/people/profileCardProperties/$count", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16049,19 +16142,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPronounsSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaAdminPeoplePronoun", "Uri": "/admin/people/pronouns", - "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16079,19 +16172,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAdminReportSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Reports", + "Command": "Get-MgBetaAdminReportSetting", "Uri": "/admin/reportSettings", - "OutputType": "IMicrosoftGraphAdminReportSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -16109,32 +16202,32 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminReportSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaAdminSharepoint", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharepointSettings", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaAdminSharepointSetting", + "Uri": "/admin/sharepoint/settings", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -16152,87 +16245,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAdminSharepointSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreement", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreement", - "ApiReferenceLink": null + "Uri": "/agreements", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementAcceptance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0" + "Uri": "/agreements/{agreement-id}/acceptances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementAcceptanceCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaAgreementFile", + "Uri": "/agreements/{agreement-id}/file", "Permissions": [ { "Name": "Agreement.Read.All", @@ -16250,225 +16344,224 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFile", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0" + "Uri": "/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileLocalizationCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaAgreementFileVersionCount", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaAllGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/getAllSites", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAllGroupTeamChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/allChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAllGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/allChannels", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/allChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAllGroupTeamChannelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/allChannels/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/getAllSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "Get2" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaAllSite", + "Uri": "/sites/getAllSites", "Permissions": [ { "Name": "Sites.Read.All", @@ -16486,33 +16579,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get2" - ], - "Method": "GET", - "Command": "Get-MgBetaAllSite", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAllTeamChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/allChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaAllTeamChannel", + "Uri": "/teams/{team-id}/allChannels", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -16538,19 +16631,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAllTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/allChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaAllTeamChannelCount", + "Uri": "/teams/{team-id}/allChannels/$count", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -16576,20 +16670,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAllTeamChannelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/getAllMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaAllTeamMessage", + "Uri": "/teams/getAllMessages", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -16663,32 +16756,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAllTeamMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/getAllMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/getAllMessages", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/chats/getAllMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaAllUserChatMessage", + "Uri": "/users/{user-id}/chats/getAllMessages", "Permissions": [ { "Name": "Chat.Read.All", @@ -16706,62 +16800,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAllUserChatMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaAllUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -16803,19 +16896,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaAppCatalogTeamAppCount", + "Uri": "/appCatalogs/teamsApps/$count", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -16857,46 +16950,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -16922,20 +17016,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppIcon", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -16961,20 +17055,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17000,77 +17096,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17096,20 +17190,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17135,22 +17231,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaApplication", "Uri": "/applications/{application-id}", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -17192,20 +17286,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplication", + "Uri": "/applications", "Permissions": [ { "Name": "Application.Read.All", @@ -17255,59 +17348,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/appManagementPolicies", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationAppManagementPolicyCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationByAppId", + "Uri": "/applications(appId='{appId}')", "Permissions": [ { "Name": "Application.Read.All", @@ -17357,34 +17451,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/applications/getByIds", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationByUniqueName", + "Uri": "/applications(uniqueName='{uniqueName}')", "Permissions": [ { "Name": "Application.Read.All", @@ -17434,48 +17528,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/connectorGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationConnectorGroup", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/connectorGroup", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationCount", + "Uri": "/applications/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -17525,33 +17618,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/createdOnBehalfOf", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationDelta", + "Uri": "/applications/delta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -17593,19 +17686,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtensionProperty", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Permissions": [ { "Name": "Application.Read.All", @@ -17639,20 +17733,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/extensionProperties", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtensionProperty", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties", "Permissions": [ { "Name": "Application.Read.All", @@ -17694,19 +17787,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/extensionProperties/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationExtensionPropertyCount", + "Uri": "/applications/{application-id}/extensionProperties/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -17748,20 +17842,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaApplicationExtensionPropertyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -17779,20 +17873,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Permissions": [ { "Name": "Application.Read.All", @@ -17818,19 +17911,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "Permissions": [ { "Name": "Application.Read.All", @@ -17856,20 +17950,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -17895,107 +17989,106 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationLogo", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/logo", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationMemberObject", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationOwner", + "Uri": "/applications/{application-id}/owners", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18037,100 +18130,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/endpoint", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/user", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationOwnerByRef", + "Uri": "/applications/{application-id}/owners/$ref", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18172,19 +18265,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationOwnerCount", + "Uri": "/applications/{application-id}/owners/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18226,76 +18320,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/owners/user/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronization", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationSynchronizationAccessToken", + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18313,160 +18409,158 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaApplicationSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJobCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationSecretCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18492,20 +18586,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18531,19 +18624,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", + "Uri": "/applications/{application-id}/synchronization/templates/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18569,20 +18663,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18608,101 +18702,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applicationTemplates/{applicationTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0" + "Uri": "/applicationTemplates/{applicationTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applicationTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApplicationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0" + "Uri": "/applicationTemplates", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applicationTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationTemplateCount", - "ApiReferenceLink": null + "Uri": "/applicationTemplates/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationTokenIssuancePolicy", + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -18720,6 +18813,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -18736,19 +18837,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -18766,6 +18867,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -18782,19 +18891,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -18812,6 +18922,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -18828,20 +18946,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationTokenLifetimePolicy", + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -18859,6 +18976,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -18875,19 +19000,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -18905,6 +19030,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -18921,19 +19054,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -18951,6 +19085,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -18967,74 +19109,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaApplicationUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/applications/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "ApiReferenceLink": null + "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/customSecurityAttributeAudits", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-1.0" + "Uri": "/auditLogs/customSecurityAttributeAudits", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/customSecurityAttributeAudits/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", - "ApiReferenceLink": null + "Uri": "/auditLogs/customSecurityAttributeAudits/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryAudit", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19052,20 +19194,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryAudit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/directoryAudits", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryAudit", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "Uri": "/auditLogs/directoryAudits", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19083,19 +19224,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryAudit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/directoryAudits/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogDirectoryAuditCount", + "Uri": "/auditLogs/directoryAudits/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19113,73 +19254,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogDirectoryAuditCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "ApiReferenceLink": null + "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/directoryProvisioning", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "ApiReferenceLink": null + "Uri": "/auditLogs/directoryProvisioning", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/directoryProvisioning/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", - "ApiReferenceLink": null + "Uri": "/auditLogs/directoryProvisioning/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaAuditLogProvisioning", - "ApiReferenceLink": null + "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/provisioning", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogProvisioning", + "Uri": "/auditLogs/provisioning", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19197,19 +19338,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/provisioning/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogProvisioningCount", + "Uri": "/auditLogs/provisioning/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19227,19 +19368,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogProvisioningCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/signIns/{signIn-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSignIn", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogSignIn", + "Uri": "/auditLogs/signIns/{signIn-id}", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19257,20 +19399,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/signIns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSignIn", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogSignIn", + "Uri": "/auditLogs/signIns", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19288,19 +19429,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Reports", - "Uri": "/auditLogs/signIns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaAuditLogSignInCount", + "Uri": "/auditLogs/signIns/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19318,19 +19459,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaAuditLogSignInCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusiness", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -19364,22 +19508,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusiness", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusiness", + "Uri": "/bookingBusinesses", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19413,20 +19555,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusiness", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -19460,22 +19604,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19509,20 +19651,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessAppointmentCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19556,38 +19700,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessAppointmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCalendarView", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19621,20 +19763,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCalendarViewCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19668,22 +19812,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "Get1" ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCalendarViewCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCount", "Uri": "/bookingBusinesses/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19717,20 +19859,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomer", "Variants": [ "Get", - "Get1" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCustomer", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -19764,22 +19908,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingCustomer", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCustomer", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19813,20 +19955,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCustomerCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19860,22 +20004,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomerCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19909,22 +20053,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Permissions": [ { "Name": "Bookings.Read.All", @@ -19958,20 +20100,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20005,22 +20149,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingService", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessService", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20054,22 +20198,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingService", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessService", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20103,20 +20245,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessServiceCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20150,22 +20294,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Variants": [ "Get", - "Get1", + "GetExpanded", "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessServiceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessStaffAvailability", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20207,22 +20351,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingStaffMember", "Variants": [ "Get", - "GetExpanded", + "Get1", "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity1" ], - "Method": "POST", - "Command": "Get-MgBetaBookingBusinessStaffAvailability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessStaffMember", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20256,22 +20400,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingStaffMember", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessStaffMember", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20305,20 +20447,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingBusinessStaffMemberCount", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20352,22 +20496,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCurrency", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaBookingBusinessStaffMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingCurrency", "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20401,22 +20545,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingCurrency", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingCurrencies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingCurrency", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingCurrency", + "Uri": "/bookingCurrencies", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20450,20 +20592,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingCurrency", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingCurrencies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBookingCurrencyCount", + "Uri": "/bookingCurrencies/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20497,34 +20639,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1" - ], - "Method": "GET", - "Command": "Get-MgBetaBookingCurrencyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/businessFlowTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaBusinessFlowTemplate", + "Uri": "/businessFlowTemplates", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -20550,19 +20691,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/businessFlowTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaBusinessFlowTemplateCount", + "Uri": "/businessFlowTemplates/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -20588,19 +20729,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessFlowTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20634,20 +20776,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenario", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenario", + "Uri": "/solutions/businessScenarios", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20681,19 +20822,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenario", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioByUniqueName", + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20727,20 +20869,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioCount", + "Uri": "/solutions/businessScenarios/$count", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20774,19 +20915,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlanner", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20820,20 +20962,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlanner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerPlan", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", - "ApiVersion": "beta", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -20851,22 +20995,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaBusinessScenarioPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", - "ApiVersion": "beta", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20900,20 +21042,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20947,20 +21089,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -20994,19 +21135,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21040,20 +21182,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerTask", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21071,20 +21213,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerTask", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21102,47 +21243,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21176,20 +21318,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21207,48 +21349,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChat", + "Uri": "/chats/{chat-id}", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21314,20 +21456,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChat", + "Uri": "/chats", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21377,19 +21518,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatCount", + "Uri": "/chats/$count", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21439,19 +21580,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaChatCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -21485,6 +21627,14 @@ "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", @@ -21509,6 +21659,14 @@ "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", @@ -21517,20 +21675,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -21580,6 +21737,14 @@ "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", @@ -21620,6 +21785,14 @@ "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", @@ -21628,19 +21801,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatInstalledAppCount", + "Uri": "/chats/{chat-id}/installedApps/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -21690,6 +21864,14 @@ "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", @@ -21730,6 +21912,14 @@ "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", @@ -21738,62 +21928,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatInstalledAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMember", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21923,20 +22113,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMember", + "Uri": "/chats/{chat-id}/members", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22034,19 +22223,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMemberCount", + "Uri": "/chats/{chat-id}/members/$count", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22144,20 +22334,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaChatMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMessage", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Chat.Read", @@ -22207,21 +22398,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ - "Get", - "Get1", - "GetViaIdentity" + "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages", + "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 + } + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMessageCount", + "Uri": "/chats/{chat-id}/messages/$count", "Permissions": [ { "Name": "Chat.Read", @@ -22263,74 +22507,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ - "Get", - "GetViaIdentity" + "Delta", + "DeltaViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaChatMessageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMessageDelta", "Uri": "/chats/{chat-id}/messages/delta", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Chat.Read", @@ -22380,20 +22570,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatMessageDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "Chat.Read", @@ -22451,22 +22643,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Permissions": [ { "Name": "Chat.Read", @@ -22524,19 +22713,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatMessageHostedContentCount", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "Permissions": [ { "Name": "Chat.Read", @@ -22594,118 +22784,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatMessageHostedContentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatOperation", + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22779,20 +22969,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatOperation", + "Uri": "/chats/{chat-id}/operations", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22866,19 +23055,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatOperationCount", + "Uri": "/chats/{chat-id}/operations/$count", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22952,34 +23142,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23013,6 +23202,14 @@ "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", @@ -23045,6 +23242,14 @@ "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", @@ -23061,19 +23266,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatPermissionGrantCount", + "Uri": "/chats/{chat-id}/permissionGrants/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23107,6 +23313,14 @@ "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", @@ -23139,6 +23353,14 @@ "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", @@ -23155,36 +23377,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatPermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages", "Permissions": [ { "Name": "Chat.Read", @@ -23226,19 +23447,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatPinnedMessageCount", + "Uri": "/chats/{chat-id}/pinnedMessages/$count", "Permissions": [ { "Name": "Chat.Read", @@ -23280,20 +23502,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatPinnedMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatRetainedMessage", + "Uri": "/chats/getAllRetainedMessages", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23359,19 +23580,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaChatRetainedMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -23437,20 +23659,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatTab", + "Uri": "/chats/{chat-id}/tabs", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -23500,19 +23721,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaChatTabCount", + "Uri": "/chats/{chat-id}/tabs/$count", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -23562,34 +23784,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaChatTabCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaChatTabTeamApp", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCall", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCall", + "Uri": "/communications/calls/{call-id}", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -23607,20 +23829,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -23638,20 +23860,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -23669,19 +23890,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -23699,20 +23921,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallContentSharingSession", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -23746,20 +23968,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphContentSharingSession", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "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 + } + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "OutputType": "IMicrosoftGraphContentSharingSession", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -23793,120 +24061,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/$count", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallCount", - "ApiReferenceLink": null + "Uri": "/communications/calls/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallOperationCount", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphParticipant", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -23924,20 +24146,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphParticipant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -23955,19 +24176,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationCallParticipantCount", + "Uri": "/communications/calls/{call-id}/participants/$count", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -23985,215 +24207,214 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallParticipantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0" + "Uri": "/communications/callRecords/{callRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordCount", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsOrganizer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordParticipant", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsParticipant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsParticipant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0" + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0" + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordSessionCount", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationCallRecordSmLog", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -24227,150 +24448,151 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -24404,20 +24626,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationOnlineMeetingCount", + "Uri": "/communications/onlineMeetings/$count", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -24451,34 +24672,26 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationOnlineMeetingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -24486,278 +24699,286 @@ "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationPresence", + "Uri": "/communications/presences", "Permissions": [ { "Name": "Presence.Read", @@ -24783,19 +25004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationPresence", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/getPresencesByUserId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationPresenceByUserId", + "Uri": "/communications/getPresencesByUserId", "Permissions": [ { "Name": "Presence.Read.All", @@ -24813,20 +25035,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaCommunicationPresenceByUserId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaCommunicationPresenceCount", + "Uri": "/communications/presences/$count", "Permissions": [ { "Name": "Presence.Read", @@ -24852,45 +25073,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaCommunicationPresenceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaCompliance", - "ApiReferenceLink": null + "Uri": "/compliance", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -24908,20 +25130,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -24939,19 +25160,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", + "Uri": "/compliance/ediscovery/cases/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -24969,19 +25190,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -24999,20 +25221,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25030,19 +25251,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25060,34 +25282,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25105,20 +25327,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25136,19 +25357,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25166,34 +25388,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25211,20 +25433,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25242,19 +25463,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25272,61 +25494,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25344,20 +25566,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25375,19 +25596,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25405,20 +25627,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25436,20 +25658,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25467,19 +25688,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25497,34 +25719,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25542,19 +25763,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25572,130 +25794,129 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25713,19 +25934,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25743,20 +25965,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25774,20 +25996,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25805,19 +26026,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25835,20 +26057,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25866,48 +26088,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25925,60 +26146,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25996,34 +26218,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26041,20 +26263,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26072,19 +26293,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26102,20 +26324,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26133,20 +26355,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26164,19 +26385,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26194,20 +26416,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26225,20 +26447,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26256,20 +26478,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26287,33 +26508,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26331,19 +26552,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26361,20 +26583,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26392,20 +26614,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26423,34 +26645,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26468,19 +26689,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26498,20 +26720,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26529,34 +26751,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26574,19 +26795,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26604,20 +26826,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26635,20 +26857,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26666,33 +26887,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26710,19 +26931,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26740,20 +26962,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26771,34 +26993,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContact", + "Uri": "/contacts/{orgContact-id}", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -26824,20 +27046,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContact", + "Uri": "/contacts", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -26863,33 +27084,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/contacts/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactCount", + "Uri": "/contacts/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -26915,19 +27136,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactDelta", + "Uri": "/contacts/delta", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -26953,33 +27174,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaContactDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactDirectReport", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactDirectReport", + "Uri": "/contacts/{orgContact-id}/directReports", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27013,73 +27234,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaContactDirectReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactDirectReportCount", + "Uri": "/contacts/{orgContact-id}/directReports/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27113,48 +27335,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaContactDirectReportCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactDirectReportCountAsUser", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/manager", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactManager", + "Uri": "/contacts/{orgContact-id}/manager", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27188,20 +27410,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaContactManager", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactMemberGroup", "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -27283,22 +27507,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactMemberObject", "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -27396,36 +27620,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaContactMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactMemberOf", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactMemberOf", + "Uri": "/contacts/{orgContact-id}/memberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27459,73 +27680,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaContactMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactMemberOfCount", + "Uri": "/contacts/{orgContact-id}/memberOf/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27559,89 +27781,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaContactMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactTransitiveMemberOf", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27667,73 +27888,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOf", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContactTransitiveMemberOfCount", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27759,103 +27981,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaContactTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveReport", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveReport", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveReports", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactTransitiveReportCount", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContactUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/contacts/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContract", + "Uri": "/contracts/{contract-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -27873,20 +28095,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContract", + "Uri": "/contracts", "Permissions": [ { "Name": "Directory.Read.All", @@ -27904,33 +28125,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContractById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/contracts/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContractCount", + "Uri": "/contracts/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -27948,19 +28169,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaContractCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaContractDelta", + "Uri": "/contracts/delta", "Permissions": [ { "Name": "Directory.Read.All", @@ -27978,65 +28199,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaContractDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/contracts/{contract-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContractMemberObject", - "ApiReferenceLink": null + "Uri": "/contracts/{contract-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaContractUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/contracts/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaDataPolicyOperation", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Permissions": [ { "Name": "User.Export.All", @@ -28054,46 +28276,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDataPolicyOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/dataPolicyOperations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaDataPolicyOperationCount", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDevice", + "Uri": "/devices/{device-id}", "Permissions": [ { "Name": "Device.Read.All", @@ -28127,20 +28349,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDevice", + "Uri": "/devices", "Permissions": [ { "Name": "Device.Read.All", @@ -28174,19 +28395,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagement", + "Uri": "/deviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28220,19 +28441,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28250,20 +28472,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28281,19 +28502,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28327,20 +28549,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28374,19 +28595,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28420,20 +28642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28467,20 +28689,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28514,19 +28735,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28560,20 +28782,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28591,19 +28812,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28637,20 +28859,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28684,20 +28906,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28731,19 +28952,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28777,20 +28999,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28824,19 +29045,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28870,20 +29092,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28917,19 +29138,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28963,20 +29185,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -28994,20 +29216,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29025,19 +29246,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29055,46 +29276,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29112,20 +29334,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29143,19 +29364,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29173,33 +29395,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29217,20 +29439,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29248,19 +29469,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29278,20 +29500,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29309,20 +29531,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29340,19 +29561,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29370,20 +29592,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29401,20 +29623,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29432,19 +29653,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -29462,20 +29684,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29493,20 +29715,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29524,19 +29745,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29570,20 +29792,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29617,19 +29838,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29663,20 +29885,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29710,20 +29932,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29757,19 +29978,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29803,20 +30025,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29834,19 +30055,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29880,20 +30102,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29927,20 +30149,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29974,19 +30195,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", + "Uri": "/deviceAppManagement/managedAppPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30020,19 +30241,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30066,20 +30334,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30113,19 +30381,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "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 + } + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30159,66 +30474,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "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 - } - ], - "Variants": [ - "List" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30252,20 +30520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30299,19 +30567,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30345,20 +30613,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30392,66 +30660,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Variants": [ + "Get", + "GetViaIdentity" ], + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30485,20 +30748,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30532,19 +30794,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30578,20 +30841,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30625,19 +30887,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30671,20 +30934,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30718,19 +30980,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", + "Uri": "/deviceAppManagement/managedAppStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30764,19 +31026,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30794,20 +31057,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBook", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30825,19 +31087,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30855,20 +31118,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30886,19 +31148,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30916,20 +31179,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30947,22 +31212,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBookCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", + "Uri": "/deviceAppManagement/managedEBookCategories", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30980,20 +31243,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBookCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", + "Uri": "/deviceAppManagement/managedEBookCategories/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31011,21 +31275,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", + "Uri": "/deviceAppManagement/managedEBooks/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31043,19 +31305,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31073,20 +31336,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31104,19 +31366,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31134,20 +31397,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31165,20 +31428,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31196,20 +31459,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31227,19 +31489,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31257,20 +31520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31288,20 +31551,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31319,19 +31581,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31349,20 +31612,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31380,20 +31643,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31411,19 +31673,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31457,20 +31720,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31504,19 +31766,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31550,20 +31813,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31581,19 +31843,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31627,20 +31890,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31674,19 +31936,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31720,20 +31983,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31767,20 +32030,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31814,19 +32076,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31860,20 +32123,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31891,20 +32154,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "Uri": "/deviceAppManagement/mobileApps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31922,33 +32184,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidForWorkApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", + "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31966,156 +32228,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidLobApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidLobApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32133,279 +32395,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", + "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32423,156 +32685,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidStoreApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32590,156 +32852,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32757,279 +33019,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosStoreApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosStoreApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33047,156 +33309,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosVppApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosVppApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33214,197 +33476,197 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSDmgApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33422,279 +33684,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSLobApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSLobApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33712,279 +33974,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSPkgApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", + "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34002,279 +34264,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34292,279 +34554,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedIosLobApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34582,279 +34844,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34872,279 +35134,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35162,183 +35424,184 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35356,20 +35619,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35387,19 +35649,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35417,34 +35680,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWin32LobApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWin32LobApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35462,279 +35724,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAppX", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAppX", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35752,279 +36014,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMobileMsi", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36042,279 +36304,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsStoreApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", + "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36332,156 +36594,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36499,320 +36761,320 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsWebApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsWebApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36830,156 +37092,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWinGetApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/winGetApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWinGetApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", + "Uri": "/deviceAppManagement/mobileApps/winGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36997,182 +37259,185 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37190,22 +37455,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37223,20 +37486,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", + "Uri": "/deviceAppManagement/mobileAppCategories/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37254,20 +37517,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37285,20 +37548,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37316,19 +37578,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37346,20 +37609,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37377,19 +37639,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37407,20 +37670,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37438,19 +37700,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37468,20 +37731,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37499,19 +37761,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37529,20 +37792,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37560,20 +37823,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37591,20 +37854,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37622,19 +37884,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37652,20 +37915,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37683,20 +37946,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", + "Uri": "/deviceAppManagement/mobileApps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37714,19 +37976,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37744,19 +38006,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37774,19 +38036,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37804,19 +38066,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37834,19 +38096,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37864,19 +38126,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37894,19 +38156,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37924,19 +38186,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37954,19 +38216,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37984,19 +38246,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38014,19 +38276,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38044,19 +38306,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38074,19 +38336,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38104,19 +38366,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38134,19 +38396,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38164,19 +38426,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38194,19 +38456,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38224,19 +38486,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38254,19 +38516,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38284,19 +38546,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38314,19 +38576,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38344,19 +38606,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -38374,20 +38637,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -38405,19 +38667,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -38435,20 +38698,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPolicySet", "Variants": [ "Get", + "Get1", + "GetExpanded", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Uri": "/deviceAppManagement/policySets/{policySet-id}", - "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38466,22 +38731,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetExpanded", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPolicySet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", + "Uri": "/deviceAppManagement/policySets", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38499,19 +38761,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38529,20 +38792,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38560,19 +38822,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38590,20 +38853,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", + "Uri": "/deviceAppManagement/policySets/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38621,19 +38883,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPolicySetItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38651,20 +38914,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPolicySetItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38682,19 +38944,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -38712,20 +38975,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -38743,19 +39005,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38773,20 +39036,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38804,19 +39066,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38850,20 +39113,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38897,19 +39159,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38943,20 +39206,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38990,20 +39253,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39037,19 +39299,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39083,20 +39346,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39114,19 +39376,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39160,20 +39423,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39207,20 +39470,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39254,19 +39516,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39300,20 +39563,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39347,20 +39610,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39394,19 +39656,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39440,20 +39703,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTask", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39487,20 +39750,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTask", + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39534,19 +39796,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementTaskCount", + "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39580,19 +39842,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39626,20 +39889,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "Uri": "/deviceAppManagement/vppTokens", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39673,19 +39935,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", + "Uri": "/deviceAppManagement/vppTokens/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39719,19 +39981,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -39765,20 +40028,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39796,20 +40059,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39827,19 +40089,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39857,20 +40120,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39888,19 +40150,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39918,20 +40181,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39949,19 +40211,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39979,20 +40242,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40010,20 +40273,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40041,19 +40303,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40087,20 +40350,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40134,19 +40396,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40180,19 +40442,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40226,20 +40489,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40273,19 +40535,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40319,20 +40582,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40366,19 +40628,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40412,20 +40675,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40459,19 +40721,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40505,20 +40768,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40552,19 +40814,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40598,20 +40861,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40645,20 +40908,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40692,19 +40954,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40738,20 +41001,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40785,20 +41048,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40832,19 +41094,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40878,19 +41140,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40924,20 +41187,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40971,19 +41233,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41017,20 +41280,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41064,19 +41326,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41110,20 +41373,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41157,20 +41420,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41204,19 +41466,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41250,20 +41513,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41297,19 +41559,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagementApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsManagementApp", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", + "Uri": "/deviceAppManagement/windowsManagementApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41343,19 +41619,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceByDeviceId", + "Uri": "/devices(deviceId='{deviceId}')", "Permissions": [ { "Name": "Device.Read.All", @@ -41389,89 +41666,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/devices/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceCommand", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/commands/{command-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/commands", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceCommand", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/commands", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/commands/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceCommandCount", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/commands/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceCommandResponsepayload", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceCount", + "Uri": "/devices/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -41505,73 +41781,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceDelta", - "ApiReferenceLink": null + "Uri": "/devices/delta", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceExtensionCount", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagement", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagement", + "Uri": "/deviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41653,19 +41929,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagement", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41683,19 +41959,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41713,20 +41990,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41744,19 +42020,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41774,19 +42050,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41804,20 +42081,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41835,19 +42111,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41865,19 +42141,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41895,20 +42172,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41926,19 +42202,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41956,19 +42232,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41986,20 +42263,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42017,19 +42293,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42047,19 +42323,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", "Uri": "/deviceManagement/androidForWorkSettings", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42077,19 +42353,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42107,19 +42383,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42137,20 +42414,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42168,19 +42444,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42198,19 +42474,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -42244,19 +42520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42274,20 +42551,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42305,19 +42581,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42335,20 +42612,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42366,19 +42642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42396,20 +42673,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -42427,19 +42703,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", "Uri": "/deviceManagement/getAssignedRoleDetails", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42473,19 +42749,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42503,20 +42780,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/assignmentFilters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "Uri": "/deviceManagement/assignmentFilters", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42534,19 +42810,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/assignmentFilters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", + "Uri": "/deviceManagement/assignmentFilters/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42564,19 +42840,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", + "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42594,20 +42871,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/assignmentFilters/getState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", + "Uri": "/deviceManagement/assignmentFilters/getState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42625,19 +42901,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", + "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42655,20 +42932,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42686,20 +42963,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementAuditEvent", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", - "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42717,20 +42994,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuditEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42748,19 +43024,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42778,20 +43055,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", + "Uri": "/deviceManagement/auditEvents/getAuditCategories", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42809,19 +43085,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementAuditEventCount", "Uri": "/deviceManagement/auditEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42839,19 +43115,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAuditEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42869,20 +43146,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "Uri": "/deviceManagement/autopilotEvents", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42900,19 +43176,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", + "Uri": "/deviceManagement/autopilotEvents/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42930,19 +43206,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42960,20 +43237,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -42991,19 +43267,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -43021,20 +43298,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43052,20 +43329,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/cartToClassAssociations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "Uri": "/deviceManagement/cartToClassAssociations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43083,19 +43359,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/cartToClassAssociations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", + "Uri": "/deviceManagement/cartToClassAssociations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43113,19 +43389,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCategory", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43143,20 +43420,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCategory", + "Uri": "/deviceManagement/categories", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43174,19 +43450,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCategoryCount", + "Uri": "/deviceManagement/categories/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43204,19 +43480,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43234,20 +43511,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43265,19 +43541,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43295,20 +43572,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43326,22 +43605,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43359,22 +43638,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43408,20 +43685,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43455,184 +43731,184 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", + "Uri": "/deviceManagement/comanagedDevices/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43666,60 +43942,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43753,239 +44030,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/getComanagedDevicesSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphComanagedDevicesSummary", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", + "Uri": "/deviceManagement/getComanagedDevicesSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44019,87 +44295,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44133,20 +44410,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/comanagementEligibleDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44180,19 +44456,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/comanagementEligibleDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", + "Uri": "/deviceManagement/comanagementEligibleDevices/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44226,19 +44502,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44272,19 +44548,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44318,20 +44595,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44365,19 +44641,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", + "Uri": "/deviceManagement/complianceManagementPartners/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44411,19 +44687,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44441,20 +44718,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "Uri": "/deviceManagement/compliancePolicies", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44472,19 +44748,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44502,20 +44779,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44533,19 +44809,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44563,20 +44840,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", + "Uri": "/deviceManagement/compliancePolicies/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44594,19 +44870,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44624,20 +44901,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44655,19 +44931,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44685,20 +44962,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44716,20 +44993,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44747,19 +45023,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44777,20 +45054,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44808,20 +45085,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44839,19 +45115,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44869,61 +45146,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44941,20 +45218,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/complianceSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "Uri": "/deviceManagement/complianceSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44972,19 +45248,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/complianceSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", + "Uri": "/deviceManagement/complianceSettings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45002,19 +45278,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45048,19 +45324,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45094,20 +45371,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45125,20 +45402,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "Uri": "/deviceManagement/configurationPolicies", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45156,19 +45432,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45186,20 +45463,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45217,19 +45493,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45247,20 +45524,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", + "Uri": "/deviceManagement/configurationPolicies/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45278,47 +45554,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyJust", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45336,20 +45613,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45367,19 +45643,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45397,20 +45674,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45428,20 +45705,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45459,19 +45735,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45489,20 +45766,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45520,20 +45797,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45551,19 +45827,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", + "Uri": "/deviceManagement/configurationPolicyTemplates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45581,19 +45857,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45611,20 +45888,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45642,19 +45918,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45672,20 +45949,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45703,20 +45980,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45734,19 +46010,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45764,20 +46041,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45795,20 +46072,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "Uri": "/deviceManagement/configurationSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45826,19 +46102,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", + "Uri": "/deviceManagement/configurationSettings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45856,19 +46132,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataSharingConsent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -45894,20 +46171,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/dataSharingConsents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataSharingConsent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -45933,19 +46209,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/dataSharingConsents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", + "Uri": "/deviceManagement/dataSharingConsents/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -45971,19 +46247,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46001,20 +46278,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "Uri": "/deviceManagement/depOnboardingSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46032,19 +46308,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", + "Uri": "/deviceManagement/depOnboardingSettings/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46062,19 +46338,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46092,20 +46369,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46123,20 +46400,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46154,20 +46431,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46185,20 +46462,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46216,19 +46492,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46246,20 +46523,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46277,20 +46554,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46308,20 +46585,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46339,19 +46615,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46369,60 +46646,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/derivedCredentials", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null + "Uri": "/deviceManagement/derivedCredentials", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/derivedCredentials/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/derivedCredentials/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46456,20 +46733,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46503,19 +46779,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDetectedAppCount", + "Uri": "/deviceManagement/detectedApps/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46549,19 +46825,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46579,20 +46856,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46610,19 +46886,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -46640,20 +46917,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46687,20 +46964,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46734,19 +47010,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", + "Uri": "/deviceManagement/deviceCategories/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46780,19 +47056,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46810,20 +47087,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46841,19 +47117,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46871,20 +47148,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46902,19 +47178,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46932,20 +47209,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46963,19 +47239,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46993,19 +47269,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47023,20 +47300,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47054,19 +47330,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47084,20 +47361,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47115,19 +47391,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47145,20 +47422,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47176,19 +47452,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47206,20 +47483,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47237,20 +47514,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47268,20 +47545,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47299,20 +47576,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47330,19 +47606,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47360,20 +47637,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47391,20 +47668,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47422,19 +47698,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47452,20 +47729,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47483,20 +47760,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47514,19 +47790,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47544,19 +47820,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47574,20 +47851,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47605,19 +47881,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47635,20 +47912,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47666,20 +47943,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47697,19 +47973,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47727,20 +48004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47758,20 +48035,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47789,20 +48066,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47820,19 +48096,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47850,19 +48126,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47880,20 +48157,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47911,19 +48187,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47941,20 +48218,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47972,20 +48249,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48003,19 +48279,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48033,19 +48309,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", "Uri": "/deviceManagement/deviceConfigurations/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48063,19 +48339,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48093,20 +48370,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48124,19 +48400,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48154,20 +48431,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48185,19 +48461,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48215,20 +48492,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48246,19 +48522,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48276,20 +48553,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48307,20 +48584,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48338,20 +48615,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48369,19 +48645,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48399,20 +48676,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48430,20 +48707,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", + "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48461,19 +48737,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48491,20 +48768,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48522,19 +48798,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48552,60 +48829,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48623,20 +48900,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48654,19 +48930,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48684,33 +48960,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48728,19 +49004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48758,20 +49035,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48789,19 +49065,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48819,20 +49096,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48850,20 +49127,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48897,20 +49174,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48944,19 +49220,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48990,20 +49267,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49037,19 +49313,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49083,20 +49360,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -49130,19 +49406,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49160,20 +49437,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49191,19 +49467,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49221,20 +49498,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49252,19 +49528,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49282,20 +49559,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", + "Uri": "/deviceManagement/deviceHealthScripts/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49313,19 +49589,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49343,20 +49620,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49374,19 +49650,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49404,20 +49681,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49451,20 +49728,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49482,20 +49759,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49513,50 +49790,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", - "ApiVersion": "beta", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", + "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49574,20 +49820,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": "IMicrosoftGraphDeviceShellScript", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49597,22 +49843,6 @@ "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", @@ -49621,20 +49851,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts", - "OutputType": "IMicrosoftGraphDeviceShellScript", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49668,19 +49898,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "Uri": "/deviceManagement/deviceShellScripts", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49714,20 +49944,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49761,19 +49991,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49807,20 +50037,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49854,19 +50084,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", + "Uri": "/deviceManagement/deviceShellScripts/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49900,20 +50130,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49947,19 +50177,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49993,34 +50223,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Permissions": [], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50054,20 +50270,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50101,19 +50331,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50147,20 +50377,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50194,20 +50424,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50241,20 +50471,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50288,19 +50518,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50334,47 +50564,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50392,20 +50669,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/domainJoinConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "Uri": "/deviceManagement/domainJoinConnectors", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50423,19 +50699,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/domainJoinConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", + "Uri": "/deviceManagement/domainJoinConnectors/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50453,19 +50729,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/getEffectivePermissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementEffectivePermission", + "Uri": "/deviceManagement/getEffectivePermissions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -50483,35 +50761,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEffectivePermission", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50529,20 +50806,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50560,19 +50836,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50590,20 +50867,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50621,19 +50897,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50651,20 +50928,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50682,19 +50958,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50712,20 +50989,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50743,19 +51019,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50773,20 +51050,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50820,20 +51097,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50867,19 +51143,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", + "Uri": "/deviceManagement/exchangeConnectors/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50913,19 +51189,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50959,62 +51237,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51032,20 +51309,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "Uri": "/deviceManagement/groupPolicyCategories", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51063,60 +51339,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", + "Uri": "/deviceManagement/groupPolicyCategories/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51134,88 +51410,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51233,20 +51510,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "Uri": "/deviceManagement/groupPolicyConfigurations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51264,19 +51540,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51294,20 +51571,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51325,19 +51601,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51355,20 +51632,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", + "Uri": "/deviceManagement/groupPolicyConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51386,19 +51662,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51416,20 +51693,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51447,19 +51723,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51477,20 +51754,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51508,20 +51785,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51539,20 +51816,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51570,19 +51846,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51600,20 +51877,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "Uri": "/deviceManagement/groupPolicyDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51631,33 +51907,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", + "Uri": "/deviceManagement/groupPolicyDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51675,19 +51951,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51705,532 +51984,530 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52248,20 +52525,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "Uri": "/deviceManagement/groupPolicyMigrationReports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52279,19 +52555,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", + "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52309,19 +52585,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52339,20 +52616,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52370,19 +52646,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52400,20 +52677,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52431,20 +52708,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52462,19 +52738,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52492,20 +52769,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52523,20 +52800,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyObjectFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", + "Uri": "/deviceManagement/groupPolicyObjectFiles", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52554,19 +52830,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", + "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52584,19 +52860,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52614,20 +52891,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52645,19 +52921,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52675,101 +52951,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52787,20 +53064,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedDeviceIdentities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52818,19 +53094,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedDeviceIdentities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", + "Uri": "/deviceManagement/importedDeviceIdentities/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52848,19 +53124,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52878,20 +53155,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52909,19 +53185,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52939,19 +53215,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntent", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52969,20 +53246,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntent", + "Uri": "/deviceManagement/intents", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53000,19 +53276,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53030,20 +53307,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53061,19 +53337,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53091,20 +53368,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategory", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53122,20 +53399,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategory", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53153,19 +53429,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53183,20 +53460,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53214,20 +53491,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53245,19 +53521,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53275,20 +53552,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53306,20 +53583,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53337,19 +53613,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53367,20 +53644,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentCount", + "Uri": "/deviceManagement/intents/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53398,19 +53674,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53428,20 +53705,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53459,20 +53736,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53490,19 +53766,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53520,20 +53797,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53551,20 +53828,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53582,19 +53858,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53612,20 +53889,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53643,20 +53920,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentSetting", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53674,20 +53951,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentSetting", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53705,19 +53981,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentSettingCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53735,20 +54012,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentSettingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentUserState", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53766,20 +54043,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentUserState", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53797,19 +54073,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53827,20 +54104,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53858,20 +54135,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -53889,20 +54166,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", + "Uri": "/deviceManagement/intuneBrandingProfiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -53920,19 +54196,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -53950,20 +54227,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -53981,19 +54257,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -54011,20 +54288,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", + "Uri": "/deviceManagement/intuneBrandingProfiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -54042,19 +54318,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54072,20 +54349,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/iosUpdateStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54103,19 +54379,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", + "Uri": "/deviceManagement/iosUpdateStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54133,19 +54409,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54163,20 +54440,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54194,19 +54470,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54224,20 +54501,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54255,19 +54531,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54285,20 +54562,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54316,20 +54593,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54347,19 +54623,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54377,20 +54654,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54408,19 +54684,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -54454,20 +54731,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -54501,128 +54777,129 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceCleanupRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceCleanupRules", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -54640,102 +54917,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", + "Uri": "/deviceManagement/managedDevices/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -54769,60 +55045,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54840,20 +55117,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54871,19 +55147,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", + "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54901,19 +55177,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54947,157 +55224,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceOverview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", + "Uri": "/deviceManagement/managedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -55131,169 +55407,170 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55311,20 +55588,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelConfigurations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55342,19 +55618,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", + "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55372,19 +55648,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55402,20 +55679,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55433,19 +55709,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55463,19 +55739,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55493,20 +55770,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55524,19 +55800,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55554,19 +55830,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55584,20 +55861,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "Uri": "/deviceManagement/microsoftTunnelSites", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55615,19 +55891,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", + "Uri": "/deviceManagement/microsoftTunnelSites/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55645,19 +55921,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55675,20 +55952,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55706,20 +55983,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55737,19 +56013,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55767,20 +56044,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55798,22 +56077,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55831,22 +56110,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -55864,20 +56141,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -55895,19 +56171,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -55941,20 +56218,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -55988,19 +56264,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56034,20 +56311,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56065,19 +56341,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56111,20 +56388,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56158,19 +56434,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56204,32 +56480,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementMonitoring", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56247,20 +56524,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "Uri": "/deviceManagement/monitoring/alertRecords", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56278,19 +56554,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", + "Uri": "/deviceManagement/monitoring/alertRecords/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56308,19 +56584,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56338,19 +56614,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56368,20 +56645,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "Uri": "/deviceManagement/monitoring/alertRules", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56399,19 +56675,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", + "Uri": "/deviceManagement/monitoring/alertRules/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56429,19 +56705,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNdesConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56459,20 +56736,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/ndesConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNdesConnector", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "Uri": "/deviceManagement/ndesConnectors", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56490,19 +56766,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/ndesConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", + "Uri": "/deviceManagement/ndesConnectors/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56520,19 +56796,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56550,20 +56827,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56581,19 +56857,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", + "Uri": "/deviceManagement/notificationMessageTemplates/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56611,19 +56887,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56641,20 +56918,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56672,19 +56948,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56702,20 +56979,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", "Variants": [ "Get", - "GetViaIdentity" + "Retrieve" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", "Uri": "/deviceManagement/operationApprovalPolicies/getApprovableOperations", - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56749,20 +57026,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", "Variants": [ "Get", "Retrieve" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", "Uri": "/deviceManagement/operationApprovalPolicies/getOperationsRequiringApproval", - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56796,20 +57073,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOperationApprovalRequest", "Variants": [ - "Get", "Retrieve" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", - "OutputType": "IMicrosoftGraphOperationApprovalRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56843,19 +57119,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Retrieve" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOperationApprovalRequest", + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", + "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56889,34 +57166,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Retrieve", - "RetrieveViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56950,20 +57227,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -56997,19 +57273,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementPartnerCount", + "Uri": "/deviceManagement/deviceManagementPartners/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -57043,19 +57319,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementPartnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57089,20 +57366,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/remoteActionAudits", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "Uri": "/deviceManagement/remoteActionAudits", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57136,19 +57412,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/remoteActionAudits/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", + "Uri": "/deviceManagement/remoteActionAudits/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57182,19 +57458,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -57228,20 +57505,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/remoteAssistancePartners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -57275,19 +57551,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", + "Uri": "/deviceManagement/remoteAssistancePartners/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -57321,19 +57597,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Reports", + "Command": "Get-MgBetaDeviceManagementReport", "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57399,75 +57675,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getActiveMalwareReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getActiveMalwareReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getCachedReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportCachedReport", + "Uri": "/deviceManagement/reports/getCachedReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57517,20 +57794,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCachedReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Reports", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57580,20 +57857,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/cachedReportConfigurations", + "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 + } + ] }, { - "Module": "Beta.Reports", - "Uri": "/deviceManagement/reports/cachedReportConfigurations", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", + "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57643,109 +57981,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Reports", - "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], "Variants": [ - "Get" + "Get", + "GetExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57795,20 +58072,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57858,48 +58135,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57949,76 +58226,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getComplianceSettingsReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getComplianceSettingsReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58068,20 +58345,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58131,62 +58408,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58236,76 +58513,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58355,20 +58632,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58418,20 +58695,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58481,20 +58758,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58544,20 +58821,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58607,20 +58884,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58670,20 +58947,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58733,20 +59010,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58796,20 +59073,83 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", + "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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58859,20 +59199,83 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", + "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58922,20 +59325,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", + "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58985,20 +59416,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/exportJobs", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59048,48 +59478,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ - "Get", - "GetExpanded" + "Get" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", - "OutputType": null, "ApiVersion": "beta", - "Permissions": [], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", - "ApiReferenceLink": null - }, - { "Module": "Beta.Reports", - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "beta", + "Command": "Get-MgBetaDeviceManagementReportExportJobCount", + "Uri": "/deviceManagement/reports/exportJobs/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59139,20 +59540,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" ], + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", + "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportExportJob", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", + "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/deviceManagement/reports/exportJobs", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportFilter", + "Uri": "/deviceManagement/reports/getReportFilters", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59202,19 +59631,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ - "List" + "Get", + "GetExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportExportJob", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Reports", - "Uri": "/deviceManagement/reports/exportJobs/$count", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", + "Uri": "/deviceManagement/reports/getHistoricalReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59264,47 +59725,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportExportJobCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getReportFilters", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59314,22 +59762,6 @@ "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", @@ -59354,20 +59786,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportFilter", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59384,21 +59816,37 @@ "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 } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getHistoricalReport", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", + "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59448,34 +59896,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59485,6 +59919,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune device configuration and policies", @@ -59509,20 +59959,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59532,6 +59982,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune device configuration and policies", @@ -59556,20 +60022,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59619,251 +60085,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], - "Variants": [ - "Get", - "GetExpanded" - ], + "ApiReferenceLink": null, "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "OutputType": null, "ApiVersion": "beta", - "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 - } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", - "ApiReferenceLink": null - }, - { "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59897,20 +60174,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59960,160 +60237,160 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getUserInstallStatusReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getUserInstallStatusReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60131,20 +60408,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60162,20 +60439,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "Uri": "/deviceManagement/resourceAccessProfiles", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60193,19 +60469,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60223,20 +60500,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60254,19 +60530,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60284,20 +60561,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", + "Uri": "/deviceManagement/resourceAccessProfiles/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -60315,19 +60591,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60361,20 +60638,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60408,19 +60684,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementResourceOperationCount", + "Uri": "/deviceManagement/resourceOperations/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60454,19 +60730,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60500,48 +60777,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyJust", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60559,20 +60836,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/reusableSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "Uri": "/deviceManagement/reusableSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60590,19 +60866,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/reusableSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementReusableSettingCount", + "Uri": "/deviceManagement/reusableSettings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60620,19 +60896,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReusableSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60666,20 +60943,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60713,19 +60989,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", + "Uri": "/deviceManagement/roleAssignments/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60759,74 +61035,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60860,20 +61137,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60907,19 +61183,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", + "Uri": "/deviceManagement/roleDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60953,19 +61229,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -60999,20 +61276,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -61046,19 +61322,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -61092,20 +61369,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -61139,20 +61416,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61186,20 +61463,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTag", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61233,88 +61509,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", - "ApiReferenceLink": null + "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", - "ApiReferenceLink": null + "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", + "Uri": "/deviceManagement/roleScopeTags/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61348,19 +61624,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRoleScopeTag", + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", + "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61394,47 +61671,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementScript", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementScript", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61468,20 +61745,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61515,19 +61791,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61561,33 +61838,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementScriptCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61621,20 +61898,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61668,19 +61944,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61714,20 +61991,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", - "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61761,20 +62038,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61808,20 +62085,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61855,19 +62131,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61901,20 +62178,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptRunSummary", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61948,20 +62225,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptRunSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61995,20 +62272,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62042,19 +62318,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62088,20 +62365,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62135,20 +62412,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62182,19 +62458,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62212,20 +62489,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "Uri": "/deviceManagement/settingDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62243,19 +62519,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", + "Uri": "/deviceManagement/settingDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62273,19 +62549,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", "Uri": "/deviceManagement/softwareUpdateStatusSummary", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62303,19 +62579,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", + "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62333,20 +62610,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62364,20 +62641,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62395,19 +62671,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62425,19 +62701,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplate", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62455,20 +62732,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplate", + "Uri": "/deviceManagement/templates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62486,19 +62762,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62516,20 +62793,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62547,19 +62823,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62577,20 +62854,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62608,20 +62885,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62639,19 +62915,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62669,20 +62946,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62700,20 +62977,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62731,19 +63007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62761,20 +63038,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateCount", + "Uri": "/deviceManagement/templates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62792,19 +63068,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62822,20 +63099,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62853,142 +63129,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63006,61 +63283,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63078,20 +63355,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63109,19 +63385,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63139,20 +63416,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/tenantAttachRBAC/getState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", + "Uri": "/deviceManagement/tenantAttachRBAC/getState", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63186,19 +63462,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditions", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63216,20 +63493,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditions", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63247,19 +63523,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63277,20 +63554,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63308,19 +63584,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63338,20 +63615,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63369,20 +63646,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63400,20 +63677,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63431,19 +63707,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63461,20 +63738,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", + "Uri": "/deviceManagement/termsAndConditions/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63492,19 +63768,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63522,20 +63799,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63553,19 +63829,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63583,20 +63860,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -63614,20 +63891,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -63645,20 +63922,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -63676,19 +63952,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", + "Uri": "/deviceManagement/troubleshootingEvents/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -63706,19 +63982,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63752,20 +64029,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63799,59 +64075,59 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63885,19 +64161,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63931,20 +64208,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63978,19 +64254,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64024,19 +64300,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64070,20 +64347,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64117,19 +64393,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64163,20 +64440,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64210,19 +64486,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64256,19 +64532,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64302,20 +64579,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64349,19 +64625,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64395,19 +64671,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64441,20 +64718,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64488,19 +64764,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64534,19 +64810,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64580,20 +64857,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64627,19 +64949,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64673,19 +64995,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64719,19 +65088,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64765,20 +65134,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64812,19 +65181,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64858,19 +65227,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64904,20 +65273,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64951,19 +65320,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -64997,19 +65366,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65043,20 +65412,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65090,19 +65459,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65136,19 +65551,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65182,20 +65597,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Variants": [ + "List" + ], + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65229,19 +65684,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65275,19 +65730,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65321,59 +65777,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "OutputType": null, "ApiVersion": "beta", - "Permissions": [], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "ApiReferenceLink": null - }, - { "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "beta", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65407,20 +65824,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65454,19 +65871,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65500,20 +65917,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65547,20 +65964,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65594,20 +66011,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65641,19 +66058,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -65687,25 +66105,25 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "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 @@ -65719,40 +66137,39 @@ "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 } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "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 @@ -65766,40 +66183,39 @@ "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 } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", "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 @@ -65813,35 +66229,34 @@ "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 } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65875,20 +66290,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65922,19 +66337,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65968,19 +66383,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66014,19 +66429,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66060,20 +66476,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66107,19 +66522,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66153,19 +66568,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66199,20 +66615,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66246,19 +66661,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66292,19 +66707,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66338,20 +66754,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66385,19 +66800,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66431,19 +66846,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66477,20 +66893,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66524,112 +66985,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "ApiVersion": "beta", - "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 - } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null - }, - { "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66663,111 +67031,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], - "Variants": [ - "Get" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", - "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": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66801,87 +67078,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66915,20 +67192,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66962,19 +67238,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67008,19 +67284,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67054,20 +67331,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67101,19 +67377,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67147,19 +67423,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67193,21 +67471,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67241,19 +67517,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67287,19 +67563,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67333,20 +67610,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67380,19 +67656,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67426,19 +67702,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67472,20 +67749,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67519,19 +67795,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67565,19 +67841,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67611,20 +67888,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67658,19 +67934,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67704,19 +67980,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67750,20 +68027,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67797,19 +68073,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67843,59 +68119,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67929,20 +68206,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -67976,19 +68252,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68022,19 +68298,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68068,20 +68345,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68115,19 +68391,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", + "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68161,19 +68437,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68207,20 +68484,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68254,19 +68530,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68300,19 +68576,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68346,20 +68623,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68393,19 +68669,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68439,19 +68715,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68485,20 +68762,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68532,19 +68808,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68578,19 +68854,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68624,19 +68900,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68670,20 +68947,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68717,19 +68993,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68763,19 +69039,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68809,20 +69086,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68856,65 +69178,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68948,20 +69225,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68995,19 +69271,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69041,19 +69317,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69087,66 +69363,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69180,19 +69410,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69226,19 +69456,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69272,20 +69502,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69319,19 +69549,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69365,20 +69595,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69412,20 +69642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69459,19 +69689,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null - }, - { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69505,19 +69735,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "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 + } + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69535,20 +69812,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/userPfxCertificates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "Uri": "/deviceManagement/userPfxCertificates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69566,19 +69842,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/userPfxCertificates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", + "Uri": "/deviceManagement/userPfxCertificates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69596,32 +69872,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69639,20 +69916,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69670,19 +69946,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69700,19 +69976,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69730,59 +70006,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPc", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69800,20 +70077,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPc", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69831,19 +70107,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69861,20 +70138,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69892,47 +70168,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPc", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69950,34 +70227,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -69995,20 +70272,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70026,19 +70302,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70056,20 +70333,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70087,19 +70363,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70117,19 +70393,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70147,19 +70423,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70177,19 +70453,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70207,20 +70484,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70238,19 +70514,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70268,59 +70544,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70338,20 +70615,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70369,19 +70645,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70399,19 +70675,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70429,20 +70706,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70460,19 +70736,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70490,19 +70766,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -70520,19 +70796,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70550,20 +70827,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70581,142 +70857,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70734,102 +71010,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcReports", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70847,130 +71124,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -70988,20 +71265,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71019,20 +71296,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71050,47 +71327,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcScopedPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71108,19 +71384,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71138,19 +71414,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71168,20 +71445,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcshareduseserviceplan-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71199,19 +71475,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-shareduseserviceplans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount", + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71229,19 +71505,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71259,20 +71536,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "Uri": "/deviceManagement/virtualEndpoint/snapshots", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71290,19 +71566,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71320,19 +71596,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71350,21 +71627,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcSubscription", + "Variants": [ + "Get" + ], "ApiVersion": "beta", - "Permissions": [ + "Module": "Beta.DeviceManagement.Functions", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", + "Permissions": [ { "Name": "CloudPC.Read.All", "Description": "Read Cloud PCs", @@ -71381,33 +71657,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71425,19 +71701,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71455,32 +71731,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retrieve" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71498,20 +71775,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71529,60 +71805,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -71600,19 +71876,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71630,20 +71907,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71661,129 +71937,129 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71801,19 +72077,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71831,20 +72108,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71862,19 +72138,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71892,19 +72168,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71922,20 +72199,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71953,20 +72230,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", + "Uri": "/deviceManagement/windowsAutopilotSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -71984,19 +72260,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72014,20 +72291,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72045,19 +72321,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72075,20 +72352,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72106,19 +72382,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72136,20 +72413,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72167,19 +72443,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -72197,20 +72474,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -72228,19 +72504,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -72258,19 +72534,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -72288,20 +72565,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -72319,19 +72595,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -72349,19 +72625,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72395,20 +72672,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72442,19 +72718,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", + "Uri": "/deviceManagement/windowsMalwareInformation/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72488,19 +72764,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72534,20 +72811,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72581,19 +72857,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72627,20 +72904,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72658,20 +72935,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72689,19 +72965,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72719,20 +72996,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72750,19 +73026,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72780,20 +73057,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72811,19 +73087,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceMemberGroup", + "Uri": "/devices/{device-id}/getMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -72905,22 +73184,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceMemberObject", "Uri": "/devices/{device-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -73018,36 +73297,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDeviceMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOf", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceMemberOf", + "Uri": "/devices/{device-id}/memberOf", "Permissions": [ { "Name": "Device.Read.All", @@ -73081,73 +73357,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceMemberOfCount", + "Uri": "/devices/{device-id}/memberOf/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -73181,48 +73458,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceRegisteredOwner", + "Uri": "/devices/{device-id}/registeredOwners", "Permissions": [ { "Name": "Device.Read.All", @@ -73256,100 +73532,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "Permissions": [ { "Name": "Device.Read.All", @@ -73383,19 +73659,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceRegisteredOwnerCount", + "Uri": "/devices/{device-id}/registeredOwners/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -73429,62 +73706,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceRegisteredUser", + "Uri": "/devices/{device-id}/registeredUsers", "Permissions": [ { "Name": "Device.Read.All", @@ -73518,100 +73794,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredUsers/$ref", "Permissions": [ { "Name": "Device.Read.All", @@ -73645,19 +73921,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceRegisteredUserCount", + "Uri": "/devices/{device-id}/registeredUsers/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -73691,76 +73968,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "Uri": "/devices/{device-id}/transitiveMemberOf", "Permissions": [ { "Name": "Directory.Read.All", @@ -73794,73 +74070,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -73894,62 +74171,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/usageRights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsageRight", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceUsageRights", + "Uri": "/devices/{device-id}/usageRights", "Permissions": [ { "Name": "Device.Read.All", @@ -73983,19 +74259,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceUsageRights", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/usageRights/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDeviceUsageRightsCount", + "Uri": "/devices/{device-id}/usageRights/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -74029,47 +74306,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDeviceUsageRightsCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDeviceUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/devices/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectory", - "ApiReferenceLink": null + "Uri": "/directory", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74103,20 +74380,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74150,19 +74426,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", + "Uri": "/directory/administrativeUnits/$count", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74196,19 +74472,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", + "Uri": "/directory/administrativeUnits/delta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74242,60 +74518,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74329,33 +74605,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74389,33 +74665,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74449,33 +74725,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74509,33 +74785,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74569,33 +74845,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74629,33 +74905,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74689,19 +74965,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74735,19 +75011,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74781,20 +75058,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74828,20 +75105,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74875,20 +75152,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74922,20 +75199,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -74969,20 +75246,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -75016,20 +75293,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -75063,20 +75340,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -75110,20 +75387,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -75157,19 +75433,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -75203,20 +75480,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAttributeSet", "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75234,20 +75511,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/attributeSets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttributeSet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAttributeSet", + "Uri": "/directory/attributeSets", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75265,19 +75541,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/attributeSets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryAttributeSetCount", + "Uri": "/directory/attributeSets/$count", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75295,113 +75571,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryAttributeSetCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateAuthorityPath", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-1.0" + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-1.0" + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75419,20 +75696,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75450,19 +75726,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAllowedValue", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75480,20 +75757,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAllowedValue", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75511,19 +75787,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75541,20 +75818,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", + "Uri": "/directory/customSecurityAttributeDefinitions/$count", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -75572,479 +75848,480 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/application", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/device", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/application/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/device/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/group/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/user/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0" + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0" + "Uri": "/directory/deviceLocalCredentials", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-1.0" + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/externalUserProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-1.0" + "Uri": "/directory/externalUserProfiles", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/externalUserProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryExternalUserProfileCount", - "ApiReferenceLink": null + "Uri": "/directory/externalUserProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -76062,20 +76339,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -76093,19 +76369,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryFederationConfigurationCount", + "Uri": "/directory/federationConfigurations/$count", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -76123,59 +76399,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryFederationConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/impactedResources/{impactedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/impactedResources", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryImpactedResourceCount", - "ApiReferenceLink": null + "Uri": "/directory/impactedResources/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -76209,20 +76486,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/inboundSharedUserProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "Uri": "/directory/inboundSharedUserProfiles", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -76240,19 +76516,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/inboundSharedUserProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", + "Uri": "/directory/inboundSharedUserProfiles/$count", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -76270,86 +76546,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Get-MgBetaDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0" + "Uri": "/directoryObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Get-MgBetaDirectoryObject", - "ApiReferenceLink": null + "Uri": "/directoryObjects", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Get-MgBetaDirectoryObjectById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directoryObjects/getByIds", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Get-MgBetaDirectoryObjectCount", - "ApiReferenceLink": null + "Uri": "/directoryObjects/$count", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Get-MgBetaDirectoryObjectDelta", - "ApiReferenceLink": null + "Uri": "/directoryObjects/delta", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", + "Command": "Get-MgBetaDirectoryObjectMemberGroup", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -76431,22 +76710,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DirectoryObjects", + "Command": "Get-MgBetaDirectoryObjectMemberObject", "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -76544,50 +76823,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaDirectoryObjectMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/directoryObjects/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0" + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", + "Uri": "/directory/onPremisesSynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -76605,19 +76881,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", + "Uri": "/directory/onPremisesSynchronization/$count", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -76635,19 +76911,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -76681,20 +76958,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "Uri": "/directory/outboundSharedUserProfiles", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -76728,19 +77004,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", + "Uri": "/directory/outboundSharedUserProfiles/$count", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -76774,33 +77050,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTenantReference", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -76834,19 +77110,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -76880,60 +77157,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-1.0" + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/pendingExternalUserProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-1.0" + "Uri": "/directory/pendingExternalUserProfiles", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/pendingExternalUserProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", - "ApiReferenceLink": null + "Uri": "/directory/pendingExternalUserProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRecommendation", + "Uri": "/directory/recommendations/{recommendation-id}", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -76951,20 +77228,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRecommendation", + "Uri": "/directory/recommendations", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -76982,19 +77258,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRecommendationCount", + "Uri": "/directory/recommendations/$count", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -77012,19 +77288,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImpactedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -77042,20 +77319,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImpactedResource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -77073,19 +77349,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -77103,20 +77380,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRole", "Uri": "/directoryRoles/{directoryRole-id}", - "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77150,20 +77427,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRole", + "Uri": "/directoryRoles", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77197,33 +77473,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directoryRoles/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77257,20 +77534,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleCount", + "Uri": "/directoryRoles/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77304,20 +77580,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [ + "Variants": [ + "Delta" + ], + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleDelta", + "Uri": "/directoryRoles/delta", + "Permissions": [ { "Name": "RoleManagement.Read.Directory", "Description": "Read all directory RBAC settings", @@ -77350,19 +77626,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleMember", + "Uri": "/directoryRoles/{directoryRole-id}/members", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77396,181 +77672,181 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77604,19 +77880,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77650,150 +77927,149 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleMemberObject", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleScopedMember", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77827,19 +78103,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77873,20 +78150,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleTemplate", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77920,20 +78197,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77967,33 +78243,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleTemplateCount", + "Uri": "/directoryRoleTemplates/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78027,19 +78303,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectoryRoleTemplateDelta", + "Uri": "/directoryRoleTemplates/delta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78073,79 +78349,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleTemplateDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/directoryRoles/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectorySetting", + "Uri": "/settings/{directorySetting-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -78179,20 +78456,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectorySetting", + "Uri": "/settings", "Permissions": [ { "Name": "Directory.Read.All", @@ -78226,19 +78502,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectorySettingTemplate", + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -78256,20 +78533,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectorySettingTemplate", + "Uri": "/directorySettingTemplates", "Permissions": [ { "Name": "Directory.Read.All", @@ -78287,33 +78563,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySettingTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directorySettingTemplates/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectorySettingTemplateCount", + "Uri": "/directorySettingTemplates/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -78331,19 +78607,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDirectorySettingTemplateDelta", + "Uri": "/directorySettingTemplates/delta", "Permissions": [ { "Name": "Directory.Read.All", @@ -78361,173 +78637,174 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaDirectorySettingTemplateDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", - "ApiReferenceLink": null + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/directorySettingTemplates/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/sharedEmailDomains", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null + "Uri": "/directory/sharedEmailDomains", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/sharedEmailDomains/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySharedEmailDomainCount", - "ApiReferenceLink": null + "Uri": "/directory/sharedEmailDomains/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0" + "Uri": "/directory/subscriptions/{companySubscription-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0" + "Uri": "/directory/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0" + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0" + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDirectorySubscriptionCount", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomain", + "Uri": "/domains/{domain-id}", "Permissions": [ { "Name": "Domain.Read.All", @@ -78553,20 +78830,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomain", + "Uri": "/domains", "Permissions": [ { "Name": "Domain.Read.All", @@ -78592,19 +78868,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainCount", + "Uri": "/domains/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -78630,19 +78906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaDomainCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainFederationConfiguration", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Permissions": [ { "Name": "Domain.Read.All", @@ -78660,61 +78937,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainFederationConfigurationCount", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainNameReference", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/domainNameReferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainNameReference", + "Uri": "/domains/{domain-id}/domainNameReferences", "Permissions": [ { "Name": "Domain.Read.All", @@ -78732,19 +79008,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDomainNameReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainNameReferenceCount", + "Uri": "/domains/{domain-id}/domainNameReferences/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -78762,34 +79039,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDomainNameReferenceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Permissions": [ { "Name": "Domain.Read.All", @@ -78807,19 +79083,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -78837,75 +79114,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Permissions": [ { "Name": "Domain.Read.All", @@ -78923,19 +79199,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaDomainVerificationDnsRecordCount", + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -78953,20 +79230,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDomainVerificationDnsRecordCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaDrive", "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -79016,33 +79293,32 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDrive", - "ApiReferenceLink": null + "Uri": "/drives", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveActivity", + "Uri": "/drives/{drive-id}/activities", "Permissions": [ { "Name": "Files.Read", @@ -79092,267 +79368,268 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveBundleContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveBundleContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveBundleCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/bundles/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveContentTypeBase", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveFollowing", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/following", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveFollowing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/following", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveFollowingContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveFollowingContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveFollowingCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/following/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Permissions": [ { "Name": "Files.Read", @@ -79418,33 +79695,32 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemActivity", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", "Permissions": [ { "Name": "Files.Read", @@ -79494,33 +79770,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemActivity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Permissions": [ { "Name": "Files.Read", @@ -79570,74 +79847,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalytic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Permissions": [ { "Name": "Files.Read", @@ -79687,20 +79964,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemAnalyticTime", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -79750,34 +80027,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemAnalyticTime", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemChild", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Permissions": [ { "Name": "Files.Read", @@ -79827,47 +80103,48 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemChildContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemChildCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "Permissions": [ { "Name": "Files.Read", @@ -79917,20 +80194,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemChildCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemContent", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -79980,20 +80257,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemContentStream", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -80043,498 +80320,498 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemContentStream", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemDelta", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Permissions": [ { "Name": "Files.Read", @@ -80584,20 +80861,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Permissions": [ { "Name": "Files.Read", @@ -80647,19 +80923,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemPermissionCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "Permissions": [ { "Name": "Files.Read", @@ -80709,89 +80986,88 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemPermissionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemRetentionLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Permissions": [ { "Name": "Files.Read", @@ -80841,19 +81117,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemThumbnailCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "Permissions": [ { "Name": "Files.Read", @@ -80903,20 +81180,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemThumbnailCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemVersion", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -80966,20 +81243,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Permissions": [ { "Name": "Files.Read", @@ -81029,19 +81305,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Permissions": [ { "Name": "Files.Read", @@ -81091,20 +81368,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaDriveItemVersionCount", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -81154,1115 +81431,1117 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveItemVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveList", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListColumnCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/drive", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDelta", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListOperationCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootAnalytic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootAnalyticTime", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/allTime", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootChild", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootChildContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootChildCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/children/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaDriveRootDelta", + "Uri": "/drives/{drive-id}/root/delta", "Permissions": [ { "Name": "Files.Read", @@ -82312,669 +82591,667 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaDriveRootDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootPermissionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/permissions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootRetentionLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootThumbnailCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveRootVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveSpecial", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/special", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveSpecial", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveSpecialContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaDriveSpecialCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClass", + "Uri": "/education/classes/{educationClass-id}", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -83000,20 +83277,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClass", + "Uri": "/education/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -83039,19 +83315,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83117,20 +83394,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83196,19 +83472,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83274,20 +83551,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83353,20 +83630,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83432,19 +83708,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83510,22 +83789,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83591,22 +83870,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentCount", + "Uri": "/education/classes/{educationClass-id}/assignments/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83672,20 +83949,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentDefault", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83751,20 +84028,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentDelta", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83830,48 +84107,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -83937,20 +84214,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84016,19 +84292,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84094,34 +84371,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Variants": [ + "List" + ], + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "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.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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84179,90 +84526,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", - "OutputType": null, - "ApiVersion": "beta", - "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.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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentRubric", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84328,20 +84605,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84407,20 +84684,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSetting", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84486,75 +84763,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84588,47 +84865,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84694,20 +84971,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84773,19 +85049,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -84851,34 +85128,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Permissions": [ { "Name": "EduAssignments.Read", @@ -84912,19 +85188,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "Permissions": [ { "Name": "EduAssignments.Read", @@ -84958,20 +85235,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85037,20 +85314,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85116,19 +85392,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85194,34 +85471,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85279,19 +85555,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85349,20 +85626,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85428,20 +85705,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85507,19 +85783,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85585,34 +85862,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85678,19 +85954,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -85756,20 +86033,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassCount", + "Uri": "/education/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -85795,19 +86071,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassDelta", + "Uri": "/education/classes/delta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -85857,19 +86133,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassGroup", + "Uri": "/education/classes/{educationClass-id}/group", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -85919,47 +86196,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassMember", + "Uri": "/education/classes/{educationClass-id}/members", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -85993,19 +86269,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassMemberByRef", "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86039,19 +86315,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassMemberCount", + "Uri": "/education/classes/{educationClass-id}/members/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86085,116 +86362,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassModuleCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/modules/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassModuleResourceCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationClassSchool", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassSchool", + "Uri": "/education/classes/{educationClass-id}/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86220,19 +86496,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassSchoolCount", + "Uri": "/education/classes/{educationClass-id}/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86258,20 +86535,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/teachers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassTeacher", + "Uri": "/education/classes/{educationClass-id}/teachers", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86297,19 +86573,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassTeacher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassTeacherByRef", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86335,19 +86611,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationClassTeacherCount", + "Uri": "/education/classes/{educationClass-id}/teachers/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86373,20 +86650,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationClassTeacherCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMe", + "Uri": "/education/me", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86412,33 +86688,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMe", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeAssignment", + "Uri": "/education/me/assignments", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86504,73 +86780,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeAssignmentCount", + "Uri": "/education/me/assignments/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86636,430 +86912,430 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentDelta", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/delta", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeClass", - "ApiReferenceLink": null + "Uri": "/education/me/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeClass", + "Uri": "/education/me/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87085,19 +87361,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeClassCount", + "Uri": "/education/me/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87123,19 +87399,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87169,20 +87446,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/rubrics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeRubric", + "Uri": "/education/me/rubrics", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87216,19 +87492,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/rubrics/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeRubricCount", + "Uri": "/education/me/rubrics/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87262,33 +87538,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeRubricCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeSchool", - "ApiReferenceLink": null + "Uri": "/education/me/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeSchool", + "Uri": "/education/me/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87314,19 +87590,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeSchoolCount", + "Uri": "/education/me/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87352,33 +87628,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeTaughtClass", - "ApiReferenceLink": null + "Uri": "/education/me/taughtClasses/{educationClass-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/taughtClasses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeTaughtClass", + "Uri": "/education/me/taughtClasses", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87404,19 +87680,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeTaughtClass", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/taughtClasses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeTaughtClassCount", + "Uri": "/education/me/taughtClasses/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87442,19 +87718,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeTaughtClassCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationMeUser", "Uri": "/education/me/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87512,71 +87788,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationMeUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/me/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/education/me/user/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationRoot", - "ApiReferenceLink": null + "Uri": "/education", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87602,20 +87879,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchool", + "Uri": "/education/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87641,19 +87917,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87703,20 +87980,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeUnit?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolClass", + "Uri": "/education/schools/{educationSchool-id}/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87742,19 +88018,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolClassByRef", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87780,19 +88056,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolClassCount", + "Uri": "/education/schools/{educationSchool-id}/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87818,20 +88095,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolCount", + "Uri": "/education/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87857,19 +88133,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolDelta", + "Uri": "/education/schools/delta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -87927,19 +88203,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolUser", + "Uri": "/education/schools/{educationSchool-id}/users", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -87957,19 +88233,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolUserByRef", "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -87987,19 +88263,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/users/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSchoolUserCount", + "Uri": "/education/schools/{educationSchool-id}/users/$count", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -88017,20 +88294,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationSchoolUserCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSynchronizationProfile", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAdministration.Read", @@ -88064,20 +88341,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles", "Permissions": [ { "Name": "EduAdministration.Read", @@ -88111,19 +88387,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSynchronizationProfileCount", + "Uri": "/education/synchronizationProfiles/$count", "Permissions": [ { "Name": "EduAdministration.Read", @@ -88157,33 +88433,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSynchronizationProfileError", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "Permissions": [ { "Name": "EduAdministration.Read", @@ -88217,19 +88493,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", "Permissions": [ { "Name": "EduAdministration.Read", @@ -88263,20 +88540,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationSynchronizationProfileStatus", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAdministration.Read", @@ -88310,20 +88587,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaEducationSynchronizationProfileStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUser", "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -88349,22 +88628,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUser", + "Uri": "/education/users", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -88382,33 +88658,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88474,73 +88750,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserAssignmentCount", + "Uri": "/education/users/{educationUser-id}/assignments/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88606,432 +88883,431 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentDelta", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/delta", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserClass", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserClass", + "Uri": "/education/users/{educationUser-id}/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89057,19 +89333,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserClassCount", + "Uri": "/education/users/{educationUser-id}/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89095,20 +89372,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserCount", + "Uri": "/education/users/$count", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -89126,19 +89402,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserDelta", + "Uri": "/education/users/delta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89196,88 +89472,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserRubricCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserSchool", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserSchool", + "Uri": "/education/users/{educationUser-id}/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89303,19 +89579,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserSchoolCount", + "Uri": "/education/users/{educationUser-id}/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89341,61 +89618,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Get-MgBetaEducationUserTaughtClass", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/taughtClasses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserTaughtClass", + "Uri": "/education/users/{educationUser-id}/taughtClasses", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89421,19 +89697,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserTaughtClass", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Get-MgBetaEducationUserTaughtClassCount", + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89459,20 +89736,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaEducationUserTaughtClassCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89490,20 +89767,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89521,19 +89797,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89551,34 +89828,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "POST", - "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89596,47 +89872,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89654,20 +89931,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89685,19 +89961,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89715,20 +89992,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89746,19 +90022,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89776,73 +90052,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89860,20 +90137,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89891,19 +90167,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89921,19 +90197,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89951,20 +90228,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -89982,19 +90258,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90012,19 +90288,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90042,20 +90319,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90073,19 +90349,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90103,20 +90380,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90134,19 +90410,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResource", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90164,19 +90440,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90194,32 +90470,32 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90237,19 +90513,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90267,20 +90544,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90298,19 +90574,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90328,19 +90604,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90358,19 +90634,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90388,19 +90664,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90418,19 +90694,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90448,33 +90724,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90492,59 +90768,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90562,20 +90839,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90593,33 +90869,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90637,33 +90913,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90681,19 +90957,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90711,19 +90987,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90741,20 +91018,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90772,33 +91048,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90816,33 +91092,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectedOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90860,20 +91137,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectedOrganization", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90891,19 +91167,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90921,19 +91197,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90951,19 +91227,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -90981,19 +91257,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -91011,20 +91288,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -91042,19 +91318,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -91072,19 +91348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -91102,20 +91379,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaEntitlementManagementSetting", + "Uri": "/identityGovernance/entitlementManagement/settings", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -91133,154 +91409,155 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaEntitlementManagementSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaEntitlementManagementSubjectCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternal", - "ApiReferenceLink": null + "Uri": "/external", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthorizationSystem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthorizationSystem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-1.0" + "Uri": "/external/authorizationSystems", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalAuthorizationSystemCount", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataCollectionInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -91306,20 +91583,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalConnection", + "Uri": "/external/connections", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -91345,19 +91621,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalConnectionCount", + "Uri": "/external/connections/$count", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -91383,19 +91659,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -91421,88 +91698,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionGroupCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionGroupMemberCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -91528,102 +91805,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionItem", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionItemActivityCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionItemCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -91649,61 +91926,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionOperationCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalConnectionQuota", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-1.0" + "Uri": "/external/connections/{externalConnection-id}/quota", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -91729,33 +92006,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalConnectionSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryData", - "ApiReferenceLink": null + "Uri": "/external/industryData", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -91773,20 +92050,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -91804,19 +92080,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataConnectorCount", + "Uri": "/external/industryData/dataConnectors/$count", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -91834,33 +92110,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", - "ApiReferenceLink": null + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -91878,20 +92155,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/inboundFlows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "Uri": "/external/industryData/inboundFlows", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -91909,19 +92185,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/inboundFlows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", + "Uri": "/external/industryData/inboundFlows/$count", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -91939,19 +92215,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -91969,20 +92246,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -92000,238 +92277,319 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-1.0" + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-1.0" + "Uri": "/external/industryData/operations", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataOperationCount", - "ApiReferenceLink": null + "Uri": "/external/industryData/operations/$count", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta", "Module": "Beta.Search", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Variants": [ + "List" + ], + "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "Uri": "/external/industryData/outboundProvisioningFlowSets", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", + "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-1.0" + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Variants": [ + "List" + ], + "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "beta", "Module": "Beta.Search", - "Uri": "/external/industryData/referenceDefinitions", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-1.0" + "Uri": "/external/industryData/referenceDefinitions", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/referenceDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", - "ApiReferenceLink": null + "Uri": "/external/industryData/referenceDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-1.0" + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/roleGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-1.0" + "Uri": "/external/industryData/roleGroups", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/roleGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", - "ApiReferenceLink": null + "Uri": "/external/industryData/roleGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/runs/{industryDataRun-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-1.0" + "Uri": "/external/industryData/runs/{industryDataRun-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/runs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-1.0" + "Uri": "/external/industryData/runs", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRunActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "ApiReferenceLink": null + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRunActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "ApiReferenceLink": null + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", - "ApiReferenceLink": null + "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/runs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRunCount", - "ApiReferenceLink": null + "Uri": "/external/industryData/runs/$count", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaExternalIndustryDataRunStatistics", - "ApiReferenceLink": null + "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -92249,20 +92607,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/sourceSystems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "Uri": "/external/industryData/sourceSystems", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -92280,19 +92637,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/sourceSystems/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", + "Uri": "/external/industryData/sourceSystems/$count", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -92310,19 +92667,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataYear", + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -92340,20 +92698,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/years", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataYear", + "Uri": "/external/industryData/years", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -92371,19 +92728,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/years/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaExternalIndustryDataYearCount", + "Uri": "/external/industryData/years/$count", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -92401,3650 +92758,3651 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaExternalIndustryDataYearCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Financials", - "Uri": "/financials", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFinancials", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancial", - "ApiReferenceLink": null + "Uri": "/financials", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompany", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompany", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompany", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompany", - "ApiReferenceLink": null + "Uri": "/financials/companies", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/accounts/{account-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/accounts/{account-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/accounts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/accounts", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/accounts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAccountCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/accounts/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgedAccountsPayable", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgedAccountsPayable", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/agedAccountsPayable", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgedAccountsReceivable", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgedAccountsReceivable", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/countriesRegions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/countriesRegions", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/countriesRegions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/countriesRegions/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/currencies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/currencies", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/currencies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCurrencyCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/currencies/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDimension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyDimension", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/dimensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDimension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyDimension", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/dimensions", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/dimensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyDimensionCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/dimensions/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDimensionValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/dimensionValues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDimensionValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/dimensionValues", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyEmployeeCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGeneralLedgerEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGeneralLedgerEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/generalLedgerEntries", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompanyInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/companyInformation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompanyInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/companyInformation", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/companyInformation/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyInformationCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/companyInformation/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyInformationPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/itemCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/itemCategories", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/itemCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/itemCategories/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyItemPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournalAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournalCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journalLines", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journalLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journalLines/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyJournalLineCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journalLines/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentMethods", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentMethods/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentTerms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentTerms", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentTerms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentTerms/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPurchaseInvoice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPurchaseInvoice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesInvoice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesInvoice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesOrder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesOrder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesOrderLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesOrderLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesQuote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesQuote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesQuoteLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSalesQuoteLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/shipmentMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/shipmentMethods", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxAreas", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxAreas", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxAreas/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxAreas/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxGroups", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/$count", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroup", + "Uri": "/groups/{group-id}", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -96086,20 +96444,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroup", + "Uri": "/groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -96141,19 +96498,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupAcceptedSender", "Uri": "/groups/{group-id}/acceptedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group.Read.All", @@ -96171,19 +96528,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroupAcceptedSender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupAcceptedSenderByRef", "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group.Read.All", @@ -96201,19 +96558,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/acceptedSenders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupAcceptedSenderCount", + "Uri": "/groups/{group-id}/acceptedSenders/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -96231,34 +96589,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupAcceptedSenderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments", "Permissions": [ { "Name": "Directory.Read.All", @@ -96284,19 +96641,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaGroupAppRoleAssignmentCount", + "Uri": "/groups/{group-id}/appRoleAssignments/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -96322,34 +96680,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupAppRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/groups/getByIds", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupByUniqueName", + "Uri": "/groups(uniqueName='{uniqueName}')", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -96391,34 +96749,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -96452,20 +96810,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events", "Permissions": [ { "Name": "Group.Read.All", @@ -96483,19 +96840,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupCalendarEventDelta", + "Uri": "/groups/{group-id}/calendar/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -96521,90 +96879,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupCalendarPermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/getSchedule", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/calendarView", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/calendarView", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversation", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96638,20 +96996,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversation", + "Uri": "/groups/{group-id}/conversations", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96685,19 +97042,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationCount", + "Uri": "/groups/{group-id}/conversations/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96731,20 +97089,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96778,20 +97136,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThread", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96825,19 +97182,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThreadCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96871,20 +97229,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThreadPost", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96918,22 +97278,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPost", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -96967,33 +97324,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -97027,19 +97384,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -97073,20 +97431,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupConversationThreadPostCount", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -97120,225 +97478,224 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupConversationThreadPostCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupCount", + "Uri": "/groups/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -97380,33 +97737,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupCreatedOnBehalfOf", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/createdOnBehalfOf", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaGroupDefaultDrive", + "Uri": "/groups/{group-id}/drive", "Permissions": [ { "Name": "Files.Read", @@ -97456,20 +97814,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupDefaultDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupDelta", + "Uri": "/groups/delta", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -97511,33 +97868,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaGroupDrive", + "Uri": "/groups/{group-id}/drives", "Permissions": [ { "Name": "Files.Read", @@ -97587,156 +97944,157 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveBundleContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveBundleContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveBundleCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveContentTypeBase", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaGroupDriveCount", + "Uri": "/groups/{group-id}/drives/$count", "Permissions": [ { "Name": "Files.Read", @@ -97786,2805 +98144,2805 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupDriveCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveFollowing", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveFollowing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveFollowingContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveFollowingContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveFollowingCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemAnalytic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemAnalyticTime", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemChildContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveItemDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemPermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemRetentionLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemThumbnailCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveListItemDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveRootActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootAnalytic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootAnalyticTime", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootChildContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveRootDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootPermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootRetentionLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootThumbnailCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveRootVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveSpecial", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveSpecial", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveSpecialContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaGroupDriveSpecialCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "Permissions": [ { "Name": "Group.Read.All", @@ -100602,20 +100960,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEndpoint", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/endpoints", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints", "Permissions": [ { "Name": "Group.Read.All", @@ -100633,19 +100990,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEndpoint", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/endpoints/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupEndpointCount", + "Uri": "/groups/{group-id}/endpoints/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -100663,20 +101021,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaGroupEndpointCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Calendar", + "Command": "Get-MgBetaGroupEvent", "Uri": "/groups/{group-id}/events/{event-id}", - "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -100710,20 +101068,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaGroupEvent", + "Uri": "/groups/{group-id}/events", "Permissions": [ { "Name": "Group.Read.All", @@ -100741,74 +101098,75 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaGroupEventCount", + "Uri": "/groups/{group-id}/events/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -100826,20 +101184,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupEventDelta", + "Uri": "/groups/{group-id}/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -100865,349 +101223,348 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstance", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaGroupEventInstance", + "Uri": "/groups/{group-id}/events/{event-id}/instances", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -101225,74 +101582,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaGroupEventInstanceCount", + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -101310,239 +101668,241 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupEventInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaGroupEventInstanceExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -101560,22 +101920,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies", "Permissions": [ { "Name": "Directory.Read.All", @@ -101593,19 +101950,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "Directory.Read.All", @@ -101623,19 +101980,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupLifecyclePolicyCount", + "Uri": "/groupLifecyclePolicies/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -101653,19 +102010,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupLifecyclePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupMember", + "Uri": "/groups/{group-id}/members", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101707,181 +102064,181 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupMemberByRef", + "Uri": "/groups/{group-id}/members/$ref", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101923,19 +102280,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupMemberCount", + "Uri": "/groups/{group-id}/members/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101977,104 +102335,106 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/application/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/device/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/group/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/orgContact/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/user/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupMemberGroup", + "Uri": "/groups/{group-id}/getMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -102156,22 +102516,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupMemberObject", "Uri": "/groups/{group-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -102269,36 +102629,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaGroupMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberOf", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupMemberOf", + "Uri": "/groups/{group-id}/memberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -102332,73 +102689,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupMemberOfCount", + "Uri": "/groups/{group-id}/memberOf/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -102432,335 +102790,335 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Permissions": [ { "Name": "Notes.Create", @@ -102802,20 +103160,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -102857,19 +103214,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteNotebookCount", + "Uri": "/groups/{group-id}/onenote/notebooks/$count", "Permissions": [ { "Name": "Notes.Create", @@ -102911,20 +103269,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebookCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -102966,22 +103326,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteNotebookSection", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -103023,19 +103380,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -103077,19 +103434,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "Permissions": [ { "Name": "Notes.Create", @@ -103131,34 +103489,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaGroupOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.Read", @@ -103192,20 +103550,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages", "Permissions": [ { "Name": "Notes.Read", @@ -103239,33 +103596,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenotePageCount", + "Uri": "/groups/{group-id}/onenote/pages/$count", "Permissions": [ { "Name": "Notes.Read", @@ -103299,20 +103657,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenotePageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupOnenoteRecentNotebook", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -103354,34 +103712,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteRecentNotebook", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaGroupOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -103415,34 +103773,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteResourceContent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaGroupOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Permissions": [ { "Name": "Notes.Create", @@ -103484,20 +103842,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections", "Permissions": [ { "Name": "Notes.Create", @@ -103539,19 +103896,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteSectionCount", + "Uri": "/groups/{group-id}/onenote/sections/$count", "Permissions": [ { "Name": "Notes.Create", @@ -103593,20 +103951,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -103648,20 +104006,77 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ - "Get", - "GetViaIdentity" + "List", + "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "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 + } + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Permissions": [ { "Name": "Notes.Create", @@ -103703,77 +104118,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -103815,19 +104172,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaGroupOnenoteSectionPage", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Read", @@ -103861,19 +104218,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionPage", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupOwner", "Uri": "/groups/{group-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -103915,181 +104272,181 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupOwnerByRef", + "Uri": "/groups/{group-id}/owners/$ref", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -104131,19 +104488,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupOwnerCount", + "Uri": "/groups/{group-id}/owners/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -104185,104 +104543,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/application/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/device/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/group/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/orgContact/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/user/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", + "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -104308,34 +104666,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "POST", - "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -104369,19 +104726,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupPermissionGrantCount", + "Uri": "/groups/{group-id}/permissionGrants/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -104415,20 +104773,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaGroupPermissionGrantCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupPhoto", "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -104454,22 +104814,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/photos", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupPhoto", + "Uri": "/groups/{group-id}/photos", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -104495,19 +104852,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupPhoto", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -104533,50 +104893,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupPhotoContent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaGroupPlanner", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaGroupPlannerPlan", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaGroupPlannerPlan", + "Uri": "/groups/{group-id}/planner/plans", "Permissions": [ { "Name": "Tasks.Read", @@ -104626,60 +104983,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaGroupPlannerPlanBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaGroupPlannerPlanCount", + "Uri": "/groups/{group-id}/planner/plans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -104729,20 +105087,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupPlannerPlanDelta", + "Uri": "/groups/{group-id}/planner/plans/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -104760,61 +105118,60 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupPlannerPlanDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaGroupPlannerPlanTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/rejectedSenders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupRejectedSender", + "Uri": "/groups/{group-id}/rejectedSenders", "Permissions": [ { "Name": "Group.Read.All", @@ -104832,19 +105189,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaGroupRejectedSender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupRejectedSenderByRef", "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group.Read.All", @@ -104862,19 +105219,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/rejectedSenders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupRejectedSenderCount", + "Uri": "/groups/{group-id}/rejectedSenders/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -104892,20 +105250,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectorySetting", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaGroupRejectedSenderCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupSetting", "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", "Permissions": [ { "Name": "Directory.Read.All", @@ -104939,20 +105297,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupSetting", + "Uri": "/groups/{group-id}/settings", "Permissions": [ { "Name": "Directory.Read.All", @@ -104986,19 +105343,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupSettingCount", + "Uri": "/groups/{group-id}/settings/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -105032,7972 +105390,7972 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteAnalyticTime", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteByPath", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeBase", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteContentTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteDefaultDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/delta", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteDriveCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteExternalColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPath", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRecycleBin", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/items", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteItemCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "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}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemActivityCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemActivityListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSiteListItemDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenotePageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageCountAsSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSitePermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRecycleBin", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRecycleBinItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRecycleBinItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recyclebin-list-items?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSubSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List2" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaGroupSubSiteCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelTabCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/group", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamIncomingChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/incomingChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamIncomingChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/incomingChannels", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamIncomingChannelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamInstalledAppCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/installedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/members/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/owners/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOwner", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/owners/{user-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/owners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOwner", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/owners", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOwnerCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/owners/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/permissionGrants", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPermissionGrantCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPhoto", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/photo", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPhotoContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/photo/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleShiftCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeCards", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeCards", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTagCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/tags/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTagMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/template", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTemplate", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/template", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/templateDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaGroupTeamTemplateDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/templateDefinition", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113031,20 +113389,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThread", + "Uri": "/groups/{group-id}/threads", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113078,19 +113435,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThreadCount", + "Uri": "/groups/{group-id}/threads/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113124,20 +113482,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaGroupThreadCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThreadPost", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113171,22 +113531,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPost", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113220,33 +113577,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113280,19 +113637,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113326,20 +113684,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostAttachmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupThreadPostCount", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -113373,239 +113731,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupThreadPostCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupThreadPostMentionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupTransitiveMember", + "Uri": "/groups/{group-id}/transitiveMembers", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -113647,181 +114004,182 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/application", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/device", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/user", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupTransitiveMemberCount", + "Uri": "/groups/{group-id}/transitiveMembers/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -113863,118 +114221,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupTransitiveMemberOf", + "Uri": "/groups/{group-id}/transitiveMemberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -114008,73 +114365,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Get-MgBetaGroupTransitiveMemberOfCount", + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -114108,102 +114466,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaGroupTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaGroupUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/groups/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/apiConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/apiConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityApiConnectorCount", - "ApiReferenceLink": null + "Uri": "/identity/apiConnectors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114221,20 +114579,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "Uri": "/identity/authenticationEventsFlows", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114252,33 +114609,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114296,196 +114653,196 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", + "Uri": "/identity/authenticationEventsFlows/$count", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114503,19 +114860,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114533,33 +114890,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114577,19 +114934,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114607,48 +114965,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114666,20 +115024,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventListeners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "Uri": "/identity/authenticationEventListeners", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114697,19 +115054,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventListeners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", + "Uri": "/identity/authenticationEventListeners/$count", "Permissions": [ { "Name": "EventListener.Read.All", @@ -114727,19 +115084,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlow", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -114757,20 +115115,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlow", + "Uri": "/identity/b2cUserFlows", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -114788,19 +115145,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowCount", + "Uri": "/identity/b2cUserFlows/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -114818,76 +115175,77 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -114905,20 +115263,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -114936,19 +115293,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -114966,20 +115324,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -114997,20 +115355,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115028,19 +115385,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115058,20 +115416,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115089,20 +115447,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115120,20 +115478,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115151,19 +115508,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115181,20 +115539,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115212,20 +115570,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115243,20 +115601,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115274,19 +115631,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115304,20 +115662,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115335,34 +115693,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115380,20 +115738,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115411,33 +115768,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowCount", + "Uri": "/identity/b2xUserFlows/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115455,76 +115812,77 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115542,20 +115900,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115573,19 +115930,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115603,20 +115961,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115634,20 +115992,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115665,19 +116022,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115695,20 +116053,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115726,20 +116084,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115757,20 +116115,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115788,19 +116145,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115818,20 +116176,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115849,90 +116207,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115950,20 +116308,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -115981,19 +116338,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -116011,20 +116369,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -116042,48 +116400,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -116101,19 +116458,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -116131,286 +116488,287 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/namedLocations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/namedLocations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/policies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/policies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/policies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/templates", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/templates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/templates/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-1.0" + "Uri": "/identity/continuousAccessEvaluationPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -116428,20 +116786,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/customAuthenticationExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "Uri": "/identity/customAuthenticationExtensions", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -116459,19 +116816,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/customAuthenticationExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", + "Uri": "/identity/customAuthenticationExtensions/$count", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -116489,374 +116846,375 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -116874,20 +117232,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -116905,19 +117262,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", + "Uri": "/identityGovernance/accessReviews/definitions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -116935,19 +117292,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -116965,20 +117323,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -116996,33 +117353,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117040,19 +117397,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117070,20 +117428,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117101,20 +117459,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117132,20 +117490,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117163,19 +117520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117193,89 +117551,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117293,20 +117651,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117324,19 +117681,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117354,20 +117712,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117385,20 +117743,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117416,19 +117773,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -117446,142 +117804,141 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/policy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", + "Uri": "/identityGovernance/accessReviews/policy", "Permissions": [ { "Name": "Policy.Read.All", @@ -117599,19 +117956,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -117629,20 +117987,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppConsentRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -117660,19 +118017,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -117690,19 +118047,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -117720,20 +118078,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConsentRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -117751,74 +118108,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -117836,20 +118194,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -117867,20 +118225,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -117898,19 +118255,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -117928,74 +118285,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118013,22 +118371,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Variants": [ + "List" + ], "ApiVersion": "beta", - "Permissions": [ - { + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Permissions": [ + { "Name": "LifecycleWorkflows.Read.All", "Description": "Read all lifecycle workflows resources", "FullDescription": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources without a signed-in user.", @@ -118044,19 +118401,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118074,142 +118431,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedItemContainer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118227,20 +118585,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118258,19 +118615,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118288,223 +118645,223 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118522,19 +118879,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118552,75 +118910,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118638,20 +118996,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118669,19 +119026,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118699,34 +119057,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118744,19 +119101,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118774,89 +119132,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118874,20 +119232,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118905,19 +119262,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -118935,89 +119293,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119035,19 +119392,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119065,33 +119422,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119109,19 +119466,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119139,20 +119497,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119170,20 +119528,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119201,19 +119558,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119231,33 +119588,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119275,19 +119632,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119305,103 +119663,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119419,19 +119776,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119449,62 +119807,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119522,19 +119879,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119552,89 +119910,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119652,20 +120010,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119683,19 +120040,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119713,185 +120070,185 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "beta", - "Permissions": [ + "Variants": [ + "List" + ], + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", "Description": "Read all lifecycle workflows resources", @@ -119908,19 +120265,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -119938,89 +120296,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -120038,19 +120395,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -120068,20 +120426,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -120099,19 +120456,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -120129,130 +120487,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -120270,20 +120628,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -120301,19 +120658,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -120331,1826 +120689,2132 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthorizationSystem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthorizationSystem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthorizationSystem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsManagement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsRequestChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionsRequestChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-1.0" + "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-1.0" + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-1.0" + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementalertincident-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementalert-list-alertincidents?view=graph-rest-1.0" + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/operations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityProvider", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -122168,20 +122832,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/identityProviders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityProvider", + "Uri": "/identity/identityProviders", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -122199,19 +122862,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/identityProviders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityProviderCount", + "Uri": "/identity/identityProviders/$count", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -122229,19 +122892,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityProviderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityUserFlow", + "Uri": "/identity/userFlows/{identityUserFlow-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122259,20 +122923,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityUserFlow", + "Uri": "/identity/userFlows", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122290,19 +122953,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122320,20 +122984,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122351,19 +123014,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlowAttributes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityUserFlowAttributeCount", + "Uri": "/identity/userFlowAttributes/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122381,19 +123044,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowAttributeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaIdentityUserFlowCount", "Uri": "/identity/userFlows/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -122411,45 +123074,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaIdentityUserFlowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtection", - "ApiReferenceLink": null + "Uri": "/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/bitlocker", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionBitlocker", - "ApiReferenceLink": null + "Uri": "/informationProtection/bitlocker", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -122467,20 +123131,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -122498,19 +123161,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -122528,72 +123191,73 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/dataLossPreventionPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/dataLossPreventionPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null + "Uri": "/informationProtection/dataLossPreventionPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -122611,20 +123275,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -122642,19 +123305,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", + "Uri": "/informationProtection/policy/labels/$count", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -122672,59 +123335,60 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null + "Uri": "/informationProtection/sensitivityLabels/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null + "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -122742,20 +123406,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -122773,19 +123436,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", + "Uri": "/informationProtection/threatAssessmentRequests/$count", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -122803,182 +123466,183 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitation", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitation", - "ApiReferenceLink": null + "Uri": "/invitations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitationCount", - "ApiReferenceLink": null + "Uri": "/invitations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUserSponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUserSponsors", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -123004,20 +123668,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants", "Permissions": [ { "Name": "Directory.Read.All", @@ -123043,19 +123706,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaOauth2PermissionGrantCount", + "Uri": "/oauth2PermissionGrants/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -123081,19 +123744,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/oauth2PermissionGrants/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaOauth2PermissionGrantDelta", + "Uri": "/oauth2PermissionGrants/delta", "Permissions": [ { "Name": "Directory.Read.All", @@ -123119,172 +123782,164 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaOauth2PermissionGrantDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagent-get?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagent-list?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagentgroup-get?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1", "List2" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagentgroup-list?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -123293,435 +123948,444 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connector-get?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connector-list?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-get?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-list?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfileCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-get?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganization", + "Uri": "/organization/{organization-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -123755,20 +124419,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOrganization", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganization", + "Uri": "/organization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -123842,19 +124505,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBranding", + "Uri": "/organization/{organization-id}/branding", "Permissions": [ { "Name": "User.Read", @@ -123896,90 +124560,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBranding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationBrandingBannerLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationBrandingCustomCss", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/customCSS", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationBrandingFavicon", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/favicon", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/headerLogo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Permissions": [ { "Name": "User.Read", @@ -124021,20 +124685,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", "Permissions": [ { "Name": "User.Read", @@ -124076,19 +124739,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -124106,20 +124770,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -124137,20 +124801,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", "Uri": "/organization/{organization-id}/branding/localizations/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -124192,20 +124856,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -124223,20 +124887,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -124254,20 +124918,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -124285,20 +124949,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -124316,20 +124980,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -124347,62 +125011,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationBrandingSquareLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/squareLogo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/organization/getByIds", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "Permissions": [ { "Name": "Organization.Read.All", @@ -124420,20 +125084,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -124451,19 +125114,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "Permissions": [ { "Name": "Organization.Read.All", @@ -124481,20 +125145,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationCount", + "Uri": "/organization/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -124568,106 +125231,107 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationExtensionCount", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/getMemberObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationMemberObject", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/partnerInformation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnerInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationPartnerInformation", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/partnerInformation", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationSetting", + "Uri": "/organization/{organization-id}/settings", "Permissions": [ { "Name": "User.Read", @@ -124685,20 +125349,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationSettingContactInsight", "Uri": "/organization/{organization-id}/settings/contactInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "Organization.Read.All", @@ -124716,20 +125380,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingContactInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationSettingItemInsight", "Uri": "/organization/{organization-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read.All", @@ -124747,20 +125411,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingItemInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "Organization.Read.All", @@ -124778,20 +125442,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaOrganizationSettingPersonInsight", "Uri": "/organization/{organization-id}/settings/peopleInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read.All", @@ -124809,285 +125473,222 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaOrganizationSettingPersonInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaOrganizationUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/organization/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/room", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/room", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/room", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoom", - "ApiReferenceLink": null + "Uri": "/places/room", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomList", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/roomList", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomList", - "ApiReferenceLink": null + "Uri": "/places/roomList", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/rooms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomListRoomCount", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWorkspace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/workspaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWorkspace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/workspaces", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/workspaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/workspaces/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceCount", - "ApiReferenceLink": null + "Uri": "/places/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/room/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceCountAsRoom", - "ApiReferenceLink": null + "Uri": "/places/room/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/roomList/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaPlaceCountAsRoomList", - "ApiReferenceLink": null + "Uri": "/places/roomList/$count", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaPlanner", - "ApiReferenceLink": null + "Uri": "/planner", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -125137,19 +125738,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/buckets/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerBucket", + "Uri": "/planner/buckets", "Permissions": [ { "Name": "Tasks.Read", @@ -125199,19 +125800,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerBucketCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/buckets/delta", - "OutputType": "IMicrosoftGraphPlannerBucket", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerBucketCount", + "Uri": "/planner/buckets/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -125261,19 +125862,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", "Variants": [ "Delta" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerBucketDelta", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerBucketDelta", + "Uri": "/planner/buckets/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -125323,19 +125924,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerBucketTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerBucketTask", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -125385,20 +125986,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -125448,19 +126049,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerPlan", + "Uri": "/planner/plans", "Permissions": [ { "Name": "Tasks.Read", @@ -125510,19 +126111,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/plans/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerPlanBucket", + "Uri": "/planner/plans/{plannerPlan-id}/buckets", "Permissions": [ { "Name": "Tasks.Read", @@ -125572,19 +126173,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/plans/delta", - "OutputType": "IMicrosoftGraphPlannerPlan", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerPlanCount", + "Uri": "/planner/plans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -125634,19 +126235,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Delta" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanDelta", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerPlanDelta", + "Uri": "/planner/plans/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -125696,20 +126297,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerPlanDetail", + "Uri": "/planner/plans/{plannerPlan-id}/details", "Permissions": [ { "Name": "Tasks.Read", @@ -125759,19 +126360,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerPlanTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" - }, - { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": "IMicrosoftGraphPlannerRoster", "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerPlanTask", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -125797,6 +126398,22 @@ "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", @@ -125805,46 +126422,93 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerRoster", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaPlannerRoster", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-1.0" + "Uri": "/planner/rosters/{plannerRoster-id}", + "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": "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 + } + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaPlannerRoster", - "ApiReferenceLink": null + "Uri": "/planner/rosters", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaPlannerRosterCount", - "ApiReferenceLink": null + "Uri": "/planner/rosters/$count", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -125878,20 +126542,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerRosterMember", + "Uri": "/planner/rosters/{plannerRoster-id}/members", "Permissions": [ { "Name": "Tasks.Read", @@ -125925,19 +126588,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerRosterMemberCount", + "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -125971,34 +126635,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaPlannerRosterPlan", - "ApiReferenceLink": null + "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}/plans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerRosterPlan", + "Uri": "/planner/rosters/{plannerRoster-id}/plans", "Permissions": [ { "Name": "Tasks.Read", @@ -126032,19 +126695,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerRosterPlanCount", + "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -126078,20 +126742,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerRosterPlanCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTask", "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.Read", @@ -126141,20 +126805,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTask", + "Uri": "/planner/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -126204,19 +126867,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -126266,20 +126930,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.Read", @@ -126329,20 +126993,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTaskCount", + "Uri": "/planner/tasks/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -126392,19 +127055,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTaskDelta", + "Uri": "/planner/tasks/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -126422,19 +127085,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTaskDetail", + "Uri": "/planner/tasks/{plannerTask-id}/details", "Permissions": [ { "Name": "Tasks.Read", @@ -126484,20 +127148,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.Read", @@ -126547,20 +127211,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/accessReviewPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAccessReviewPolicy", + "Uri": "/policies/accessReviewPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -126578,19 +127241,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAccessReviewPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -126607,21 +127271,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -126638,61 +127309,69 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", - "ApiReferenceLink": null + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", + "Uri": "/policies/activityBasedTimeoutPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -126709,20 +127388,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -126756,19 +127443,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -126785,21 +127473,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -126816,34 +127511,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "Permissions": [ { "Name": "Application.Read.All", @@ -126861,6 +127564,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Policy.Read.All", "Description": "Read your organization's policies", @@ -126869,19 +127580,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -126899,6 +127611,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Policy.Read.All", "Description": "Read your organization's policies", @@ -126907,20 +127627,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAppManagementPolicyCount", + "Uri": "/policies/appManagementPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -126937,20 +127656,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAppManagementPolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -126968,72 +127695,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0" + "Uri": "/policies/authenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -127059,20 +127787,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -127098,60 +127825,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Permissions": [] }, - { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", + "Uri": "/policies/authenticationStrengthPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -127177,33 +127904,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "Uri": "/policies/authorizationPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -127221,19 +127948,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", + "Uri": "/policies/authorizationPolicy/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -127251,73 +127978,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-1.0" + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -127334,21 +128062,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -127365,34 +128100,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -127410,6 +128153,14 @@ "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", @@ -127426,19 +128177,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -127456,6 +128208,14 @@ "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", @@ -127472,20 +128232,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", + "Uri": "/policies/claimsMappingPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -127502,33 +128261,41 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/conditionalAccessPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", - "ApiReferenceLink": null + "Uri": "/policies/conditionalAccessPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", + "Uri": "/policies/crossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -127546,19 +128313,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -127576,19 +128343,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Permissions": [ { "Name": "Policy.Read.All", @@ -127606,20 +128374,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners", "Permissions": [ { "Name": "Policy.Read.All", @@ -127637,19 +128404,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -127667,19 +128434,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "Permissions": [ { "Name": "Policy.Read.All", @@ -127697,20 +128465,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPolicyTemplate", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "Uri": "/policies/crossTenantAccessPolicy/templates", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -127728,45 +128495,45 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", + "Uri": "/policies/defaultAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -127783,20 +128550,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", "Uri": "/policies/deviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -127822,32 +128597,32 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/externalIdentitiesPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyExternalIdentityPolicy", + "Uri": "/policies/externalIdentitiesPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -127865,112 +128640,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/federatedTokenValidationPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-1.0" + "Uri": "/policies/federatedTokenValidationPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -127987,21 +128763,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -128018,34 +128801,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -128063,6 +128854,14 @@ "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", @@ -128079,19 +128878,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -128109,6 +128909,14 @@ "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", @@ -128125,20 +128933,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -128155,33 +128962,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0" + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -128199,20 +129015,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "Uri": "/policies/mobileAppManagementPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -128230,19 +129045,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", + "Uri": "/policies/mobileAppManagementPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -128260,19 +129075,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "Permissions": [ { "Name": "Policy.Read.All", @@ -128290,19 +129105,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -128320,19 +129135,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -128350,47 +129166,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -128408,20 +129224,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "Uri": "/policies/mobileDeviceManagementPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -128439,19 +129254,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", + "Uri": "/policies/mobileDeviceManagementPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -128469,19 +129284,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "Permissions": [ { "Name": "Policy.Read.All", @@ -128499,19 +129314,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -128529,19 +129344,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -128559,47 +129375,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -128617,20 +129433,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -128648,19 +129463,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", + "Uri": "/policies/permissionGrantPolicies/$count", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -128678,33 +129493,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -128722,19 +129537,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -128752,34 +129568,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -128797,19 +129612,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -128827,20 +129643,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -128882,20 +129698,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -128937,19 +129752,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -128991,20 +129807,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129046,19 +129861,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", + "Uri": "/policies/roleManagementPolicyAssignments/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129100,33 +129915,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", + "Uri": "/policies/roleManagementPolicies/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129168,33 +129983,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129236,19 +130051,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129290,20 +130106,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129345,20 +130161,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129400,19 +130215,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -129454,142 +130270,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -129606,21 +130422,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -129637,34 +130460,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -129682,6 +130513,14 @@ "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", @@ -129698,19 +130537,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -129728,6 +130568,14 @@ "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", @@ -129744,20 +130592,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", + "Uri": "/policies/tokenIssuancePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -129774,20 +130621,29 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -129804,21 +130660,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -129835,34 +130698,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -129880,6 +130751,14 @@ "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", @@ -129896,19 +130775,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -129926,6 +130806,14 @@ "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", @@ -129942,20 +130830,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", + "Uri": "/policies/tokenLifetimePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -129972,33 +130859,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrint", - "ApiReferenceLink": null + "Uri": "/print", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -130016,20 +130912,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/connectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintConnector", + "Uri": "/print/connectors", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -130047,19 +130942,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/connectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintConnectorCount", + "Uri": "/print/connectors/$count", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -130077,19 +130972,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintOperation", + "Uri": "/print/operations/{printOperation-id}", "Permissions": [ { "Name": "Printer.Create", @@ -130115,46 +131011,46 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintOperationCount", - "ApiReferenceLink": null + "Uri": "/print/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinter", + "Uri": "/print/printers/{printer-id}", "Permissions": [ { "Name": "Printer.Read.All", @@ -130204,20 +131100,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinter", + "Uri": "/print/printers", "Permissions": [ { "Name": "Printer.Read.All", @@ -130243,19 +131138,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/getCapabilities", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPrinterCapabilities", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterCapability", + "Uri": "/print/printers/{printer-id}/getCapabilities", "Permissions": [ { "Name": "Printer.Read.All", @@ -130281,34 +131177,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterCapability", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterConnector", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/connectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterConnector", + "Uri": "/print/printers/{printer-id}/connectors", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -130326,19 +131221,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/connectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterConnectorCount", + "Uri": "/print/printers/{printer-id}/connectors/$count", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -130356,20 +131252,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterCount", + "Uri": "/print/printers/$count", "Permissions": [ { "Name": "Printer.Read.All", @@ -130395,19 +131290,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -130473,20 +131369,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJob", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -130552,19 +131447,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJob", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterJobCount", + "Uri": "/print/printers/{printer-id}/jobs/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -130630,20 +131526,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterJobDocument", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", "Permissions": [ { "Name": "PrintJob.Read", @@ -130677,33 +131573,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterJobDocumentContent", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "Permissions": [ { "Name": "PrintJob.Read", @@ -130737,104 +131633,95 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterJobDocumentContent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterJobDocumentCount", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterJobTaskCount", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -130843,177 +131730,187 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShare", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShare", - "ApiReferenceLink": null + "Uri": "/print/printerShares", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/shares/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterShareCount", + "Uri": "/print/printers/{printer-id}/shares/$count", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -131039,200 +131936,199 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterShareCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobCount", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterSharePrinter", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/printer", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Permissions": [ { "Name": "Printer.Read.All", @@ -131258,20 +132154,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers", "Permissions": [ { "Name": "Printer.Read.All", @@ -131297,19 +132192,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "Permissions": [ { "Name": "Printer.Read.All", @@ -131335,34 +132231,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintService", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintService", + "Uri": "/print/services/{printService-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -131532,20 +132428,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintService", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintService", + "Uri": "/print/services", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -131715,19 +132610,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintServiceCount", + "Uri": "/print/services/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -131897,19 +132792,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintServiceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -132079,20 +132975,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -132262,19 +133157,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintServiceEndpointCount", + "Uri": "/print/services/{printService-id}/endpoints/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -132444,20 +133340,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaPrintServiceEndpointCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShare", "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -132483,20 +133379,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShare", + "Uri": "/print/shares", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -132522,19 +133417,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareAllowedGroup", "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -132552,19 +133447,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareAllowedGroupByRef", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -132582,19 +133477,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareAllowedGroupCount", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -132612,47 +133508,46 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareAllowedUser", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -132670,19 +133565,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareAllowedUserByRef", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -132700,19 +133595,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareAllowedUserCount", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -132730,61 +133626,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareAllowedUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareCount", + "Uri": "/print/shares/$count", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -132810,19 +133705,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -132888,20 +133784,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareJob", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -132967,19 +133862,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareJob", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintShareJobCount", + "Uri": "/print/shares/{printerShare-id}/jobs/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -133045,144 +133941,144 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobDocumentCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobTaskCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobTaskDefinition", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintShareJobTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Get-MgBetaPrintSharePrinter", + "Uri": "/print/shares/{printerShare-id}/printer", "Permissions": [ { "Name": "Printer.Read.All", @@ -133208,117 +134104,117 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrintSharePrinter", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintTaskDefinitionCount", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -133336,20 +134232,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "Uri": "/privacy/subjectRightsRequests", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -133367,183 +134262,183 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", + "Uri": "/privacy/subjectRightsRequests/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -133561,33 +134456,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -133605,19 +134500,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -133635,1082 +134531,1081 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/privilegedAccess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/governanceresource-list?view=graph-rest-1.0" + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceParent", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/governancerolesetting-get?view=graph-rest-1.0" + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApproval", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApproval", - "ApiReferenceLink": null + "Uri": "/privilegedApproval", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalCount", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/request", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalRequest", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/request", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedOperationEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null + "Uri": "/privilegedOperationEvents", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedOperationEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedOperationEventCount", - "ApiReferenceLink": null + "Uri": "/privilegedOperationEvents/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRole", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRole", - "ApiReferenceLink": null + "Uri": "/privilegedRoles", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "Uri": "/privilegedRoleAssignmentRequests", "Permissions": [ { "Name": "Directory.Read.All", @@ -134728,19 +135623,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", + "Uri": "/privilegedRoleAssignmentRequests/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -134758,270 +135653,270 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleCount", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programs/{program-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaProgram", - "ApiReferenceLink": null + "Uri": "/programs/{program-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphProgram", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaProgram", + "Uri": "/programs", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -135039,20 +135934,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls/{programControl-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -135061,15 +135948,25 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaProgramControl", - "ApiReferenceLink": null + "Uri": "/programControls/{programControl-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphProgramControl", + "Variants": [ + "List", + "List1", + "List2" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaProgramControl", + "Uri": "/programControls", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -135087,21 +135984,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1", - "List2" - ], - "Method": "GET", - "Command": "Get-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "Get2", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaProgramControlCount", + "Uri": "/programControls/$count", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -135119,53 +136018,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "Get2", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaProgramControlCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls/{programControl-id}/program", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaProgramControlProgram", - "ApiReferenceLink": null + "Uri": "/programControls/{programControl-id}/program", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControlTypes/{programControlType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaProgramControlType", - "ApiReferenceLink": null + "Uri": "/programControlTypes/{programControlType-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControlTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphProgramControlType", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaProgramControlType", + "Uri": "/programControlTypes", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -135183,19 +136078,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaProgramControlType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControlTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaProgramControlTypeCount", + "Uri": "/programControlTypes/$count", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -135213,19 +136108,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaProgramControlTypeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaProgramCount", "Uri": "/programs/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -135243,151 +136138,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaProgramCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Reports", - "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-1.0" + "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/appCredentialSignInActivities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-1.0" + "Uri": "/reports/appCredentialSignInActivities", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/appCredentialSignInActivities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/appCredentialSignInActivities/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-1.0" + "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/applicationSignInDetailedSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-1.0" + "Uri": "/reports/applicationSignInDetailedSummary", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/applicationSignInDetailedSummary/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", - "ApiReferenceLink": null + "Uri": "/reports/applicationSignInDetailedSummary/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getAttackSimulationRepeatOffenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", - "ApiReferenceLink": null + "Uri": "/reports/getAttackSimulationRepeatOffenders", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getAttackSimulationTrainingUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": null + "Uri": "/reports/getAttackSimulationTrainingUserCoverage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getAttackSimulationSimulationUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAttackSimulationUserCoverage", - "ApiReferenceLink": null + "Uri": "/reports/getAttackSimulationSimulationUserCoverage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -135405,20 +136301,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -135436,19 +136331,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Reports", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -135466,3077 +136361,3078 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApplicationSignInSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", - "ApiReferenceLink": null + "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportBrowserDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getBrowserUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportBrowserUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getBrowserUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getBrowserUserDetail(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportBrowserUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getBrowserUserDetail(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getCredentialUsageSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCredentialUsageSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportCredentialUsageSummary", - "ApiReferenceLink": null + "Uri": "/reports/getCredentialUsageSummary(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getCredentialUserRegistrationCount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportCredentialUserRegistrationCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-1.0" + "Uri": "/reports/getCredentialUserRegistrationCount", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "ApiReferenceLink": null + "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/credentialUserRegistrationDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-1.0" + "Uri": "/reports/credentialUserRegistrationDetails", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/credentialUserRegistrationDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", - "ApiReferenceLink": null + "Uri": "/reports/credentialUserRegistrationDetails/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsage/{printUsage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsage", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsage/{printUsage-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsage", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageByPrinter", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByPrinter", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByUser", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageByUser/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsage/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageCount", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsage/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageSummariesByPrinter", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageSummariesByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageSummariesByUser", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/deviceConfigurationDeviceActivity", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Device" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", - "ApiReferenceLink": null + "Uri": "/reports/deviceConfigurationDeviceActivity", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/deviceConfigurationUserActivity", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Device" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", - "ApiReferenceLink": null + "Uri": "/reports/deviceConfigurationUserActivity", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportEmailActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportEmailActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportEmailActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportEmailAppUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportEmailAppUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportFormUserActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportFormUserActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportFormUserActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportGroupArchivedPrintJob", - "ApiReferenceLink": null + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportM365AppPlatformUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportM365AppUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getM365AppUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportM365AppUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getM365AppUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMailboxUsageDetail", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMailboxUsageMailboxCount", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMailboxUsageStorage", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Detail", "DetailViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", - "ApiReferenceLink": null + "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Managed", "ManagedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", - "ApiReferenceLink": null + "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", - "ApiReferenceLink": null + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/managedDeviceEnrollmentFailureTrends", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Managed" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", - "ApiReferenceLink": null + "Uri": "/reports/managedDeviceEnrollmentFailureTrends", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", - "ApiReferenceLink": null + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageByPrinter", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0" + "Uri": "/reports/monthlyPrintUsageByPrinter", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0" + "Uri": "/reports/monthlyPrintUsageByUser", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByUser/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageSummariesByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageSummariesByUser", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365ActivationCounts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365ActivationCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActivationCounts", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365ActivationsUserCounts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365ActivationUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActivationsUserCounts", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365ActivationsUserDetail", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365ActivationUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActivationsUserDetail", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365ActiveUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365ActiveUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365GroupActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365GroupActivityDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365GroupActivityStorage", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOffice365ServiceUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOneDriveActivityFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOneDriveActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOneDriveActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOneDriveUsageAccountCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOneDriveUsageFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportOneDriveUsageStorage", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartners", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartner", - "ApiReferenceLink": null + "Uri": "/reports/partners", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBilling", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBilling", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0" + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/manifests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingManifestCount", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0" + "Uri": "/reports/partners/billing/operations/{operation-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingOperationCount", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation/billed", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/billed", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/unbilled", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportPrinterArchivedPrintJob", - "ApiReferenceLink": null + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", - "ApiReferenceLink": null + "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/security", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSecurity", - "ApiReferenceLink": null + "Uri": "/reports/security", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", - "ApiReferenceLink": null + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": null + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", - "ApiReferenceLink": null + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/serviceActivity", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServiceActivity", - "ApiReferenceLink": null + "Uri": "/reports/serviceActivity", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", - "ApiReferenceLink": null + "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", - "ApiReferenceLink": null + "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", - "ApiReferenceLink": null + "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", - "ApiReferenceLink": null + "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphServiceActivityValueMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", - "ApiReferenceLink": null + "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-1.0" + "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/servicePrincipalSignInActivities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-1.0" + "Uri": "/reports/servicePrincipalSignInActivities", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/servicePrincipalSignInActivities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/servicePrincipalSignInActivities/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointActivityFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointActivityPage", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointSiteUsageDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointSiteUsagePage", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSharePointSiteUsageStorage", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "Permissions": [] }, - { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/sla", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSla", - "ApiReferenceLink": null + "Uri": "/reports/sla", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/sla/azureADAuthentication", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAzureAdAuthentication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-1.0" + "Uri": "/reports/sla/azureADAuthentication", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamActivityDetail", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamActivityDistributionCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityTotalCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportTeamUserActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserArchivedPrintJob", - "ApiReferenceLink": null + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "ApiReferenceLink": null + "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userCredentialUsageDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-1.0" + "Uri": "/reports/userCredentialUsageDetails", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userCredentialUsageDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", - "ApiReferenceLink": null + "Uri": "/reports/userCredentialUsageDetails/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserInsightsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsight", - "ApiReferenceLink": null + "Uri": "/reports/userInsights", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/activeUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-1.0" + "Uri": "/reports/userInsights/daily/activeUsers", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/activeUsersBreakdown", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusersbreakdown?view=graph-rest-1.0" + "Uri": "/reports/userInsights/daily/activeUsersBreakdown", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdownCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/activeUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/activeUsers/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/authentications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-1.0" + "Uri": "/reports/userInsights/daily/authentications", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/authentications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/authentications/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/inactiveUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/inactiveUsers", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/inactiveUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/inactiveUsers/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMfaCompletionMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/mfaCompletions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMfaCompletionMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-1.0" + "Uri": "/reports/userInsights/daily/mfaCompletions", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/mfaCompletions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/mfaCompletions/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserSignUpMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailySignUp", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/signUps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserSignUpMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailySignUp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-1.0" + "Uri": "/reports/userInsights/daily/signUps", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/signUps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailySignUpCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/signUps/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInsightSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailySummary", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/summary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInsightSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailySummary", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/summary", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/summary/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailySummaryCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/summary/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserCountMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily/userCount", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserCountMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-1.0" + "Uri": "/reports/userInsights/daily/userCount", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/activeUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-1.0" + "Uri": "/reports/userInsights/monthly/activeUsers", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/activeUsersBreakdown", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusersbreakdown?view=graph-rest-1.0" + "Uri": "/reports/userInsights/monthly/activeUsersBreakdown", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdownCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/activeUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/activeUsers/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/authentications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-1.0" + "Uri": "/reports/userInsights/monthly/authentications", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/authentications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/authentications/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/inactiveUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/inactiveUsers", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMfaCompletionMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/mfaCompletions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMfaCompletionMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-1.0" + "Uri": "/reports/userInsights/monthly/mfaCompletions", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserRequestsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/requests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserRequestsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-1.0" + "Uri": "/reports/userInsights/monthly/requests", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/requests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/requests/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserSignUpMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/signUps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserSignUpMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-1.0" + "Uri": "/reports/userInsights/monthly/signUps", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/signUps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/signUps/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInsightSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/summary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInsightSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/summary", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly/summary/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly/summary/$count", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerGroupActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerGroupActivityDetail", - "ApiReferenceLink": null + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0" + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0" + "Uri": "/identityProtection/riskDetections", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskDetections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaRiskDetectionCount", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -138554,20 +139450,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -138585,19 +139480,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyServicePrincipalCount", + "Uri": "/identityProtection/riskyServicePrincipals/$count", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -138615,33 +139510,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipalCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -138659,19 +139554,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -138689,60 +139585,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaRiskyUser", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyUsers", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaRiskyUserCount", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -138760,20 +139656,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyUserHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -138791,19 +139686,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyUserHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaRiskyUserHistoryCount", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -138821,20 +139717,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRiskyUserHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleManagement", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagement", + "Uri": "/roleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -138868,141 +139763,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0" + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -139036,20 +139932,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -139083,60 +139978,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", + "Uri": "/roleManagement/cloudPC/roleAssignments/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -139170,115 +140065,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -139384,20 +140280,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -139503,19 +140398,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", + "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -139621,46 +140516,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementDeviceManagement", + "Uri": "/roleManagement/deviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -139694,128 +140589,129 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0" + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -139849,20 +140745,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/roleAssignments", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -139896,60 +140791,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", + "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -139983,115 +140878,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -140197,20 +141093,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -140316,19 +141211,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -140434,59 +141329,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectory", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140512,20 +141408,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140551,19 +141446,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", + "Uri": "/roleManagement/directory/resourceNamespaces/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140589,19 +141484,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140627,20 +141523,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140666,33 +141561,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140718,34 +141614,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140787,20 +141683,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140842,114 +141737,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", + "Uri": "/roleManagement/directory/roleAssignments/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -140991,61 +141886,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141087,20 +141983,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141142,47 +142037,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141224,33 +142119,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141292,20 +142188,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141347,47 +142242,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141429,130 +142324,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141594,47 +142435,101 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "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 + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -141676,89 +142571,90 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -141800,20 +142696,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -141855,19 +142750,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", + "Uri": "/roleManagement/directory/roleDefinitions/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -141909,60 +142804,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142004,20 +142900,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142059,33 +142954,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142127,33 +143022,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142195,20 +143091,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142250,33 +143145,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142318,75 +143213,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142428,20 +143324,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142483,33 +143378,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -142551,103 +143446,103 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "Uri": "/roleManagement/directory/transitiveRoleAssignments", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -142681,33 +143576,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", + "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -142741,1343 +143636,1344 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -144135,20 +145031,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -144206,114 +145101,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -144371,405 +145266,406 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -144875,20 +145771,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -144994,19 +145889,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -145112,471 +146007,472 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchange", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomAppScope", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -145602,20 +146498,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/customAppScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomAppScope", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "Uri": "/roleManagement/exchange/customAppScopes", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -145641,19 +146536,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/customAppScopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", + "Uri": "/roleManagement/exchange/customAppScopes/$count", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -145679,128 +146574,129 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0" + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0" + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -145842,20 +146738,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "Uri": "/roleManagement/exchange/roleAssignments", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -145897,33 +146792,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", + "Uri": "/roleManagement/exchange/roleAssignments/$count", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -145965,61 +146860,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -146077,20 +146973,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "Uri": "/roleManagement/exchange/roleDefinitions", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -146148,19 +147043,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", + "Uri": "/roleManagement/exchange/roleDefinitions/$count", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -146218,142 +147113,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.SchemaExtensions", - "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", + "Command": "Get-MgBetaSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Permissions": [ { "Name": "User.Read", @@ -146371,20 +147267,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.SchemaExtensions", - "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", + "Command": "Get-MgBetaSchemaExtension", + "Uri": "/schemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -146402,19 +147297,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.SchemaExtensions", - "Uri": "/schemaExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", + "Command": "Get-MgBetaSchemaExtensionCount", + "Uri": "/schemaExtensions/$count", "Permissions": [ { "Name": "User.Read", @@ -146432,19 +147327,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSchemaExtensionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchAcronym", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchAcronym", + "Uri": "/search/acronyms/{acronym-id}", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146462,20 +147358,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/search/acronyms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchAcronym", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchAcronym", + "Uri": "/search/acronyms", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146493,19 +147388,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/search/acronyms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchAcronymCount", + "Uri": "/search/acronyms/$count", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146523,19 +147418,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchAcronymCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchBookmark", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchBookmark", + "Uri": "/search/bookmarks/{bookmark-id}", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146553,20 +147449,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/search/bookmarks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchBookmark", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchBookmark", + "Uri": "/search/bookmarks", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146584,19 +147479,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/search/bookmarks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchBookmarkCount", + "Uri": "/search/bookmarks/$count", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146614,32 +147509,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchBookmarkCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/search", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchEntity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Get-MgBetaSearchEntity", - "ApiReferenceLink": null + "Uri": "/search", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchQna", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchQna", + "Uri": "/search/qnas/{qna-id}", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146657,20 +147553,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/search/qnas", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchQna", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchQna", + "Uri": "/search/qnas", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146688,19 +147583,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/search/qnas/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Get-MgBetaSearchQnaCount", + "Uri": "/search/qnas/$count", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -146718,19 +147613,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSearchQnaCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/securityActions/{securityAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAction", + "Uri": "/security/securityActions/{securityAction-id}", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -146748,20 +147644,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/securityActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAction", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAction", + "Uri": "/security/securityActions", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -146779,19 +147674,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/securityActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityActionCount", + "Uri": "/security/securityActions/$count", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -146809,19 +147704,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityActionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAlert", + "Uri": "/security/alerts/{alert-id}", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -146839,20 +147735,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAlert", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAlert", + "Uri": "/security/alerts", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -146870,19 +147765,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAlert", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAlertCount", + "Uri": "/security/alerts/$count", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -146900,19 +147795,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAlertV2", + "Uri": "/security/alerts_v2/{alert-id}", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -146930,20 +147826,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertV2", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAlertV2", + "Uri": "/security/alerts_v2", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -146961,19 +147856,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertV2", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get1" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAlertV2Count", + "Uri": "/security/alerts_v2/$count", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -146991,563 +147886,564 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get1" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAlertV2Count", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulationAutomations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulations/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/endUserNotifications", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/landingPages", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/loginPages", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/loginPages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/payloads", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/payloads/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/trainings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrainingCampaign", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainingCampaigns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrainingCampaign", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/trainingCampaigns", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainingCampaigns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainingCampaigns/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAuditLog", - "ApiReferenceLink": null + "Uri": "/security/auditLog", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAuditLogQuery", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -147605,20 +148501,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAuditLogQuery", + "Uri": "/security/auditLog/queries", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -147676,19 +148571,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAuditLogQueryCount", + "Uri": "/security/auditLog/queries/$count", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -147746,33 +148641,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQueryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -147830,19 +148725,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -147900,33 +148796,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCase", - "ApiReferenceLink": null + "Uri": "/security/cases", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -147944,20 +148840,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -147975,19 +148870,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", + "Uri": "/security/cases/ediscoveryCases/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148005,19 +148900,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148035,20 +148931,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148066,19 +148961,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148096,20 +148992,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148127,34 +149023,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148172,19 +149067,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148202,48 +149098,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148261,19 +149156,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148291,75 +149187,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUserSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148377,19 +149272,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148407,20 +149303,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148438,20 +149334,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148469,19 +149364,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148499,89 +149395,88 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUserSource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148599,19 +149494,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148629,20 +149525,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148660,75 +149556,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148746,19 +149641,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148776,20 +149672,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148807,20 +149703,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148838,19 +149733,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148868,20 +149764,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148899,20 +149795,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148930,33 +149825,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -148974,20 +149870,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149005,34 +149901,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149050,47 +149946,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149108,20 +150004,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149139,19 +150034,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149169,20 +150065,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149200,20 +150096,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149231,74 +150126,75 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149316,61 +150212,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149388,61 +150284,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149460,20 +150356,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149491,20 +150387,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149522,60 +150417,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -149593,87 +150489,87 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cloudAppSecurityProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/cloudAppSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cloudAppSecurityProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", - "ApiReferenceLink": null + "Uri": "/security/cloudAppSecurityProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityCollaboration", - "ApiReferenceLink": null + "Uri": "/security/collaboration", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -149691,20 +150587,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration/analyzedEmails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "Uri": "/security/collaboration/analyzedEmails", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -149722,19 +150617,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration/analyzedEmails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", + "Uri": "/security/collaboration/analyzedEmails/$count", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -149752,192 +150647,193 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/domainSecurityProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/domainSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/domainSecurityProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", - "ApiReferenceLink": null + "Uri": "/security/domainSecurityProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/fileSecurityProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/fileSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/fileSecurityProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityFileSecurityProfileCount", - "ApiReferenceLink": null + "Uri": "/security/fileSecurityProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/hostSecurityProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/hostSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/hostSecurityProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityHostSecurityProfileCount", - "ApiReferenceLink": null + "Uri": "/security/hostSecurityProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIdentityContainer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIdentity", - "ApiReferenceLink": null + "Uri": "/security/identities", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-1.0" + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities/healthIssues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-1.0" + "Uri": "/security/identities/healthIssues", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities/healthIssues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", - "ApiReferenceLink": null + "Uri": "/security/identities/healthIssues/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIncident", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityIncident", + "Uri": "/security/incidents/{incident-id}", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -149955,20 +150851,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIncident", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityIncident", + "Uri": "/security/incidents", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -149986,74 +150881,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIncidentAlert", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}/alerts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIncidentAlert", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}/alerts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIncidentAlertCount", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityIncidentCount", + "Uri": "/security/incidents/$count", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -150071,32 +150966,32 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityIncidentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null + "Uri": "/security/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", + "Uri": "/security/informationProtection/labelPolicySettings", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -150114,19 +151009,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -150144,20 +151040,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "Uri": "/security/informationProtection/sensitivityLabels", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -150175,19 +151070,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", + "Uri": "/security/informationProtection/sensitivityLabels/$count", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -150205,341 +151100,342 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/ipSecurityProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/ipSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/ipSecurityProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityIPSecurityProfileCount", - "ApiReferenceLink": null + "Uri": "/security/ipSecurityProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabel", - "ApiReferenceLink": null + "Uri": "/security/labels", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/authorities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0" + "Uri": "/security/labels/authorities", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/authorities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelAuthorityCount", - "ApiReferenceLink": null + "Uri": "/security/labels/authorities/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0" + "Uri": "/security/labels/categories", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCategoryCount", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/citations/{citationTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/citations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0" + "Uri": "/security/labels/citations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/citations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelCitationCount", - "ApiReferenceLink": null + "Uri": "/security/labels/citations/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/departments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0" + "Uri": "/security/labels/departments", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/departments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelDepartmentCount", - "ApiReferenceLink": null + "Uri": "/security/labels/departments/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0" + "Uri": "/security/labels/filePlanReferences", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/filePlanReferences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", - "ApiReferenceLink": null + "Uri": "/security/labels/filePlanReferences/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionEventType", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -150557,20 +151453,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -150588,19 +151483,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", + "Uri": "/security/labels/retentionLabels/$count", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -150618,197 +151513,198 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/providerTenantSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null + "Uri": "/security/providerTenantSettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/providerTenantSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityProviderTenantSettingCount", - "ApiReferenceLink": null + "Uri": "/security/providerTenantSettings/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/rules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRulesRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityRule", - "ApiReferenceLink": null + "Uri": "/security/rules", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "Uri": "/security/rules/detectionRules/{detectionRule-id}", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -150826,20 +151722,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/rules/detectionRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "Uri": "/security/rules/detectionRules", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -150857,19 +151752,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/rules/detectionRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", + "Uri": "/security/rules/detectionRules/$count", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -150887,19 +151782,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySecureScore", + "Uri": "/security/secureScores/{secureScore-id}", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -150917,20 +151813,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScore", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySecureScore", + "Uri": "/security/secureScores", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -150948,19 +151843,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescores-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -150978,20 +151874,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -151009,19 +151904,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScoreControlProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", + "Uri": "/security/secureScoreControlProfiles/$count", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -151039,19 +151934,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySecureScoreCount", "Uri": "/security/secureScores/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -151069,19 +151964,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySecureScoreCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -151099,20 +151995,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -151130,183 +152025,183 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", + "Uri": "/security/subjectRightsRequests/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -151324,19 +152219,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -151354,48 +152250,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -151413,19 +152308,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -151443,629 +152339,620 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/articles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articleIndicators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostComponents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostCookies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Permissions": [] }, - { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -152074,794 +152961,803 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/sslCertificates", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/subdomains/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/whoisRecords", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -152895,20 +153791,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "Uri": "/security/threatSubmission/emailThreats", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -152942,19 +153837,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", + "Uri": "/security/threatSubmission/emailThreats/$count", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -152988,19 +153883,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153042,20 +153938,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153097,19 +153992,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153151,19 +154046,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153197,20 +154093,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/fileThreats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/fileThreats", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153244,19 +154139,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/fileThreats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", + "Uri": "/security/threatSubmission/fileThreats/$count", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153290,19 +154185,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153336,20 +154232,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/urlThreats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "Uri": "/security/threatSubmission/urlThreats", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153383,19 +154278,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/urlThreats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", + "Uri": "/security/threatSubmission/urlThreats/$count", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -153429,72 +154324,73 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-1.0" + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-1.0" + "Uri": "/security/tiIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityTiIndicatorCount", - "ApiReferenceLink": null + "Uri": "/security/tiIndicators/$count", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityTrigger", - "ApiReferenceLink": null + "Uri": "/security/triggers", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -153512,20 +154408,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -153543,19 +154438,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers/retentionEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", + "Uri": "/security/triggers/retentionEvents/$count", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -153573,19 +154468,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityTriggerRetentionEventType", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -153603,33 +154499,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerRetentionEventType", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityTriggerType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -153647,20 +154543,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -153678,19 +154573,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", + "Uri": "/security/triggerTypes/retentionEventTypes/$count", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -153708,289 +154603,290 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/userSecurityProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/userSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/userSecurityProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaSecurityUserSecurityProfileCount", - "ApiReferenceLink": null + "Uri": "/security/userSecurityProfiles/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/issues", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementIssueCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Get-MgBetaServiceAnnouncementMessageCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Permissions": [ { "Name": "Application.Read.All", @@ -154032,129 +154928,128 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "List" + ], + "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipal", + "Uri": "/servicePrincipals", + "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 other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "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 + } + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "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 other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "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 - } - ], - "Variants": [ - "List" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0" - }, - { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Permissions": [ { "Name": "Application.Read.All", @@ -154196,19 +155091,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -154250,34 +155146,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Permissions": [ { "Name": "Application.Read.All", @@ -154319,19 +155214,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -154373,20 +155269,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalByAppId", "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -154428,34 +155324,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/servicePrincipals/getByIds", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -154473,6 +155368,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -154489,19 +155392,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -154519,6 +155422,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -154535,19 +155446,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -154565,6 +155477,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -154581,20 +155501,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalCount", + "Uri": "/servicePrincipals/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -154636,33 +155555,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalCreatedObject", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalCreatedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -154704,46 +155623,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -154785,48 +155705,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Permissions": [ { "Name": "Application.Read.All", @@ -154852,19 +155771,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -154890,20 +155810,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalDelta", + "Uri": "/servicePrincipals/delta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -154945,60 +155864,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalEndpointCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -155016,6 +155935,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -155032,19 +155959,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -155062,6 +155989,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -155078,19 +156013,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -155108,6 +156044,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -155124,75 +156068,77 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsLicensingDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalMemberGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -155274,22 +156220,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalMemberObject", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -155387,36 +156333,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalMemberObject", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOf", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Permissions": [ { "Name": "Application.Read.All", @@ -155458,100 +156401,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalMemberOfCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -155593,76 +156537,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Permissions": [ { "Name": "Directory.Read.All", @@ -155688,19 +156631,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -155726,34 +156670,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObject", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalOwnedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -155795,127 +156738,128 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -155957,76 +156901,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalOwner", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "Permissions": [ { "Name": "Application.Read.All", @@ -156068,100 +157011,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Permissions": [ { "Name": "Application.Read.All", @@ -156203,19 +157146,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalOwnerCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -156257,62 +157201,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156346,131 +157292,131 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0" + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0" + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156488,22 +157434,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156529,20 +157473,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156568,47 +157511,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156634,20 +157578,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -156689,75 +157633,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156783,20 +157727,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156822,19 +157765,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156860,20 +157804,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -156899,116 +157843,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -157026,6 +157969,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -157042,19 +157993,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -157072,6 +158024,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -157088,34 +158048,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Permissions": [ { "Name": "Application.Read.All", @@ -157149,100 +158108,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -157276,76 +158236,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaServicePrincipalUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/servicePrincipals/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaSettingCount", + "Uri": "/settings/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -157379,142 +158338,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareContentTypeBase", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareCount", - "ApiReferenceLink": null + "Uri": "/shares/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareCreatedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaShareDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -157540,20 +158500,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaShareDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaShareDriveItemContent", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -157603,20 +158563,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaShareDriveItemContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaShareDriveItemContentStream", "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -157666,1035 +158626,1035 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaShareDriveItemContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItemContentStream", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItemCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareList", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListActivity", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListColumnCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListDrive", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemActivity", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDelta", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListItemVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListOperationCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaSharePermission", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/permission", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareRoot", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareRootContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareRootContentStream", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSharedDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", + "Uri": "/shares/{sharedDriveItem-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -158720,47 +159680,47 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/shares", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/site", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaShareSite", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/site", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSite", + "Uri": "/sites/{site-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -158778,20 +159738,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSite", + "Uri": "/sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -158809,33 +159768,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteActivityByInterval", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteAnalytic", + "Uri": "/sites/{site-id}/analytics", "Permissions": [ { "Name": "Files.Read", @@ -158885,144 +159845,144 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteAnalytic", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteAnalyticLastSevenDay", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", "Permissions": [ { "Name": "Files.Read", @@ -159072,20 +160032,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticLastSevenDay", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteAnalyticTime", "Uri": "/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -159135,20 +160095,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteAnalyticTime", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteApplicableContentTypeForList", "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -159182,34 +160142,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteApplicableContentTypeForList", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteByPath", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -159243,20 +160203,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteColumn", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -159290,19 +160249,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteColumnCount", + "Uri": "/sites/{site-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -159336,34 +160296,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -159397,20 +160357,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteContentType", + "Uri": "/sites/{site-id}/contentTypes", "Permissions": [ { "Name": "Sites.Read.All", @@ -159444,81 +160403,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeBase", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -159552,20 +160512,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -159599,19 +160558,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteContentTypeColumnCount", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -159645,116 +160605,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Permissions": [ { "Name": "Sites.Manage.All", @@ -159772,20 +160732,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteContentTypeCount", "Uri": "/sites/{site-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -159819,20 +160779,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteContentTypeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get1" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteCount", + "Uri": "/sites/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -159850,19 +160809,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get1" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteDefaultDrive", + "Uri": "/sites/{site-id}/drive", "Permissions": [ { "Name": "Files.Read", @@ -159912,20 +160872,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteDefaultDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteDelta", + "Uri": "/sites/delta", "Permissions": [ { "Name": "Sites.Read.All", @@ -159943,33 +160902,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteDrive", + "Uri": "/sites/{site-id}/drives", "Permissions": [ { "Name": "Files.Read", @@ -160019,19 +160978,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteDriveCount", + "Uri": "/sites/{site-id}/drives/$count", "Permissions": [ { "Name": "Files.Read", @@ -160081,415 +161041,415 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteDriveCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/externalColumns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteExternalColumnCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/externalColumns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPath", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathExternalColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetByPathTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteList", + "Uri": "/sites/{site-id}/lists/{list-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -160507,20 +161467,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", + "Variants": [ + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteList", + "Uri": "/sites/{site-id}/lists", "Permissions": [ { "Name": "Sites.Read.All", @@ -160538,19 +161497,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "Permissions": [ { "Name": "Files.Read", @@ -160600,19 +161559,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListActivity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -160646,20 +161606,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListColumn", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -160693,19 +161652,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -160739,34 +161699,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -160800,20 +161760,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListContentType", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Permissions": [ { "Name": "Sites.Read.All", @@ -160847,19 +161806,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -160893,20 +161853,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -160940,19 +161899,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListContentTypeColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -160986,116 +161946,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Permissions": [ { "Name": "Sites.Manage.All", @@ -161113,20 +162073,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListContentTypeCount", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -161160,20 +162120,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteListContentTypeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListCount", "Uri": "/sites/{site-id}/lists/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -161191,89 +162151,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -161299,20 +162259,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Permissions": [ { "Name": "Sites.Read.All", @@ -161330,33 +162289,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemActivity", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Permissions": [ { "Name": "Files.Read", @@ -161406,33 +162365,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemActivityCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "Permissions": [ { "Name": "Files.Read", @@ -161482,76 +162442,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemActivityCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemActivityDriveItem", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemActivityListItem", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemAnalytic", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Permissions": [ { "Name": "Files.Read", @@ -161601,75 +162561,77 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemAnalytic", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemDelta", + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", "Permissions": [ { "Name": "Sites.Read.All", @@ -161687,22 +162649,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -161744,20 +162704,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Permissions": [ { "Name": "Sites.Read.All", @@ -161799,19 +162758,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -161853,34 +162813,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemDriveItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Permissions": [ { "Name": "Files.Read", @@ -161930,62 +162890,62 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemDriveItem", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -162003,20 +162963,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemVersion", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Permissions": [ { "Name": "Sites.Read.All", @@ -162034,19 +162993,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemVersion", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListItemVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -162064,34 +163024,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListItemVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -162125,20 +163085,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Permissions": [ { "Name": "Sites.Read.All", @@ -162172,19 +163131,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteListOperationCount", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -162218,61 +163178,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteListOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Permissions": [ { "Name": "Notes.Create", @@ -162314,20 +163274,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -162369,19 +163328,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteNotebookCount", + "Uri": "/sites/{site-id}/onenote/notebooks/$count", "Permissions": [ { "Name": "Notes.Create", @@ -162423,20 +163383,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebookCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -162478,22 +163440,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteNotebookSection", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -162535,19 +163494,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -162589,19 +163548,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Permissions": [ { "Name": "Notes.Create", @@ -162643,34 +163603,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaSiteOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.Read", @@ -162704,20 +163664,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages", "Permissions": [ { "Name": "Notes.Read", @@ -162751,33 +163710,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenotePageCount", + "Uri": "/sites/{site-id}/onenote/pages/$count", "Permissions": [ { "Name": "Notes.Read", @@ -162811,34 +163771,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenotePageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteResourceContent", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -162872,34 +163832,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteResourceContent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaSiteOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Permissions": [ { "Name": "Notes.Create", @@ -162941,20 +163901,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections", "Permissions": [ { "Name": "Notes.Create", @@ -162996,19 +163955,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSectionCount", + "Uri": "/sites/{site-id}/onenote/sections/$count", "Permissions": [ { "Name": "Notes.Create", @@ -163050,20 +164010,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSectionGroup", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -163105,20 +164065,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Permissions": [ { "Name": "Notes.Create", @@ -163160,20 +164120,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Permissions": [ { "Name": "Notes.Create", @@ -163215,22 +164177,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -163272,19 +164231,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaSiteOnenoteSectionPage", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Read", @@ -163318,19 +164277,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOnenoteSectionPage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteOperation", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -163364,20 +164324,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteOperation", + "Uri": "/sites/{site-id}/operations", "Permissions": [ { "Name": "Sites.Read.All", @@ -163411,19 +164370,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteOperationCount", + "Uri": "/sites/{site-id}/operations/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -163457,20 +164417,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBaseSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteOperationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSitePage", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -163488,20 +164448,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSitePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSitePage", + "Uri": "/sites/{site-id}/pages", "Permissions": [ { "Name": "Sites.Read.All", @@ -163519,33 +164478,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSitePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSitePageAsSitePage", + "Uri": "/sites/{site-id}/pages/sitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -163563,362 +164522,363 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSitePageAsSitePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSitePageCount", + "Uri": "/sites/{site-id}/pages/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -163936,20 +164896,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSitePageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSitePageCountAsSitePage", "Uri": "/sites/{site-id}/pages/sitePage/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -163967,213 +164927,213 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSitePageCountAsSitePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSitePermissionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteRecentNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Permissions": [ { "Name": "Notes.Create", @@ -164215,20 +165175,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteRecentNotebook", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStore", "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164246,20 +165206,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreGroup", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164277,20 +165237,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164308,19 +165267,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreGroupCount", + "Uri": "/sites/{site-id}/termStore/groups/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164338,34 +165298,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164383,175 +165342,176 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreGroupSetCount", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164569,117 +165529,117 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164697,282 +165657,282 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Permissions": [ { "Name": "TermStore.Read.All", @@ -164990,49 +165950,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Permissions": [ { "Name": "TermStore.Read.All", @@ -165050,744 +166010,743 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Permissions": [ { "Name": "TermStore.Read.All", @@ -165805,19 +166764,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -165835,62 +166795,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetRelationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Permissions": [ { "Name": "TermStore.Read.All", @@ -165908,47 +166868,46 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetTermChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Permissions": [ { "Name": "TermStore.Read.All", @@ -165966,19 +166925,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -165996,145 +166956,144 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Permissions": [ { "Name": "TermStore.Read.All", @@ -166152,19 +167111,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -166182,76 +167142,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSiteTermStoreSetTermSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaSubscribedSku", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Permissions": [ { "Name": "Organization.Read.All", @@ -166285,20 +167245,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/subscribedSkus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaSubscribedSku", + "Uri": "/subscribedSkus", "Permissions": [ { "Name": "Organization.Read.All", @@ -166332,60 +167291,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Command": "Get-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.ChangeNotifications", - "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Command": "Get-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0" + "Uri": "/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaSubSite", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/sites/{site-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List2" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSubSite", + "Uri": "/sites/{site-id}/sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -166403,19 +167362,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List2" - ], - "Method": "GET", - "Command": "Get-MgBetaSubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaSubSiteCount", + "Uri": "/sites/{site-id}/sites/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -166433,20 +167393,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaSubSiteCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeam", "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -166520,20 +167480,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeam", + "Uri": "/teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -166559,19 +167518,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -166645,20 +167605,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannel", + "Uri": "/teams/{team-id}/channels", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -166732,19 +167691,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelCount", + "Uri": "/teams/{team-id}/channels/$count", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -166818,20 +167778,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelFileFolder", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read.All", @@ -166905,48 +167865,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamChannelFileFolderContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -166980,20 +167940,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Permissions": [ { "Name": "Group.Read.All", @@ -167019,19 +167978,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -167057,20 +168017,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessage", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167104,22 +168066,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167153,19 +168112,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167199,20 +168159,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageDelta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167246,20 +168206,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167293,22 +168255,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167342,19 +168301,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167388,20 +168348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageReply", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167435,20 +168395,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167482,19 +168441,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageReplyCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167528,20 +168488,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageReplyDelta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167575,20 +168535,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167622,22 +168584,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167671,19 +168630,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -167717,34 +168677,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + ] }, - { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamChannelRetainedMessage", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -167762,22 +168724,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -167795,33 +168754,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -167839,19 +168798,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -167869,20 +168829,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -167900,20 +168860,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelTab", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -168011,20 +168971,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelTab", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -168122,19 +169081,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamChannelTabCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -168232,34 +169192,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamChannelTabCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamCount", + "Uri": "/teams/$count", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -168285,60 +169244,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamIncomingChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/incomingChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamIncomingChannel", + "Uri": "/teams/{team-id}/incomingChannels", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -168364,19 +169323,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamIncomingChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/incomingChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamIncomingChannelCount", + "Uri": "/teams/{team-id}/incomingChannels/$count", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -168402,20 +169362,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamIncomingChannelCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamInstalledApp", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -168442,41 +169402,9 @@ "IsLeastPrivilege": false }, { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", - "Description": "Allow the Teams app to manage itself and its permission grants in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", - "Description": "Manage installation and permission grants of Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadForUser", - "Description": "Read your installed Teams apps", - "FullDescription": "Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadForTeam", - "Description": "Read installed Teams apps in teams", - "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", - "Description": "Allow the Teams app to manage itself for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "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 @@ -168522,21 +169450,69 @@ "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.", + "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.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.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", + "Description": "Allow the Teams app to manage itself and its permission grants in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", + "Description": "Allow the Teams app to manage itself for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadForTeam", + "Description": "Read installed Teams apps in teams", + "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadForUser", + "Description": "Read your installed Teams apps", + "FullDescription": "Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", + "Description": "Manage installation and permission grants of Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -168545,20 +169521,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -168576,14 +169551,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", - "Description": "Allow the Teams app to manage itself in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, { "Name": "TeamsAppInstallation.ReadWriteForTeam", "Description": "Manage installed Teams apps in teams", @@ -168593,25 +169560,9 @@ "IsLeastPrivilege": false }, { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", - "Description": "Allow the Teams app to manage itself and its permission grants in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", - "Description": "Manage installation and permission grants of Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", - "Description": "Allow the Teams app to manage itself for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "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 @@ -168657,21 +169608,61 @@ "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.", + "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.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.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", + "Description": "Allow the Teams app to manage itself and its permission grants in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", + "Description": "Allow the Teams app to manage itself for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", + "Description": "Allow the Teams app to manage itself in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", + "Description": "Manage installation and permission grants of Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -168680,19 +169671,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamInstalledAppCount", + "Uri": "/teams/{team-id}/installedApps/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -168710,14 +169702,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", - "Description": "Allow the Teams app to manage itself in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, { "Name": "TeamsAppInstallation.ReadWriteForTeam", "Description": "Manage installed Teams apps in teams", @@ -168727,25 +169711,9 @@ "IsLeastPrivilege": false }, { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", - "Description": "Allow the Teams app to manage itself and its permission grants in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", - "Description": "Manage installation and permission grants of Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", - "Description": "Allow the Teams app to manage itself for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "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 @@ -168791,21 +169759,61 @@ "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.", + "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.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.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", + "Description": "Allow the Teams app to manage itself and its permission grants in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", + "Description": "Allow the Teams app to manage itself for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", + "Description": "Allow the Teams app to manage itself in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", + "Description": "Manage installation and permission grants of Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -168814,48 +169822,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamInstalledAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -168881,20 +169889,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamMember", + "Uri": "/teams/{team-id}/members", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -168920,19 +169927,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamMemberCount", + "Uri": "/teams/{team-id}/members/$count", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -168958,20 +169966,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/getOpenShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamOpenShift", + "Uri": "/teams/getOpenShifts", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -169045,156 +170052,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamOpenShift", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOperationCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/owners/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOwner", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/owners/{user-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/owners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOwner", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/owners", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOwnerCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/owners/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOwnerMailboxSetting", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamPermissionGrant", + "Uri": "/teams/{team-id}/permissionGrants", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -169228,6 +170235,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", "Description": "Allow the Teams app to manage itself for all teams", @@ -169252,6 +170267,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "TeamsApp.Read.Group", "Description": "Consent name unavailable", @@ -169260,19 +170283,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamPermissionGrantCount", + "Uri": "/teams/{team-id}/permissionGrants/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -169306,6 +170330,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", "Description": "Allow the Teams app to manage itself for all teams", @@ -169330,6 +170362,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "TeamsApp.Read.Group", "Description": "Consent name unavailable", @@ -169338,48 +170378,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamPermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPhoto", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/photo", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPhotoContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamPrimaryChannel", + "Uri": "/teams/{team-id}/primaryChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -169421,438 +170461,438 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelTabCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamSchedule", + "Uri": "/teams/{team-id}/schedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -169886,20 +170926,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDayNote", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleDayNote", "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", - "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -169917,20 +170957,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/dayNotes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDayNote", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleDayNote", + "Uri": "/teams/{team-id}/schedule/dayNotes", "Permissions": [ { "Name": "Schedule.Read.All", @@ -169948,19 +170987,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/dayNotes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleDayNoteCount", + "Uri": "/teams/{team-id}/schedule/dayNotes/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -169978,20 +171018,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleDayNoteCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170025,20 +171065,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -170056,19 +171095,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -170086,20 +171126,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOpenShift", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170133,20 +171173,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/openShifts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170180,19 +171219,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170226,20 +171266,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170273,19 +171312,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170319,20 +171359,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleOpenShiftCount", "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170366,20 +171406,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleOpenShiftCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170413,20 +171453,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170460,19 +171499,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170506,20 +171546,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleShift", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group.Read.All", @@ -170553,66 +171593,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shifts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Permissions": [ - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" - }, - { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170646,20 +171639,67 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamScheduleShiftCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "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 + } + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170685,20 +171725,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170724,19 +171763,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170762,34 +171802,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170823,19 +171862,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170869,20 +171909,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeCard", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170900,20 +171940,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeCard", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeCard", + "Uri": "/teams/{team-id}/schedule/timeCards", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170931,19 +171970,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeCardCount", + "Uri": "/teams/{team-id}/schedule/timeCards/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -170961,20 +172001,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeCardCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOff", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171008,20 +172048,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171055,19 +172094,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOffCount", + "Uri": "/teams/{team-id}/schedule/timesOff/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171101,20 +172141,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171148,20 +172188,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171195,19 +172234,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171241,20 +172281,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171288,20 +172328,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171335,19 +172374,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -171381,20 +172421,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/getShifts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphShift", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamShift", + "Uri": "/teams/getShifts", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -171468,19 +172507,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamShift", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -171514,20 +172554,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamTag", + "Uri": "/teams/{team-id}/tags", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -171561,19 +172600,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamTagCount", + "Uri": "/teams/{team-id}/tags/$count", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -171607,20 +172647,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamTagCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamTagMember", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -171654,20 +172694,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -171701,19 +172740,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamTagMemberCount", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -171747,48 +172787,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamTagMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/template", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamTemplate", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/template", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/templateDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamTemplateDefinition", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/templateDefinition", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/getTimesOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamTimeOff", + "Uri": "/teams/getTimesOff", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -171862,587 +172901,588 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamTimeOff", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamwork", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0" + "Uri": "/teamwork", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedChat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedChats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedChatCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkDeletedTeamCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDevice", + "Uri": "/teamwork/devices/{teamworkDevice-id}", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172460,20 +173500,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDevice", + "Uri": "/teamwork/devices", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172491,19 +173530,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDeviceActivity", + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172521,20 +173561,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDeviceConfiguration", "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172552,20 +173592,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDeviceCount", + "Uri": "/teamwork/devices/$count", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172583,19 +173622,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDeviceHealth", + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172613,20 +173653,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDeviceOperation", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172644,20 +173684,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDeviceOperation", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172675,19 +173714,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkDeviceOperationCount", + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -172705,20 +173745,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkDeviceOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkTeamAppSetting", + "Uri": "/teamwork/teamsAppSettings", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -172736,33 +173775,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkTeamTemplate", + "Uri": "/teamwork/teamTemplates", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -172780,19 +173819,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkTeamTemplateCount", + "Uri": "/teamwork/teamTemplates/$count", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -172810,19 +173849,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -172840,47 +173880,47 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -172898,20 +173938,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -172929,19 +173968,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/workforceIntegrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", + "Uri": "/teamwork/workforceIntegrations/$count", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -172955,23 +173994,24 @@ "Name": "WorkforceIntegration.ReadWrite.All", "Description": "Read and write workforce integrations", "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", - "ApiReferenceLink": null + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -172989,20 +174029,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "Uri": "/tenantRelationships/delegatedAdminCustomers", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173020,19 +174059,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173050,33 +174089,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173094,19 +174133,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173124,20 +174164,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173155,20 +174195,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "Uri": "/tenantRelationships/delegatedAdminRelationships", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173186,19 +174225,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173216,20 +174256,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173247,19 +174286,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173277,20 +174317,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173308,19 +174347,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173338,20 +174378,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173369,19 +174408,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173399,20 +174439,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173430,20 +174470,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173461,19 +174500,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -173491,20 +174531,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -173522,20 +174562,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "Uri": "/tenantRelationships/managedTenants/tenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -173553,33 +174592,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173597,19 +174636,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -173627,460 +174666,461 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/appPerformances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/appPerformances", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174098,46 +175138,46 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/auditEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/auditEvents", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174155,20 +175195,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174186,19 +175225,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174216,19 +175255,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174246,20 +175286,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174277,19 +175316,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174307,19 +175346,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174337,20 +175377,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174368,19 +175407,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -174398,19 +175437,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -174436,20 +175476,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "Permissions": [ { "Name": "Policy.Read.All", @@ -174475,19 +175514,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -174513,19 +175552,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", "Uri": "/tenantRelationships/managedTenants/tenants/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174543,59 +175582,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174613,20 +175653,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174644,19 +175683,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174674,19 +175713,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174704,20 +175744,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174735,19 +175774,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -174765,59 +175804,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -174835,20 +175875,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -174866,19 +175905,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -174894,115 +175933,116 @@ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", "IsAdmin": true, "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175020,20 +176060,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "Uri": "/tenantRelationships/managedTenants/tenantGroups", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175051,19 +176090,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175081,19 +176120,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175111,20 +176151,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175142,19 +176181,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175172,19 +176211,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175202,20 +176242,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175233,19 +176272,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -175263,19 +176302,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175293,20 +176333,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "Uri": "/tenantRelationships/managedTenants/managementActions", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175324,19 +176363,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", + "Uri": "/tenantRelationships/managedTenants/managementActions/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175354,19 +176393,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175384,20 +176424,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175415,19 +176454,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175445,19 +176484,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175475,20 +176515,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementIntents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "Uri": "/tenantRelationships/managedTenants/managementIntents", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175506,19 +176545,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", + "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175536,19 +176575,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175566,20 +176606,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "Uri": "/tenantRelationships/managedTenants/managementTemplates", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175597,145 +176636,145 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", + "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -175753,274 +176792,274 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/myRoles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "Uri": "/tenantRelationships/managedTenants/myRoles", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -176038,19 +177077,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/myRoles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", + "Uri": "/tenantRelationships/managedTenants/myRoles/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -176068,19 +177107,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -176098,20 +177138,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantTags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "Uri": "/tenantRelationships/managedTenants/tenantTags", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -176129,19 +177168,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", + "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -176159,59 +177198,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -176229,20 +177269,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -176260,19 +177299,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -176290,19 +177329,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -176320,20 +177360,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -176351,19 +177390,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-1.0" + ] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -176381,19 +177420,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", "Uri": "/tenantRelationships/multiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", - "ApiVersion": "beta", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -176419,19 +177458,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "ApiVersion": "beta", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -176449,33 +177488,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0" + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -176501,19 +177540,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -176539,32 +177578,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrustFramework", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaTrustFramework", - "ApiReferenceLink": null + "Uri": "/trustFramework", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -176582,20 +177622,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkKeySet", + "Uri": "/trustFramework/keySets", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -176613,19 +177652,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -176643,20 +177683,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkKeySetCount", + "Uri": "/trustFramework/keySets/$count", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -176674,19 +177713,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkKeySetCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkPolicy", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -176704,20 +177744,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkPolicy", + "Uri": "/trustFramework/policies", "Permissions": [ { "Name": "Policy.Read.All", @@ -176735,19 +177774,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkPolicyContent", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "Permissions": [ { "Name": "Policy.Read.All", @@ -176765,20 +177805,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicyContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaTrustFrameworkPolicyCount", + "Uri": "/trustFramework/policies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -176796,19 +177835,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUser", + "Uri": "/users/{user-id}", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -176930,20 +177970,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUser", + "Uri": "/users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -177049,156 +178088,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserActivityCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserActivityHistoryItemActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserActivityHistoryItemCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Get-MgBetaUserActivityStatistics", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/analytics/activityStatistics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Get-MgBetaUserActivityStatistics", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/analytics/activityStatistics", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Get-MgBetaUserAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/users/{user-id}/agreementAcceptances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaUserAgreementAcceptance", + "Uri": "/users/{user-id}/agreementAcceptances", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -177216,19 +178255,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAgreementAcceptance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/users/{user-id}/agreementAcceptances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Get-MgBetaUserAgreementAcceptanceCount", + "Uri": "/users/{user-id}/agreementAcceptances/$count", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -177246,48 +178286,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAgreementAcceptanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/analytics/activityStatistics/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/analytics/activityStatistics/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserAppRoleAssignedResource", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/appRoleAssignedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserAppRoleAssignedResource", + "Uri": "/users/{user-id}/appRoleAssignedResources", "Permissions": [ { "Name": "Directory.Read.All", @@ -177305,19 +178344,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignedresources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", + "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", "Permissions": [ { "Name": "Directory.Read.All", @@ -177335,20 +178375,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", "Uri": "/users/{user-id}/appRoleAssignedResources/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Directory.Read.All", @@ -177366,34 +178406,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Get-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments", "Permissions": [ { "Name": "Directory.Read.All", @@ -177411,19 +178450,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/users/{user-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Get-MgBetaUserAppRoleAssignmentCount", + "Uri": "/users/{user-id}/appRoleAssignments/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -177441,20 +178481,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAppRoleAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -177488,20 +178528,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -177535,19 +178574,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", + "Uri": "/users/{user-id}/authentication/emailMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -177581,20 +178621,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationFido2Method", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -177628,20 +178668,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationFido2Method", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/fido2Methods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -177675,19 +178714,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationFido2Method", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -177721,20 +178761,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationMethod", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -177768,66 +178808,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethod", - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" - }, - { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/methods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -177861,25 +178854,25 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMethodCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationMethodCount", + "Uri": "/users/{user-id}/authentication/methods/$count", "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.", + "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 @@ -177901,27 +178894,27 @@ "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.", + "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 } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -177955,19 +178948,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" - }, - { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178001,34 +178994,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -178062,47 +179102,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationOperationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178136,20 +179176,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178183,19 +179222,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178229,34 +179269,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -178290,20 +179330,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -178337,19 +179376,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -178383,20 +179423,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -178430,20 +179470,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -178477,19 +179516,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -178523,89 +179563,89 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/authentication/platformCredentialMethods", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/signInPreferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSignInPreferences", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationSignInPreference", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/signInPreferences", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178639,20 +179679,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178686,19 +179725,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178732,20 +179772,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178779,20 +179819,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178826,19 +179865,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178872,20 +179912,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178919,20 +179959,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -178966,19 +180005,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -179012,62 +180052,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Get-MgBetaUserById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/users/getByIds", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendar", + "Uri": "/users/{user-id}/calendars", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179101,19 +180140,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendars/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendarCount", + "Uri": "/users/{user-id}/calendars/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179147,20 +180187,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendarEvent", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179186,19 +180225,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserCalendarEventDelta", + "Uri": "/users/{user-id}/calendar/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -179224,22 +180266,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179257,20 +180297,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179296,19 +180335,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendarGroupCalendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179342,19 +180381,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroupCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendarGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendarGroupCount", + "Uri": "/users/{user-id}/calendarGroups/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179380,82 +180420,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserCalendarPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserCalendarPermissionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Get-MgBetaUserCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/calendarView", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserCalendarView", + "Uri": "/users/{user-id}/calendar/calendarView", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -179481,20 +180521,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -179576,20 +180616,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChat", + "Uri": "/users/{user-id}/chats", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -179631,19 +180670,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatCount", + "Uri": "/users/{user-id}/chats/$count", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -179685,103 +180725,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatInstalledAppCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "ChatMember.Read", @@ -179879,20 +180919,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Permissions": [ { "Name": "ChatMember.Read", @@ -179990,19 +181029,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMemberCount", + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "Permissions": [ { "Name": "ChatMember.Read", @@ -180100,20 +181140,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMessage", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Chat.Read", @@ -180171,20 +181211,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Permissions": [ { "Name": "Chat.Read", @@ -180226,19 +181265,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMessageCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", "Permissions": [ { "Name": "Chat.Read", @@ -180280,20 +181320,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserChatMessageDelta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "Permissions": [ { "Name": "Chat.Read", @@ -180351,20 +181391,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "Chat.Read", @@ -180422,22 +181464,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Permissions": [ { "Name": "Chat.Read", @@ -180495,19 +181534,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserChatMessageHostedContentCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "Permissions": [ { "Name": "Chat.Read", @@ -180565,243 +181605,243 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatMessageHostedContentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserChatMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatOperationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatPermissionGrantCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatPinnedMessageCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/chats/getAllRetainedMessages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserChatRetainedMessage", + "Uri": "/users/{user-id}/chats/getAllRetainedMessages", "Permissions": [ { "Name": "Chat.Read.All", @@ -180819,103 +181859,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserChatRetainedMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatTabCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserChatTabTeamApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserCloudPcConnectivityHistory", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserCloudPcLaunchInfo", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -180933,20 +181973,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcLaunchInfo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "OutputType": "IMicrosoftGraphCloudPc", - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -180964,20 +182004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -180995,34 +182035,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -181040,20 +182080,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContact", + "Uri": "/users/{user-id}/contacts", "Permissions": [ { "Name": "Contacts.Read", @@ -181071,19 +182110,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactCount", + "Uri": "/users/{user-id}/contacts/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -181101,20 +182141,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserContactDelta", + "Uri": "/users/{user-id}/contacts/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -181132,61 +182172,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -181204,20 +182244,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolder", + "Uri": "/users/{user-id}/contactFolders", "Permissions": [ { "Name": "Contacts.Read", @@ -181235,33 +182274,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Permissions": [ { "Name": "Contacts.Read", @@ -181279,19 +182318,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -181309,20 +182349,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Permissions": [ { "Name": "Contacts.Read", @@ -181340,19 +182379,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -181370,20 +182410,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -181401,89 +182441,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderChildFolderCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -181501,34 +182541,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderChildFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserContactFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -181546,20 +182586,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContact", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Permissions": [ { "Name": "Contacts.Read", @@ -181577,19 +182616,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -181607,20 +182647,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserContactFolderContactDelta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -181638,89 +182678,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderContactExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", + "Command": "Get-MgBetaUserContactFolderCount", + "Uri": "/users/{user-id}/contactFolders/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -181738,20 +182778,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/contactFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserContactFolderDelta", + "Uri": "/users/{user-id}/contactFolders/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -181769,48 +182809,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserContactFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Get-MgBetaUserContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserCount", + "Uri": "/users/$count", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -181916,33 +182955,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserCreatedObject", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/createdObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserCreatedObject", + "Uri": "/users/{user-id}/createdObjects", "Permissions": [ { "Name": "User.Read", @@ -181992,46 +183031,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/createdObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserCreatedObjectCount", + "Uri": "/users/{user-id}/createdObjects/$count", "Permissions": [ { "Name": "User.Read", @@ -182081,48 +183121,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserCreatedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserDefaultCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserDefaultCalendarEvent", + "Uri": "/users/{user-id}/calendar/events", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -182148,19 +183187,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserDefaultCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphScheduleInformation", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Get-MgBetaUserDefaultCalendarSchedule", + "Uri": "/users/{user-id}/calendar/getSchedule", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -182186,22 +183228,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaUserDefaultCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Get-MgBetaUserDefaultDrive", "Uri": "/users/{user-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -182251,20 +183291,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserDefaultDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Delta" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserDelta", + "Uri": "/users/delta", "Permissions": [ { "Name": "User.Read.All", @@ -182298,934 +183337,934 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgBetaUserDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceCommand", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/commands", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceCommand", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/commands", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceCommandCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceCommandResponsepayload", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/devices/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDeviceDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/delta", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/memberOf", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOfCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Get-MgBetaUserDeviceUsageRightsCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserDirectReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserDirectReport", + "Uri": "/users/{user-id}/directReports", "Permissions": [ { "Name": "User.Read", @@ -183267,73 +184306,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserDirectReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/orgContact", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/user", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserDirectReportCount", + "Uri": "/users/{user-id}/directReports/$count", "Permissions": [ { "Name": "User.Read", @@ -183375,62 +184415,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserDirectReportCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/orgContact/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/directReports/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserDirectReportCountAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/user/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaUserDrive", + "Uri": "/users/{user-id}/drives", "Permissions": [ { "Name": "Files.Read", @@ -183480,156 +184519,157 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveBundleContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveBundleContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveBundleCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveContentTypeBase", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Get-MgBetaUserDriveCount", + "Uri": "/users/{user-id}/drives/$count", "Permissions": [ { "Name": "Files.Read", @@ -183679,2819 +184719,2819 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserDriveCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveFollowing", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveFollowing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/following", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveFollowingContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveFollowingContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveFollowingCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemAnalyticTime", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemChild", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemChildContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemChildCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveItemDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemPermissionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemThumbnailCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveList", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListColumnCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveListItemDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListOperationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveRootActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootAnalyticTime", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootChild", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootChildContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootChildCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootContentStream", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveRootDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootPermissionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootThumbnailCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveRootVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveSpecial", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveSpecial", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveSpecialContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Get-MgBetaUserDriveSpecialCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserEvent", + "Uri": "/users/{user-id}/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -186509,20 +187549,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserEvent", + "Uri": "/users/{user-id}/events", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -186548,74 +187587,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserEventCount", + "Uri": "/users/{user-id}/events/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -186641,20 +187681,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserEventDelta", + "Uri": "/users/{user-id}/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -186680,349 +187720,348 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserEventInstance", + "Uri": "/users/{user-id}/events/{event-id}/instances", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -187040,74 +188079,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Get-MgBetaUserEventInstanceCount", + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -187125,267 +188165,266 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserEventInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserEventInstanceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Get-MgBetaUserEventInstanceExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/users/{user-id}/followedSites/{site-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Get-MgBetaUserFollowedSite", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/followedSites/{site-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/users/{user-id}/followedSites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaUserFollowedSite", + "Uri": "/users/{user-id}/followedSites", "Permissions": [ { "Name": "Sites.Read.All", @@ -187403,19 +188442,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/users/{user-id}/followedSites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Get-MgBetaUserFollowedSiteCount", + "Uri": "/users/{user-id}/followedSites/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -187433,199 +188473,199 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserFollowedSiteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserInferenceClassification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/bitlocker", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionBitlocker", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/bitlocker", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -187643,20 +188683,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "Uri": "/users/{user-id}/informationProtection/policy/labels", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -187674,19 +188713,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", + "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -187704,226 +188744,225 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemInsights", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserInsightShared", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedInsight", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightShared", + "Uri": "/users/{user-id}/insights/shared", "Permissions": [ { "Name": "Sites.Read.All", @@ -187941,19 +188980,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightShared", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightSharedCount", + "Uri": "/users/{user-id}/insights/shared/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -187971,62 +189011,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightSharedCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserInsightSharedResource", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserInsightTrending", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/trending", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrending", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightTrending", + "Uri": "/users/{user-id}/insights/trending", "Permissions": [ { "Name": "Sites.Read.All", @@ -188044,19 +189083,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightTrending", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/trending/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightTrendingCount", + "Uri": "/users/{user-id}/insights/trending/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -188074,20 +189114,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightTrendingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightTrendingResource", "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -188105,34 +189145,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightTrendingResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserInsightUsed", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/used", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsedInsight", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightUsed", + "Uri": "/users/{user-id}/insights/used", "Permissions": [ { "Name": "Sites.Read.All", @@ -188150,19 +189189,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightUsed", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/used/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightUsedCount", + "Uri": "/users/{user-id}/insights/used/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -188180,20 +189220,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightUsedCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserInsightUsedResource", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Read.All", @@ -188211,47 +189251,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserInsightUsedResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/invitedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserInvitedBy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/invitedBy", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/users/{user-id}/joinedGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Get-MgBetaUserJoinedGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/joinedGroups", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/joinedTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserJoinedTeam", + "Uri": "/users/{user-id}/joinedTeams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -188309,33 +189348,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserJoinedTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserLicenseDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Variants": [ + "List" + ], + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserLicenseDetail", "Uri": "/users/{user-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -188377,19 +189416,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserLicenseDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserLicenseDetailCount", + "Uri": "/users/{user-id}/licenseDetails/$count", "Permissions": [ { "Name": "User.Read", @@ -188431,20 +189471,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserLicenseDetailCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -188478,34 +189518,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/getLoggedOnManagedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserLoggedOnManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/getLoggedOnManagedDevices", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserMailboxSetting", + "Uri": "/users/{user-id}/mailboxSettings", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -188523,20 +189563,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserMailboxSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolder", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -188570,20 +189610,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolder", + "Uri": "/users/{user-id}/mailFolders", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -188617,33 +189656,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -188677,19 +189716,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolderChildFolderCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -188723,308 +189763,308 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderChildFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserMailFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", - "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", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolderCount", + "Uri": "/users/{user-id}/mailFolders/$count", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -189058,20 +190098,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/mailFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserMailFolderDelta", + "Uri": "/users/{user-id}/mailFolders/delta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -189105,20 +190145,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Permissions": [ { "Name": "Mail.Read", @@ -189144,20 +190184,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -189191,60 +190230,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Permissions": [ { "Name": "Mail.Read", @@ -189270,20 +190310,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMailFolderMessageCount", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -189317,20 +190357,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserMailFolderMessageDelta", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -189364,184 +190404,186 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMailFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageMentionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderMessageRuleCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/getMailTips", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMailTips", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Get-MgBetaUserMailTip", + "Uri": "/users/{user-id}/getMailTips", "Permissions": [ { "Name": "Mail.Read", @@ -189559,22 +190601,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaUserMailTip", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/getManagedAppBlockedUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserManagedAppBlockedUser", + "Uri": "/users/getManagedAppBlockedUsers", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -189608,19 +190647,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppBlockedUser", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -189638,20 +190678,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserManagedAppPolicy", "Uri": "/users/{user-id}/getManagedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -189669,609 +190709,609 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserManagedAppPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedAppRegistrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedAppRegistrations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedAppRegistrationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -190289,20 +191329,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -190320,20 +191360,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserManager", "Uri": "/users/{user-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read.All", @@ -190367,20 +191407,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserManager", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserManagerByRef", "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read.All", @@ -190414,20 +191454,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaUserManagerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Get-MgBetaUserMemberGroup", "Uri": "/users/{user-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -190509,22 +191551,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgBetaUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Get-MgBetaUserMemberObject", "Uri": "/users/{user-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -190622,22 +191664,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBetaUserMemberObject", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOf", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -190655,20 +191695,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOf", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOf", + "Uri": "/users/{user-id}/memberOf", "Permissions": [ { "Name": "User.Read", @@ -190702,33 +191741,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -190746,33 +191785,33 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/directoryRole", "Permissions": [ { "Name": "User.Read", @@ -190790,33 +191829,33 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOfAsGroup", + "Uri": "/users/{user-id}/memberOf/group", "Permissions": [ { "Name": "User.Read", @@ -190834,19 +191873,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfAsGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOfCount", + "Uri": "/users/{user-id}/memberOf/$count", "Permissions": [ { "Name": "User.Read", @@ -190880,20 +191920,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -190911,20 +191951,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -190942,20 +191982,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserMemberOfCountAsGroup", "Uri": "/users/{user-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -190973,20 +192013,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserMemberOfCountAsGroup", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMessage", "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Mail.Read", @@ -191012,20 +192052,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMessage", + "Uri": "/users/{user-id}/messages", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -191059,60 +192098,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMessageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Permissions": [ { "Name": "Mail.Read", @@ -191138,20 +192178,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserMessageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Mail", + "Command": "Get-MgBetaUserMessageCount", "Uri": "/users/{user-id}/messages/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -191185,20 +192225,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserMessageDelta", + "Uri": "/users/{user-id}/messages/delta", "Permissions": [ { "Name": "Mail.Read", @@ -191224,102 +192264,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Get-MgBetaUserMessageMentionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -191337,20 +192377,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -191368,19 +192407,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", + "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -191398,157 +192438,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserNotification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/notifications/{notification-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/notifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserNotification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/notifications", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/notifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserNotificationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/notifications/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOauth2PermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/oauth2PermissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserOauth2PermissionGrant", + "Uri": "/users/{user-id}/oauth2PermissionGrants", "Permissions": [ { "Name": "Directory.Read.All", @@ -191566,19 +192605,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserOauth2PermissionGrantCount", + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -191596,20 +192636,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserOauth2PermissionGrantCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteNotebook", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -191651,20 +192691,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -191706,19 +192745,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteNotebookCount", + "Uri": "/users/{user-id}/onenote/notebooks/$count", "Permissions": [ { "Name": "Notes.Create", @@ -191760,20 +192800,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebookCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -191815,76 +192857,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" - }, - { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteNotebookSection", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -191926,19 +192911,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" - }, - { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Permissions": [ { "Name": "Notes.Create", @@ -191980,34 +192965,89 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaUserOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "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 + } + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaUserOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.Read", @@ -192041,20 +193081,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages", "Permissions": [ { "Name": "Notes.Read", @@ -192088,19 +193127,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -192134,20 +193174,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePageContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenotePageCount", "Uri": "/users/{user-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Read", @@ -192181,20 +193221,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenotePageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserOnenoteRecentNotebook", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -192236,34 +193276,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteRecentNotebook", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaUserOnenoteResource", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteResourceContent", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -192297,34 +193337,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteResourceContent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Get-MgBetaUserOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Permissions": [ { "Name": "Notes.Create", @@ -192366,20 +193406,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections", "Permissions": [ { "Name": "Notes.Create", @@ -192421,19 +193460,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSectionCount", + "Uri": "/users/{user-id}/onenote/sections/$count", "Permissions": [ { "Name": "Notes.Create", @@ -192475,20 +193515,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSectionGroup", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -192530,20 +193570,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups", "Permissions": [ { "Name": "Notes.Create", @@ -192585,20 +193625,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSectionGroupCount", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Permissions": [ { "Name": "Notes.Create", @@ -192640,22 +193682,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -192697,19 +193736,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Get-MgBetaUserOnenoteSectionPage", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Read", @@ -192743,19 +193782,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnenoteSectionPage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -192789,20 +193829,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeeting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -192836,19 +193875,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -192890,137 +193930,137 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -193054,20 +194094,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingCount", "Uri": "/users/{user-id}/onlineMeetings/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -193101,20 +194141,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -193148,20 +194188,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingRecording", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -193203,77 +194245,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingRegistration", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -193307,20 +194347,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -193338,61 +194378,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -193418,19 +194457,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -193456,103 +194496,103 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -193602,444 +194642,443 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookMasterCategoryCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-tasks?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-taskfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolderCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskgroup-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-taskgroups?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskgroup-list-taskfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserOwnedDevice", + "Uri": "/users/{user-id}/ownedDevices", "Permissions": [ { "Name": "User.Read", @@ -194081,73 +195120,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/device", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/endpoint", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserOwnedDeviceCount", + "Uri": "/users/{user-id}/ownedDevices/$count", "Permissions": [ { "Name": "User.Read", @@ -194189,62 +195229,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOwnedDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/device/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObject", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserOwnedObject", + "Uri": "/users/{user-id}/ownedObjects", "Permissions": [ { "Name": "User.Read", @@ -194286,114 +195325,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/application", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/group", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/getUserOwnedObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Get-MgBetaUserOwnedObjectByType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0" + "Uri": "/users/getUserOwnedObjects", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserOwnedObjectCount", + "Uri": "/users/{user-id}/ownedObjects/$count", "Permissions": [ { "Name": "User.Read", @@ -194435,62 +195475,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserOwnedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/application/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/group/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", + "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -194516,34 +195556,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "POST", - "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/people/{person-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Get-MgBetaUserPerson", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/people/{person-id}", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/people", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPerson", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserPerson", + "Uri": "/users/{user-id}/people", "Permissions": [ { "Name": "People.Read", @@ -194561,19 +195600,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPerson", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/people/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserPersonCount", + "Uri": "/users/{user-id}/people/$count", "Permissions": [ { "Name": "People.Read", @@ -194591,20 +195631,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaUserPersonCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserPhoto", "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -194646,22 +195688,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/photos", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserPhoto", + "Uri": "/users/{user-id}/photos", "Permissions": [ { "Name": "User.Read", @@ -194703,19 +195742,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", "Permissions": [ { "Name": "User.Read", @@ -194757,22 +195799,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgBetaUserPhotoContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlanner", "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.Read", @@ -194814,49 +195856,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlanner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/all", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerDelta", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaUserPlanner", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/all", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/all/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaUserPlannerAllCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/all/$count", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/planner/all/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserPlannerAllDelta", + "Uri": "/users/{user-id}/planner/all/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -194890,34 +195930,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerAllDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaUserPlannerFavoritePlan", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/favoritePlans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerFavoritePlan", + "Uri": "/users/{user-id}/planner/favoritePlans", "Permissions": [ { "Name": "Tasks.Read", @@ -194943,19 +195982,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerFavoritePlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-favoriteplans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/favoritePlans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerFavoritePlanCount", + "Uri": "/users/{user-id}/planner/favoritePlans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -194981,34 +196021,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerFavoritePlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaUserPlannerMyDayTask", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/myDayTasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerMyDayTask", + "Uri": "/users/{user-id}/planner/myDayTasks", "Permissions": [ { "Name": "Tasks.Read", @@ -195042,19 +196081,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerMyDayTask", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/myDayTasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerMyDayTaskCount", + "Uri": "/users/{user-id}/planner/myDayTasks/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -195088,20 +196128,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerMyDayTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/plans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerPlan", + "Uri": "/users/{user-id}/planner/plans", "Permissions": [ { "Name": "Tasks.Read", @@ -195135,89 +196174,89 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserPlannerPlanBucketDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserPlannerPlanDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/plans/delta", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Get-MgBetaUserPlannerPlanTaskDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaUserPlannerRecentPlan", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/recentPlans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerRecentPlan", + "Uri": "/users/{user-id}/planner/recentPlans", "Permissions": [ { "Name": "Tasks.Read", @@ -195243,19 +196282,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRecentPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-recentplans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/recentPlans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerRecentPlanCount", + "Uri": "/users/{user-id}/planner/recentPlans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -195281,34 +196321,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRecentPlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Get-MgBetaUserPlannerRosterPlan", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/rosterPlans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerRosterPlan", + "Uri": "/users/{user-id}/planner/rosterPlans", "Permissions": [ { "Name": "Tasks.Read", @@ -195342,19 +196381,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRosterPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/rosterPlans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerRosterPlanCount", + "Uri": "/users/{user-id}/planner/rosterPlans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -195388,20 +196428,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerRosterPlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Get-MgBetaUserPlannerTask", + "Uri": "/users/{user-id}/planner/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -195451,19 +196490,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/planner/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserPlannerTaskDelta", + "Uri": "/users/{user-id}/planner/tasks/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -195481,20 +196521,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserPlannerTaskDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Get-MgBetaUserPresence", + "Uri": "/users/{user-id}/presence", "Permissions": [ { "Name": "Presence.Read", @@ -195520,20 +196560,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphProfile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Get-MgBetaUserProfile", "Uri": "/users/{user-id}/profile", - "OutputType": "IMicrosoftGraphProfile", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -195575,20 +196615,74 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserAccountInformation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAccount", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserAccountInformation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAccount", + "Uri": "/users/{user-id}/profile/account", "Permissions": [ { "Name": "User.Read", @@ -195630,20 +196724,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/useraccountinformation-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/account", - "OutputType": "IMicrosoftGraphUserAccountInformation", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAccountCount", + "Uri": "/users/{user-id}/profile/account/$count", "Permissions": [ { "Name": "User.Read", @@ -195685,19 +196779,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-accounts?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/account/$count", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemAddress", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAddress", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "Permissions": [ { "Name": "User.Read", @@ -195739,20 +196834,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAccountCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAddress", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAddress", + "Uri": "/users/{user-id}/profile/addresses", "Permissions": [ { "Name": "User.Read", @@ -195794,20 +196888,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAddress", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/addresses", - "OutputType": "IMicrosoftGraphItemAddress", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAddressCount", + "Uri": "/users/{user-id}/profile/addresses/$count", "Permissions": [ { "Name": "User.Read", @@ -195849,19 +196943,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAddress", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-addresses?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/addresses/$count", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "Permissions": [ { "Name": "User.Read", @@ -195903,20 +196998,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAddressCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAnniversary", + "Uri": "/users/{user-id}/profile/anniversaries", "Permissions": [ { "Name": "User.Read", @@ -195958,20 +197052,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAnniversary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personanniversary-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/anniversaries", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAnniversaryCount", + "Uri": "/users/{user-id}/profile/anniversaries/$count", "Permissions": [ { "Name": "User.Read", @@ -196013,19 +197107,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAnniversary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-anniversaries?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/anniversaries/$count", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonAward", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAward", + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "Permissions": [ { "Name": "User.Read", @@ -196067,20 +197162,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAnniversaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPersonAward", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAward", + "Uri": "/users/{user-id}/profile/awards", "Permissions": [ { "Name": "User.Read", @@ -196122,20 +197216,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/awards", - "OutputType": "IMicrosoftGraphPersonAward", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileAwardCount", + "Uri": "/users/{user-id}/profile/awards/$count", "Permissions": [ { "Name": "User.Read", @@ -196177,19 +197271,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-awards?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/awards/$count", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonCertification", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileCertification", + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "Permissions": [ { "Name": "User.Read", @@ -196231,20 +197326,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileAwardCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPersonCertification", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileCertification", + "Uri": "/users/{user-id}/profile/certifications", "Permissions": [ { "Name": "User.Read", @@ -196286,20 +197380,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileCertification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/certifications", - "OutputType": "IMicrosoftGraphPersonCertification", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileCertificationCount", + "Uri": "/users/{user-id}/profile/certifications/$count", "Permissions": [ { "Name": "User.Read", @@ -196341,19 +197435,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileCertification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-certifications?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/certifications/$count", - "OutputType": null, + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationalActivity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "Permissions": [ { "Name": "User.Read", @@ -196395,20 +197490,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileCertificationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationalActivity", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileEducationalActivity", + "Uri": "/users/{user-id}/profile/educationalActivities", "Permissions": [ { "Name": "User.Read", @@ -196450,20 +197544,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationalactivity-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/educationalActivities", - "OutputType": "IMicrosoftGraphEducationalActivity", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileEducationalActivityCount", + "Uri": "/users/{user-id}/profile/educationalActivities/$count", "Permissions": [ { "Name": "User.Read", @@ -196505,74 +197599,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-educationalactivities?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/educationalActivities/$count", - "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemEmail", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileEducationalActivityCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileEmail", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -196614,20 +197654,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/emails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemEmail", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileEmail", + "Uri": "/users/{user-id}/profile/emails", "Permissions": [ { "Name": "User.Read", @@ -196669,19 +197708,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-emails?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/emails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileEmailCount", + "Uri": "/users/{user-id}/profile/emails/$count", "Permissions": [ { "Name": "User.Read", @@ -196723,20 +197763,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonInterest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileEmailCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileInterest", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -196778,20 +197818,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileInterest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personinterest-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/interests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPersonInterest", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileInterest", + "Uri": "/users/{user-id}/profile/interests", "Permissions": [ { "Name": "User.Read", @@ -196833,19 +197872,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileInterest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-interests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/interests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileInterestCount", + "Uri": "/users/{user-id}/profile/interests/$count", "Permissions": [ { "Name": "User.Read", @@ -196887,20 +197927,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileInterestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileLanguage", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -196942,20 +197982,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/languageproficiency-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/languages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLanguageProficiency", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileLanguage", + "Uri": "/users/{user-id}/profile/languages", "Permissions": [ { "Name": "User.Read", @@ -196997,19 +198036,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-languages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/languages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileLanguageCount", + "Uri": "/users/{user-id}/profile/languages/$count", "Permissions": [ { "Name": "User.Read", @@ -197051,20 +198091,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonName", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileLanguageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileName", "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -197106,20 +198146,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personname-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/names", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPersonName", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileName", + "Uri": "/users/{user-id}/profile/names", "Permissions": [ { "Name": "User.Read", @@ -197161,19 +198200,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-names?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/names/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileNameCount", + "Uri": "/users/{user-id}/profile/names/$count", "Permissions": [ { "Name": "User.Read", @@ -197215,20 +198255,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileNameCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileNote", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -197270,20 +198310,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/notes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPersonAnnotation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileNote", + "Uri": "/users/{user-id}/profile/notes", "Permissions": [ { "Name": "User.Read", @@ -197325,74 +198364,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-notes?view=graph-rest-1.0" + ] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/notes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileNoteCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": "IMicrosoftGraphItemPatent", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileNoteCount", + "Uri": "/users/{user-id}/profile/notes/$count", "Permissions": [ { "Name": "User.Read", @@ -197434,20 +198419,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePatent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/patents", - "OutputType": "IMicrosoftGraphItemPatent", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePatent", + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "Permissions": [ { "Name": "User.Read", @@ -197489,19 +198474,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePatent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-patents?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/patents/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePatent", + "Uri": "/users/{user-id}/profile/patents", "Permissions": [ { "Name": "User.Read", @@ -197543,20 +198528,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePatentCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": "IMicrosoftGraphItemPhone", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePatentCount", + "Uri": "/users/{user-id}/profile/patents/$count", "Permissions": [ { "Name": "User.Read", @@ -197598,20 +198583,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePhone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/phones", - "OutputType": "IMicrosoftGraphItemPhone", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePhone", + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "Permissions": [ { "Name": "User.Read", @@ -197653,19 +198638,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePhone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-phones?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/phones/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePhone", + "Uri": "/users/{user-id}/profile/phones", "Permissions": [ { "Name": "User.Read", @@ -197707,20 +198692,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePhoneCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": "IMicrosoftGraphWorkPosition", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePhoneCount", + "Uri": "/users/{user-id}/profile/phones/$count", "Permissions": [ { "Name": "User.Read", @@ -197762,20 +198747,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePosition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workposition-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/positions", - "OutputType": "IMicrosoftGraphWorkPosition", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePosition", + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "Permissions": [ { "Name": "User.Read", @@ -197817,19 +198802,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePosition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-positions?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/positions/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePosition", + "Uri": "/users/{user-id}/profile/positions", "Permissions": [ { "Name": "User.Read", @@ -197871,20 +198856,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePositionCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": "IMicrosoftGraphProjectParticipation", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePositionCount", + "Uri": "/users/{user-id}/profile/positions/$count", "Permissions": [ { "Name": "User.Read", @@ -197926,20 +198911,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileProject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectparticipation-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/projects", - "OutputType": "IMicrosoftGraphProjectParticipation", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileProject", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "Permissions": [ { "Name": "User.Read", @@ -197981,19 +198966,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileProject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-projects?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/projects/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileProject", + "Uri": "/users/{user-id}/profile/projects", "Permissions": [ { "Name": "User.Read", @@ -198035,20 +199020,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileProjectCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": "IMicrosoftGraphItemPublication", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileProjectCount", + "Uri": "/users/{user-id}/profile/projects/$count", "Permissions": [ { "Name": "User.Read", @@ -198090,20 +199075,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePublication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/publications", - "OutputType": "IMicrosoftGraphItemPublication", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePublication", + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "Permissions": [ { "Name": "User.Read", @@ -198145,19 +199130,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePublication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-publications?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/publications/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePublication", + "Uri": "/users/{user-id}/profile/publications", "Permissions": [ { "Name": "User.Read", @@ -198199,20 +199184,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfilePublicationCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": "IMicrosoftGraphSkillProficiency", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfilePublicationCount", + "Uri": "/users/{user-id}/profile/publications/$count", "Permissions": [ { "Name": "User.Read", @@ -198254,20 +199239,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSkillProficiency", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileSkill", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/skillproficiency-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/skills", - "OutputType": "IMicrosoftGraphSkillProficiency", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileSkill", + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "Permissions": [ { "Name": "User.Read", @@ -198309,19 +199294,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSkillProficiency", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileSkill", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-skills?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/skills/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileSkill", + "Uri": "/users/{user-id}/profile/skills", "Permissions": [ { "Name": "User.Read", @@ -198363,20 +199348,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileSkillCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": "IMicrosoftGraphWebAccount", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileSkillCount", + "Uri": "/users/{user-id}/profile/skills/$count", "Permissions": [ { "Name": "User.Read", @@ -198418,20 +199403,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWebAccount", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webaccount-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/webAccounts", - "OutputType": "IMicrosoftGraphWebAccount", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "Permissions": [ { "Name": "User.Read", @@ -198473,19 +199458,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWebAccount", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-webaccounts?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/webAccounts/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileWebAccount", + "Uri": "/users/{user-id}/profile/webAccounts", "Permissions": [ { "Name": "User.Read", @@ -198527,20 +199512,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebAccountCount", - "ApiReferenceLink": null - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": "IMicrosoftGraphPersonWebsite", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileWebAccountCount", + "Uri": "/users/{user-id}/profile/webAccounts/$count", "Permissions": [ { "Name": "User.Read", @@ -198582,20 +199567,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonWebsite", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebsite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personwebsite-get?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/websites", - "OutputType": "IMicrosoftGraphPersonWebsite", "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileWebsite", + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "Permissions": [ { "Name": "User.Read", @@ -198637,19 +199622,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPersonWebsite", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBetaUserProfileWebsite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-websites?view=graph-rest-1.0" - }, - { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/websites/$count", - "OutputType": null, "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Get-MgBetaUserProfileWebsite", + "Uri": "/users/{user-id}/profile/websites", "Permissions": [ { "Name": "User.Read", @@ -198691,34 +199676,88 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Get-MgBetaUserProfileWebsiteCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/profile/websites/$count", + "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 + } + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserRegisteredDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserRegisteredDevice", + "Uri": "/users/{user-id}/registeredDevices", "Permissions": [ { "Name": "User.Read", @@ -198760,73 +199799,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/device", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/endpoint", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserRegisteredDeviceCount", + "Uri": "/users/{user-id}/registeredDevices/$count", "Permissions": [ { "Name": "User.Read", @@ -198868,62 +199908,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserRegisteredDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/device/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Get-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Permissions": [ { "Name": "Directory.Read.All", @@ -198941,19 +199980,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-scopedrolememberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Get-MgBetaUserScopedRoleMemberOfCount", + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -198971,48 +200011,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserScopedRoleMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurity1", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaUserSecurity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaUserSecurityInformationProtection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -199030,20 +200070,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -199061,20 +200101,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -199092,19 +200131,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -199122,34 +200162,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserSetting", + "Uri": "/users/{user-id}/settings", "Permissions": [ { "Name": "User.Read.All", @@ -199167,20 +200207,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphContactMergeSuggestions", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserSettingContactMergeSuggestion", "Uri": "/users/{user-id}/settings/contactMergeSuggestions", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -199198,20 +200238,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserSettingContactMergeSuggestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactmergesuggestions-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserSettingItemInsight", "Uri": "/users/{user-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphUserInsightsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -199229,34 +200269,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSettingItemInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/regionalandlanguagesettings-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShiftPreferences", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Permissions": [ { "Name": "User.Read.All", @@ -199290,34 +200330,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSettingShiftPreference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserStorage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingStorage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserSettingStorageQuota", + "Uri": "/users/{user-id}/settings/storage/quota", "Permissions": [ { "Name": "Files.Read", @@ -199351,20 +200391,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuota", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserSettingStorageQuotaService", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.Read", @@ -199398,20 +200438,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota/services", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserSettingStorageQuotaService", + "Uri": "/users/{user-id}/settings/storage/quota/services", "Permissions": [ { "Name": "Files.Read", @@ -199445,19 +200484,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-list-services?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota/services/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", + "Uri": "/users/{user-id}/settings/storage/quota/services/$count", "Permissions": [ { "Name": "Files.Read", @@ -199491,116 +200531,115 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingWindows", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssetting-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingWindows", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/usersettings-list-windows?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingWindowsCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssettinginstance-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssetting-list-instances?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSettingWindowsInstanceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserSponsor", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/sponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserSponsor", + "Uri": "/users/{user-id}/sponsors", "Permissions": [ { "Name": "User.Read", @@ -199626,19 +200665,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserSponsor", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/sponsors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserSponsorCount", + "Uri": "/users/{user-id}/sponsors/$count", "Permissions": [ { "Name": "User.Read", @@ -199664,20 +200704,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserSponsorCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaUserTeamwork", "Uri": "/users/{user-id}/teamwork", - "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "beta", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -199695,36 +200735,35 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTeamwork", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -199750,19 +200789,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -199788,20 +200828,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaUserTeamworkInstalledApp", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -199859,6 +200899,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForUser.All", "Description": "Allow the app to manage itself for all users", @@ -199898,21 +200946,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -199970,6 +201025,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForUser.All", "Description": "Allow the app to manage itself for all users", @@ -200009,20 +201072,29 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Get-MgBetaUserTeamworkInstalledAppChat", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -200088,20 +201160,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledAppChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Get-MgBetaUserTeamworkInstalledAppCount", "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -200159,6 +201231,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForUser.All", "Description": "Allow the app to manage itself for all users", @@ -200198,49 +201278,57 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTeamworkInstalledAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -200274,20 +201362,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoList", + "Uri": "/users/{user-id}/todo/lists", "Permissions": [ { "Name": "Tasks.Read", @@ -200321,19 +201408,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoListCount", + "Uri": "/users/{user-id}/todo/lists/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -200367,20 +201455,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoListCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/todo/lists/delta", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserTodoListDelta", + "Uri": "/users/{user-id}/todo/lists/delta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -200406,61 +201494,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoListDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoListExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoListExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoListExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -200494,20 +201582,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -200541,19 +201628,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -200587,20 +201675,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Permissions": [ { "Name": "Tasks.Read", @@ -200634,19 +201721,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Permissions": [ { "Name": "Tasks.Read", @@ -200680,20 +201768,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskAttachmentCount", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.Read", @@ -200727,75 +201815,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskAttachmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -200829,20 +201917,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Permissions": [ { "Name": "Tasks.Read", @@ -200876,19 +201963,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -200922,20 +202010,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskCount", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.Read", @@ -200969,20 +202057,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Get-MgBetaUserTodoTaskDelta", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -201016,61 +202104,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoTaskExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoTaskExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTodoTaskExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -201104,20 +202192,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Permissions": [ { "Name": "Tasks.Read", @@ -201151,19 +202238,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -201197,34 +202285,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTransitiveMemberOf", + "Uri": "/users/{user-id}/transitiveMemberOf", "Permissions": [ { "Name": "User.Read", @@ -201274,100 +202361,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Get-MgBetaUserTransitiveMemberOfCount", + "Uri": "/users/{user-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "User.Read", @@ -201417,2345 +202505,2345 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBetaUserTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveReports", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/transitiveReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Get-MgBetaUserTransitiveReportCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveReports/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventPresenterCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventPresenterSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventPresenterSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventPresenterSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionPresenterCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventTownhall", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventTownhall", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventTownhall", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventTownhall", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallByUserRole", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarByUserRole", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/catalog/entries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/catalog/entries", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/catalog/entries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/catalog/entries/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesPolicyCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/editions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/editions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/resourceConnections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/resourceConnections", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/resourceConnections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/resourceConnections/$count", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatableAssets/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -203789,20 +204877,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses", "Permissions": [ { "Name": "Bookings.Read.All", @@ -203836,19 +204923,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -203882,20 +204970,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -203929,19 +205016,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessAppointmentCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -203975,34 +205063,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessAppointmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgBookingBusinessCalendarView", - "ApiReferenceLink": null + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCalendarView", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204036,19 +205123,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCalendarViewCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204082,20 +205170,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCalendarViewCount", - "ApiReferenceLink": null + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCount", + "Uri": "/solutions/bookingBusinesses/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204129,19 +205216,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCount", - "ApiReferenceLink": null + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -204175,20 +205263,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingCustomerBase", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCustomer", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204222,19 +205309,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCustomerCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204268,20 +205356,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomerCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Get-MgBookingBusinessCustomQuestion", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204315,20 +205403,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCustomQuestion", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204362,19 +205449,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessCustomQuestionCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204408,67 +205496,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessCustomQuestionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0" - }, - { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -204502,19 +205543,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingService", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0" - }, - { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessService", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -204548,20 +205589,69 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgBookingBusinessServiceCount", - "ApiReferenceLink": null + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", + "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 + } + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessStaffAvailability", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204603,22 +205693,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgBookingBusinessStaffAvailability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Get-MgBookingBusinessStaffMember", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -204652,20 +205740,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingStaffMemberBase", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessStaffMember", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -204699,19 +205786,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingBusinessStaffMemberCount", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -204745,20 +205833,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBookingCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgBookingBusinessStaffMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Get-MgBookingCurrency", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204792,20 +205880,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgBookingCurrency", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingCurrencies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBookingCurrency", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingCurrency", + "Uri": "/solutions/bookingCurrencies", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204839,19 +205926,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgBookingCurrency", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingCurrencies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Get-MgBookingCurrencyCount", + "Uri": "/solutions/bookingCurrencies/$count", "Permissions": [ { "Name": "Bookings.Read.All", @@ -204885,19 +205972,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgBookingCurrencyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChat", + "Uri": "/chats/{chat-id}", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -204963,20 +206051,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChat", + "Uri": "/chats", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -205026,19 +206113,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatCount", + "Uri": "/chats/$count", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -205088,19 +206175,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgChatCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -205134,6 +206222,14 @@ "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", @@ -205158,6 +206254,14 @@ "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", @@ -205166,20 +206270,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -205229,6 +206332,14 @@ "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", @@ -205269,6 +206380,14 @@ "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", @@ -205277,19 +206396,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatInstalledAppCount", + "Uri": "/chats/{chat-id}/installedApps/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -205339,6 +206459,14 @@ "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", @@ -205379,6 +206507,14 @@ "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", @@ -205387,62 +206523,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatInstalledAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMember", + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -205572,20 +206708,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMember", + "Uri": "/chats/{chat-id}/members", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -205683,19 +206818,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMemberCount", + "Uri": "/chats/{chat-id}/members/$count", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -205793,20 +206929,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgChatMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgChatMessage", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Chat.Read", @@ -205856,21 +206993,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMessage", + "Uri": "/chats/{chat-id}/messages", "Permissions": [ { "Name": "Chat.Read", @@ -205912,19 +207047,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMessageCount", + "Uri": "/chats/{chat-id}/messages/$count", "Permissions": [ { "Name": "Chat.Read", @@ -205966,20 +207102,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMessageDelta", + "Uri": "/chats/{chat-id}/messages/delta", "Permissions": [ { "Name": "Chat.Read", @@ -206029,20 +207165,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatMessageDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "Chat.Read", @@ -206100,22 +207238,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "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 + } + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatMessageHostedContentCount", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "Permissions": [ { "Name": "Chat.Read", @@ -206173,202 +207379,131 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "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 - } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgChatMessageHostedContentCount", - "ApiReferenceLink": null - }, - { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatPermissionGrant", + "Uri": "/chats/{chat-id}/permissionGrants", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -206402,6 +207537,14 @@ "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", @@ -206434,6 +207577,14 @@ "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", @@ -206450,19 +207601,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChatPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatPermissionGrantCount", + "Uri": "/chats/{chat-id}/permissionGrants/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -206496,6 +207648,14 @@ "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", @@ -206528,6 +207688,14 @@ "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", @@ -206544,36 +207712,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatPermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages", "Permissions": [ { "Name": "Chat.Read", @@ -206615,19 +207782,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatPinnedMessageCount", + "Uri": "/chats/{chat-id}/pinnedMessages/$count", "Permissions": [ { "Name": "Chat.Read", @@ -206669,20 +207837,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgChatPinnedMessageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgChatTab", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -206748,20 +207916,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatTab", + "Uri": "/chats/{chat-id}/tabs", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -206811,19 +207978,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgChatTabCount", + "Uri": "/chats/{chat-id}/tabs/$count", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -206873,34 +208041,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgChatTabCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgChatTabTeamApp", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCall", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCall", + "Uri": "/communications/calls/{call-id}", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -206918,20 +208086,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -206949,20 +208117,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -206980,19 +208147,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", + "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -207010,20 +208178,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallContentSharingSession", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -207057,20 +208225,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentSharingSession", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -207104,19 +208271,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallContentSharingSessionCount", + "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -207150,74 +208318,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallContentSharingSessionCount", - "ApiReferenceLink": null + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallCount", - "ApiReferenceLink": null + "Uri": "/communications/calls/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallOperationCount", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphParticipant", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -207235,20 +208403,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphParticipant", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -207266,19 +208433,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationCallParticipantCount", + "Uri": "/communications/calls/{call-id}/participants/$count", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -207296,118 +208464,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgCommunicationCallParticipantCount", - "ApiReferenceLink": null + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0" + "Uri": "/communications/callRecords/{callRecord-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallRecordCount", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallRecordSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0" + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallRecordSessionCount", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationOnlineMeeting", + "Uri": "/communications/onlineMeetings", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207441,115 +208608,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationOnlineMeetingCount", + "Uri": "/communications/onlineMeetings/$count", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207583,171 +208750,171 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgCommunicationOnlineMeetingCount", - "ApiReferenceLink": null + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationPresence", + "Uri": "/communications/presences", "Permissions": [ { "Name": "Presence.Read", @@ -207773,19 +208940,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgCommunicationPresence", - "ApiReferenceLink": null + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/getPresencesByUserId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationPresenceByUserId", + "Uri": "/communications/getPresencesByUserId", "Permissions": [ { "Name": "Presence.Read.All", @@ -207803,20 +208971,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded" - ], - "Method": "POST", - "Command": "Get-MgCommunicationPresenceByUserId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgCommunicationPresenceCount", + "Uri": "/communications/presences/$count", "Permissions": [ { "Name": "Presence.Read", @@ -207842,32 +209009,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgCommunicationPresenceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Compliance", - "Uri": "/compliance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCompliance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgCompliance", - "ApiReferenceLink": null + "Uri": "/compliance", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContact", + "Uri": "/contacts/{orgContact-id}", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -207893,20 +209061,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContact", + "Uri": "/contacts", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -207932,33 +209099,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/contacts/getByIds", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactCount", + "Uri": "/contacts/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -207984,19 +209151,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactDelta", + "Uri": "/contacts/delta", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208022,33 +209189,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgContactDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactDirectReport", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactDirectReport", + "Uri": "/contacts/{orgContact-id}/directReports", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208082,73 +209249,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgContactDirectReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactDirectReportCount", + "Uri": "/contacts/{orgContact-id}/directReports/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208182,48 +209350,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgContactDirectReportCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactDirectReportCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactDirectReportCountAsUser", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/manager", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactManager", + "Uri": "/contacts/{orgContact-id}/manager", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208257,20 +209425,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgContactManager", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactMemberGroup", "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -208352,22 +209522,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactMemberObject", "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -208465,36 +209635,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgContactMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactMemberOf", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactMemberOf", + "Uri": "/contacts/{orgContact-id}/memberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208528,73 +209695,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgContactMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactMemberOfCount", + "Uri": "/contacts/{orgContact-id}/memberOf/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208628,89 +209796,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgContactMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactTransitiveMemberOf", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208736,73 +209903,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContactTransitiveMemberOfCount", + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -208828,48 +209996,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgContactTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContract", + "Uri": "/contracts/{contract-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -208887,20 +210055,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContract", + "Uri": "/contracts", "Permissions": [ { "Name": "Directory.Read.All", @@ -208918,33 +210085,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContractById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/contracts/getByIds", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContractCount", + "Uri": "/contracts/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -208962,19 +210129,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgContractCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgContractDelta", + "Uri": "/contracts/delta", "Permissions": [ { "Name": "Directory.Read.All", @@ -208992,51 +210159,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgContractDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/contracts/{contract-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgContractMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + "Uri": "/contracts/{contract-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgDataPolicyOperation", + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Permissions": [ { "Name": "User.Export.All", @@ -209054,46 +210222,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDataPolicyOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/dataPolicyOperations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgDataPolicyOperationCount", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDevice", + "Uri": "/devices/{device-id}", "Permissions": [ { "Name": "Device.Read.All", @@ -209127,20 +210295,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDevice", + "Uri": "/devices", "Permissions": [ { "Name": "Device.Read.All", @@ -209174,19 +210341,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagement", + "Uri": "/deviceAppManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209220,19 +210387,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209250,20 +210418,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "Uri": "/deviceAppManagement/androidManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209281,19 +210448,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209327,20 +210495,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209374,19 +210541,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209420,20 +210588,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209467,20 +210635,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209514,19 +210681,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209560,50 +210728,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "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 - } - ], "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", + "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209613,22 +210750,6 @@ "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", @@ -209637,20 +210758,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209684,20 +210805,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209731,19 +210852,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209777,20 +210898,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209824,19 +210945,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209870,20 +210991,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209917,19 +211038,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209963,20 +211084,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -209986,6 +211107,22 @@ "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", @@ -209994,20 +211131,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210025,19 +211162,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-list?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "Uri": "/deviceAppManagement/iosManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210047,22 +211184,6 @@ "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", @@ -210071,20 +211192,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210118,19 +211239,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-list?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210164,20 +211285,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210211,20 +211332,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210258,19 +211379,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210304,20 +211425,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210327,6 +211448,22 @@ "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", @@ -210335,19 +211472,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", + "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210357,22 +211494,6 @@ "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", @@ -210381,20 +211502,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210428,20 +211549,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210475,19 +211596,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "Uri": "/deviceAppManagement/managedAppPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210521,19 +211642,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", - "OutputType": "IMicrosoftGraphManagedAppRegistration", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", + "Uri": "/deviceAppManagement/managedAppPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210567,20 +211688,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations", - "OutputType": "IMicrosoftGraphManagedAppRegistration", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210614,19 +211735,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210660,20 +211781,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210707,19 +211828,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210753,20 +211874,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210800,19 +211921,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210846,20 +211967,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210893,19 +212014,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210939,20 +212060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "OutputType": "IMicrosoftGraphManagedAppOperation", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -210986,20 +212107,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", - "OutputType": "IMicrosoftGraphManagedAppOperation", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211033,19 +212154,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-list?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211079,20 +212200,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211126,19 +212247,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0", + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "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 + } + ] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211172,20 +212340,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211219,19 +212386,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", + "Uri": "/deviceAppManagement/managedAppStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211265,19 +212432,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211295,20 +212463,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBook", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBook", + "Uri": "/deviceAppManagement/managedEBooks", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211326,19 +212493,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211356,20 +212524,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211387,19 +212554,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211417,20 +212585,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookCount", + "Uri": "/deviceAppManagement/managedEBooks/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211448,19 +212615,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211478,20 +212646,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211509,19 +212676,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211539,20 +212707,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211570,20 +212738,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211601,20 +212769,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211632,19 +212799,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211662,20 +212830,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211693,20 +212861,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceInstallState", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211724,19 +212891,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211754,20 +212922,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211785,20 +212953,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211816,19 +212983,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211862,20 +213030,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211909,19 +213076,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211955,20 +213123,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -211986,19 +213153,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212032,20 +213200,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212079,19 +213246,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212125,20 +213293,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212172,20 +213340,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212219,19 +213386,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212265,20 +213433,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileApp", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", - "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212296,20 +213464,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileApp", + "Uri": "/deviceAppManagement/mobileApps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212327,33 +213494,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileapp-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidLobApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidLobApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", + "Uri": "/deviceAppManagement/mobileApps/androidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212371,238 +213538,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidStoreApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", + "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212620,115 +213787,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosLobApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", + "Uri": "/deviceAppManagement/mobileApps/iosLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212746,238 +213913,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosStoreApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosStoreApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", + "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -212995,115 +214162,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosVppApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosVppApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", + "Uri": "/deviceAppManagement/mobileApps/iosVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -213121,115 +214288,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSDmgApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", + "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -213246,239 +214413,239 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false - } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null + } + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSLobApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMacOSLobApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", + "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -213496,238 +214663,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -213745,238 +214912,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedIosLobApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", + "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -213994,238 +215161,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -214243,238 +215410,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -214492,101 +215659,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -214604,20 +215772,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -214635,19 +215802,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -214665,34 +215833,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWin32LobApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWin32LobApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "Uri": "/deviceAppManagement/mobileApps/win32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -214710,238 +215877,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAppX", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAppX", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", + "Uri": "/deviceAppManagement/mobileApps/windowsAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -214959,238 +216126,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMobileMsi", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", + "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215208,238 +216375,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215457,279 +216624,279 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileContainedApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsWebApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsWebApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", + "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215747,101 +216914,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215859,22 +217029,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppCategory", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "Uri": "/deviceAppManagement/mobileAppCategories", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215892,20 +217060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", + "Uri": "/deviceAppManagement/mobileAppCategories/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215923,20 +217091,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215954,20 +217122,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "Uri": "/deviceAppManagement/mobileAppConfigurations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -215985,19 +217152,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216015,20 +217183,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216046,19 +217213,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216076,20 +217244,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216107,19 +217274,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216137,20 +217305,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216168,19 +217335,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216198,20 +217366,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216229,20 +217397,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216260,20 +217428,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216291,19 +217458,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216321,20 +217489,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216352,20 +217520,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCount", + "Uri": "/deviceAppManagement/mobileApps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216383,19 +217550,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216413,19 +217580,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216443,19 +217610,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216473,19 +217640,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216503,19 +217670,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216533,19 +217700,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216563,19 +217730,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216593,19 +217760,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216623,19 +217790,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216653,19 +217820,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216683,19 +217850,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216713,19 +217880,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216743,19 +217910,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216773,19 +217940,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216803,19 +217970,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216833,19 +218000,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216863,50 +218030,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216924,19 +218061,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-list?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -216946,22 +218083,6 @@ "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", @@ -216970,20 +218091,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217017,19 +218138,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217063,20 +218184,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217110,20 +218231,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217157,19 +218278,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217203,20 +218324,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217226,6 +218347,22 @@ "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", @@ -217234,19 +218371,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "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": "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 + } + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217280,20 +218448,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphVppToken", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementVppToken", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -217327,20 +218495,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementVppToken", + "Uri": "/deviceAppManagement/vppTokens", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -217374,19 +218541,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementVppTokenCount", + "Uri": "/deviceAppManagement/vppTokens/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -217420,19 +218587,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementVppTokenCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217466,20 +218680,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-get?view=graph-rest-1.0" - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217513,19 +218727,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217559,20 +218773,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217606,19 +218820,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217652,20 +218866,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null - }, - { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217699,66 +218913,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217792,19 +218959,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217838,20 +219006,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217885,20 +219053,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217932,19 +219099,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -217978,20 +219146,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceByDeviceId", "Uri": "/devices(deviceId='{deviceId}')", - "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Device.Read.All", @@ -218025,34 +219193,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/devices/getByIds", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceCount", + "Uri": "/devices/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -218086,73 +219253,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceDelta", - "ApiReferenceLink": null + "Uri": "/devices/delta", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceExtensionCount", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/$count", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagement", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagement", + "Uri": "/deviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -218234,19 +219401,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-devicemanagement-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218280,19 +219447,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -218310,20 +219478,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuditEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementAuditEvent", + "Uri": "/deviceManagement/auditEvents", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -218341,19 +219508,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -218371,20 +219539,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "Uri": "/deviceManagement/auditEvents/getAuditCategories", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -218402,19 +219569,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEventAuditCategory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementAuditEventCount", "Uri": "/deviceManagement/auditEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -218432,19 +219599,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementAuditEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -218478,20 +219646,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -218525,19 +219692,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", + "Uri": "/deviceManagement/complianceManagementPartners/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -218571,19 +219738,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementConditionalAccessSetting", "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -218617,19 +219784,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -218663,20 +219831,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDetectedApp", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -218710,19 +219877,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/detectedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDetectedAppCount", + "Uri": "/deviceManagement/detectedApps/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -218756,19 +219923,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -218786,20 +219954,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -218817,19 +219984,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -218847,20 +220015,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -218894,20 +220062,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCategory", + "Uri": "/deviceManagement/deviceCategories", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -218941,19 +220108,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCategoryCount", + "Uri": "/deviceManagement/deviceCategories/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -218987,19 +220154,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCategoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219017,20 +220185,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "Uri": "/deviceManagement/deviceCompliancePolicies", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219048,19 +220215,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219078,20 +220246,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219109,19 +220276,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219139,20 +220307,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219170,19 +220337,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219200,20 +220368,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219231,19 +220398,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219261,20 +220429,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219292,19 +220459,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219322,20 +220490,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219353,19 +220520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219383,20 +220551,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219414,20 +220582,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219445,20 +220613,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219476,19 +220643,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219506,20 +220674,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219537,20 +220705,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219568,19 +220735,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219598,20 +220766,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219629,20 +220797,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219660,19 +220827,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219690,19 +220857,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219720,20 +220888,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219751,19 +220918,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219781,20 +220949,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219812,20 +220980,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219843,19 +221010,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219873,20 +221041,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219904,20 +221072,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfiguration", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219935,20 +221103,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "Uri": "/deviceManagement/deviceConfigurations", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219966,19 +221133,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -219996,20 +221164,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220027,19 +221194,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220057,20 +221225,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationCount", + "Uri": "/deviceManagement/deviceConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220088,19 +221255,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220118,20 +221286,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220149,19 +221316,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220179,20 +221347,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220210,19 +221377,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220240,20 +221408,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220271,19 +221438,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220301,20 +221469,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220332,20 +221500,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220363,20 +221531,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220394,20 +221562,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220425,19 +221592,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220455,20 +221623,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -220486,20 +221654,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220533,20 +221701,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220580,19 +221747,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220626,20 +221794,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220673,19 +221840,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220719,20 +221887,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220766,19 +221933,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphRolePermission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Get-MgDeviceManagementEffectivePermission", + "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -220796,20 +221964,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementEffectivePermission", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementExchangeConnector", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220843,20 +222011,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220890,19 +222057,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementExchangeConnectorCount", + "Uri": "/deviceManagement/exchangeConnectors/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220936,19 +222103,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementExchangeConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220966,20 +222134,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -220997,19 +222164,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -221027,19 +222194,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -221057,20 +222225,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "Uri": "/deviceManagement/iosUpdateStatuses", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -221088,19 +222255,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementIoUpdateStatusCount", + "Uri": "/deviceManagement/iosUpdateStatuses/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -221118,19 +222285,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementIoUpdateStatusCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221164,20 +222332,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221211,115 +222378,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-devicecategory-get?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementManagedDeviceCount", + "Uri": "/deviceManagement/managedDevices/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221353,60 +222520,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDeviceOverview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "Uri": "/deviceManagement/managedDeviceOverview", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221440,87 +222607,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddeviceoverview-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-list?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-get?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-get?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-list?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221538,20 +222706,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221569,19 +222736,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221615,20 +222783,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221662,19 +222829,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221708,20 +222876,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -221739,19 +222906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -221785,20 +222953,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -221832,19 +222999,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -221878,50 +223045,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -221939,19 +223076,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "Uri": "/deviceManagement/notificationMessageTemplates", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -221969,19 +223106,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", + "Uri": "/deviceManagement/notificationMessageTemplates/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -221999,20 +223136,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222030,19 +223167,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222060,20 +223197,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222090,37 +223227,21 @@ "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 } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-get?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222154,19 +223275,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-list?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222200,19 +223321,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementPartnerCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementPartnerCount", + "Uri": "/deviceManagement/deviceManagementPartners/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222246,20 +223367,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222293,19 +223414,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0" - }, - { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/remoteAssistancePartners/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "Uri": "/deviceManagement/remoteAssistancePartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -222339,19 +223460,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "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 + } + ] }, { - "Module": "Reports", - "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgDeviceManagementReport", + "Uri": "/deviceManagement/reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222417,19 +223584,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getCachedReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportCachedReport", + "Uri": "/deviceManagement/reports/getCachedReport", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222479,20 +223647,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportCachedReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222542,20 +223710,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222605,20 +223773,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222668,20 +223836,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222731,20 +223899,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222794,20 +223962,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222857,20 +224025,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222920,20 +224088,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -222983,20 +224151,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223046,20 +224214,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223109,20 +224277,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Reports", + "Command": "Get-MgDeviceManagementReportExportJob", "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223172,20 +224340,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementReportExportJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/deviceManagement/reports/exportJobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/exportJobs", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223235,19 +224402,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementReportExportJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/deviceManagement/reports/exportJobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgDeviceManagementReportExportJobCount", + "Uri": "/deviceManagement/reports/exportJobs/$count", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223297,19 +224464,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementReportExportJobCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/reports/getReportFilters", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportFilter", + "Uri": "/deviceManagement/reports/getReportFilters", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223359,20 +224527,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportFilter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportHistoricalReport", "Uri": "/deviceManagement/reports/getHistoricalReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223422,20 +224590,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportHistoricalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223485,20 +224653,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223548,20 +224716,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223611,20 +224779,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223674,20 +224842,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -223737,20 +224905,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphResourceOperation", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementResourceOperation", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -223784,20 +224952,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceOperation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -223831,19 +224998,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementResourceOperationCount", + "Uri": "/deviceManagement/resourceOperations/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -223877,19 +225044,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -223923,20 +225091,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -223970,19 +225137,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleAssignmentCount", + "Uri": "/deviceManagement/roleAssignments/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224016,33 +225183,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224076,20 +225244,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224123,19 +225290,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleDefinitionCount", + "Uri": "/deviceManagement/roleDefinitions/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224169,19 +225336,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224215,20 +225383,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224262,19 +225429,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224308,20 +225476,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -224355,20 +225523,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "Uri": "/deviceManagement/softwareUpdateStatusSummary", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -224386,19 +225553,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224416,20 +225584,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "Uri": "/deviceManagement/telecomExpenseManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224447,19 +225614,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", + "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224477,19 +225644,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditions", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224507,20 +225675,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditions", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndCondition", + "Uri": "/deviceManagement/termsAndConditions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224538,19 +225705,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224568,20 +225736,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224599,19 +225766,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224629,20 +225797,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224660,20 +225828,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224691,20 +225859,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224722,19 +225889,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224752,20 +225920,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementTermAndConditionCount", + "Uri": "/deviceManagement/termsAndConditions/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -224783,19 +225950,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTermAndConditionCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -224813,20 +225981,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "Uri": "/deviceManagement/troubleshootingEvents", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -224844,19 +226011,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementTroubleshootingEventCount", + "Uri": "/deviceManagement/troubleshootingEvents/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -224874,19 +226041,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -224920,20 +226088,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -224967,19 +226134,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225013,20 +226181,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225060,19 +226227,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225106,19 +226273,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "ApiReferenceLink": null + ] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225152,66 +226366,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", - "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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ - "List" + "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225245,19 +226412,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225291,20 +226459,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225338,19 +226505,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225384,19 +226551,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225430,19 +226597,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225476,20 +226644,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225523,19 +226690,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225569,19 +226736,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225615,20 +226783,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225662,19 +226829,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225708,19 +226875,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225754,20 +226922,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225801,19 +226968,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225847,19 +227014,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225893,20 +227061,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225940,19 +227107,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -225986,19 +227153,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226032,106 +227199,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226165,19 +227286,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226211,20 +227332,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226258,20 +227379,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226305,20 +227426,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226352,19 +227473,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226398,20 +227519,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226445,20 +227566,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226492,20 +227613,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226539,20 +227660,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226586,87 +227707,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Permissions": [], - "Variants": [ - "List" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "OutputType": null, "ApiVersion": "v1.0", - "Permissions": [], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "ApiReferenceLink": null - }, - { "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226700,20 +227754,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Variants": [ + "List" ], + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get" + ], + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0", "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226747,19 +227868,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226793,19 +227914,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226839,20 +227960,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226886,19 +228007,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226932,19 +228053,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -226978,20 +228099,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227025,19 +228146,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227071,19 +228192,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227117,20 +228238,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227164,19 +228285,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227210,24 +228331,24 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "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 @@ -227241,35 +228362,35 @@ "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 } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -227303,19 +228424,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -227349,24 +228470,24 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "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 @@ -227380,35 +228501,35 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227442,19 +228563,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227488,19 +228609,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227534,20 +228655,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227581,19 +228702,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227627,65 +228748,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "v1.0", - "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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227719,20 +228794,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null + "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "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 + } + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227766,19 +228887,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227812,19 +228933,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227858,19 +228979,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227904,20 +229025,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227951,19 +229072,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -227997,19 +229118,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -228043,20 +229164,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -228090,19 +229211,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -228136,20 +229257,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -228183,20 +229304,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null - }, - { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -228230,19 +229351,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "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 + } + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -228276,32 +229443,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpoint", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228319,20 +229487,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228350,19 +229517,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228380,19 +229547,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228410,19 +229577,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPc", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228440,20 +229608,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPc", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228471,19 +229638,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228501,19 +229668,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228531,20 +229699,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228562,19 +229729,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228592,19 +229759,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Functions", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228622,19 +229789,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228652,20 +229820,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228683,19 +229850,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228713,19 +229880,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228743,20 +229911,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228774,19 +229941,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228804,19 +229971,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228834,20 +230002,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -228865,142 +230032,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -229018,19 +230185,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -229048,20 +230216,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -229079,60 +230246,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", + "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -229150,19 +230317,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229180,20 +230348,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229211,19 +230378,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229241,19 +230408,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229271,20 +230439,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229302,19 +230469,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229332,19 +230499,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229362,20 +230530,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229393,19 +230560,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229423,19 +230590,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229469,20 +230637,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229516,19 +230683,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", + "Uri": "/deviceManagement/windowsMalwareInformation/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229562,19 +230729,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229608,20 +230776,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229655,19 +230822,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229701,20 +230869,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceMemberGroup", "Uri": "/devices/{device-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -229796,22 +230966,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceMemberObject", "Uri": "/devices/{device-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -229909,36 +231079,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgDeviceMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceMemberOf", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceMemberOf", + "Uri": "/devices/{device-id}/memberOf", "Permissions": [ { "Name": "Device.Read.All", @@ -229972,73 +231139,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceMemberOfCount", + "Uri": "/devices/{device-id}/memberOf/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -230072,48 +231240,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceRegisteredOwner", + "Uri": "/devices/{device-id}/registeredOwners", "Permissions": [ { "Name": "Device.Read.All", @@ -230147,127 +231314,127 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceRegisteredOwnerByRef", + "Uri": "/devices/{device-id}/registeredOwners/$ref", "Permissions": [ { "Name": "Device.Read.All", @@ -230301,19 +231468,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceRegisteredOwnerCount", + "Uri": "/devices/{device-id}/registeredOwners/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -230347,76 +231515,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceRegisteredOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceRegisteredUser", + "Uri": "/devices/{device-id}/registeredUsers", "Permissions": [ { "Name": "Device.Read.All", @@ -230450,127 +231617,127 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceRegisteredUserByRef", + "Uri": "/devices/{device-id}/registeredUsers/$ref", "Permissions": [ { "Name": "Device.Read.All", @@ -230604,19 +231771,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceRegisteredUserCount", + "Uri": "/devices/{device-id}/registeredUsers/$count", "Permissions": [ { "Name": "Device.Read.All", @@ -230650,90 +231818,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceRegisteredUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceRegisteredUserCountAsUser", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceTransitiveMemberOf", + "Uri": "/devices/{device-id}/transitiveMemberOf", "Permissions": [ { "Name": "Directory.Read.All", @@ -230767,73 +231934,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDeviceTransitiveMemberOfCount", + "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -230867,61 +232035,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectory", - "ApiReferenceLink": null + "Uri": "/directory", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -230955,20 +232123,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnit", + "Uri": "/directory/administrativeUnits", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231002,19 +232169,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitCount", + "Uri": "/directory/administrativeUnits/$count", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231048,19 +232215,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/delta", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "Uri": "/directory/administrativeUnits/delta", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231094,60 +232261,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231181,33 +232348,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231241,33 +232408,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231301,33 +232468,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231361,33 +232528,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231421,33 +232588,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231481,33 +232648,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231541,19 +232708,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231587,19 +232754,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231633,20 +232801,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231680,20 +232848,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231727,20 +232895,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231774,20 +232942,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231821,20 +232989,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231868,20 +233036,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -231915,20 +233083,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -231962,20 +233130,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -232009,19 +233176,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -232055,20 +233223,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAttributeSet", "Uri": "/directory/attributeSets/{attributeSet-id}", - "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232086,20 +233254,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/attributeSets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttributeSet", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAttributeSet", + "Uri": "/directory/attributeSets", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232117,19 +233284,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/attributeSets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryAttributeSetCount", + "Uri": "/directory/attributeSets/$count", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232147,19 +233314,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDirectoryAttributeSetCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232177,20 +233345,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "Uri": "/directory/customSecurityAttributeDefinitions", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232208,19 +233375,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAllowedValue", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232238,20 +233406,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAllowedValue", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232269,19 +233436,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232299,20 +233467,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", + "Uri": "/directory/customSecurityAttributeDefinitions/$count", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -232330,359 +233497,360 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/administrativeUnit", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/application", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/device", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsUser", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemAsUser", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/getByIds", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemCountAsApplication", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/application/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemCountAsDevice", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/device/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemCountAsGroup", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/group/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemCountAsUser", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/user/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeletedItemMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0" + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0" + "Uri": "/directory/deviceLocalCredentials", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryDeviceLocalCredentialCount", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -232700,20 +233868,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -232731,19 +233898,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryFederationConfigurationCount", + "Uri": "/directory/federationConfigurations/$count", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -232761,100 +233928,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDirectoryFederationConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Get-MgDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0" + "Uri": "/directoryObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Get-MgDirectoryObject", - "ApiReferenceLink": null + "Uri": "/directoryObjects", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/getAvailableExtensionProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0" + "Uri": "/directoryObjects/getAvailableExtensionProperties", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Get-MgDirectoryObjectById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directoryObjects/getByIds", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Get-MgDirectoryObjectCount", - "ApiReferenceLink": null + "Uri": "/directoryObjects/$count", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Get-MgDirectoryObjectDelta", - "ApiReferenceLink": null + "Uri": "/directoryObjects/delta", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DirectoryObjects", + "Command": "Get-MgDirectoryObjectMemberGroup", + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -232936,22 +234106,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DirectoryObjects", + "Command": "Get-MgDirectoryObjectMemberObject", "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -233049,36 +234219,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgDirectoryObjectMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0" + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryOnPremiseSynchronization", + "Uri": "/directory/onPremisesSynchronization", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -233096,19 +234263,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", + "Uri": "/directory/onPremisesSynchronization/$count", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -233126,19 +234293,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRole", + "Uri": "/directoryRoles/{directoryRole-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233172,20 +234340,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRole", + "Uri": "/directoryRoles", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233219,33 +234386,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directoryRoles/getByIds", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleByRoleTemplateId", + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233279,20 +234447,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleCount", + "Uri": "/directoryRoles/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233326,19 +234493,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleDelta", + "Uri": "/directoryRoles/delta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233372,19 +234539,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleMember", + "Uri": "/directoryRoles/{directoryRole-id}/members", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233418,181 +234585,181 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsUser", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberAsUser", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleMemberByRef", + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233626,19 +234793,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/members/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233672,150 +234840,149 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberCountAsApplication", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberCountAsDevice", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberCountAsGroup", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberCountAsUser", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleScopedMember", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233849,19 +235016,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleScopedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleScopedMemberCount", + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233895,20 +235063,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleScopedMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleTemplate", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233942,20 +235110,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleTemplate", + "Uri": "/directoryRoleTemplates", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -233989,33 +235156,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/getByIds", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleTemplateCount", + "Uri": "/directoryRoleTemplates/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -234049,19 +235216,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDirectoryRoleTemplateDelta", + "Uri": "/directoryRoleTemplates/delta", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -234095,51 +235262,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgDirectoryRoleTemplateDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomain", + "Uri": "/domains/{domain-id}", "Permissions": [ { "Name": "Domain.Read.All", @@ -234165,20 +235333,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomain", + "Uri": "/domains", "Permissions": [ { "Name": "Domain.Read.All", @@ -234204,19 +235371,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainCount", + "Uri": "/domains/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -234242,19 +235409,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgDomainCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainFederationConfiguration", + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Permissions": [ { "Name": "Domain.Read.All", @@ -234272,61 +235440,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDomainFederationConfigurationCount", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDomainNameReference", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/domainNameReferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainNameReference", + "Uri": "/domains/{domain-id}/domainNameReferences", "Permissions": [ { "Name": "Domain.Read.All", @@ -234344,19 +235511,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDomainNameReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainNameReferenceCount", + "Uri": "/domains/{domain-id}/domainNameReferences/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -234374,34 +235542,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDomainNameReferenceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainServiceConfigurationRecord", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Permissions": [ { "Name": "Domain.Read.All", @@ -234419,19 +235586,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainServiceConfigurationRecordCount", + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -234449,34 +235617,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDomainServiceConfigurationRecordCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainVerificationDnsRecord", + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Permissions": [ { "Name": "Domain.Read.All", @@ -234494,19 +235661,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDomainVerificationDnsRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgDomainVerificationDnsRecordCount", + "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "Permissions": [ { "Name": "Domain.Read.All", @@ -234524,20 +235692,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDomainVerificationDnsRecordCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgDrive", "Uri": "/drives/{drive-id}", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -234587,253 +235755,253 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDrive", - "ApiReferenceLink": null + "Uri": "/drives", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveBundleContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveBundleCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/bundles/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveContentTypeBase", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveFollowing", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/following", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveFollowing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/following", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveFollowingContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveFollowingCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/following/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Permissions": [ { "Name": "Files.Read", @@ -234899,49 +236067,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemAnalytic", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Permissions": [ { "Name": "Files.Read", @@ -234991,74 +236159,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItemAnalytic", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Permissions": [ { "Name": "Files.Read", @@ -235108,20 +236276,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgDriveItemAnalyticTime", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -235171,34 +236339,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItemAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemChild", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Permissions": [ { "Name": "Files.Read", @@ -235248,33 +236415,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemChildCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "Permissions": [ { "Name": "Files.Read", @@ -235324,20 +236492,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDriveItemChildCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgDriveItemContent", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -235387,473 +236555,473 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItemContent", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemDelta", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Permissions": [ { "Name": "Files.Read", @@ -235903,20 +237071,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Permissions": [ { "Name": "Files.Read", @@ -235966,19 +237133,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemPermissionCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "Permissions": [ { "Name": "Files.Read", @@ -236028,89 +237196,88 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItemPermissionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemRetentionLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemThumbnail", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Permissions": [ { "Name": "Files.Read", @@ -236160,19 +237327,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDriveItemThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemThumbnailCount", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "Permissions": [ { "Name": "Files.Read", @@ -236222,20 +237390,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDriveItemThumbnailCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgDriveItemVersion", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -236285,20 +237453,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + ] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgDriveItemVersion", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -236348,19 +237515,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Permissions": [ { "Name": "Files.Read", @@ -236410,20 +237578,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgDriveItemVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgDriveItemVersionCount", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -236473,1022 +237641,1040 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgDriveItemVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveList", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListColumnCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/drive", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "ApiVersion": "v1.0", "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Command": "Get-MgDriveListItemDelta", + "Uri": "/drives/{drive-id}/list/items/delta", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListOperationCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/analytics/allTime", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootChild", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootChildCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/children/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgDriveRootDelta", + "Uri": "/drives/{drive-id}/root/delta", "Permissions": [ { "Name": "Files.Read", @@ -237538,630 +238724,628 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgDriveRootDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootPermissionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/permissions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootRetentionLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootThumbnailCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveRootVersionCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveSpecial", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/special", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveSpecial", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgDriveSpecialCount", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClass", + "Uri": "/education/classes/{educationClass-id}", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -238187,20 +239371,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClass", + "Uri": "/education/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -238226,98 +239409,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments", - "OutputType": "IMicrosoftGraphEducationAssignment", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -238383,19 +239488,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -238461,20 +239566,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -238540,20 +239645,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "List", "List1" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -238619,19 +239724,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -238697,22 +239802,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategoryCount", - "ApiReferenceLink": null - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "OutputType": "IMicrosoftGraphEducationCategory", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentCategoryCount", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -238778,22 +239883,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCategoryDelta", - "ApiReferenceLink": null - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -238859,99 +239964,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "v1.0", - "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 - } - ], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "OutputType": "IMicrosoftGraphEducationAssignment", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentCount", + "Uri": "/education/classes/{educationClass-id}/assignments/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239017,34 +240043,99 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "v1.0", - "Permissions": [], + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentGradingCategory", - "ApiReferenceLink": null + "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentDefault", + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "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 + } + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentDelta", + "Uri": "/education/classes/{educationClass-id}/assignments/delta", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239110,20 +240201,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0" + "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239189,19 +240294,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239267,20 +240372,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentResourceCount", - "ApiReferenceLink": null - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239346,20 +240451,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239425,20 +240530,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239504,61 +240609,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSetting", - "ApiReferenceLink": null - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "v1.0", - "Permissions": [], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "v1.0", - "Permissions": [], - "Variants": [ - "List" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", - "ApiReferenceLink": null - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSetting", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239624,20 +240688,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], + "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0" + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0", "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239703,19 +240808,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" - }, - { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239781,34 +240886,112 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassAssignmentSubmissionCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "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 + } + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Permissions": [ { "Name": "EduAssignments.Read", @@ -239842,19 +241025,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "Permissions": [ { "Name": "EduAssignments.Read", @@ -239888,20 +241072,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -239967,20 +241151,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -240046,19 +241229,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -240124,20 +241308,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -240203,20 +241387,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -240282,19 +241465,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -240360,20 +241544,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassCount", + "Uri": "/education/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240399,19 +241582,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassDelta", + "Uri": "/education/classes/delta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240461,19 +241644,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgEducationClassDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassGroup", + "Uri": "/education/classes/{educationClass-id}/group", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240523,47 +241707,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassMember", + "Uri": "/education/classes/{educationClass-id}/members", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240597,19 +241780,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEducationClassMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationClassMemberByRef", "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240643,19 +241826,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassMemberCount", + "Uri": "/education/classes/{educationClass-id}/members/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240689,116 +241873,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassModuleCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/modules/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassModuleResourceCount", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationClassSchool", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassSchool", + "Uri": "/education/classes/{educationClass-id}/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240824,19 +242007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClassSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassSchoolCount", + "Uri": "/education/classes/{educationClass-id}/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240862,20 +242046,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/teachers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassTeacher", + "Uri": "/education/classes/{educationClass-id}/teachers", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240901,19 +242084,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEducationClassTeacher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationClassTeacherByRef", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240939,19 +242122,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationClassTeacherCount", + "Uri": "/education/classes/{educationClass-id}/teachers/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -240977,20 +242161,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationClassTeacherCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/me", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMe", + "Uri": "/education/me", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241016,33 +242199,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationMe", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeAssignment", + "Uri": "/education/me/assignments", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -241108,73 +242291,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentCategoryCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeAssignmentCount", + "Uri": "/education/me/assignments/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -241240,293 +242423,293 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationMeAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentDelta", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/delta", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeClass", - "ApiReferenceLink": null + "Uri": "/education/me/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeClass", + "Uri": "/education/me/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241552,19 +242735,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationMeClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeClassCount", + "Uri": "/education/me/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241590,19 +242773,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationMeClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -241636,20 +242820,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/rubrics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeRubric", + "Uri": "/education/me/rubrics", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -241683,19 +242866,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/rubrics/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeRubricCount", + "Uri": "/education/me/rubrics/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -241729,33 +242912,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationMeRubricCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/me/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeSchool", - "ApiReferenceLink": null + "Uri": "/education/me/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeSchool", + "Uri": "/education/me/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241781,19 +242964,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationMeSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeSchoolCount", + "Uri": "/education/me/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241819,33 +243002,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationMeSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/me/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeTaughtClass", - "ApiReferenceLink": null + "Uri": "/education/me/taughtClasses/{educationClass-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/taughtClasses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeTaughtClass", + "Uri": "/education/me/taughtClasses", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241871,19 +243054,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationMeTaughtClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/taughtClasses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationMeTaughtClassCount", + "Uri": "/education/me/taughtClasses/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241909,19 +243092,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgEducationMeTaughtClassCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationMeUser", "Uri": "/education/me/user", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -241979,71 +243162,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationMeUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/me/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/education/me/user/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationRoot", - "ApiReferenceLink": null + "Uri": "/education", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchool", + "Uri": "/education/schools/{educationSchool-id}", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242069,20 +243253,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchool", + "Uri": "/education/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242108,19 +243291,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchoolAdministrativeUnit", + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242170,20 +243354,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationSchoolAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-administrativeunit?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchoolClass", + "Uri": "/education/schools/{educationSchool-id}/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242209,19 +243392,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEducationSchoolClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationSchoolClassByRef", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242247,19 +243430,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchoolClassCount", + "Uri": "/education/schools/{educationSchool-id}/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242285,20 +243469,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationSchoolClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchoolCount", + "Uri": "/education/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242324,19 +243507,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/schools/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchoolDelta", + "Uri": "/education/schools/delta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242394,19 +243577,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgEducationSchoolDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchoolUser", + "Uri": "/education/schools/{educationSchool-id}/users", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -242424,19 +243607,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEducationSchoolUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationSchoolUserByRef", "Uri": "/education/schools/{educationSchool-id}/users/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -242454,19 +243637,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/users/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationSchoolUserCount", + "Uri": "/education/schools/{educationSchool-id}/users/$count", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -242484,20 +243668,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEducationUser", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgEducationSchoolUserCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Get-MgEducationUser", "Uri": "/education/users/{educationUser-id}", - "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -242523,22 +243709,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUser", + "Uri": "/education/users", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -242556,33 +243739,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -242648,73 +243831,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentCategoryCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentCategoryDelta", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserAssignmentCount", + "Uri": "/education/users/{educationUser-id}/assignments/$count", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -242780,295 +243964,294 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentDelta", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/delta", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserClass", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/classes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserClass", + "Uri": "/education/users/{educationUser-id}/classes", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -243094,19 +244277,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationUserClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/classes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserClassCount", + "Uri": "/education/users/{educationUser-id}/classes/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -243132,20 +244316,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationUserClassCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/users/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserCount", + "Uri": "/education/users/$count", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -243163,19 +244346,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEducationUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserDelta", + "Uri": "/education/users/delta", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -243233,88 +244416,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgEducationUserDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserRubricCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserSchool", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/schools", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserSchool", + "Uri": "/education/users/{educationUser-id}/schools", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -243340,19 +244523,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationUserSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/schools/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserSchoolCount", + "Uri": "/education/users/{educationUser-id}/schools/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -243378,61 +244562,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEducationUserSchoolCount", - "ApiReferenceLink": null + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Get-MgEducationUserTaughtClass", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/taughtClasses", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserTaughtClass", + "Uri": "/education/users/{educationUser-id}/taughtClasses", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -243458,19 +244641,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEducationUserTaughtClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Get-MgEducationUserTaughtClassCount", + "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -243496,20 +244680,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgEducationUserTaughtClassCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackage", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243527,20 +244711,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243558,19 +244741,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243588,33 +244772,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "POST", - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243632,20 +244816,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243663,19 +244846,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243693,61 +244877,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageCount", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243765,19 +244948,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243795,19 +244978,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243825,19 +245008,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243855,19 +245038,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243885,33 +245068,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243929,19 +245112,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignment", + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243959,20 +245143,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignment", + "Uri": "/identityGovernance/entitlementManagement/assignments", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -243990,19 +245173,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Variants": [ + "Access", + "Access1", + "AccessViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244020,21 +245205,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Access", - "Access1", - "AccessViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentAdditional", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentCount", + "Uri": "/identityGovernance/entitlementManagement/assignments/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244052,19 +245235,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244082,22 +245268,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244115,47 +245298,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244173,115 +245356,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244299,20 +245483,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244330,19 +245513,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementAssignmentRequestCount", + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244360,19 +245543,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementAssignmentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244390,20 +245574,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementCatalog", + "Uri": "/identityGovernance/entitlementManagement/catalogs", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244421,33 +245604,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementCatalogCount", + "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244465,116 +245648,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementCatalogCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -244583,31 +245758,31 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -244616,167 +245791,167 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -244785,31 +245960,31 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -244818,166 +245993,175 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectedOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -244995,20 +246179,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConnectedOrganization", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245026,19 +246209,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245056,19 +246239,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245086,19 +246269,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245116,19 +246299,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245146,20 +246330,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245177,19 +246360,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245207,19 +246390,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -245237,61 +246421,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -245300,537 +246475,537 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -245839,31 +247014,31 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -245872,167 +247047,167 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -246041,31 +247216,31 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -246074,1171 +247249,1179 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", + "Permissions": [] }, - { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgEntitlementManagementSetting", + "Uri": "/identityGovernance/entitlementManagement/settings", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -247256,32 +248439,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgEntitlementManagementSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternal", - "ApiReferenceLink": null + "Uri": "/external", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -247307,20 +248491,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgExternalConnection", + "Uri": "/external/connections", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -247346,19 +248529,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgExternalConnectionCount", + "Uri": "/external/connections/$count", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -247384,19 +248567,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgExternalConnectionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgExternalConnectionGroup", + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -247422,88 +248606,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgExternalConnectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/groups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionGroup", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionGroupCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionGroupMember", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionGroupMember", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionGroupMemberCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -247529,102 +248713,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgExternalConnectionItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionItem", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionItemActivityCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionItemActivityPerformedBy", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionItemCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/$count", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgExternalConnectionOperation", + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -247650,47 +248834,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgExternalConnectionOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgExternalConnectionOperationCount", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -247716,20 +248900,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgExternalConnectionSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroup", "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -247771,20 +248955,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroup", + "Uri": "/groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -247826,19 +249009,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupAcceptedSender", "Uri": "/groups/{group-id}/acceptedSenders", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group.Read.All", @@ -247856,19 +249039,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupAcceptedSender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupAcceptedSenderByRef", "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group.Read.All", @@ -247886,19 +249069,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/acceptedSenders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupAcceptedSenderCount", + "Uri": "/groups/{group-id}/acceptedSenders/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -247916,72 +249100,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupAcceptedSenderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgGroupAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "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": "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": "AppRoleAssignment.ReadWrite.All", - "Description": "Manage app permission grants and app role assignments", - "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0" - }, - { - "Module": "Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgGroupAppRoleAssignment", + "Uri": "/groups/{group-id}/appRoleAssignments", "Permissions": [ { "Name": "Directory.Read.All", @@ -248007,34 +249152,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgGroupAppRoleAssignmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "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": "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": "AppRoleAssignment.ReadWrite.All", + "Description": "Manage app permission grants and app role assignments", + "FullDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Groups", - "Uri": "/groups/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/groups/getByIds", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupByUniqueName", + "Uri": "/groups(uniqueName='{uniqueName}')", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -248076,34 +249260,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/calendar", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -248137,20 +249321,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupCalendarEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events", "Permissions": [ { "Name": "Group.Read.All", @@ -248168,19 +249351,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupCalendarEventDelta", + "Uri": "/groups/{group-id}/calendar/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -248206,90 +249390,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupCalendarPermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/getSchedule", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/calendarView", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/calendarView", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversation", + "Uri": "/groups/{group-id}/conversations/{conversation-id}", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248323,20 +249507,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversation", + "Uri": "/groups/{group-id}/conversations", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248370,19 +249553,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversationCount", + "Uri": "/groups/{group-id}/conversations/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248416,20 +249600,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgGroupConversationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248463,20 +249647,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupConversationThread", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248510,19 +249693,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversationThreadCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248556,20 +249740,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgGroupConversationThreadCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupConversationThreadPost", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248603,22 +249789,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPost", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPost", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248652,33 +249835,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversationThreadPostAttachment", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248712,19 +249895,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupConversationThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248758,20 +249942,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostAttachmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupConversationThreadPostCount", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -248805,143 +249989,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupConversationThreadPostCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupCount", + "Uri": "/groups/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -248983,33 +250166,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/createdOnBehalfOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupCreatedOnBehalfOf", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/createdOnBehalfOf", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgGroupDefaultDrive", + "Uri": "/groups/{group-id}/drive", "Permissions": [ { "Name": "Files.Read", @@ -249059,20 +250243,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupDefaultDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupDelta", + "Uri": "/groups/delta", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -249114,33 +250297,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgGroupDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgGroupDrive", + "Uri": "/groups/{group-id}/drives", "Permissions": [ { "Name": "Files.Read", @@ -249190,129 +250373,130 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveBundleContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveBundleCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveContentTypeBase", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgGroupDriveCount", + "Uri": "/groups/{group-id}/drives/$count", "Permissions": [ { "Name": "Files.Read", @@ -249362,2595 +250546,2611 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupDriveCount", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveFollowing", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveFollowing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveFollowingContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveFollowingCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveItemDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveItemListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemPermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemRetentionLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemThumbnailCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "v1.0", - "Permissions": [], + "Module": "Groups", + "Command": "Get-MgGroupDriveListItemDelta", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveRootActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveRootDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupDriveRootListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootPermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootRetentionLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootThumbnailCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveRootVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveSpecial", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveSpecial", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgGroupDriveSpecialCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -251984,20 +253184,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgGroupEvent", + "Uri": "/groups/{group-id}/events", "Permissions": [ { "Name": "Group.Read.All", @@ -252015,74 +253214,75 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgGroupEventCount", + "Uri": "/groups/{group-id}/events/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -252100,20 +253300,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupEventDelta", + "Uri": "/groups/{group-id}/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -252139,75 +253339,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstance", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgGroupEventInstance", + "Uri": "/groups/{group-id}/events/{event-id}/instances", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -252225,74 +253424,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstanceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstanceCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgGroupEventInstanceCount", + "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -252310,102 +253510,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupEventInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgGroupEventInstanceExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -252423,22 +253625,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupLifecyclePolicy", + "Uri": "/groupLifecyclePolicies", "Permissions": [ { "Name": "Directory.Read.All", @@ -252456,19 +253655,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupLifecyclePolicyByGroup", "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Directory.Read.All", @@ -252486,19 +253685,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicyByGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupLifecyclePolicyCount", + "Uri": "/groupLifecyclePolicies/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -252516,19 +253715,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgGroupLifecyclePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupMember", + "Uri": "/groups/{group-id}/members", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -252570,181 +253769,181 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupMemberByRef", + "Uri": "/groups/{group-id}/members/$ref", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -252786,19 +253985,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupMemberCount", + "Uri": "/groups/{group-id}/members/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -252840,104 +254040,106 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/application/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/device/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/group/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/orgContact/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/members/user/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupMemberGroup", + "Uri": "/groups/{group-id}/getMemberGroups", "Permissions": [ { "Name": "Application.Read.All", @@ -253019,22 +254221,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupMemberObject", "Uri": "/groups/{group-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -253132,36 +254334,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgGroupMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberOf", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupMemberOf", + "Uri": "/groups/{group-id}/memberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -253195,73 +254394,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupMemberOfCount", + "Uri": "/groups/{group-id}/memberOf/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -253295,335 +254495,335 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Permissions": [ { "Name": "Notes.Create", @@ -253665,20 +254865,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -253720,19 +254919,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteNotebookCount", + "Uri": "/groups/{group-id}/onenote/notebooks/$count", "Permissions": [ { "Name": "Notes.Create", @@ -253774,20 +254974,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebookCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -253829,22 +255031,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteNotebookSection", + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -253886,19 +255085,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -253940,19 +255139,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteOperation", + "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "Permissions": [ { "Name": "Notes.Create", @@ -253994,34 +255194,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgGroupOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.Read", @@ -254055,20 +255255,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenotePage", + "Uri": "/groups/{group-id}/onenote/pages", "Permissions": [ { "Name": "Notes.Read", @@ -254102,33 +255301,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgGroupOnenotePageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenotePageCount", + "Uri": "/groups/{group-id}/onenote/pages/$count", "Permissions": [ { "Name": "Notes.Read", @@ -254162,20 +255362,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgGroupOnenotePageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupOnenoteRecentNotebook", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -254217,34 +255417,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteRecentNotebook", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgGroupOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteResourceContent", + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -254278,89 +255478,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteResourceContent", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgGroupOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" - }, - { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Permissions": [ { "Name": "Notes.Create", @@ -254402,19 +255547,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" - }, - { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sections/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteSection", + "Uri": "/groups/{group-id}/onenote/sections", "Permissions": [ { "Name": "Notes.Create", @@ -254456,20 +255601,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionCount", - "ApiReferenceLink": null - }, - { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteSectionCount", + "Uri": "/groups/{group-id}/onenote/sections/$count", "Permissions": [ { "Name": "Notes.Create", @@ -254511,20 +255656,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" - }, - { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Permissions": [ { "Name": "Notes.Create", @@ -254566,20 +255711,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List", "List1" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" - }, - { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Permissions": [ { "Name": "Notes.Create", @@ -254621,22 +255766,76 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgGroupOnenoteSectionGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "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 + } + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -254678,19 +255877,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgGroupOnenoteSectionPage", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Read", @@ -254724,19 +255923,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupOwner", "Uri": "/groups/{group-id}/owners", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -254778,181 +255977,181 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupOwnerByRef", + "Uri": "/groups/{group-id}/owners/$ref", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -254994,19 +256193,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupOwnerCount", + "Uri": "/groups/{group-id}/owners/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -255048,118 +256248,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/application/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/device/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/group/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/orgContact/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/owners/user/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupPermissionGrant", + "Uri": "/groups/{group-id}/permissionGrants", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -255193,19 +256392,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupPermissionGrantCount", + "Uri": "/groups/{group-id}/permissionGrants/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -255239,20 +256439,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgGroupPermissionGrantCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupPhoto", "Uri": "/groups/{group-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -255278,22 +256480,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgGroupPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/photos", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupPhoto", + "Uri": "/groups/{group-id}/photos", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -255319,19 +256518,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupPhoto", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -255357,50 +256559,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgGroupPhotoContent", - "ApiReferenceLink": null + ] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Get-MgGroupPlanner", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Get-MgGroupPlannerPlan", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgGroupPlannerPlan", + "Uri": "/groups/{group-id}/planner/plans", "Permissions": [ { "Name": "Tasks.Read", @@ -255450,32 +256649,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Get-MgGroupPlannerPlanBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgGroupPlannerPlanCount", + "Uri": "/groups/{group-id}/planner/plans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -255525,47 +256725,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupPlannerPlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Get-MgGroupPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Get-MgGroupPlannerPlanTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/rejectedSenders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupRejectedSender", + "Uri": "/groups/{group-id}/rejectedSenders", "Permissions": [ { "Name": "Group.Read.All", @@ -255583,19 +256782,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgGroupRejectedSender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupRejectedSenderByRef", "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group.Read.All", @@ -255613,19 +256812,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/rejectedSenders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupRejectedSenderCount", + "Uri": "/groups/{group-id}/rejectedSenders/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -255643,20 +256843,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroupSetting", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgGroupRejectedSenderCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupSetting", "Uri": "/groups/{group-id}/settings/{groupSetting-id}", - "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Directory.Read.All", @@ -255690,22 +256892,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgGroupSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroupSetting", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupSetting", + "Uri": "/groups/{group-id}/settings", "Permissions": [ { "Name": "Directory.Read.All", @@ -255739,20 +256939,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgGroupSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/settings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupSettingCount", + "Uri": "/groups/{group-id}/settings/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -255786,35 +256987,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupSettingCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSettingTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/groupSettingTemplates/getByIds", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupSettingTemplateCount", + "Uri": "/groupSettingTemplates/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -255832,19 +257031,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupSettingTemplateDelta", + "Uri": "/groupSettingTemplates/delta", "Permissions": [ { "Name": "Directory.Read.All", @@ -255862,19 +257061,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -255892,20 +257092,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "Uri": "/groupSettingTemplates", "Permissions": [ { "Name": "Directory.Read.All", @@ -255923,3698 +257122,3706 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSettingTemplateMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteApplicableContentTypeForList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteByPath", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeBase", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteContentTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteDefaultDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteDelta", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/delta", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteDriveCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteExternalColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPath", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathExternalColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/items", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteItemCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSiteListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "v1.0", - "Permissions": [], + "Module": "Groups", + "Command": "Get-MgGroupSiteListItemDelta", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenotePageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenotePageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenotePageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenotePageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionPageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageCountAsSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSitePermissionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259625,32 +260832,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259661,16 +260868,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259681,32 +260888,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259717,16 +260924,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259737,16 +260944,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259757,16 +260964,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259777,16 +260984,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -259797,484 +261004,484 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260285,32 +261492,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260321,16 +261528,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260341,32 +261548,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260377,16 +261584,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260397,16 +261604,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260417,16 +261624,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260437,16 +261644,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260457,78 +261664,78 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetChildSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260539,32 +261746,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260575,16 +261782,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260595,32 +261802,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260631,16 +261838,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260651,16 +261858,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260671,16 +261878,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260691,16 +261898,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -260711,2486 +261918,2495 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "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", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSiteTermStoreSetTermSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSubSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgGroupSubSiteCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelTabCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/group", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamIncomingChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/incomingChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamIncomingChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/incomingChannels", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamIncomingChannelCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamInstalledAppCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/installedApps/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/members/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamOperationCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/permissionGrants", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPermissionGrantCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPhoto", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/photo", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPhotoContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/photo/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelTabCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleOpenShiftCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleShiftCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOffCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamTagCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/tags/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamTagMemberCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/template", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgGroupTeamTemplate", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/template", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263224,20 +264440,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupThread", + "Uri": "/groups/{group-id}/threads", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263271,19 +264486,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupThreadCount", + "Uri": "/groups/{group-id}/threads/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263317,20 +264533,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgGroupThreadCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupThreadPost", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", - "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263364,22 +264582,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgGroupThreadPost", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPost", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupThreadPost", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263413,33 +264628,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupThreadPostAttachment", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263473,19 +264688,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupThreadPostAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupThreadPostAttachmentCount", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263519,20 +264735,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgGroupThreadPostAttachmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Get-MgGroupThreadPostCount", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -263566,157 +264782,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupThreadPostCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupTransitiveMember", + "Uri": "/groups/{group-id}/transitiveMembers", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -263758,181 +264973,182 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupTransitiveMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/application", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/device", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/user", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupTransitiveMemberCount", + "Uri": "/groups/{group-id}/transitiveMembers/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -263974,118 +265190,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberCountAsApplication", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberCountAsDevice", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberCountAsUser", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupTransitiveMemberOf", + "Uri": "/groups/{group-id}/transitiveMemberOf", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264119,73 +265334,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Get-MgGroupTransitiveMemberOfCount", + "Uri": "/groups/{group-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -264219,88 +265435,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgGroupTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/apiConnectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/apiConnectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityApiConnectorCount", - "ApiReferenceLink": null + "Uri": "/identity/apiConnectors/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264318,20 +265534,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlow", + "Uri": "/identity/b2xUserFlows", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264349,33 +265564,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowCount", + "Uri": "/identity/b2xUserFlows/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264393,76 +265608,77 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProvider", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264480,20 +265696,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264511,19 +265726,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264541,20 +265757,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264572,20 +265788,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264603,19 +265818,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264633,20 +265849,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264664,20 +265880,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264695,20 +265911,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264726,19 +265941,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264756,20 +265972,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264787,76 +266003,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264874,20 +266090,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264905,19 +266120,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264935,20 +266151,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -264966,48 +266182,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -265025,19 +266240,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -265055,139 +266270,140 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNamedLocation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/namedLocations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/namedLocations/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/policies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/policies", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/policies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessPolicyCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/policies/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/templates", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/templates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgIdentityConditionalAccessTemplateCount", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/templates/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265205,20 +266421,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "Uri": "/identityGovernance/accessReviews/definitions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265236,19 +266451,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", + "Uri": "/identityGovernance/accessReviews/definitions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265262,23 +266477,24 @@ "Name": "AccessReview.ReadWrite.All", "Description": "Manage all access reviews", "FullDescription": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", - "ApiReferenceLink": null + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265296,20 +266512,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265327,33 +266542,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265371,19 +266586,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265401,20 +266617,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265432,20 +266648,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265463,20 +266679,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265494,19 +266709,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265524,61 +266740,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265596,20 +266812,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265627,19 +266842,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265657,20 +266873,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265688,20 +266904,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265719,19 +266934,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -265749,128 +266965,128 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -265888,20 +267104,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppConsentRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -265919,19 +267134,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", + "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -265949,19 +267164,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConsentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -265979,20 +267195,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserConsentRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -266010,74 +267225,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0" + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -266095,20 +267311,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266126,20 +267342,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266157,19 +267372,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266187,74 +267402,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266272,20 +267488,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266303,19 +267518,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266333,142 +267548,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedItemContainer", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266486,20 +267702,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266517,19 +267732,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266547,223 +267762,223 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266781,19 +267996,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266811,75 +268027,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266897,20 +268113,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266928,19 +268143,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -266958,34 +268174,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267003,19 +268218,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267033,89 +268249,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267133,20 +268349,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267164,19 +268379,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267194,89 +268410,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267294,19 +268509,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267324,33 +268539,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267368,19 +268583,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267398,20 +268614,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267429,20 +268645,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267460,19 +268675,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267490,33 +268705,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267534,19 +268749,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267564,103 +268780,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267678,19 +268893,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267708,62 +268924,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267781,19 +268996,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267811,89 +269027,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267911,20 +269127,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267942,19 +269157,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -267972,184 +269187,184 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268167,19 +269382,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268197,89 +269413,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268297,19 +269512,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268327,20 +269543,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268358,19 +269573,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268388,130 +269604,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268529,20 +269745,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268560,19 +269775,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -268590,1126 +269806,1432 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], - "Variants": [ - "Get", - "GetViaIdentity" - ], + "ApiReferenceLink": null, "Method": "GET", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0" - }, - { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityProvider", + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -269727,20 +271249,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/identityProviders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityProvider", + "Uri": "/identity/identityProviders", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -269758,19 +271279,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/identityProviders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityProviderCount", + "Uri": "/identity/identityProviders/$count", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -269788,19 +271309,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityProviderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -269818,20 +271340,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityUserFlowAttribute", + "Uri": "/identity/userFlowAttributes", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -269849,19 +271370,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/userFlowAttributes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgIdentityUserFlowAttributeCount", + "Uri": "/identity/userFlowAttributes/$count", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -269879,45 +271400,46 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgIdentityUserFlowAttributeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInformationProtection", - "ApiReferenceLink": null + "Uri": "/informationProtection", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/bitlocker", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlocker", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInformationProtectionBitlocker", - "ApiReferenceLink": null + "Uri": "/informationProtection/bitlocker", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -269935,20 +271457,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/bitlocker/recoveryKeys", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "Uri": "/informationProtection/bitlocker/recoveryKeys", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -269966,19 +271487,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", + "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -269996,19 +271517,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -270026,20 +271548,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "Uri": "/informationProtection/threatAssessmentRequests", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -270057,19 +271578,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", + "Uri": "/informationProtection/threatAssessmentRequests/$count", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -270087,182 +271608,183 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitation", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitation", - "ApiReferenceLink": null + "Uri": "/invitations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitationCount", - "ApiReferenceLink": null + "Uri": "/invitations/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitationInvitedUserSponsor", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUserSponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitationInvitedUserSponsor", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUserSponsors", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgInvitationInvitedUserSponsorCount", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Permissions": [ { "Name": "Directory.Read.All", @@ -270288,20 +271810,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants", "Permissions": [ { "Name": "Directory.Read.All", @@ -270327,19 +271848,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgOauth2PermissionGrantCount", + "Uri": "/oauth2PermissionGrants/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -270365,19 +271886,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/oauth2PermissionGrants/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgOauth2PermissionGrantDelta", + "Uri": "/oauth2PermissionGrants/delta", "Permissions": [ { "Name": "Directory.Read.All", @@ -270403,19 +271924,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgOauth2PermissionGrantDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganization", + "Uri": "/organization/{organization-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -270449,20 +271971,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphOrganization", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganization", + "Uri": "/organization", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -270536,19 +272057,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBranding", + "Uri": "/organization/{organization-id}/branding", "Permissions": [ { "Name": "User.Read", @@ -270590,90 +272112,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgOrganizationBranding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationBrandingBackgroundImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationBrandingBannerLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationBrandingCustomCss", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/customCSS", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationBrandingFavicon", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/favicon", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationBrandingHeaderLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/headerLogo", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Permissions": [ { "Name": "User.Read", @@ -270715,20 +272237,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", "Permissions": [ { "Name": "User.Read", @@ -270770,19 +272291,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -270800,20 +272322,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -270831,20 +272353,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationCount", "Uri": "/organization/{organization-id}/branding/localizations/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read", @@ -270886,20 +272408,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -270917,20 +272439,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationFavicon", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -270948,20 +272470,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -270979,20 +272501,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -271010,20 +272532,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -271041,62 +272563,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationBrandingSquareLogo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/squareLogo", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/organization/getByIds", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "Permissions": [ { "Name": "Organization.Read.All", @@ -271114,20 +272636,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Permissions": [ { "Name": "Organization.Read.All", @@ -271145,19 +272666,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "Permissions": [ { "Name": "Organization.Read.All", @@ -271175,20 +272697,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgOrganizationCount", + "Uri": "/organization/$count", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -271262,239 +272783,240 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgOrganizationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationExtensionCount", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/getMemberGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/getMemberGroups", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/getMemberObjects", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgOrganizationMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/getMemberObjects", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/room", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceAsRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/room", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/room", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceAsRoom", - "ApiReferenceLink": null + "Uri": "/places/room", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/roomList", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceAsRoomList", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/roomList", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoomList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceAsRoomList", - "ApiReferenceLink": null + "Uri": "/places/roomList", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/roomList/rooms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceAsRoomListRoomCount", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceCount", - "ApiReferenceLink": null + "Uri": "/places/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/room/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceCountAsRoom", - "ApiReferenceLink": null + "Uri": "/places/room/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/roomList/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgPlaceCountAsRoomList", - "ApiReferenceLink": null + "Uri": "/places/roomList/$count", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Get-MgPlanner", - "ApiReferenceLink": null + "Uri": "/planner", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -271544,20 +273066,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/buckets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerBucket", + "Uri": "/planner/buckets", "Permissions": [ { "Name": "Tasks.Read", @@ -271607,19 +273128,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/buckets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerBucketCount", + "Uri": "/planner/buckets/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -271669,19 +273190,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPlannerBucketCount", - "ApiReferenceLink": null + ] }, { - "Module": "Planner", - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerBucketTask", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -271731,19 +273252,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPlannerBucketTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -271793,20 +273315,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/plans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerPlan", + "Uri": "/planner/plans", "Permissions": [ { "Name": "Tasks.Read", @@ -271856,19 +273377,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucket", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Get-MgPlannerPlanBucket", "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "OutputType": "IMicrosoftGraphPlannerBucket", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -271918,19 +273439,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPlannerPlanBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/plans/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerPlanCount", + "Uri": "/planner/plans/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -271980,19 +273501,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPlannerPlanCount", - "ApiReferenceLink": null + ] }, { - "Module": "Planner", - "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerPlanDetail", + "Uri": "/planner/plans/{plannerPlan-id}/details", "Permissions": [ { "Name": "Tasks.Read", @@ -272042,20 +273564,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerPlanTask", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -272105,19 +273626,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPlannerPlanTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -272167,20 +273689,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerTask", + "Uri": "/planner/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -272230,19 +273751,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Permissions": [ { "Name": "Tasks.Read", @@ -272292,20 +273814,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -272355,20 +273877,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerTaskCount", + "Uri": "/planner/tasks/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -272418,19 +273939,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPlannerTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Planner", - "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgPlannerTaskDetail", + "Uri": "/planner/tasks/{plannerTask-id}/details", "Permissions": [ { "Name": "Tasks.Read", @@ -272480,20 +274002,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPlannerTaskDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -272543,20 +274065,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -272573,21 +274095,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "Uri": "/policies/activityBasedTimeoutPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -272604,61 +274133,69 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", - "ApiReferenceLink": null + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", + "Uri": "/policies/activityBasedTimeoutPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -272675,20 +274212,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAdminConsentRequestPolicy", "Uri": "/policies/adminConsentRequestPolicy", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -272722,19 +274267,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -272751,21 +274297,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAppManagementPolicy", + "Uri": "/policies/appManagementPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -272782,34 +274335,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "Permissions": [ { "Name": "Application.Read.All", @@ -272827,6 +274388,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Policy.Read.All", "Description": "Read your organization's policies", @@ -272835,19 +274404,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -272865,6 +274435,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Policy.Read.All", "Description": "Read your organization's policies", @@ -272873,20 +274451,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAppManagementPolicyCount", + "Uri": "/policies/appManagementPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -272903,20 +274480,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgPolicyAppManagementPolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAuthenticationFlowPolicy", "Uri": "/policies/authenticationFlowsPolicy", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -272934,72 +274519,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0" + "Uri": "/policies/authenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -273025,20 +274611,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -273064,60 +274649,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", + "Uri": "/policies/authenticationStrengthPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -273143,19 +274728,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyAuthorizationPolicy", "Uri": "/policies/authorizationPolicy", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -273173,19 +274758,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyAuthorizationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -273202,21 +274788,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyClaimMappingPolicy", + "Uri": "/policies/claimsMappingPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -273233,34 +274826,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -273278,6 +274879,14 @@ "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", @@ -273294,19 +274903,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -273324,6 +274934,14 @@ "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", @@ -273340,20 +274958,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyClaimMappingPolicyCount", + "Uri": "/policies/claimsMappingPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -273370,33 +274987,41 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyClaimMappingPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/conditionalAccessPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyConditionalAccessPolicyCount", - "ApiReferenceLink": null + "Uri": "/policies/conditionalAccessPolicies/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "Uri": "/policies/crossTenantAccessPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -273414,19 +275039,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", "Uri": "/policies/crossTenantAccessPolicy/default", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -273444,19 +275069,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "Permissions": [ { "Name": "Policy.Read.All", @@ -273474,20 +275100,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "Uri": "/policies/crossTenantAccessPolicy/partners", "Permissions": [ { "Name": "Policy.Read.All", @@ -273505,19 +275130,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", + "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -273535,19 +275160,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "Permissions": [ { "Name": "Policy.Read.All", @@ -273565,20 +275191,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "Uri": "/policies/defaultAppManagementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -273595,20 +275220,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyDeviceRegistrationPolicy", "Uri": "/policies/deviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -273634,99 +275267,100 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyDeviceRegistrationPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyFeatureRolloutPolicyCount", - "ApiReferenceLink": null + "Uri": "/policies/featureRolloutPolicies/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -273743,21 +275377,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "Uri": "/policies/homeRealmDiscoveryPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -273774,34 +275415,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -273819,6 +275468,14 @@ "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", @@ -273835,19 +275492,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -273865,6 +275523,14 @@ "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", @@ -273881,20 +275547,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", + "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -273911,33 +275576,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0" + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -273955,20 +275629,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyPermissionGrantPolicy", + "Uri": "/policies/permissionGrantPolicies", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -273986,19 +275659,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyPermissionGrantPolicyCount", + "Uri": "/policies/permissionGrantPolicies/$count", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -274016,33 +275689,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -274060,19 +275733,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -274090,34 +275764,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -274135,19 +275808,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -274165,20 +275839,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicy", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274220,20 +275894,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicy", + "Uri": "/policies/roleManagementPolicies", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274275,19 +275948,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274329,20 +276003,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "Uri": "/policies/roleManagementPolicyAssignments", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274384,19 +276057,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", + "Uri": "/policies/roleManagementPolicyAssignments/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274438,33 +276111,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyCount", + "Uri": "/policies/roleManagementPolicies/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274506,33 +276179,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274574,19 +276247,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274628,20 +276302,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyRule", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274683,20 +276357,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274738,19 +276411,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -274792,20 +276466,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenIssuancePolicy", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -274822,21 +276496,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenIssuancePolicy", + "Uri": "/policies/tokenIssuancePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -274853,34 +276534,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -274898,6 +276587,14 @@ "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", @@ -274914,19 +276611,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -274944,6 +276642,14 @@ "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", @@ -274960,20 +276666,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenIssuancePolicyCount", + "Uri": "/policies/tokenIssuancePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -274990,20 +276695,29 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenIssuancePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -275020,21 +276734,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenLifetimePolicy", + "Uri": "/policies/tokenLifetimePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -275051,34 +276772,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "Permissions": [ { "Name": "Policy.Read.All", @@ -275096,6 +276825,14 @@ "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", @@ -275112,19 +276849,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -275142,6 +276880,14 @@ "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", @@ -275158,20 +276904,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgPolicyTokenLifetimePolicyCount", + "Uri": "/policies/tokenLifetimePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -275188,33 +276933,42 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPolicyTokenLifetimePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrint", - "ApiReferenceLink": null + "Uri": "/print", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintConnector", + "Uri": "/print/connectors/{printConnector-id}", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -275232,20 +276986,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/connectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintConnector", + "Uri": "/print/connectors", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -275263,19 +277016,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/connectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintConnectorCount", + "Uri": "/print/connectors/$count", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -275293,19 +277046,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPrintConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintOperation", + "Uri": "/print/operations/{printOperation-id}", "Permissions": [ { "Name": "Printer.Create", @@ -275331,46 +277085,46 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintOperationCount", - "ApiReferenceLink": null + "Uri": "/print/operations/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinter", + "Uri": "/print/printers/{printer-id}", "Permissions": [ { "Name": "Printer.Read.All", @@ -275420,20 +277174,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinter", + "Uri": "/print/printers", "Permissions": [ { "Name": "Printer.Read.All", @@ -275459,33 +277212,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterConnector", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/connectors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterConnector", + "Uri": "/print/printers/{printer-id}/connectors", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -275503,19 +277256,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/connectors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterConnectorCount", + "Uri": "/print/printers/{printer-id}/connectors/$count", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -275533,20 +277287,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterConnectorCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterCount", + "Uri": "/print/printers/$count", "Permissions": [ { "Name": "Printer.Read.All", @@ -275572,19 +277325,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -275650,20 +277404,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterJob", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -275729,19 +277482,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterJob", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterJobCount", + "Uri": "/print/printers/{printer-id}/jobs/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -275807,20 +277561,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintDocument", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPrintPrinterJobCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterJobDocument", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrintJob.Read", @@ -275854,33 +277608,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterJobDocument", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterJobDocumentContent", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "Permissions": [ { "Name": "PrintJob.Read", @@ -275914,103 +277668,103 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterJobDocumentContent", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterJobDocumentCount", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterJobTaskCount", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterJobTaskDefinition", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterJobTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterShare", + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -276036,20 +277790,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterShare", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/shares", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterShare", + "Uri": "/print/printers/{printer-id}/shares", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -276075,19 +277828,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/shares/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterShareCount", + "Uri": "/print/printers/{printer-id}/shares/$count", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -276113,20 +277867,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPrintPrinterShareCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterTaskTrigger", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Printer.Read.All", @@ -276152,20 +277906,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers", "Permissions": [ { "Name": "Printer.Read.All", @@ -276191,19 +277944,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintPrinterTaskTriggerCount", + "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "Permissions": [ { "Name": "Printer.Read.All", @@ -276229,34 +277983,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintPrinterTaskTriggerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintPrinterTaskTriggerDefinition", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintService", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintService", + "Uri": "/print/services/{printService-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -276426,20 +278180,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintService", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintService", + "Uri": "/print/services", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -276609,19 +278362,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintServiceCount", + "Uri": "/print/services/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -276791,19 +278544,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPrintServiceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -276973,20 +278727,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintServiceEndpoint", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintServiceEndpoint", + "Uri": "/print/services/{printService-id}/endpoints", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -277156,19 +278909,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintServiceEndpoint", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintServiceEndpointCount", + "Uri": "/print/services/{printService-id}/endpoints/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -277338,20 +279092,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPrinterShare", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgPrintServiceEndpointCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShare", "Uri": "/print/shares/{printerShare-id}", - "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -277377,20 +279131,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShare", + "Uri": "/print/shares", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -277416,19 +279169,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareAllowedGroup", "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -277446,19 +279199,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareAllowedGroupByRef", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -277476,19 +279229,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareAllowedGroupCount", + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -277506,47 +279260,46 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintShareAllowedGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareAllowedUser", + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -277564,19 +279317,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareAllowedUserByRef", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -277594,19 +279347,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareAllowedUserCount", + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -277624,61 +279378,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintShareAllowedUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareCount", + "Uri": "/print/shares/$count", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -277704,19 +279457,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPrintShareCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -277782,20 +279536,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintShareJob", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -277861,19 +279614,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrintShareJob", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintShareJobCount", + "Uri": "/print/shares/{printerShare-id}/jobs/$count", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -277939,144 +279693,144 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintShareJobCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobDocumentCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobTaskCount", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobTaskDefinition", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintShareJobTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/printer", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Get-MgPrintSharePrinter", + "Uri": "/print/shares/{printerShare-id}/printer", "Permissions": [ { "Name": "Printer.Read.All", @@ -278102,117 +279856,117 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrintSharePrinter", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintTaskDefinitionCount", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintTaskDefinitionTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintTaskDefinitionTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintTaskDefinitionTaskCount", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Get-MgPrintTaskDefinitionTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Compliance", + "Command": "Get-MgPrivacySubjectRightsRequest", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -278230,20 +279984,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Compliance", + "Command": "Get-MgPrivacySubjectRightsRequest", + "Uri": "/privacy/subjectRightsRequests", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -278261,183 +280014,183 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Compliance", + "Command": "Get-MgPrivacySubjectRightsRequestCount", + "Uri": "/privacy/subjectRightsRequests/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -278455,33 +280208,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Compliance", + "Command": "Get-MgPrivacySubjectRightsRequestNote", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -278499,19 +280252,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + ] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Compliance", + "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -278529,47 +280283,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Get-MgPrivacySubjectRightsRequestTeam", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -278587,20 +280341,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -278618,19 +280371,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Reports", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", + "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -278648,1635 +280401,1636 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", - "ApiReferenceLink": null + ] }, { - "Module": "Reports", - "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDailyPrintUsageByPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/dailyPrintUsageByPrinter", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDailyPrintUsageByPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByPrinter", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDailyPrintUsageByPrinterCount", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDailyPrintUsageByUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/dailyPrintUsageByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDailyPrintUsageByUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0" + "Uri": "/reports/dailyPrintUsageByUser", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/dailyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDailyPrintUsageByUserCount", - "ApiReferenceLink": null + "Uri": "/reports/dailyPrintUsageByUser/$count", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/deviceConfigurationDeviceActivity", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Device" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDeviceConfigurationDeviceActivity", - "ApiReferenceLink": null + "Uri": "/reports/deviceConfigurationDeviceActivity", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/deviceConfigurationUserActivity", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Device" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportDeviceConfigurationUserActivity", - "ApiReferenceLink": null + "Uri": "/reports/deviceConfigurationUserActivity", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportEmailActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportEmailActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportEmailActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportEmailAppUsageAppUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportEmailAppUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportEmailAppUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportEmailAppUsageVersionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportGroupArchivedPrintJob", - "ApiReferenceLink": null + "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportM365AppPlatformUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportM365AppUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getM365AppUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportM365AppUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getM365AppUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMailboxUsageDetail", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMailboxUsageMailboxCount", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMailboxUsageStorage", - "ApiReferenceLink": null + "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", - "ApiReferenceLink": null + "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", - "ApiReferenceLink": null + "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/monthlyPrintUsageByPrinter", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0" + "Uri": "/reports/monthlyPrintUsageByPrinter", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/monthlyPrintUsageByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrintUsageByUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMonthlyPrintUsageByUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0" + "Uri": "/reports/monthlyPrintUsageByUser", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/monthlyPrintUsageByUser/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportMonthlyPrintUsageByUserCount", - "ApiReferenceLink": null + "Uri": "/reports/monthlyPrintUsageByUser/$count", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365ActivationCounts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365ActivationCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActivationCounts", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365ActivationsUserCounts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365ActivationUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActivationsUserCounts", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365ActivationsUserDetail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365ActivationUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActivationsUserDetail", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365ActiveUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365ActiveUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365GroupActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365GroupActivityDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365GroupActivityFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365GroupActivityGroupCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365GroupActivityStorage", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOffice365ServiceUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOneDriveActivityFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOneDriveActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOneDriveActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOneDriveUsageAccountCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOneDriveUsageAccountDetail", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOneDriveUsageFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportOneDriveUsageStorage", - "ApiReferenceLink": null + "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartners", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartner", - "ApiReferenceLink": null + "Uri": "/reports/partners", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBilling", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBilling", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingManifest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0" + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/manifests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingManifestCount", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests/$count", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0" + "Uri": "/reports/partners/billing/operations/{operation-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingOperationCount", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations/$count", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation/billed", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingUsage", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/billed", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/unbilled", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportPrinterArchivedPrintJob", - "ApiReferenceLink": null + "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportRelyingPartyDetailedSummary", - "ApiReferenceLink": null + "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/security", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSecurity", - "ApiReferenceLink": null + "Uri": "/reports/security", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", - "ApiReferenceLink": null + "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": null + "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", - "ApiReferenceLink": null + "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointActivityFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointActivityPage", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointSiteUsageDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointSiteUsageFileCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointSiteUsagePage", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointSiteUsageSiteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSharePointSiteUsageStorage", - "ApiReferenceLink": null + "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamActivityDetail", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamActivityDistributionCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamDeviceUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamDeviceUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamUserActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamUserActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportTeamUserActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphArchivedPrintJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportUserArchivedPrintJob", - "ApiReferenceLink": null + "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerActivityUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerActivityUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerDeviceUsageUserCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerDeviceUsageUserDetail", - "ApiReferenceLink": null + "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerGroupActivityCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerGroupActivityDetail", - "ApiReferenceLink": null + "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Get-MgReportYammerGroupActivityGroupCount", - "ApiReferenceLink": null + "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0" + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0" + "Uri": "/identityProtection/riskDetections", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskDetections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgRiskDetectionCount", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -280294,20 +282048,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyServicePrincipal", + "Uri": "/identityProtection/riskyServicePrincipals", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -280325,19 +282078,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyServicePrincipalCount", + "Uri": "/identityProtection/riskyServicePrincipals/$count", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -280355,33 +282108,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipalCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyServicePrincipalHistory", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -280399,19 +282152,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyServicePrincipalHistoryCount", + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -280429,60 +282183,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRiskyServicePrincipalHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyUsers", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgRiskyUserCount", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -280500,20 +282254,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRiskyUserHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyUserHistory", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -280531,19 +282284,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRiskyUserHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgRiskyUserHistoryCount", + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -280561,20 +282315,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRiskyUserHistoryCount", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/roleManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRoleManagement", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Get-MgRoleManagement", + "Uri": "/roleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -280608,32 +282361,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectory", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280659,20 +282413,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "Uri": "/roleManagement/directory/resourceNamespaces", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280698,19 +282451,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", + "Uri": "/roleManagement/directory/resourceNamespaces/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280736,19 +282489,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280774,20 +282528,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280813,19 +282566,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280851,20 +282605,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280906,20 +282660,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "Uri": "/roleManagement/directory/roleAssignments", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -280961,33 +282714,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", + "Uri": "/roleManagement/directory/roleAssignments/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -281029,61 +282782,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281125,20 +282879,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281180,47 +282933,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281262,33 +283015,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281330,20 +283084,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281385,47 +283138,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281467,75 +283220,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281577,20 +283331,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281632,47 +283385,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -281714,89 +283467,90 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -281838,20 +283592,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -281893,19 +283646,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", + "Uri": "/roleManagement/directory/roleDefinitions/$count", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -281947,60 +283700,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282042,20 +283796,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282097,33 +283850,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282165,33 +283918,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282233,20 +283987,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282288,33 +284041,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282356,75 +284109,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282466,20 +284220,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282521,33 +284274,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -282589,183 +284342,184 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -282823,20 +284577,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -282894,33 +284647,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -282978,405 +284731,406 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -283482,20 +285236,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -283601,19 +285354,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -283719,362 +285472,363 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "Permissions": [] }, { - "Module": "SchemaExtensions", - "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "SchemaExtensions", + "Command": "Get-MgSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Permissions": [ { "Name": "User.Read", @@ -284092,20 +285846,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0" + ] }, { - "Module": "SchemaExtensions", - "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "SchemaExtensions", + "Command": "Get-MgSchemaExtension", + "Uri": "/schemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -284123,19 +285876,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0" + ] }, { - "Module": "SchemaExtensions", - "Uri": "/schemaExtensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "SchemaExtensions", + "Command": "Get-MgSchemaExtensionCount", + "Uri": "/schemaExtensions/$count", "Permissions": [ { "Name": "User.Read", @@ -284153,19 +285906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSchemaExtensionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Search", - "Uri": "/search/acronyms/{acronym-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchAcronym", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchAcronym", + "Uri": "/search/acronyms/{acronym-id}", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284183,20 +285937,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/search/acronyms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchAcronym", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchAcronym", + "Uri": "/search/acronyms", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284214,19 +285967,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/search/acronyms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchAcronymCount", + "Uri": "/search/acronyms/$count", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284244,19 +285997,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSearchAcronymCount", - "ApiReferenceLink": null + ] }, { - "Module": "Search", - "Uri": "/search/bookmarks/{bookmark-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchBookmark", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchBookmark", + "Uri": "/search/bookmarks/{bookmark-id}", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284274,20 +286028,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/search/bookmarks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchBookmark", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchBookmark", + "Uri": "/search/bookmarks", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284300,24 +286053,24 @@ { "Name": "SearchConfiguration.ReadWrite.All", "Description": "Read and write your organization's search configuration", - "FullDescription": "Allows the app to read and write search configurations, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0" + "FullDescription": "Allows the app to read and write search configurations, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Search", - "Uri": "/search/bookmarks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchBookmarkCount", + "Uri": "/search/bookmarks/$count", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284335,32 +286088,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSearchBookmarkCount", - "ApiReferenceLink": null + ] }, { - "Module": "Search", - "Uri": "/search", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchEntity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Get-MgSearchEntity", - "ApiReferenceLink": null + "Uri": "/search", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchQna", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchQna", + "Uri": "/search/qnas/{qna-id}", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284378,20 +286132,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/search/qnas", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSearchQna", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchQna", + "Uri": "/search/qnas", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284409,19 +286162,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/search/qnas/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Get-MgSearchQnaCount", + "Uri": "/search/qnas/$count", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -284439,19 +286192,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSearchQnaCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityAlert", + "Uri": "/security/alerts/{alert-id}", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -284469,20 +286223,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityAlert", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/alerts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityAlert", + "Uri": "/security/alerts", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -284500,19 +286253,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityAlert", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/alerts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityAlertCount", + "Uri": "/security/alerts/$count", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -284530,19 +286283,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecurityAlertCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityAlertV2", + "Uri": "/security/alerts_v2/{alert-id}", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -284560,20 +286314,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityAlertV2", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/alerts_v2", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityAlertV2", + "Uri": "/security/alerts_v2", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -284591,19 +286344,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityAlertV2", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/alerts_v2/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get1" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityAlertV2Count", + "Uri": "/security/alerts_v2/$count", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -284621,523 +286374,524 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get1" - ], - "Method": "GET", - "Command": "Get-MgSecurityAlertV2Count", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulationAutomations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationAutomationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulations/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/endUserNotifications", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/landingPages", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLandingPageCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/loginPages", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/loginPages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationLoginPageCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationOperationCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/payloads", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/payloads/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationPayloadCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/trainings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationTrainingCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCase", - "ApiReferenceLink": null + "Uri": "/security/cases", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285155,20 +286909,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285186,19 +286939,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", + "Uri": "/security/cases/ediscoveryCases/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285216,19 +286969,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285246,20 +287000,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285277,19 +287030,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285307,20 +287061,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285338,34 +287092,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285383,19 +287136,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285413,48 +287167,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285472,19 +287225,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285502,75 +287256,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityUserSource", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285588,19 +287341,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285618,20 +287372,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285649,75 +287403,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285735,19 +287488,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285765,20 +287519,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285796,20 +287550,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285827,19 +287580,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285857,20 +287611,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285888,20 +287642,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285919,19 +287672,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285949,20 +287703,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -285980,20 +287734,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -286011,74 +287764,75 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -286096,61 +287850,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -286168,61 +287922,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -286240,20 +287994,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -286271,20 +288025,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -286302,60 +288055,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -286373,34 +288127,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIncident", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityIncident", + "Uri": "/security/incidents/{incident-id}", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -286418,20 +288172,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/incidents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIncident", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityIncident", + "Uri": "/security/incidents", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -286449,74 +288202,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityIncidentAlert", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}/alerts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityIncidentAlert", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityIncidentAlertCommentCount", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}/alerts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityIncidentAlertCount", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/incidents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityIncidentCount", + "Uri": "/security/incidents/$count", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -286534,287 +288287,288 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecurityIncidentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/labels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabel", - "ApiReferenceLink": null + "Uri": "/security/labels", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/authorities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0" + "Uri": "/security/labels/authorities", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/authorities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelAuthorityCount", - "ApiReferenceLink": null + "Uri": "/security/labels/authorities/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0" + "Uri": "/security/labels/categories", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCategoryCount", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCategorySubcategoryCount", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/citations/{citationTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/citations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0" + "Uri": "/security/labels/citations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/citations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelCitationCount", - "ApiReferenceLink": null + "Uri": "/security/labels/citations/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelDepartment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/departments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelDepartment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0" + "Uri": "/security/labels/departments", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/departments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelDepartmentCount", - "ApiReferenceLink": null + "Uri": "/security/labels/departments/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0" + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0" + "Uri": "/security/labels/filePlanReferences", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/filePlanReferences/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelFilePlanReferenceCount", - "ApiReferenceLink": null + "Uri": "/security/labels/filePlanReferences/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionEventType", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -286832,20 +288586,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -286863,19 +288616,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityLabelRetentionLabelCount", + "Uri": "/security/labels/retentionLabels/$count", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -286893,144 +288646,145 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecurityLabelRetentionLabelCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySecureScore", + "Uri": "/security/secureScores/{secureScore-id}", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -287048,20 +288802,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecuritySecureScore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/secureScores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySecureScore", + "Uri": "/security/secureScores", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -287079,19 +288832,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecuritySecureScore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -287109,20 +288863,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySecureScoreControlProfile", + "Uri": "/security/secureScoreControlProfiles", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -287140,19 +288893,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/secureScoreControlProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySecureScoreControlProfileCount", + "Uri": "/security/secureScoreControlProfiles/$count", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -287170,19 +288923,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get" ], - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreControlProfileCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Get-MgSecuritySecureScoreCount", "Uri": "/security/secureScores/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -287200,19 +288953,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecuritySecureScoreCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -287230,20 +288984,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySubjectRightsRequest", + "Uri": "/security/subjectRightsRequests", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -287261,183 +289014,183 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySubjectRightsRequestCount", + "Uri": "/security/subjectRightsRequests/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -287455,19 +289208,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -287485,48 +289239,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAuthoredNote", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -287544,19 +289297,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -287574,629 +289328,620 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecuritySubjectRightsRequestTeam", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligence", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/articles", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceArticleCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articleIndicators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostComponents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostCookies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -288205,794 +289950,803 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelProfiles", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/sslCertificates", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/subdomains/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/whoisRecords", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0" + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityTrigger", - "ApiReferenceLink": null + "Uri": "/security/triggers", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -289010,20 +290764,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityTriggerRetentionEvent", + "Uri": "/security/triggers/retentionEvents", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -289041,19 +290794,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/triggers/retentionEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityTriggerRetentionEventCount", + "Uri": "/security/triggers/retentionEvents/$count", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -289071,19 +290824,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityTriggerRetentionEventType", + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -289101,33 +290855,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityTriggerRetentionEventType", - "ApiReferenceLink": null + ] }, { - "Module": "Security", - "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Get-MgSecurityTriggerType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -289145,20 +290899,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "Uri": "/security/triggerTypes/retentionEventTypes", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -289176,19 +290929,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", + "Uri": "/security/triggerTypes/retentionEventTypes/$count", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -289206,249 +290959,250 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementHealthOverviewCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementIssue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementIssue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/issues", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementIssueCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/$count", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Get-MgServiceAnnouncementMessageCount", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Permissions": [ { "Name": "Application.Read.All", @@ -289490,20 +291244,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipal", + "Uri": "/servicePrincipals", "Permissions": [ { "Name": "Application.Read.All", @@ -289545,74 +291298,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalAppManagementPolicyCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Permissions": [ { "Name": "Application.Read.All", @@ -289654,19 +291407,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -289708,34 +291462,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Permissions": [ { "Name": "Application.Read.All", @@ -289777,19 +291530,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -289831,20 +291585,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgServicePrincipalByAppId", "Uri": "/servicePrincipals(appId='{appId}')", - "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -289886,34 +291640,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/servicePrincipals/getByIds", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Variants": [ + "List" + ], + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgServicePrincipalClaimMappingPolicy", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "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": "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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -289931,6 +291738,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -289947,19 +291762,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -289978,47 +291794,9 @@ "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 - } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0" - }, - { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", - "OutputType": null, - "ApiVersion": "v1.0", - "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.", + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -290039,20 +291817,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalCount", + "Uri": "/servicePrincipals/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -290094,33 +291871,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalCreatedObject", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalCreatedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -290162,46 +291939,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObject", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalCreatedObjectCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -290243,48 +292021,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalCreatedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Permissions": [ { "Name": "Application.Read.All", @@ -290310,19 +292087,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -290348,20 +292126,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalDelta", + "Uri": "/servicePrincipals/delta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -290403,60 +292180,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalEndpointCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -290474,6 +292251,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -290490,19 +292275,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -290520,6 +292305,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -290536,19 +292329,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -290566,6 +292360,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -290582,20 +292384,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgServicePrincipalMemberGroup", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -290677,22 +292481,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgServicePrincipalMemberObject", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -290790,36 +292594,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgServicePrincipalMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOf", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Permissions": [ { "Name": "Application.Read.All", @@ -290861,100 +292662,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalMemberOfCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -290996,76 +292798,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Permissions": [ { "Name": "Directory.Read.All", @@ -291091,19 +292892,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -291129,34 +292931,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObject", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalOwnedObject", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -291198,154 +292999,155 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObject", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalOwnedObjectCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -291387,90 +293189,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalOwner", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "Permissions": [ { "Name": "Application.Read.All", @@ -291512,127 +293313,127 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalOwner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerAsUser", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalOwnerByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Permissions": [ { "Name": "Application.Read.All", @@ -291674,19 +293475,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalOwnerCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -291728,185 +293530,187 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalOwnerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalOwnerCountAsUser", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgServicePrincipalRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0" + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgServicePrincipalRiskDetection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0" + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgServicePrincipalRiskDetectionCount", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronization", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -291921,25 +293725,23 @@ "Description": "Read and write all Azure AD synchronization data. ", "FullDescription": "Allows the application to configure the Azure AD synchronization service, without a signed-in user.", "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgServicePrincipalSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0" + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -291965,20 +293767,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292004,47 +293805,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationJobCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292070,20 +293872,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -292125,75 +293927,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationSecretCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292219,20 +294021,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292258,19 +294059,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292296,20 +294098,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -292335,116 +294137,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Permissions": [ { "Name": "Policy.Read.All", @@ -292462,6 +294263,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -292478,19 +294287,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "Permissions": [ { "Name": "Policy.Read.All", @@ -292508,6 +294318,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -292524,34 +294342,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Permissions": [ { "Name": "Application.Read.All", @@ -292585,100 +294402,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "Application.Read.All", @@ -292712,185 +294530,185 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareContentTypeBase", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareCount", - "ApiReferenceLink": null + "Uri": "/shares/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareCreatedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgShareDriveItem", + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "Permissions": [ { "Name": "Files.ReadWrite", @@ -292916,20 +294734,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgShareDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgShareDriveItemContent", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -292979,559 +294797,550 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgShareDriveItemContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItemCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareList", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListColumnCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListDrive", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -293542,389 +295351,414 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "ApiVersion": "v1.0", "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Command": "Get-MgShareListItemDelta", + "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListItemVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListOperationCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgSharePermission", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/permission", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareRoot", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareRootContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSharedDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "Uri": "/shares/{sharedDriveItem-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -293950,47 +295784,47 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/shares", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/site", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgShareSite", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/site", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSite", + "Uri": "/sites/{site-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -294008,20 +295842,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSite", + "Uri": "/sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -294039,35 +295872,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteActivityByInterval", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteAnalytic", + "Uri": "/sites/{site-id}/analytics", "Permissions": [ { "Name": "Files.Read", @@ -294117,130 +295951,130 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteAnalytic", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteAnalyticLastSevenDay", + "Uri": "/sites/{site-id}/analytics/lastSevenDays", "Permissions": [ { "Name": "Files.Read", @@ -294290,20 +296124,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSiteAnalyticLastSevenDay", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSiteAnalyticTime", "Uri": "/sites/{site-id}/analytics/allTime", - "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -294353,20 +296187,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSiteAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSiteApplicableContentTypeForList", "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Read.All", @@ -294400,34 +296234,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteApplicableContentTypeForList", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteByPath", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -294461,20 +296295,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteColumn", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteColumn", + "Uri": "/sites/{site-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -294508,19 +296341,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteColumnCount", + "Uri": "/sites/{site-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -294554,34 +296388,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -294615,20 +296449,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteContentType", + "Uri": "/sites/{site-id}/contentTypes", "Permissions": [ { "Name": "Sites.Read.All", @@ -294662,81 +296495,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeBase", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -294770,20 +296604,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteContentTypeColumn", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -294817,19 +296650,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteContentTypeColumnCount", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -294863,116 +296697,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteContentTypeColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Permissions": [ { "Name": "Sites.Manage.All", @@ -294990,20 +296824,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSiteContentTypeCount", "Uri": "/sites/{site-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Read.All", @@ -295037,20 +296871,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteContentTypeCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteCount", + "Uri": "/sites/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -295068,19 +296901,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get1" - ], - "Method": "GET", - "Command": "Get-MgSiteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteDefaultDrive", + "Uri": "/sites/{site-id}/drive", "Permissions": [ { "Name": "Files.Read", @@ -295130,20 +296964,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteDefaultDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteDelta", + "Uri": "/sites/delta", "Permissions": [ { "Name": "Sites.Read.All", @@ -295161,33 +296994,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgSiteDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteDrive", + "Uri": "/sites/{site-id}/drives", "Permissions": [ { "Name": "Files.Read", @@ -295237,19 +297070,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteDrive", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteDriveCount", + "Uri": "/sites/{site-id}/drives/$count", "Permissions": [ { "Name": "Files.Read", @@ -295299,431 +297133,431 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteDriveCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteExternalColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/externalColumns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/externalColumns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteExternalColumnCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/externalColumns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPath", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathExternalColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteList", + "Uri": "/sites/{site-id}/lists/{list-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -295741,20 +297575,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", + "Variants": [ + "List1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteList", + "Uri": "/sites/{site-id}/lists", "Permissions": [ { "Name": "Sites.Read.All", @@ -295772,19 +297605,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List1" - ], - "Method": "GET", - "Command": "Get-MgSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -295818,20 +297652,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListColumn", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -295865,19 +297698,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -295911,34 +297745,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -295972,20 +297806,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListContentType", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Permissions": [ { "Name": "Sites.Read.All", @@ -296019,19 +297852,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -296065,20 +297899,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListContentTypeColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Permissions": [ { "Name": "Sites.Read.All", @@ -296112,19 +297945,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListContentTypeColumnCount", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -296158,116 +297992,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListContentTypeColumnCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Permissions": [ { "Name": "Sites.Manage.All", @@ -296285,20 +298119,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSiteListContentTypeCount", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Read.All", @@ -296332,20 +298166,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSiteListContentTypeCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSiteListCount", "Uri": "/sites/{site-id}/lists/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Read.All", @@ -296363,89 +298197,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListDrive", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -296471,20 +298305,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Permissions": [ { "Name": "Sites.Read.All", @@ -296502,35 +298335,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemAnalytic", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Permissions": [ { "Name": "Files.Read", @@ -296580,75 +298414,108 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemAnalytic", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "ApiVersion": "v1.0", "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Command": "Get-MgSiteListItemDelta", + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "Permissions": [ + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections ", + "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Read and write items in all site collections", + "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -296690,20 +298557,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Permissions": [ { "Name": "Sites.Read.All", @@ -296745,19 +298611,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemDocumentSetVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -296799,34 +298666,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemDriveItem", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Permissions": [ { "Name": "Files.Read", @@ -296876,48 +298743,48 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemDriveItem", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -296935,20 +298802,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Permissions": [ { "Name": "Sites.Read.All", @@ -296966,19 +298832,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListItemVersionCount", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -296996,34 +298863,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListItemVersionCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -297057,20 +298924,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListOperation", + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Permissions": [ { "Name": "Sites.Read.All", @@ -297104,19 +298970,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteListOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteListOperationCount", + "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -297150,61 +299017,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteListOperationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Permissions": [ { "Name": "Notes.Create", @@ -297246,20 +299113,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -297301,19 +299167,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteNotebookCount", + "Uri": "/sites/{site-id}/onenote/notebooks/$count", "Permissions": [ { "Name": "Notes.Create", @@ -297355,20 +299222,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebookCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -297410,22 +299279,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteNotebookSection", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -297467,19 +299333,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -297521,19 +299387,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteOperation", + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Permissions": [ { "Name": "Notes.Create", @@ -297575,34 +299442,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgSiteOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.Read", @@ -297636,20 +299503,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages", "Permissions": [ { "Name": "Notes.Read", @@ -297683,33 +299549,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgSiteOnenotePageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenotePageCount", + "Uri": "/sites/{site-id}/onenote/pages/$count", "Permissions": [ { "Name": "Notes.Read", @@ -297743,34 +299610,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenotePageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteResourceContent", + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -297804,34 +299671,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteResourceContent", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgSiteOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Permissions": [ { "Name": "Notes.Create", @@ -297873,20 +299740,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteSection", + "Uri": "/sites/{site-id}/onenote/sections", "Permissions": [ { "Name": "Notes.Create", @@ -297928,19 +299794,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteSectionCount", + "Uri": "/sites/{site-id}/onenote/sections/$count", "Permissions": [ { "Name": "Notes.Create", @@ -297982,20 +299849,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgSiteOnenoteSectionGroup", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -298037,20 +299904,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteSectionGroup", + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Permissions": [ { "Name": "Notes.Create", @@ -298092,20 +299959,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteSectionGroupCount", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Permissions": [ { "Name": "Notes.Create", @@ -298147,22 +300016,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -298204,19 +300070,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgSiteOnenoteSectionPage", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Read", @@ -298250,19 +300116,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteOperation", + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "Permissions": [ { "Name": "Sites.Read.All", @@ -298296,20 +300163,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteOperation", + "Uri": "/sites/{site-id}/operations", "Permissions": [ { "Name": "Sites.Read.All", @@ -298343,19 +300209,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSiteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteOperationCount", + "Uri": "/sites/{site-id}/operations/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -298389,20 +300256,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphBaseSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSiteOperationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSitePage", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", - "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Read.All", @@ -298420,20 +300287,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSitePage", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphBaseSitePage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSitePage", + "Uri": "/sites/{site-id}/pages", "Permissions": [ { "Name": "Sites.Read.All", @@ -298451,33 +300317,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSitePage", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/sitePage", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSitePage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSitePageAsSitePage", + "Uri": "/sites/{site-id}/pages/sitePage", "Permissions": [ { "Name": "Sites.Read.All", @@ -298495,362 +300361,363 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSitePageAsSitePage", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWebPart", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSitePageCount", + "Uri": "/sites/{site-id}/pages/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -298868,20 +300735,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSitePageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSitePageCountAsSitePage", "Uri": "/sites/{site-id}/pages/sitePage/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Read.All", @@ -298899,213 +300766,213 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSitePageCountAsSitePage", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageCreatedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWebPartPosition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSitePermissionCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteRecentNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Permissions": [ { "Name": "Notes.Create", @@ -299147,20 +301014,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTermStore", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgSiteRecentNotebook", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Get-MgSiteTermStore", "Uri": "/sites/{site-id}/termStore", - "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TermStore.Read.All", @@ -299178,49 +301047,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStores", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStores/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStores/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "Permissions": [ { "Name": "TermStore.Read.All", @@ -299238,22 +301107,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreGroup", + "Uri": "/sites/{site-id}/termStore/groups", "Permissions": [ { "Name": "TermStore.Read.All", @@ -299271,20 +301138,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreGroupCount", + "Uri": "/sites/{site-id}/termStore/groups/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -299302,38 +301171,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreGroupSet", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Permissions": [ { "Name": "TermStore.Read.All", @@ -299351,21 +301218,12 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299376,32 +301234,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299412,16 +301270,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299432,32 +301290,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299468,16 +301326,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299488,16 +301346,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299508,16 +301366,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299528,16 +301386,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -299548,15 +301406,26 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreGroupSetCount", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -299574,132 +301443,132 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Permissions": [ { "Name": "TermStore.Read.All", @@ -299717,318 +301586,318 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSet", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Permissions": [ { "Name": "TermStore.Read.All", @@ -300046,37 +301915,26 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300087,15 +301945,26 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "List", + "List1", + "List2", + "List3" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Permissions": [ { "Name": "TermStore.Read.All", @@ -300113,23 +301982,12 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1", - "List2", - "List3" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300140,16 +301998,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300160,32 +302018,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300196,16 +302054,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300216,16 +302074,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300236,16 +302094,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300256,16 +302114,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300276,78 +302134,78 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300358,32 +302216,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300394,16 +302252,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300414,32 +302272,32 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1", "List2", "List3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300450,16 +302308,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300470,16 +302328,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300490,16 +302348,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300510,16 +302368,16 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", @@ -300530,453 +302388,462 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Permissions": [ { "Name": "TermStore.Read.All", @@ -300994,20 +302861,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetRelation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -301025,70 +302894,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetRelationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetTerm", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Permissions": [ { "Name": "TermStore.Read.All", @@ -301106,52 +302975,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetTermChild", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Permissions": [ { "Name": "TermStore.Read.All", @@ -301169,20 +303036,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetTermChildCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -301200,164 +303069,162 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermCount", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreRelation", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetTermRelation", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Permissions": [ { "Name": "TermStore.Read.All", @@ -301375,20 +303242,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSiteTermStoreSetTermRelationCount", + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "Permissions": [ { "Name": "TermStore.Read.All", @@ -301406,86 +303275,84 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSiteTermStoreSetTermSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgSubscribedSku", + "Uri": "/subscribedSkus/{subscribedSku-id}", "Permissions": [ { "Name": "Organization.Read.All", @@ -301519,20 +303386,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/subscribedSkus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgSubscribedSku", + "Uri": "/subscribedSkus", "Permissions": [ { "Name": "Organization.Read.All", @@ -301566,60 +303432,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0" + ] }, { - "Module": "ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Command": "Get-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "ChangeNotifications", - "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Command": "Get-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0" + "Uri": "/subscriptions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/sites/{site-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgSubSite", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/sites/{site-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/sites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List2" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSubSite", + "Uri": "/sites/{site-id}/sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -301637,19 +303503,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List2" - ], - "Method": "GET", - "Command": "Get-MgSubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/sites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgSubSiteCount", + "Uri": "/sites/{site-id}/sites/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -301667,20 +303534,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeam", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgSubSiteCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeam", "Uri": "/teams/{team-id}", - "OutputType": "IMicrosoftGraphTeam", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -301754,20 +303621,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeam", + "Uri": "/teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -301793,19 +303659,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -301879,20 +303746,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List1" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannel", + "Uri": "/teams/{team-id}/channels", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -301966,19 +303832,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List1" - ], - "Method": "GET", - "Command": "Get-MgTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelCount", + "Uri": "/teams/{team-id}/channels/$count", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -302052,20 +303919,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamChannelCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamChannelFileFolder", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read.All", @@ -302139,34 +304006,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -302200,20 +304067,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Permissions": [ { "Name": "Group.Read.All", @@ -302239,19 +304105,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", "Permissions": [ { "Name": "Group.Read.All", @@ -302277,20 +304144,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgTeamChannelMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamChannelMessage", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302324,22 +304193,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302373,19 +304239,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302419,20 +304286,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageDelta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302466,20 +304333,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302513,22 +304382,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302562,19 +304428,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302608,20 +304475,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamChannelMessageReply", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302655,20 +304522,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageReply", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302702,19 +304568,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageReplyCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302748,20 +304615,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageReplyDelta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302795,20 +304662,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302842,22 +304711,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302891,19 +304757,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -302937,20 +304804,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamChannelSharedWithTeam", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -302968,22 +304837,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelSharedWithTeam", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -303001,33 +304867,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -303045,19 +304911,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -303075,20 +304942,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamChannelSharedWithTeamCount", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -303106,20 +304973,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamChannelTab", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -303211,26 +305078,25 @@ }, { "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 - } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0" + "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 + } + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -303328,19 +305194,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamChannelTabCount", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -303438,34 +305305,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamChannelTabCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamCount", + "Uri": "/teams/$count", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -303491,60 +305357,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgTeamCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamGroupServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamIncomingChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/incomingChannels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamIncomingChannel", + "Uri": "/teams/{team-id}/incomingChannels", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -303570,19 +305436,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamIncomingChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/incomingChannels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamIncomingChannelCount", + "Uri": "/teams/{team-id}/incomingChannels/$count", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -303608,20 +305475,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamIncomingChannelCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamInstalledApp", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -303648,41 +305515,9 @@ "IsLeastPrivilege": false }, { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", - "Description": "Allow the Teams app to manage itself and its permission grants in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", - "Description": "Manage installation and permission grants of Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadForUser", - "Description": "Read your installed Teams apps", - "FullDescription": "Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadForTeam", - "Description": "Read installed Teams apps in teams", - "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", - "Description": "Allow the Teams app to manage itself for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "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 @@ -303728,21 +305563,69 @@ "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.", + "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.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.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", + "Description": "Allow the Teams app to manage itself and its permission grants in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", + "Description": "Allow the Teams app to manage itself for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadForTeam", + "Description": "Read installed Teams apps in teams", + "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadForUser", + "Description": "Read your installed Teams apps", + "FullDescription": "Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", + "Description": "Manage installation and permission grants of Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -303751,20 +305634,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -303782,14 +305664,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", - "Description": "Allow the Teams app to manage itself in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, { "Name": "TeamsAppInstallation.ReadWriteForTeam", "Description": "Manage installed Teams apps in teams", @@ -303799,25 +305673,9 @@ "IsLeastPrivilege": false }, { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", - "Description": "Allow the Teams app to manage itself and its permission grants in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", - "Description": "Manage installation and permission grants of Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", - "Description": "Allow the Teams app to manage itself for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "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 @@ -303863,21 +305721,61 @@ "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.", + "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.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.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", + "Description": "Allow the Teams app to manage itself and its permission grants in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", + "Description": "Allow the Teams app to manage itself for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", + "Description": "Allow the Teams app to manage itself in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", + "Description": "Manage installation and permission grants of Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -303886,19 +305784,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamInstalledAppCount", + "Uri": "/teams/{team-id}/installedApps/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -303916,14 +305815,6 @@ "PermissionType": "Application", "IsLeastPrivilege": true }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", - "Description": "Allow the Teams app to manage itself in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, { "Name": "TeamsAppInstallation.ReadWriteForTeam", "Description": "Manage installed Teams apps in teams", @@ -303933,25 +305824,9 @@ "IsLeastPrivilege": false }, { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", - "Description": "Allow the Teams app to manage itself and its permission grants in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", - "Description": "Manage installation and permission grants of Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", - "Description": "Allow the Teams app to manage itself for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "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 @@ -303997,21 +305872,61 @@ "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.", + "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.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.", + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", + "Description": "Allow the Teams app to manage itself and its permission grants in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", + "Description": "Allow the Teams app to manage itself for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", + "Description": "Allow the Teams app to manage itself in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", + "Description": "Manage installation and permission grants of Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -304020,48 +305935,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamInstalledAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -304087,20 +306002,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamMember", + "Uri": "/teams/{team-id}/members", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -304126,19 +306040,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamMemberCount", + "Uri": "/teams/{team-id}/members/$count", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -304164,75 +306079,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamOperationCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamPermissionGrant", + "Uri": "/teams/{team-id}/permissionGrants", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -304266,6 +306180,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", "Description": "Allow the Teams app to manage itself for all teams", @@ -304290,6 +306212,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "TeamsApp.Read.Group", "Description": "Consent name unavailable", @@ -304298,19 +306228,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamPermissionGrantCount", + "Uri": "/teams/{team-id}/permissionGrants/$count", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -304344,6 +306275,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", "Description": "Allow the Teams app to manage itself for all teams", @@ -304368,6 +306307,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "TeamsApp.Read.Group", "Description": "Consent name unavailable", @@ -304376,48 +306323,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamPermissionGrantCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPhoto", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/photo", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPhotoContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/photo/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamPrimaryChannel", + "Uri": "/teams/{team-id}/primaryChannel", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -304459,424 +306406,424 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageDelta", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelTabCount", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamSchedule", + "Uri": "/teams/{team-id}/schedule", "Permissions": [ { "Name": "Schedule.Read.All", @@ -304910,20 +306857,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamScheduleOfferShiftRequest", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.Read.All", @@ -304957,20 +306904,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -304988,19 +306934,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleOfferShiftRequestCount", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -305018,20 +306965,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamScheduleOpenShift", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "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 + } + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShift", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305065,20 +307058,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0" - }, - { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305112,19 +307105,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305158,20 +307151,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0" - }, - { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305205,19 +307198,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleOpenShiftCount", + "Uri": "/teams/{team-id}/schedule/openShifts/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305251,20 +307245,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null - }, - { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShifts/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleSchedulingGroup", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305298,67 +307292,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleOpenShiftCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamScheduleSchedulingGroup", "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305392,19 +307338,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleSchedulingGroupCount", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305438,20 +307385,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamScheduleShift", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group.Read.All", @@ -305485,20 +307432,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/shifts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphShift", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305532,19 +307478,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/shifts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleShiftCount", + "Uri": "/teams/{team-id}/schedule/shifts/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305578,34 +307525,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleShiftCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305639,19 +307585,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305685,20 +307632,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOff", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305732,20 +307679,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timesOff", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOff", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305779,19 +307725,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOffCount", + "Uri": "/teams/{team-id}/schedule/timesOff/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305825,20 +307772,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOffReason", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305872,20 +307819,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffReason", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305919,19 +307865,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOffReasonCount", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -305965,20 +307912,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOffRequest", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.Read.All", @@ -306012,20 +307959,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeOffRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", "Permissions": [ { "Name": "Schedule.Read.All", @@ -306059,19 +308005,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamScheduleTimeOffRequestCount", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "Permissions": [ { "Name": "Schedule.Read.All", @@ -306105,20 +308052,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamTag", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -306152,20 +308099,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/tags", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTag", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamTag", + "Uri": "/teams/{team-id}/tags", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -306199,19 +308145,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/tags/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamTagCount", + "Uri": "/teams/{team-id}/tags/$count", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -306245,20 +308192,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTeamTagCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgTeamTagMember", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -306292,20 +308239,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -306339,19 +308285,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamTagMemberCount", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -306385,574 +308332,573 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamTagMemberCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/template", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamTemplate", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/template", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamwork", - "ApiReferenceLink": null + "Uri": "/teamwork", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedChat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedChats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedChatCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgTeamworkDeletedTeamCount", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamworkTeamAppSetting", + "Uri": "/teamwork/teamsAppSettings", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -306970,19 +308916,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgTeamworkTeamAppSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -307000,20 +308947,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamworkWorkforceIntegration", + "Uri": "/teamwork/workforceIntegrations", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -307031,19 +308977,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teamwork/workforceIntegrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgTeamworkWorkforceIntegrationCount", + "Uri": "/teamwork/workforceIntegrations/$count", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -307061,19 +309007,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgTeamworkWorkforceIntegrationCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307091,20 +309038,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "Uri": "/tenantRelationships/delegatedAdminCustomers", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307122,19 +309068,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", + "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307152,33 +309098,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307196,19 +309142,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307226,20 +309173,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307257,20 +309204,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "Uri": "/tenantRelationships/delegatedAdminRelationships", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307288,19 +309234,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307318,20 +309265,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307349,19 +309295,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307379,20 +309326,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307410,19 +309356,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307440,20 +309387,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307471,19 +309417,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307501,20 +309448,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307532,20 +309479,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307563,19 +309509,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Partner", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -307593,20 +309540,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUser", "Uri": "/users/{user-id}", - "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -307728,20 +309675,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUser", + "Uri": "/users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -307847,129 +309793,129 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0" + ] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Get-MgUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Get-MgUserActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-activities?view=graph-rest-1.0" + "Uri": "/users/{user-id}/activities", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Get-MgUserActivityCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/$count", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Get-MgUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Get-MgUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Get-MgUserActivityHistoryItemActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Get-MgUserActivityHistoryItemCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Get-MgUserAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/users/{user-id}/agreementAcceptances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgUserAgreementAcceptance", + "Uri": "/users/{user-id}/agreementAcceptances", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -307987,19 +309933,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAgreementAcceptance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/users/{user-id}/agreementAcceptances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Get-MgUserAgreementAcceptanceCount", + "Uri": "/users/{user-id}/agreementAcceptances/$count", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -308017,34 +309964,33 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAgreementAcceptanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Get-MgUserAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgUserAppRoleAssignment", + "Uri": "/users/{user-id}/appRoleAssignments", "Permissions": [ { "Name": "Directory.Read.All", @@ -308062,19 +310008,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/users/{user-id}/appRoleAssignments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Get-MgUserAppRoleAssignmentCount", + "Uri": "/users/{user-id}/appRoleAssignments/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -308092,20 +310039,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAppRoleAssignmentCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationEmailMethod", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308139,20 +310086,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308186,19 +310132,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationEmailMethodCount", + "Uri": "/users/{user-id}/authentication/emailMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308232,20 +310179,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationEmailMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationFido2Method", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308279,20 +310226,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationFido2Method", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationFido2Method", + "Uri": "/users/{user-id}/authentication/fido2Methods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308326,19 +310272,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationFido2Method", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationFido2MethodCount", + "Uri": "/users/{user-id}/authentication/fido2Methods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308372,67 +310319,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationFido2MethodCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0" - }, - { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods", - "OutputType": "IMicrosoftGraphAuthenticationMethod", "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationMethod", + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308466,19 +310366,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphAuthenticationMethod", "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgUserAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0" + "Uri": "/users/{user-id}/authentication/methods", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationMethodCount", + "Uri": "/users/{user-id}/authentication/methods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308512,20 +310459,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308559,20 +310506,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308606,19 +310552,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -308652,34 +310599,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationOperation", + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308713,47 +310660,47 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgUserAuthenticationOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgUserAuthenticationOperationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations/$count", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308787,20 +310734,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308834,19 +310780,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationPasswordMethodCount", + "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308880,20 +310827,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationPasswordMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationPhoneMethod", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308927,20 +310874,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -308974,19 +310920,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationPhoneMethodCount", + "Uri": "/users/{user-id}/authentication/phoneMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -309020,20 +310967,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationPhoneMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309067,20 +311014,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309114,19 +311060,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", + "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309160,20 +311107,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309207,20 +311154,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309254,19 +311200,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309300,20 +311247,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309347,20 +311294,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309394,19 +311340,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -309440,62 +311387,61 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/getByIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Get-MgUserById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0" + "Uri": "/users/getByIds", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendars/{calendar-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserCalendar", + "Uri": "/users/{user-id}/calendars", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309529,19 +311475,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendars/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserCalendarCount", + "Uri": "/users/{user-id}/calendars/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309575,20 +311522,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserCalendarCount", - "ApiReferenceLink": null + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List1" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserCalendarEvent", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309614,19 +311560,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List1" - ], - "Method": "GET", - "Command": "Get-MgUserCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserCalendarEventDelta", + "Uri": "/users/{user-id}/calendar/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -309652,22 +311601,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgUserCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309685,20 +311632,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarGroup", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserCalendarGroup", + "Uri": "/users/{user-id}/calendarGroups", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309724,19 +311670,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Calendar", + "Command": "Get-MgUserCalendarGroupCalendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309770,19 +311716,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserCalendarGroupCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendarGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserCalendarGroupCount", + "Uri": "/users/{user-id}/calendarGroups/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309808,82 +311755,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserCalendarGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserCalendarPermissionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphScheduleInformation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/calendarView", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserCalendarView", + "Uri": "/users/{user-id}/calendar/calendarView", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -309909,20 +311856,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgUserCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChat", + "Uri": "/users/{user-id}/chats/{chat-id}", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -310004,20 +311951,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChat", + "Uri": "/users/{user-id}/chats", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -310059,19 +312005,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatCount", + "Uri": "/users/{user-id}/chats/$count", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -310113,103 +312060,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserChatCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatInstalledAppCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "ChatMember.Read", @@ -310307,20 +312254,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Permissions": [ { "Name": "ChatMember.Read", @@ -310418,19 +312364,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMemberCount", + "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "Permissions": [ { "Name": "ChatMember.Read", @@ -310528,20 +312475,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserChatMemberCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgUserChatMessage", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Chat.Read", @@ -310599,20 +312546,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Permissions": [ { "Name": "Chat.Read", @@ -310654,19 +312600,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMessageCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", "Permissions": [ { "Name": "Chat.Read", @@ -310708,20 +312655,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserChatMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserChatMessageDelta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "Permissions": [ { "Name": "Chat.Read", @@ -310779,20 +312726,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserChatMessageDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Permissions": [ { "Name": "Chat.Read", @@ -310850,22 +312799,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Permissions": [ { "Name": "Chat.Read", @@ -310923,19 +312869,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserChatMessageHostedContentCount", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "Permissions": [ { "Name": "Chat.Read", @@ -310993,257 +312940,257 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatMessageReplyCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserChatMessageReplyDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatMessageReplyHostedContentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatPermissionGrantCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatPinnedMessageCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatTabCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserChatTabTeamApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -311261,20 +313208,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContact", + "Uri": "/users/{user-id}/contacts", "Permissions": [ { "Name": "Contacts.Read", @@ -311292,19 +313238,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactCount", + "Uri": "/users/{user-id}/contacts/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -311322,20 +313269,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserContactDelta", + "Uri": "/users/{user-id}/contacts/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -311353,61 +313300,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -311425,20 +313372,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders", "Permissions": [ { "Name": "Contacts.Read", @@ -311456,33 +313402,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Permissions": [ { "Name": "Contacts.Read", @@ -311500,19 +313446,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -311530,20 +313477,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Permissions": [ { "Name": "Contacts.Read", @@ -311561,19 +313507,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderChildFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -311591,20 +313538,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -311622,89 +313569,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderChildFolderCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -311722,34 +313669,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderChildFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "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", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Permissions": [ { "Name": "Contacts.Read", @@ -311767,20 +313714,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderContact", - "ApiReferenceLink": null + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Permissions": [ { "Name": "Contacts.Read", @@ -311798,19 +313744,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderContactCount", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -311828,20 +313775,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderContactCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserContactFolderContactDelta", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -311859,89 +313806,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderContactExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "PersonalContacts", + "Command": "Get-MgUserContactFolderCount", + "Uri": "/users/{user-id}/contactFolders/$count", "Permissions": [ { "Name": "Contacts.Read", @@ -311959,20 +313906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/contactFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserContactFolderDelta", + "Uri": "/users/{user-id}/contactFolders/delta", "Permissions": [ { "Name": "Contacts.Read", @@ -311990,48 +313937,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserContactFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0" + ] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Get-MgUserContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserCount", + "Uri": "/users/$count", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -312137,33 +314083,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get" - ], - "Method": "GET", - "Command": "Get-MgUserCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserCreatedObject", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/createdObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserCreatedObject", + "Uri": "/users/{user-id}/createdObjects", "Permissions": [ { "Name": "User.Read", @@ -312213,46 +314159,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserCreatedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/createdObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserCreatedObjectCount", + "Uri": "/users/{user-id}/createdObjects/$count", "Permissions": [ { "Name": "User.Read", @@ -312302,48 +314249,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserCreatedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserDefaultCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserDefaultCalendarEvent", + "Uri": "/users/{user-id}/calendar/events", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -312369,19 +314315,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserDefaultCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/calendar/getSchedule", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphScheduleInformation", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Get-MgUserDefaultCalendarSchedule", + "Uri": "/users/{user-id}/calendar/getSchedule", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -312407,22 +314356,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgUserDefaultCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "Get-MgUserDefaultDrive", "Uri": "/users/{user-id}/drive", - "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.Read", @@ -312472,20 +314419,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserDefaultDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0" + ] }, { - "Module": "Users.Functions", - "Uri": "/users/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Delta" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserDelta", + "Uri": "/users/delta", "Permissions": [ { "Name": "User.Read.All", @@ -312519,74 +314465,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta" - ], - "Method": "GET", - "Command": "Get-MgUserDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserDirectReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserDirectReport", + "Uri": "/users/{user-id}/directReports", "Permissions": [ { "Name": "User.Read", @@ -312628,73 +314574,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserDirectReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/orgContact", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserDirectReportAsOrgContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/orgContact", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/user", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserDirectReportAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/user", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserDirectReportCount", + "Uri": "/users/{user-id}/directReports/$count", "Permissions": [ { "Name": "User.Read", @@ -312736,62 +314683,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserDirectReportCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/orgContact/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserDirectReportCountAsOrgContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/orgContact/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/directReports/user/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserDirectReportCountAsUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/directReports/user/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgUserDrive", + "Uri": "/users/{user-id}/drives", "Permissions": [ { "Name": "Files.Read", @@ -312841,129 +314787,130 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Permissions": [] }, - { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveBundleContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveBundleCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveContentTypeBase", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveContentTypeBaseType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Get-MgUserDriveCount", + "Uri": "/users/{user-id}/drives/$count", "Permissions": [ { "Name": "Files.Read", @@ -313013,2595 +314960,2611 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserDriveCount", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveFollowing", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveFollowing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/following", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveFollowingContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveFollowingCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemChild", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemChildCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveItemDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveItemListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemPermissionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemThumbnailCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List", "List1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveList", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListColumnCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListContentTypeCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "ApiVersion": "v1.0", - "Permissions": [], + "Module": "Users.Functions", + "Command": "Get-MgUserDriveListItemDelta", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListOperationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveListSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveRootActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootAnalyticTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootChild", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootChildContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootChildCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveRootDelta", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootLastModifiedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Get-MgUserDriveRootListItemActivityByInterval", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemCreatedByUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServiceProvisioningError", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootPermissionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootSubscriptionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootThumbnail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootThumbnailCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootVersionContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveRootVersionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveSpecial", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveSpecial", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Get-MgUserDriveSpecialCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserEvent", + "Uri": "/users/{user-id}/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -315619,20 +317582,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserEvent", + "Uri": "/users/{user-id}/events", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -315658,74 +317620,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/calendar", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserEventCount", + "Uri": "/users/{user-id}/events/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -315751,20 +317714,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserEventCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserEventDelta", + "Uri": "/users/{user-id}/events/delta", "Permissions": [ { "Name": "Calendars.Read", @@ -315790,75 +317753,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserEventInstance", + "Uri": "/users/{user-id}/events/{event-id}/instances", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -315876,74 +317838,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstanceAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstanceAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstanceCalendar", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Get-MgUserEventInstanceCount", + "Uri": "/users/{user-id}/events/{event-id}/instances/$count", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -315961,130 +317924,129 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserEventInstanceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "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", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Get-MgUserEventInstanceExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/users/{user-id}/followedSites/{site-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Get-MgUserFollowedSite", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/followedSites/{site-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/users/{user-id}/followedSites", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgUserFollowedSite", + "Uri": "/users/{user-id}/followedSites", "Permissions": [ { "Name": "Sites.Read.All", @@ -316102,19 +318064,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/users/{user-id}/followedSites/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Get-MgUserFollowedSiteCount", + "Uri": "/users/{user-id}/followedSites/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -316132,75 +318095,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserFollowedSiteCount", - "ApiReferenceLink": null + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserInferenceClassification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserInferenceClassificationOverrideCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/joinedTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserJoinedTeam", + "Uri": "/users/{user-id}/joinedTeams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -316258,47 +318220,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserJoinedTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0" + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "People", "Command": "Get-MgUserLastSharedMethodInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserLicenseDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/licenseDetails", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLicenseDetails", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserLicenseDetail", + "Uri": "/users/{user-id}/licenseDetails", "Permissions": [ { "Name": "User.Read", @@ -316340,19 +318302,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserLicenseDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/licenseDetails/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserLicenseDetailCount", + "Uri": "/users/{user-id}/licenseDetails/$count", "Permissions": [ { "Name": "User.Read", @@ -316394,20 +318357,67 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserLicenseDetailCount", - "ApiReferenceLink": null + "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", + "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", + "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": "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 + } + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailboxSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserMailboxSetting", + "Uri": "/users/{user-id}/mailboxSettings", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -316425,20 +318435,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserMailboxSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Mail", + "Command": "Get-MgUserMailFolder", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -316472,20 +318482,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-get?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMailFolder", + "Uri": "/users/{user-id}/mailFolders", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -316519,33 +318528,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMailFolderChildFolder", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -316579,19 +318588,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMailFolderChildFolderCount", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -316625,226 +318635,226 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderChildFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "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", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delta", "DeltaViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "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", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMailFolderCount", + "Uri": "/users/{user-id}/mailFolders/$count", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -316878,20 +318888,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/mailFolders/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserMailFolderDelta", + "Uri": "/users/{user-id}/mailFolders/delta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -316925,20 +318935,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Permissions": [ { "Name": "Mail.Read", @@ -316964,20 +318974,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMailFolderMessage", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -317011,60 +319020,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMailFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Permissions": [ { "Name": "Mail.Read", @@ -317090,20 +319100,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Mail", + "Command": "Get-MgUserMailFolderMessageCount", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -317137,20 +319147,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserMailFolderMessageDelta", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -317184,102 +319194,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMailFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMailFolderMessageRuleCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/getMailTips", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMailTips", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Get-MgUserMailTip", + "Uri": "/users/{user-id}/getMailTips", "Permissions": [ { "Name": "Mail.Read", @@ -317297,22 +319309,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgUserMailTip", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Functions", + "Command": "Get-MgUserManagedAppDiagnosticStatus", "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -317330,20 +319340,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserManagedAppDiagnosticStatus", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users.Functions", + "Command": "Get-MgUserManagedAppPolicy", "Uri": "/users/{user-id}/getManagedAppPolicies", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -317361,307 +319371,307 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserManagedAppPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedAppRegistrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedAppRegistrations", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedAppRegistrationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-devicecategory-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserManagedDeviceWithAppFailure", + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -317679,20 +319689,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserManagedDeviceWithAppFailure", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserManager", "Uri": "/users/{user-id}/manager", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read.All", @@ -317726,20 +319736,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserManager", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserManagerByRef", "Uri": "/users/{user-id}/manager/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read.All", @@ -317773,20 +319783,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgUserManagerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Get-MgUserMemberGroup", "Uri": "/users/{user-id}/getMemberGroups", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -317868,22 +319880,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Get-MgUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Get-MgUserMemberObject", "Uri": "/users/{user-id}/getMemberObjects", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -317981,22 +319993,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" + "GetViaIdentity" ], - "Method": "POST", - "Command": "Get-MgUserMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserMemberOf", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read", @@ -318014,20 +320024,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMemberOf", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserMemberOf", + "Uri": "/users/{user-id}/memberOf", "Permissions": [ { "Name": "User.Read", @@ -318061,33 +320070,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "Permissions": [ { "Name": "User.Read", @@ -318105,33 +320114,33 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserMemberOfAsDirectoryRole", + "Uri": "/users/{user-id}/memberOf/directoryRole", "Permissions": [ { "Name": "User.Read", @@ -318149,33 +320158,33 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserMemberOfAsGroup", + "Uri": "/users/{user-id}/memberOf/group", "Permissions": [ { "Name": "User.Read", @@ -318193,19 +320202,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMemberOfAsGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/memberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserMemberOfCount", + "Uri": "/users/{user-id}/memberOf/$count", "Permissions": [ { "Name": "User.Read", @@ -318239,20 +320249,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserMemberOfCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read", @@ -318270,20 +320280,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserMemberOfCountAsDirectoryRole", "Uri": "/users/{user-id}/memberOf/directoryRole/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read", @@ -318301,20 +320311,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserMemberOfCountAsGroup", "Uri": "/users/{user-id}/memberOf/group/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read", @@ -318332,20 +320342,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserMemberOfCountAsGroup", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Mail", + "Command": "Get-MgUserMessage", "Uri": "/users/{user-id}/messages/{message-id}", - "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Mail.Read", @@ -318371,20 +320381,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMessage", + "Uri": "/users/{user-id}/messages", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -318418,60 +320427,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMessageAttachmentCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Mail", + "Command": "Get-MgUserMessageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Permissions": [ { "Name": "Mail.Read", @@ -318497,20 +320507,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserMessageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-messages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Mail", + "Command": "Get-MgUserMessageCount", "Uri": "/users/{user-id}/messages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -318544,20 +320554,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMessageCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserMessageDelta", + "Uri": "/users/{user-id}/messages/delta", "Permissions": [ { "Name": "Mail.Read", @@ -318583,75 +320593,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Get-MgUserMessageExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOauth2PermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/oauth2PermissionGrants", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserOauth2PermissionGrant", + "Uri": "/users/{user-id}/oauth2PermissionGrants", "Permissions": [ { "Name": "Directory.Read.All", @@ -318669,19 +320678,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserOauth2PermissionGrantCount", + "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -318699,20 +320709,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserOauth2PermissionGrantCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgUserOnenoteNotebook", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -318754,20 +320764,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -318809,19 +320818,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteNotebookCount", + "Uri": "/users/{user-id}/onenote/notebooks/$count", "Permissions": [ { "Name": "Notes.Create", @@ -318863,20 +320873,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebookCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -318918,76 +320930,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Get-MgUserOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "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 - } - ], "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0" - }, - { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteNotebookSection", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -319029,19 +320984,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0" - }, - { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "OutputType": "IMicrosoftGraphOnenoteOperation", "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Permissions": [ { "Name": "Notes.Create", @@ -319083,34 +321038,89 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgUserOnenoteOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "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 + } + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgUserOnenoteOperationCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/operations/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.Read", @@ -319144,20 +321154,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages", "Permissions": [ { "Name": "Notes.Read", @@ -319191,19 +321200,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -319237,20 +321247,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserOnenotePageContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgUserOnenotePageCount", "Uri": "/users/{user-id}/onenote/pages/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Read", @@ -319284,20 +321294,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserOnenotePageCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users.Functions", + "Command": "Get-MgUserOnenoteRecentNotebook", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "OutputType": "IMicrosoftGraphRecentNotebook", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -319339,34 +321349,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteRecentNotebook", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgUserOnenoteResource", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteResourceContent", + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Permissions": [ { "Name": "Notes.Read", @@ -319400,34 +321410,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteResourceContent", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/resources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Get-MgUserOnenoteResourceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/resources/$count", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Permissions": [ { "Name": "Notes.Create", @@ -319469,20 +321479,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteSection", + "Uri": "/users/{user-id}/onenote/sections", "Permissions": [ { "Name": "Notes.Create", @@ -319524,19 +321533,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sections/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteSectionCount", + "Uri": "/users/{user-id}/onenote/sections/$count", "Permissions": [ { "Name": "Notes.Create", @@ -319578,20 +321588,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgUserOnenoteSectionGroup", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -319633,20 +321643,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List", + "List1" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups", "Permissions": [ { "Name": "Notes.Create", @@ -319688,20 +321698,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List", - "List1" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteSectionGroupCount", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "Permissions": [ { "Name": "Notes.Create", @@ -319743,22 +321755,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroupCount", - "ApiReferenceLink": null + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Get-MgUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -319800,19 +321809,19 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Get-MgUserOnenoteSectionPage", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Read", @@ -319846,19 +321855,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -319892,20 +321902,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -319939,115 +321948,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgUserOnlineMeetingCount", + "Uri": "/users/{user-id}/onlineMeetings/$count", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -320081,144 +322091,144 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingCount", - "ApiReferenceLink": null + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingRecording", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingRecordingCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingTranscriptCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -320268,75 +322278,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOutlookMasterCategoryCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserOwnedDevice", + "Uri": "/users/{user-id}/ownedDevices", "Permissions": [ { "Name": "User.Read", @@ -320378,100 +322387,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOwnedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/device", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/endpoint", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserOwnedDeviceCount", + "Uri": "/users/{user-id}/ownedDevices/$count", "Permissions": [ { "Name": "User.Read", @@ -320513,76 +322523,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOwnedDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceCountAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/device/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObject", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserOwnedObject", + "Uri": "/users/{user-id}/ownedObjects", "Permissions": [ { "Name": "User.Read", @@ -320624,100 +322633,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/application", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectAsApplication", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/application", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/group", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserOwnedObjectCount", + "Uri": "/users/{user-id}/ownedObjects/$count", "Permissions": [ { "Name": "User.Read", @@ -320759,76 +322769,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserOwnedObjectCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/application/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectCountAsApplication", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/application/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectCountAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/group/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "Permissions": [] }, { - "Module": "People", - "Uri": "/users/{user-id}/people/{person-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPerson", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "People", "Command": "Get-MgUserPerson", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/people/{person-id}", + "Permissions": [] }, { - "Module": "People", - "Uri": "/users/{user-id}/people", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPerson", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserPerson", + "Uri": "/users/{user-id}/people", "Permissions": [ { "Name": "People.Read", @@ -320846,19 +322855,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserPerson", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0" + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/people/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserPersonCount", + "Uri": "/users/{user-id}/people/$count", "Permissions": [ { "Name": "People.Read", @@ -320876,20 +322886,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "Method": "GET", - "Command": "Get-MgUserPersonCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserPhoto", "Uri": "/users/{user-id}/photo", - "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read", @@ -320931,22 +322943,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Method": "GET", - "Command": "Get-MgUserPhoto", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/photos", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphProfilePhoto", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserPhoto", + "Uri": "/users/{user-id}/photos", "Permissions": [ { "Name": "User.Read", @@ -320988,19 +322997,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", "Permissions": [ { "Name": "User.Read", @@ -321042,22 +323054,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerUser", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserPhotoContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Get-MgUserPlanner", "Uri": "/users/{user-id}/planner", - "OutputType": "IMicrosoftGraphPlannerUser", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -321099,20 +323109,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserPlanner", - "ApiReferenceLink": null + ] }, { - "Module": "Planner", - "Uri": "/users/{user-id}/planner/plans", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Get-MgUserPlannerPlan", + "Uri": "/users/{user-id}/planner/plans", "Permissions": [ { "Name": "Tasks.Read", @@ -321146,19 +323155,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgUserPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Get-MgUserPlannerTask", "Uri": "/users/{user-id}/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -321208,19 +323217,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Get-MgUserPresence", + "Uri": "/users/{user-id}/presence", "Permissions": [ { "Name": "Presence.Read", @@ -321246,34 +323256,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserRegisteredDevice", + "Uri": "/users/{user-id}/registeredDevices", "Permissions": [ { "Name": "User.Read", @@ -321315,100 +323324,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserRegisteredDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/device", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/device", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/endpoint", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/endpoint", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserRegisteredDeviceCount", + "Uri": "/users/{user-id}/registeredDevices/$count", "Permissions": [ { "Name": "User.Read", @@ -321450,76 +323460,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/device/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceCountAsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/device/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Get-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgUserScopedRoleMemberOf", + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Permissions": [ { "Name": "Directory.Read.All", @@ -321537,19 +323546,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Get-MgUserScopedRoleMemberOfCount", + "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "Permissions": [ { "Name": "Directory.Read.All", @@ -321567,20 +323577,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserSettings", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserScopedRoleMemberOfCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserSetting", "Uri": "/users/{user-id}/settings", - "OutputType": "IMicrosoftGraphUserSettings", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read.All", @@ -321598,20 +323608,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphShiftPreferences", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/usersettings-get?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserSettingShiftPreference", "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.Read.All", @@ -321645,102 +323655,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserSettingShiftPreference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSettingWindows", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssetting-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSettingWindows", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/usersettings-list-windows?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSettingWindowsCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSettingWindowsInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssettinginstance-get?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSettingWindowsInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssetting-list-instances?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSettingWindowsInstanceCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "Permissions": [] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/shared/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserSharedCountInsight", + "Uri": "/users/{user-id}/insights/shared/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -321758,34 +323768,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserSharedCountInsight", - "ApiReferenceLink": null + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "People", "Command": "Get-MgUserSharedInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Permissions": [] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/shared", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSharedInsight", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserSharedInsight", + "Uri": "/users/{user-id}/insights/shared", "Permissions": [ { "Name": "Sites.Read.All", @@ -321803,85 +323812,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserSharedInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insights-list-shared?view=graph-rest-1.0" + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "People", "Command": "Get-MgUserSharedResourceInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSponsor", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/sponsors", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "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.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.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 - } - ], "Variants": [ "List" ], - "Method": "GET", - "Command": "Get-MgUserSponsor", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0" - }, - { - "Module": "Users", - "Uri": "/users/{user-id}/sponsors/$count", - "OutputType": null, "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserSponsor", + "Uri": "/users/{user-id}/sponsors", "Permissions": [ { "Name": "User.Read", @@ -321907,20 +323878,59 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserSponsorCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/sponsors/$count", + "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.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.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 + } + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserTeamwork", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserTeamwork", + "Uri": "/users/{user-id}/teamwork", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -321938,36 +323948,35 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTeamwork", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserTeamworkAssociatedTeam", + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -321993,19 +324002,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserTeamworkAssociatedTeamCount", + "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -322031,20 +324041,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserTeamworkAssociatedTeamCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgUserTeamworkInstalledApp", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -322102,6 +324112,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForUser.All", "Description": "Allow the app to manage itself for all users", @@ -322141,21 +324159,28 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -322213,6 +324238,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForUser.All", "Description": "Allow the app to manage itself for all users", @@ -322252,20 +324285,29 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Get-MgUserTeamworkInstalledAppChat", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -322331,20 +324373,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledAppChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Get-MgUserTeamworkInstalledAppCount", "Uri": "/users/{user-id}/teamwork/installedApps/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -322402,6 +324444,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelfForUser.All", "Description": "Allow the app to manage itself for all users", @@ -322441,49 +324491,57 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTeamworkInstalledAppCount", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserTeamworkInstalledAppTeamApp", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -322517,20 +324575,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists", "Permissions": [ { "Name": "Tasks.Read", @@ -322564,19 +324621,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoListCount", + "Uri": "/users/{user-id}/todo/lists/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -322610,20 +324668,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoListCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/todo/lists/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserTodoListDelta", + "Uri": "/users/{user-id}/todo/lists/delta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -322649,61 +324707,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoListDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoListExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoListExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoListExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -322737,20 +324795,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTask", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Permissions": [ { "Name": "Tasks.Read", @@ -322784,19 +324841,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -322830,20 +324888,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Permissions": [ { "Name": "Tasks.Read", @@ -322877,19 +324934,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Permissions": [ { "Name": "Tasks.Read", @@ -322923,20 +324981,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentContent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserTodoTaskAttachmentCount", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -322970,75 +325028,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoTaskAttachmentSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoTaskAttachmentSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoTaskAttachmentSessionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoTaskAttachmentSessionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -323072,20 +325130,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskChecklistItem", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Permissions": [ { "Name": "Tasks.Read", @@ -323119,19 +325176,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskChecklistItemCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -323165,20 +325223,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskChecklistItemCount", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Get-MgUserTodoTaskCount", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -323212,20 +325270,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Get-MgUserTodoTaskDelta", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "Permissions": [ { "Name": "Tasks.Read", @@ -323259,61 +325317,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskDelta", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoTaskExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoTaskExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTodoTaskExtensionCount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Permissions": [ { "Name": "Tasks.Read", @@ -323347,20 +325405,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskLinkedResource", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Permissions": [ { "Name": "Tasks.Read", @@ -323394,19 +325451,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTodoTaskLinkedResourceCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "Permissions": [ { "Name": "Tasks.Read", @@ -323440,34 +325498,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTodoTaskLinkedResourceCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTransitiveMemberOf", + "Uri": "/users/{user-id}/transitiveMemberOf", "Permissions": [ { "Name": "User.Read", @@ -323517,100 +325574,101 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/group", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/group", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Get-MgUserTransitiveMemberOfCount", + "Uri": "/users/{user-id}/transitiveMemberOf/$count", "Permissions": [ { "Name": "User.Read", @@ -323660,62 +325718,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTransitiveMemberOfCount", - "ApiReferenceLink": null + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "Permissions": [] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/trending/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserTrendingCountInsight", + "Uri": "/users/{user-id}/insights/trending/$count", "Permissions": [ { "Name": "Sites.Read.All", @@ -323733,34 +325791,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserTrendingCountInsight", - "ApiReferenceLink": null + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "People", "Command": "Get-MgUserTrendingInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Permissions": [] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/trending", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTrending", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserTrendingInsight", + "Uri": "/users/{user-id}/insights/trending", "Permissions": [ { "Name": "Sites.Read.All", @@ -323778,19 +325835,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserTrendingInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insights-list-trending?view=graph-rest-1.0" + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserTrendingResourceInsight", + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "Permissions": [ { "Name": "Sites.Read.All", @@ -323808,20 +325866,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", - "Command": "Get-MgUserTrendingResourceInsight", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "People", + "Command": "Get-MgUserUsedCountInsight", "Uri": "/users/{user-id}/insights/used/$count", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Read.All", @@ -323839,34 +325897,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserUsedCountInsight", - "ApiReferenceLink": null + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "People", "Command": "Get-MgUserUsedInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "Permissions": [] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/used", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUsedInsight", + "Variants": [ + "List" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserUsedInsight", + "Uri": "/users/{user-id}/insights/used", "Permissions": [ { "Name": "Sites.Read.All", @@ -323884,19 +325941,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "List" - ], - "Method": "GET", - "Command": "Get-MgUserUsedInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0" + ] }, { - "Module": "People", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "People", + "Command": "Get-MgUserUsedResourceInsight", + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "Permissions": [ { "Name": "Sites.Read.All", @@ -323914,495 +325972,497 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Method": "GET", - "Command": "Get-MgUserUsedResourceInsight", - "ApiReferenceLink": null + ] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get1", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "Permissions": [] }, - { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSessionAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinar", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarByUserRole", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-list-registrations?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarRegistrationCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "List" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0" + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Get", "GetViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Get-MgVirtualEventWebinarSessionCount", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Grant-MgBetaDriveItemPermission", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Grant-MgBetaDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Grant-MgBetaGroupDriveItemPermission", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Grant-MgBetaGroupDriveRootPermission", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Grant-MgBetaGroupSitePermission", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Grant-MgBetaSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "Permissions": [ { "Name": "Files.ReadWrite", @@ -324428,150 +326488,150 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Grant-MgBetaSharePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Grant-MgBetaSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Grant-MgBetaUserDriveItemPermission", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Grant-MgBetaUserDriveRootPermission", - "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Grant-MgSharePermission", + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "Permissions": [ { "Name": "Files.ReadWrite", @@ -324597,315 +326657,313 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Grant-MgSharePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Hide-MgBetaChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/hideForUser", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Hide-MgBetaUserChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Hide-MgChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/hideForUser", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Import", "ImportExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0" + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -324923,20 +326981,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Activate", - "ActivateViaIdentity" + "ActivateExpanded", + "ActivateViaIdentity", + "ActivateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -324954,22 +327014,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -324987,22 +327047,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Activate", - "ActivateExpanded", - "ActivateViaIdentity", - "ActivateViaIdentityExpanded" + "ActivateViaIdentity" ], - "Method": "POST", - "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Initialize-MgBetaEducationClassAssignment", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", - "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -325020,80 +327078,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Method": "POST", - "Command": "Initialize-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Activate", "ActivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Initialize-MgBetaEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Activate", "ActivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Initialize-MgBetaEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -325111,36 +327169,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Method": "POST", - "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Initialize-MgBetaUserManagedDeviceEsim", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Initialize-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -325158,80 +327216,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Method": "POST", - "Command": "Initialize-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Activate", "ActivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Initialize-MgEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Activate", "ActivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -325249,20 +327307,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "Method": "POST", - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Invoke-MgAbortPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -325288,180 +327348,180 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgAbortPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/answer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Invoke-MgAnswerCommunicationCall", + "Uri": "/communications/calls/{call-id}/answer", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -325479,36 +327539,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgAnswerCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0" + ] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Archive", "ArchiveExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgArchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/archive", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Invoke-MgArchiveTeam", + "Uri": "/teams/{team-id}/archive", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -325542,22 +327602,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgArchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "As", + "AsViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -325575,20 +327633,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "As", - "AsViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Available" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "Uri": "/directory/federationConfigurations/availableProviderTypes", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -325606,19 +327663,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "Method": "GET", + "OutputType": null, "Variants": [ "Available" ], - "Method": "GET", - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Invoke-MgAvailableIdentityProviderType", "Uri": "/identity/identityProviders/availableProviderTypes", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -325636,35 +327693,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Available" - ], - "Method": "GET", - "Command": "Invoke-MgAvailableIdentityProviderType", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Begin", + "BeginViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -325682,20 +327740,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Begin", - "BeginViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Abort", + "AbortExpanded", + "AbortViaIdentity", + "AbortViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Invoke-MgBetaAbortPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -325721,266 +327781,266 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Abort", - "AbortExpanded", - "AbortViaIdentity", - "AbortViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaAbortPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Invoke-MgBetaAbortPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaAcceptGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/accept", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaAcceptGroupEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaAcceptUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/accept", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaAcceptUserEventInstance", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaAcceptUserEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Accept", "AcceptViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Account", "AccountViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Allow", "AllowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Allow", "AllowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/answer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Answer", + "AnswerExpanded", + "AnswerViaIdentity", + "AnswerViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Invoke-MgBetaAnswerCommunicationCall", + "Uri": "/communications/calls/{call-id}/answer", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -325998,22 +328058,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Answer", - "AnswerExpanded", - "AnswerViaIdentity", - "AnswerViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaAnswerCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Variants": [ + "App", + "AppViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -326031,20 +328089,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Variants": [ "App", "AppViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -326062,50 +328120,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "App", - "AppViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "App", "AppViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/plans/{plannerPlan-id}/archive", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Invoke-MgBetaArchivePlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}/archive", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -326123,36 +328183,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaArchivePlannerPlan", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Archive", "ArchiveExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/archive", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Invoke-MgBetaArchiveTeam", + "Uri": "/teams/{team-id}/archive", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -326186,86 +328246,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaArchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaArchiveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/archive", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/archive", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaArchiveUserPlannerPlan", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Variants": [ + "As", + "AsViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -326283,20 +328341,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "As", "AsViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -326314,90 +328372,90 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "As", - "AsViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Assigned", + "AssignedViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -326423,104 +328481,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assigned", - "AssignedViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/availableProviderTypes", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "Method": "GET", "OutputType": null, + "Variants": [ + "Available" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", + "Uri": "/directory/federationConfigurations/availableProviderTypes", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -326538,19 +328595,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "Method": "GET", + "OutputType": null, "Variants": [ "Available" ], - "Method": "GET", - "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Invoke-MgBetaAvailableIdentityProviderType", "Uri": "/identity/identityProviders/availableProviderTypes", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -326568,67 +328625,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Available" - ], - "Method": "GET", - "Command": "Invoke-MgBetaAvailableIdentityProviderType", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Begin", + "BeginViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -326646,336 +328704,338 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Begin", - "BeginViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", - "ApiReferenceLink": null + "Uri": "/informationProtection/decryptBuffer", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", - "ApiReferenceLink": null + "Uri": "/informationProtection/encryptBuffer", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/decryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/decryptBuffer", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/encryptBuffer", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/encryptBuffer", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/bulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaBulkUserCloudPcResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/bulkResize", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaCalendarGroupCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Invoke-MgBetaCheckinDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "Permissions": [ { "Name": "Files.ReadWrite", @@ -327001,102 +329061,100 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaCheckinDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaCheckinDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/checkin", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaCheckinGroupDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaCheckinGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaCheckinUserDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaCheckinUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Invoke-MgBetaCheckoutDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "Permissions": [ { "Name": "Files.ReadWrite", @@ -327122,404 +329180,406 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaCheckoutDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaCheckoutDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/checkout", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaCheckoutGroupDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaCheckoutUserDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaCheckoutUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Comment", "CommentViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Invoke-MgBetaCommentSecurityAlert", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDataSharingConsent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Consent", "ConsentViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", - "ApiReferenceLink": null + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/createOrGet", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -327537,22 +329597,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Custom" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -327586,19 +329643,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Custom" - ], - "Method": "GET", - "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -327616,112 +329674,114 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Deactivate", - "DeactivateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaDeclineGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/decline", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaDeclineUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/decline", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaDeclineUserEventInstance", - "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Deprovision", + "DeprovisionExpanded", + "DeprovisionViaIdentity", + "DeprovisionViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -327739,22 +329799,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -327772,230 +329832,227 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Deprovision", - "DeprovisionExpanded", - "DeprovisionViaIdentity", - "DeprovisionViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-1.0" + "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaDismissDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/dismiss", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaDismissGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaDismissRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyUsers/dismiss", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaDismissUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Down", "DownViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Down", "DownViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Download" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -328013,19 +330070,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Download" - ], - "Method": "GET", - "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Download", + "DownloadExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -328043,20 +330101,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Download", - "DownloadExpanded" + "DownloadViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceLogCollectionRequestDeviceLog", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Download", + "DownloadExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", + "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -328074,50 +330146,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Download", - "DownloadExpanded" + "DownloadViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceLogCollectionRequestDeviceLog", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Download", + "DownloadViaIdentity" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Users.Actions", + "Command": "Invoke-MgBetaDownloadUserManagedDeviceLogCollectionRequestDeviceLog", + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Down", "DownViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaDownUserManagedDeviceShut", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Enroll", + "EnrollViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -328135,20 +330235,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -328166,158 +330266,158 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Enroll", - "EnrollViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Enroll", "EnrollExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Estimate", + "EstimateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -328335,20 +330435,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -328366,62 +330466,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "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 + } + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/executeAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Variants": [ + "Execute", + "ExecuteExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", + "Uri": "/deviceManagement/comanagedDevices/executeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -328447,20 +330564,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Variants": [ "Execute", "ExecuteExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", "Uri": "/deviceManagement/managedDevices/executeAction", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -328486,52 +330603,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Execute", - "ExecuteExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBulkDriverActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/executeAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/executeAction", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", + "Variants": [ + "Experience", + "Experience1" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaExperienceDeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -328549,20 +330666,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Experience", - "Experience1" - ], - "Method": "GET", - "Command": "Invoke-MgBetaExperienceDeviceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Permissions": [ { "Name": "Files.Read.All", @@ -328596,78 +330713,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Variants": [ + "Extract", + "ExtractExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", + "Uri": "/informationProtection/policy/labels/extractLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -328685,94 +330802,96 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Extract", - "ExtractExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityContentLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-1.0" + "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Variants": [ + "Extract", + "ExtractExpanded", + "ExtractViaIdentity", + "ExtractViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -328790,50 +330909,48 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Extract", - "ExtractExpanded", - "ExtractViaIdentity", - "ExtractViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/favorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Favorite", "FavoriteExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -328851,20 +330968,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -328882,34 +330999,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -328927,20 +331044,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -328958,20 +331075,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -328989,76 +331106,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -329076,20 +331193,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -329107,20 +331224,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -329138,20 +331255,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -329169,20 +331286,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -329200,20 +331317,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -329231,20 +331348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -329262,160 +331379,262 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -329457,20 +331676,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -329512,20 +331731,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -329567,20 +331786,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -329622,20 +331841,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -329677,20 +331896,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -329732,216 +331951,216 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -329959,20 +332178,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -329990,160 +332209,160 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Post", "PostViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Invoke-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Post", "PostViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Post", "PostViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Post", "PostViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Invoke-MgBetaFollowDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "Permissions": [ { "Name": "Files.Read", @@ -330193,122 +332412,124 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Follow", - "FollowViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaFollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaFollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/follow", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaFollowGroupDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaFollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaFollowUserDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaFollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/forceDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaForceDomainDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/forceDelete", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaForwardGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -330326,54 +332547,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaForwardGroupEvent", "Uri": "/groups/{group-id}/events/{event-id}/forward", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaForwardGroupThreadPost", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -330391,132 +332612,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaForwardGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaForwardUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/forward", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaForwardUserEventInstance", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaForwardUserMailFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaForwardUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/forward", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Function", "FunctionViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Variants": [ + "Function", + "FunctionViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -330534,20 +332753,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -330565,20 +332784,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -330596,36 +332815,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Function", - "FunctionViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaGraphChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/unhideForUser", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Graph", + "GraphViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaGraphDeviceManagement", + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -330659,77 +332878,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Graph", - "GraphViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaGraphDeviceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaGraphDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/sharedWithMe", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/unsubscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaGraphGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/unsubscribeByMail", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaGraphGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "Graph1", @@ -330738,306 +332948,315 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaGraphUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaGraphUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Has" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "Method": "GET", "OutputType": null, + "Variants": [ + "Have", + "HaveViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Invoke-MgBetaHaveTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -331055,62 +333274,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Have", - "HaveViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaHaveTeamChannel", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Have", "HaveViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Have", "HaveViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Initiate", + "InitiateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -331128,20 +333347,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Initiate", - "InitiateViaIdentity" + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -331159,36 +333380,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Initiate", + "InitiateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -331206,20 +333425,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Initiate", - "InitiateViaIdentity" + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -331237,66 +333458,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Variants": [ + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Invoke-MgBetaInstantiateApplicationTemplate", + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -331322,22 +333543,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaInstantiateApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/invalidateAllRefreshTokens", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Invalidate", + "InvalidateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -331363,36 +333582,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Invalidate", - "InvalidateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInviteParticipantsOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/participants/invite", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Invoke-MgBetaInviteDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "Permissions": [ { "Name": "Files.ReadWrite", @@ -331418,102 +333639,99 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaInviteDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaInviteDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/invite", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaInviteGroupDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaInviteGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaInviteUserDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaInviteUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Are" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -331531,19 +333749,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Are" - ], - "Method": "GET", - "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Keep", + "KeepViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Invoke-MgBetaKeepCommunicationCallAlive", + "Uri": "/communications/calls/{call-id}/keepAlive", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -331561,20 +333780,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Keep", - "KeepViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaKeepCommunicationCallAlive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "License", + "LicenseViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Invoke-MgBetaLicenseUser", + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -331592,264 +333811,263 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "License", - "LicenseViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaLicenseUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Log", "LogExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0" + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Logout", "LogoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Logout", "LogoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Logout", "LogoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaMarkChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/markChatReadForUser", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaMarkChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/markRead", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/allMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Message" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Invoke-MgBetaMessageChat", + "Uri": "/chats/allMessages", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -331915,19 +334133,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Message" ], - "Method": "GET", - "Command": "Invoke-MgBetaMessageChat", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Invoke-MgBetaMessageTeam", "Uri": "/teams/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -332001,19 +334219,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Message" - ], - "Method": "GET", - "Command": "Invoke-MgBetaMessageTeam", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/allMessages", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Message", + "MessageViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Invoke-MgBetaMessageTeamChannel", + "Uri": "/teams/{team-id}/channels/allMessages", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -332087,34 +334306,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Message", "MessageViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaMessageTeamChannel", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Message", "MessageViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Functions", + "Command": "Invoke-MgBetaMessageUserChat", "Uri": "/users/{user-id}/chats/allMessages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -332196,20 +334415,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Message", - "MessageViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaMessageUserChat", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/muteAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMuteParticipantsOperation", + "Variants": [ + "Mute1", + "MuteExpanded1", + "MuteViaIdentity1", + "MuteViaIdentityExpanded1" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/muteAll", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -332227,22 +334448,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Mute1", - "MuteExpanded1", - "MuteViaIdentity1", - "MuteViaIdentityExpanded1" - ], - "Method": "POST", - "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Variants": [ + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Invoke-MgBetaMuteCommunicationCall", + "Uri": "/communications/calls/{call-id}/mute", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -332260,22 +334481,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaMuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -332293,128 +334514,128 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/my", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "My" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/my", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/my", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "My" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/my", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", - "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", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", - "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", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Variants": [ + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -332432,22 +334653,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -332465,22 +334686,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Variants": [ + "Pending", + "PendingViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Invoke-MgBetaPendingUserApp", + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -332498,34 +334717,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Pending", - "PendingViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaPendingUserApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Pin", "PinViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaPinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Variants": [ + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", + "Uri": "/communications/calls/{call-id}/playPrompt", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -332543,118 +334764,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-1.0" + "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/postpone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/postpone", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Invoke-MgBetaPreviewDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "Permissions": [ { "Name": "Files.Read", @@ -332704,242 +334925,240 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaPreviewDriveItem", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaPreviewDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/preview", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaPreviewGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaPreviewGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaPreviewGroupOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaPreviewSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaPreviewUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaPreviewUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaPreviewUserOnenotePage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/promote", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Promote", "PromoteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaPromoteDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/promote", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/promoteToInitial", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Promote", "PromoteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaPromoteDomainToInitial", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/promoteToInitial", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Query", "QueryExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/search/query", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSearchResponse", + "Variants": [ + "Query", + "QueryExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Invoke-MgBetaQuerySearch", + "Uri": "/search/query", "Permissions": [ { "Name": "Mail.Read", @@ -333013,62 +335232,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Query", - "QueryExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaQuerySearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-1.0" + "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/reactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/reactivate", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-1.0" + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -333094,476 +335313,476 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaReauthorizeShareListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Command": "Invoke-MgBetaReauthorizeSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}/reauthorize", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaRecentDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/recent", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaRecentGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/activities/recent", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaRecentUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/recent", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaRecentUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/record", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaRecordCommunicationCall", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/record", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/recordResponse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaRecordCommunicationCallResponse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/recordResponse", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaRedirectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/redirect", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Invoke-MgBetaRedirectPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0" + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Invoke-MgBetaRedirectPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Reenable", + "ReenableViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -333581,20 +335800,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -333612,50 +335831,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reenable", - "ReenableViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReenableUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/reject", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaRejectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/reject", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Reject", + "RejectExpanded", + "RejectViaIdentity", + "RejectViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -333673,218 +335894,216 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reject", - "RejectExpanded", - "RejectViaIdentity", - "RejectViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remediate", "RemediateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration/analyzedEmails/remediate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remediate", "RemediateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-1.0" + "Uri": "/security/collaboration/analyzedEmails/remediate", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/renew", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Renew", + "RenewViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Invoke-MgBetaRenewGroup", + "Uri": "/groups/{group-id}/renew", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -333902,20 +336121,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Renew", - "RenewViaIdentity" + "RenewExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaRenewGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", "Uri": "/groupLifecyclePolicies/renewGroup", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -333933,20 +336152,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Renew", - "RenewExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -333964,20 +336183,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -333995,100 +336214,102 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReplyAllUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Invoke-MgBetaReplyGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -334106,22 +336327,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -334139,38 +336360,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaReplyGroupThread", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -334188,22 +336409,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Invoke-MgBetaReplyGroupThreadPost", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -334221,300 +336442,298 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaReplyGroupThreadPost", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReplyUserMailFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReplyUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/reply", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Report", "ReportViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Report", "ReportViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cloud", "CloudViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cloud", "CloudViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReprovisionUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cloud", "CloudViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retire", "RetireViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retire", "RetireViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retire", "RetireViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaRetireUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaRetryContactServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-1.0" + "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/retryServiceProvisioning", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaRetryUserServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0" + "Uri": "/users/{user-id}/retryServiceProvisioning", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Return", + "ReturnViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -334532,62 +336751,62 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Return", - "ReturnViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Return", "ReturnViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Return", "ReturnViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", - "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reupload", "ReuploadViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Rotate", + "RotateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -334605,34 +336824,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -334650,20 +336869,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -334681,34 +336900,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -334726,126 +336945,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Rotate", - "RotateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Rotate", "RotateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Variants": [ + "Schedule" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", + "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -334863,19 +337081,19 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", "Variants": [ "Schedule" ], - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "ApiVersion": "beta", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -334893,207 +337111,210 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Schedule" - ], - "Method": "GET", - "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Schedule" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Schedule" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Self", "SelfViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Share", "ShareViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/share", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Invoke-MgBetaShareTeamSchedule", + "Uri": "/teams/{team-id}/schedule/share", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -335111,318 +337332,316 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaShareTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/signDigest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sign", "SignExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaSignInformationProtectionDigest", - "ApiReferenceLink": null + "Uri": "/informationProtection/signDigest", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/signDigest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/informationProtection/signDigest", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/signDigest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSigningResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/signDigest", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaSnoozeGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaSnoozeUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaSoftUserChatMessageDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/subscribeToTone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/subscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaSubscribeGroupByMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/subscribeByMail", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Functions", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Variants": [ + "Summarize", + "SummarizeViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -335456,20 +337675,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -335487,20 +337706,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Functions", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -335518,20 +337737,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Variants": [ + "Summary", + "SummaryViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -335549,20 +337768,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -335580,48 +337799,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Summary", - "SummaryViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Summary", "SummaryViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Summary", "SummaryViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphLocaleInfo", + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", + "Uri": "/users/{user-id}/outlook/supportedLanguages", "Permissions": [ { "Name": "User.Read.All", @@ -335647,36 +337866,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Supported", - "SupportedViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -335694,22 +337915,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -335727,22 +337948,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -335760,38 +337981,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -335809,22 +338030,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Variants": [ + "Tenant", + "TenantExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", + "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -335842,34 +338061,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Tenant", - "TenantExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Tenant", "TenantViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Terminate", + "TerminateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -335887,20 +338106,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Variants": [ + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Invoke-MgBetaTimeUserOutlook", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "Permissions": [ { "Name": "User.Read.All", @@ -335926,22 +338147,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" - ], - "Method": "GET", - "Command": "Invoke-MgBetaTimeUserOutlook", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/translateExchangeIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphConvertIdResult", + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Invoke-MgBetaTranslateUserExchangeId", + "Uri": "/users/{user-id}/translateExchangeIds", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -335983,66 +338204,66 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaTranslateUserExchangeId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaTroubleshootUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/plans/{plannerPlan-id}/unarchive", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Unarchive", + "UnarchiveExpanded", + "UnarchiveViaIdentity", + "UnarchiveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Invoke-MgBetaUnarchivePlannerPlan", + "Uri": "/planner/plans/{plannerPlan-id}/unarchive", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -336060,36 +338281,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Unarchive", - "UnarchiveExpanded", - "UnarchiveViaIdentity", - "UnarchiveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaUnarchivePlannerPlan", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Invoke-MgBetaUnarchiveTeam", + "Uri": "/teams/{team-id}/unarchive", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -336123,92 +338342,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaUnarchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaUnarchiveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/unarchive", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -336226,190 +338445,192 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidForWorkSettings/unbind", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unbind" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkSettings/unbind", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unbind" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unenroll", "UnenrollExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaUnfollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Invoke-MgBetaUnfollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/unfollow", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaUnfollowGroupDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaUnfollowUserDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaUnfollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/unmute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Variants": [ + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Invoke-MgBetaUnmuteCommunicationCall", + "Uri": "/communications/calls/{call-id}/unmute", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -336427,36 +338648,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgBetaUnmuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpin", "UnpinViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaUnpinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -336482,122 +338701,122 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Invoke-MgBetaUnsubscribeUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", + "Method": "GET", "OutputType": null, + "Variants": [ + "Upload", + "UploadViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -336615,148 +338834,148 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Upload", - "UploadViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-1.0" + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-1.0" + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-1.0" + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Variants": [ + "Usage", + "UsageViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "Permissions": [ { "Name": "Policy.Read.All", @@ -336782,64 +339001,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Usage", - "UsageViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphReminder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "View", "ViewViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Invoke-MgBetaViewUserReminder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgCalendarGroupCalendar", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Invoke-MgCheckinDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "Permissions": [ { "Name": "Files.ReadWrite", @@ -336865,102 +339086,100 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgCheckinDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgCheckinDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/checkin", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Invoke-MgCheckoutDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "Permissions": [ { "Name": "Files.ReadWrite", @@ -336986,326 +339205,328 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgCheckoutDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgCheckoutDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/checkout", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Comment", "CommentViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Invoke-MgCommentSecurityAlert", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/createOrGet", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -337323,22 +339544,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Deactivate", + "DeactivateViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Invoke-MgDeactivateEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -337356,210 +339575,209 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Deactivate", - "DeactivateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgDeactivateEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Invoke-MgDeactivateEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Dismiss", "DismissExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Invoke-MgDismissRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/dismiss", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Dismiss", "DismissExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Invoke-MgDismissRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0" + "Uri": "/identityProtection/riskyUsers/dismiss", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Down", "DownViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Download" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -337577,33 +339795,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Download" - ], - "Method": "GET", - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Down", "DownViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Estimate", + "EstimateViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -337621,20 +339840,19 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", + "Variants": [ + "Experience" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Invoke-MgExperienceDeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -337652,19 +339870,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Experience" - ], - "Method": "GET", - "Command": "Invoke-MgExperienceDeviceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Permissions": [ { "Name": "Files.Read.All", @@ -337698,118 +339917,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgExtractDriveItemSensitivityLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgExtractDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Extract", "ExtractViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/favorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Favorite", "FavoriteExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/favorite", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -337827,20 +340046,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -337858,20 +340077,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -337889,20 +340108,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -337920,20 +340139,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -337951,20 +340170,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -337982,20 +340201,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -338013,20 +340232,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -338044,20 +340263,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -338075,20 +340294,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -338106,20 +340325,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -338137,20 +340356,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -338168,118 +340387,220 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", + "Description": "Read assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", + "Description": "Read eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -338321,20 +340642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -338376,20 +340697,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -338431,20 +340752,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -338486,20 +340807,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -338541,20 +340862,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -338596,104 +340917,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -338711,20 +341032,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Variants": [ "Filter", "FilterViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -338742,20 +341063,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Invoke-MgFollowDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "Permissions": [ { "Name": "Files.Read", @@ -338805,122 +341126,124 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Follow", - "FollowViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgFollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgFollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/follow", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Follow", "FollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/forceDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Invoke-MgForceDomainDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/forceDelete", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Forward", + "ForwardExpanded", + "ForwardViaIdentity", + "ForwardViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Invoke-MgForwardGroupConversationThreadPost", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -338938,54 +341261,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgForwardGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Invoke-MgForwardGroupEvent", "Uri": "/groups/{group-id}/events/{event-id}/forward", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgForwardGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Invoke-MgForwardGroupThreadPost", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -339003,132 +341326,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Forward", - "ForwardExpanded", - "ForwardViaIdentity", - "ForwardViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgForwardGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/forward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Function", "FunctionViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Variants": [ + "Function", + "FunctionViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -339146,20 +341467,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -339177,20 +341498,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "Method": "GET", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -339208,79 +341529,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Function", - "FunctionViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Invoke-MgGraphChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/unhideForUser", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgGraphDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/sharedWithMe", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/unsubscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgGraphGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/unsubscribeByMail", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgGraphGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Graph", "Graph1", @@ -339289,45 +341601,54 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Invoke-MgGraphReportAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Graph", "GraphViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Invoke-MgGraphUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, + "Variants": [ + "Have", + "HaveViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Invoke-MgHaveTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -339345,48 +341666,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Have", - "HaveViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgHaveTeamChannel", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Have", "HaveViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Invoke-MgHaveTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Have", "HaveViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Variants": [ + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Invoke-MgInstantiateApplicationTemplate", + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -339412,38 +341735,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgInstantiateApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphInviteParticipantsOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Invoke-MgInviteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/participants/invite", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Invoke-MgInviteDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "Permissions": [ { "Name": "Files.ReadWrite", @@ -339469,102 +341792,100 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgInviteDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgInviteDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/invite", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/keepAlive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Keep", + "KeepViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Invoke-MgKeepCommunicationCallAlive", + "Uri": "/communications/calls/{call-id}/keepAlive", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -339582,20 +341903,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Keep", - "KeepViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgKeepCommunicationCallAlive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "License", + "LicenseViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Invoke-MgLicenseUser", + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -339613,154 +341934,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "License", - "LicenseViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgLicenseUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Log", "LogExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0" + "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Logout", "LogoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Logout", "LogoutViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Invoke-MgMarkChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/markChatReadForUser", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Invoke-MgMarkChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/markRead", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/markRead", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/mute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Variants": [ + "Mute", + "MuteExpanded", + "MuteViaIdentity", + "MuteViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Invoke-MgMuteCommunicationCall", + "Uri": "/communications/calls/{call-id}/mute", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -339778,22 +342101,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgMuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Invoke-MgMuteCommunicationCallParticipant", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -339811,54 +342134,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Mute", - "MuteExpanded", - "MuteViaIdentity", - "MuteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgMuteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Variants": [ + "Parse", + "ParseExpanded", + "ParseViaIdentity", + "ParseViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -339876,22 +342199,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -339909,36 +342232,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Parse", - "ParseExpanded", - "ParseViaIdentity", - "ParseViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Pin", "PinViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/playPrompt", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Variants": [ + "Play", + "PlayExpanded", + "PlayViaIdentity", + "PlayViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Invoke-MgPlayCommunicationCallPrompt", + "Uri": "/communications/calls/{call-id}/playPrompt", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -339956,22 +342279,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Play", - "PlayExpanded", - "PlayViaIdentity", - "PlayViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgPlayCommunicationCallPrompt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Invoke-MgPreviewDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "Permissions": [ { "Name": "Files.Read", @@ -340021,214 +342344,212 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgPreviewDriveItem", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgPreviewDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/preview", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgPreviewGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgPreviewGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgPreviewGroupOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Invoke-MgPreviewSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Invoke-MgPreviewUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemPreviewInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Invoke-MgPreviewUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphOnenotePagePreview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Preview", "PreviewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Invoke-MgPreviewUserOnenotePage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/promote", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Promote", "PromoteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Invoke-MgPromoteDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/promote", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/search/query", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSearchResponse", + "Variants": [ + "Query", + "QueryExpanded" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Invoke-MgQuerySearch", + "Uri": "/search/query", "Permissions": [ { "Name": "Mail.Read", @@ -340302,20 +342623,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Query", - "QueryExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgQuerySearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -340341,520 +342662,520 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Command": "Invoke-MgReauthorizeSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}/reauthorize", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgRecentDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/recent", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgRecentGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/activities/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "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", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Recent", "RecentViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Invoke-MgRecentUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/recordResponse", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphRecordOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Invoke-MgRecordCommunicationCallResponse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/recordResponse", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Invoke-MgRedirectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/redirect", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "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", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "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", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/reject", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Invoke-MgRejectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/reject", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Renew", "RenewViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/renew", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Renew", + "RenewViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Invoke-MgRenewGroup", + "Uri": "/groups/{group-id}/renew", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -340872,20 +343193,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Renew", - "RenewViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgRenewGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -340903,68 +343224,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Reply", + "ReplyExpanded", + "ReplyViaIdentity", + "ReplyViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Invoke-MgReplyGroupConversationThread", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -340982,22 +343305,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgReplyGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Invoke-MgReplyGroupConversationThreadPost", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -341015,38 +343338,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgReplyGroupConversationThreadPost", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Invoke-MgReplyGroupThread", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -341064,22 +343387,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgReplyGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Invoke-MgReplyGroupThreadPost", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -341097,184 +343420,182 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reply", - "ReplyExpanded", - "ReplyViaIdentity", - "ReplyViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgReplyGroupThreadPost", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/reply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Report", "ReportViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Report", "ReportViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Retire", "RetireViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Retire", "RetireViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Invoke-MgRetryContactServiceProvisioning", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgRetryGroupServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/retryServiceProvisioning", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/retryServiceProvisioning", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Retry", "RetryViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Invoke-MgRetryUserServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0" + "Uri": "/users/{user-id}/retryServiceProvisioning", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Return", + "ReturnViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -341292,96 +343613,98 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Return", - "ReturnViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Return", "ReturnViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Return", "ReturnViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/share", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Invoke-MgShareTeamSchedule", + "Uri": "/teams/{team-id}/schedule/share", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -341399,256 +343722,254 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgShareTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Soft", "SoftViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/subscribeToTone", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Invoke-MgSubscribeCommunicationCallToTone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/subscribeToTone", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/subscribeByMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Invoke-MgSubscribeGroupByMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/subscribeByMail", + "Permissions": [] }, { - "Module": "DeviceManagement.Functions", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Variants": [ + "Summarize", + "SummarizeViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Functions", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -341682,20 +344003,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Variants": [ + "Summary", + "SummaryViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -341713,20 +344034,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "GET", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Method": "GET", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -341744,48 +344065,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Summary", - "SummaryViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Summary", "SummaryViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Summary", "SummaryViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/outlook/supportedLanguages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphLocaleInfo", + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Invoke-MgSupportedUserOutlookLanguage", + "Uri": "/users/{user-id}/outlook/supportedLanguages", "Permissions": [ { "Name": "User.Read.All", @@ -341811,20 +344132,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Supported", - "SupportedViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgSupportedUserOutlookLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -341842,22 +344165,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -341875,22 +344198,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -341908,38 +344231,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Terminate", + "TerminateViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Invoke-MgTerminateDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -341957,20 +344278,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgTerminateDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0" + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Variants": [ + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Users.Functions", + "Command": "Invoke-MgTimeUserOutlook", + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "Permissions": [ { "Name": "User.Read.All", @@ -341996,22 +344319,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" - ], - "Method": "GET", - "Command": "Invoke-MgTimeUserOutlook", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/translateExchangeIds", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphConvertIdResult", + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Invoke-MgTranslateUserExchangeId", + "Uri": "/users/{user-id}/translateExchangeIds", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -342053,50 +344376,48 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgTranslateUserExchangeId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/unarchive", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Invoke-MgUnarchiveTeam", + "Uri": "/teams/{team-id}/unarchive", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -342130,20 +344451,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgUnarchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -342161,118 +344482,120 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0" + ] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0" + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Invoke-MgUnfollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/unfollow", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/unmute", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Variants": [ + "Unmute", + "UnmuteExpanded", + "UnmuteViaIdentity", + "UnmuteViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Invoke-MgUnmuteCommunicationCall", + "Uri": "/communications/calls/{call-id}/unmute", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -342290,36 +344613,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unmute", - "UnmuteExpanded", - "UnmuteViaIdentity", - "UnmuteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Invoke-MgUnmuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpin", "UnpinViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -342345,110 +344666,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" - ], - "Method": "POST", - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "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", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "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", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Usage", "UsageViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Variants": [ + "Usage", + "UsageViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "Permissions": [ { "Name": "Policy.Read.All", @@ -342474,114 +344795,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Usage", - "UsageViaIdentity" - ], - "Method": "GET", - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphReminder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "View", "ViewViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Invoke-MgViewUserReminder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Join-MgBetaDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Join-MgBetaShareListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Join-MgBetaSiteContentTypeWithHubSite", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -342599,134 +344922,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Join-MgBetaSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Join-MgBetaSiteListContentTypeWithHubSite", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", - "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Join-MgSiteContentTypeWithHubSite", + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -342744,140 +345067,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Join-MgSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Lock", "LockViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Lock", "LockViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Lock", "LockViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Lock-MgBetaUserManagedDeviceRemote", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Lock", "LockViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Lock", "LockViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/transfer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Move-MgBetaCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/transfer", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Move", + "MoveExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", + "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -342895,36 +345216,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Move", - "MoveExpanded" - ], - "Method": "POST", - "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Move-MgBetaDeviceManagementIntentToTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Move", + "MoveExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", + "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -342942,430 +345263,430 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Move", - "MoveExpanded" - ], - "Method": "POST", - "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Move-MgBetaGroupPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Move-MgBetaPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-1.0" + "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Move-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Move-MgBetaUserMailFolderChildFolder", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Move-MgBetaUserMailFolderChildFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Move-MgBetaUserMailFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Move-MgBetaUserManagedDeviceToOu", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Move-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/move", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Move-MgBetaUserPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-1.0" + "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/transfer", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Move-MgCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/transfer", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/move", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgAgreement", - "ApiReferenceLink": null + "Uri": "/agreements", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + "Uri": "/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsApp", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -343391,20 +345712,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgAppCatalogTeamApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgAppCatalogTeamAppDefinition", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -343430,22 +345753,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgApplication", "Uri": "/applications", - "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -343463,20 +345784,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgApplicationAppManagementPolicyByRef", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -343493,23 +345816,31 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgApplicationAppManagementPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgApplicationExtensionProperty", "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -343535,22 +345866,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgApplicationFederatedIdentityCredential", "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -343568,22 +345899,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgApplicationOwnerByRef", "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -343617,102 +345948,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgApplicationOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -343730,6 +346061,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -343746,22 +346085,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgApplicationTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -343779,6 +346118,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -343795,22 +346142,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphAccessReview", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "New-MgBetaAccessReview", "Uri": "/accessReviews", - "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -343828,116 +346173,118 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAccessReviewInstance", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/reviewers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "New-MgBetaAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -343955,98 +346302,98 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaAccessReviewReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0" + "Uri": "/administrativeUnits", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "New-MgBetaAdministrativeUnitMember", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -344064,22 +346411,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaAdministrativeUnitMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "New-MgBetaAdministrativeUnitMemberByRef", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -344097,146 +346444,144 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0" + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAgreement", - "ApiReferenceLink": null + "Uri": "/agreements", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + "Uri": "/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsApp", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "New-MgBetaAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -344262,20 +346607,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaAppCatalogTeamAppDefinition", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -344301,38 +346648,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "New-MgBetaApplication", + "Uri": "/applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -344350,20 +346695,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaApplicationAppManagementPolicyByRef", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -344380,23 +346727,31 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaApplicationAppManagementPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaApplicationExtensionProperty", "Uri": "/applications/{application-id}/extensionProperties", - "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -344422,22 +346777,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaApplicationFederatedIdentityCredential", "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -344455,22 +346810,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaApplicationOwnerByRef", "Uri": "/applications/{application-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -344504,102 +346859,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaApplicationOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -344617,6 +346972,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -344633,22 +346996,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -344666,6 +347029,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -344682,38 +347053,42 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaBookingBusiness", - "ApiReferenceLink": null + "Uri": "/bookingBusinesses", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "Create", + "Create1", + "CreateExpanded", + "CreateExpanded1", + "CreateViaIdentity", + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "New-MgBetaBookingBusinessAppointment", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -344747,7 +347122,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Create", "Create1", @@ -344758,16 +347138,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", - "Command": "New-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "New-MgBetaBookingBusinessCalendarView", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCustomer", "Variants": [ "Create", "Create1", @@ -344778,15 +347158,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", - "Command": "New-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "New-MgBetaBookingBusinessCustomer", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -344812,7 +347187,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Create", "Create1", @@ -344823,15 +347203,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", - "Command": "New-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "New-MgBetaBookingBusinessCustomQuestion", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -344857,7 +347232,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingService", "Variants": [ "Create", "Create1", @@ -344868,15 +347248,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", - "Command": "New-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "New-MgBetaBookingBusinessService", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -344894,7 +347269,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingStaffMember", "Variants": [ "Create", "Create1", @@ -344905,15 +347285,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", - "Command": "New-MgBetaBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "New-MgBetaBookingBusinessStaffMember", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -344931,56 +347306,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "Create1", - "CreateExpanded", - "CreateExpanded1", - "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" - ], - "Method": "POST", - "Command": "New-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingCurrencies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaBookingCurrency", - "ApiReferenceLink": null + "Uri": "/bookingCurrencies", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/businessFlowTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null + "Uri": "/businessFlowTemplates", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "New-MgBetaBusinessScenario", + "Uri": "/solutions/businessScenarios", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -344998,20 +347367,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaBusinessScenario", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -345029,38 +347400,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-post-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "New-MgBetaChat", + "Uri": "/chats", "Permissions": [ { "Name": "Chat.Create", @@ -345078,20 +347447,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaChatInstalledApp", "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -345133,6 +347504,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForChat.All", "Description": "Manage Teams apps for all chats", @@ -345157,6 +347536,14 @@ "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", @@ -345165,22 +347552,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaChatMember", "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -345222,22 +347609,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaChatMessage", "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "ChatMessage.Send", @@ -345271,102 +347658,102 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaChatOperation", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "New-MgBetaChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages", "Permissions": [ { "Name": "ChatMessage.Send", @@ -345392,22 +347779,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" - }, - { + ], + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaChatTab", "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsTab.Create", @@ -345473,22 +347860,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphCall", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "New-MgBetaCommunicationCall", "Uri": "/communications/calls", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -345530,20 +347915,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -345561,133 +347948,122 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/participants", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecordsParticipant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -345698,93 +348074,102 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaCommunicationPresence", - "ApiReferenceLink": null + "Uri": "/communications/presences", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345802,20 +348187,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345833,22 +348220,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345866,38 +348253,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345915,22 +348302,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345948,22 +348335,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345981,38 +348368,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346030,22 +348417,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346063,38 +348450,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346112,22 +348499,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346145,22 +348532,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346178,22 +348565,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346211,22 +348598,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "New-MgBetaComplianceEdiscoveryCaseTag", "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -346244,92 +348631,92 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaContact", - "ApiReferenceLink": null + "Uri": "/contacts", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaContract", - "ApiReferenceLink": null + "Uri": "/contracts", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0" + "Uri": "/devices", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346347,38 +348734,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346396,20 +348781,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346427,128 +348814,128 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346566,52 +348953,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppPolicies", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346629,52 +349014,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppOperation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346692,158 +349095,158 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppStatuses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBookCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBookCategories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346861,22 +349264,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -346894,1514 +349297,1514 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCategories", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348419,38 +350822,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348468,22 +350871,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementTask", "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348501,20 +350902,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphVppToken", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementVppToken", "Uri": "/deviceAppManagement/vppTokens", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -348532,66 +350933,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348609,20 +351010,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348640,36 +351041,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348687,22 +351090,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -348720,22 +351123,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348753,20 +351154,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348784,20 +351185,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -348815,186 +351218,183 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/commands", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDeviceCommand", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/commands", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Generate" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -349012,151 +351412,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Generate" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/assignmentFilters", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null + "Uri": "/deviceManagement/assignmentFilters", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/auditEvents", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/autopilotEvents", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/cartToClassAssociations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/cartToClassAssociations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/categories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349174,162 +351575,162 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/comanagementEligibleDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349347,20 +351748,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", "Uri": "/deviceManagement/complianceManagementPartners", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -349378,234 +351779,234 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/complianceSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/complianceSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/dataSharingConsents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDataSharingConsent", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -349623,34 +352024,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Generate", + "GenerateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -349668,66 +352069,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Generate", - "GenerateViaIdentity" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/derivedCredentials", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null + "Uri": "/deviceManagement/derivedCredentials", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDetectedApp", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -349745,20 +352146,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -349776,310 +352177,310 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -350097,20 +352498,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -350128,22 +352531,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -350161,20 +352562,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceHealthScript", "Uri": "/deviceManagement/deviceHealthScripts", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350192,20 +352593,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350223,22 +352626,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350256,22 +352659,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceShellScript", "Uri": "/deviceManagement/deviceShellScripts", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350289,20 +352690,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350320,22 +352723,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350353,22 +352756,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350386,22 +352789,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -350419,98 +352822,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/domainJoinConnectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/domainJoinConnectors", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeConnectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -350528,584 +352929,584 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyObjectFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyObjectFiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedDeviceIdentities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedDeviceIdentities", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementIntentCopy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intuneBrandingProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/iosUpdateStatuses", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -351123,112 +353524,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceCleanupRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceCleanupRules", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -351246,156 +353649,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Create", + "CreateViaIdentity", + "Generate", + "GenerateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351413,82 +353816,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateViaIdentity", - "Generate", - "GenerateViaIdentity" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -351506,22 +353909,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -351555,20 +353956,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -351586,92 +353987,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring/alertRecords", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-1.0" + "Uri": "/deviceManagement/monitoring/alertRules", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/ndesConnectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/ndesConnectors", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/notificationMessageTemplates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -351689,20 +354090,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementRemoteActionAudit", "Uri": "/deviceManagement/remoteActionAudits", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -351720,20 +354121,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -351751,50 +354152,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceOperation", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -351812,34 +354213,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/reusableSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reusableSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -351857,20 +354258,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementRoleDefinition", "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -351888,20 +354289,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -351919,22 +354322,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "New-MgBetaDeviceManagementRoleScopeTag", "Uri": "/deviceManagement/roleScopeTags", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -351952,50 +354353,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementScript", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352013,22 +354416,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352046,22 +354449,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352079,22 +354482,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementScriptUserRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352112,22 +354515,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352145,316 +354548,314 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/settingDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementTemplateInstance", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/troubleshootingEvents", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352472,34 +354873,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352517,20 +354918,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352548,20 +354949,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352579,20 +354980,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352610,20 +355011,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352641,20 +355042,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352672,20 +355073,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352703,20 +355104,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352734,20 +355135,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352765,20 +355166,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352796,34 +355197,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352841,20 +355242,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352872,20 +355273,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352903,20 +355304,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352934,20 +355335,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352965,20 +355366,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352996,20 +355397,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353027,50 +355428,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353088,20 +355489,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353119,20 +355520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353150,20 +355551,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353181,20 +355582,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353212,20 +355613,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353243,20 +355644,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353274,34 +355675,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353319,20 +355720,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353350,20 +355751,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353381,20 +355782,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353412,20 +355813,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353443,20 +355844,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353474,20 +355875,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353505,20 +355906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353536,20 +355937,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353567,20 +355968,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353598,22 +356001,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353631,380 +356032,380 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/userPfxCertificates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userPfxCertificates", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -354022,20 +356423,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -354053,130 +356456,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/usageRights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/usageRights", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "New-MgBetaDirectoryAdministrativeUnitMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -354218,22 +356621,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDirectoryAdministrativeUnitMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -354275,586 +356678,586 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/attributeSets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0" + "Uri": "/directory/attributeSets", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/externalUserProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null + "Uri": "/directory/externalUserProfiles", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0" + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0" + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null + "Uri": "/directory/federationConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/impactedResources", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/inboundSharedUserProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null + "Uri": "/directory/inboundSharedUserProfiles", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "New-MgBetaDirectoryObject", - "ApiReferenceLink": null + "Uri": "/directoryObjects", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null + "Uri": "/directory/onPremisesSynchronization", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null + "Uri": "/directory/outboundSharedUserProfiles", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/pendingExternalUserProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-1.0" + "Uri": "/directory/pendingExternalUserProfiles", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null + "Uri": "/directory/recommendations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0" + "Uri": "/directoryRoles", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryRoleMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/settings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + "Uri": "/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null + "Uri": "/directorySettingTemplates", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/sharedEmailDomains", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null + "Uri": "/directory/sharedEmailDomains", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDirectorySubscription", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0" + "Uri": "/domains", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDrive", - "ApiReferenceLink": null + "Uri": "/drives", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "New-MgBetaDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Permissions": [ { "Name": "Files.ReadWrite", @@ -354880,22 +357283,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "New-MgBetaDriveItemLink", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.ReadWrite", @@ -354921,118 +357324,118 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "New-MgBetaDriveItemUploadSession", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -355058,388 +357461,388 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaDriveItemUploadSession", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootUploadSession", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-1.0" + "Uri": "/education/classes", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355457,22 +357860,26 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignmentCategory", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355490,26 +357897,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355527,22 +357930,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignmentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355560,54 +357963,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", - "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355625,38 +358028,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignmentSubmission", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -355674,22 +358077,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355707,70 +358110,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "New-MgBetaEducationClassMemberByRef", + "Uri": "/education/classes/{educationClass-id}/members/$ref", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -355788,244 +358191,242 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentCategory", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/rubrics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "New-MgBetaEducationMeRubric", + "Uri": "/education/me/rubrics", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -356043,390 +358444,392 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-1.0" + "Uri": "/education/schools", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-1.0" + "Uri": "/education/users", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentCategory", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "New-MgBetaEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -356444,188 +358847,186 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthorizationSystem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "New-MgBetaExternalConnection", + "Uri": "/external/connections", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -356643,20 +359044,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "New-MgBetaExternalConnectionGroup", "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -356674,22 +359077,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaExternalConnectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "New-MgBetaExternalConnectionGroupMember", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -356707,409 +359110,428 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalConnectionItem", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-post?view=graph-rest-1.0" + "Uri": "/external/industryData/dataConnectors", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/inboundFlows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-1.0" + "Uri": "/external/industryData/inboundFlows", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null + "Uri": "/external/industryData/operations", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Variants": [ + "Create", + "CreateExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.Search", - "Uri": "/external/industryData/referenceDefinitions", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "Uri": "/external/industryData/outboundProvisioningFlowSets", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Search", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null + "Uri": "/external/industryData/referenceDefinitions", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/roleGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null + "Uri": "/external/industryData/roleGroups", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/sourceSystems", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-1.0" + "Uri": "/external/industryData/sourceSystems", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/years", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "New-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-1.0" + "Uri": "/external/industryData/years", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/countriesRegions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/countriesRegions", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/currencies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/currencies", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/itemCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/itemCategories", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journalLines", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -357120,64 +359542,64 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journalLines", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentMethods", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentTerms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentTerms", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -357188,96 +359610,96 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -357288,32 +359710,32 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -357324,46 +359746,46 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Make", "MakeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -357374,111 +359796,120 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/shipmentMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/shipmentMethods", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxAreas", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxAreas", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxGroups", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "New-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "New-MgBetaGroup", + "Uri": "/groups", "Permissions": [ { "Name": "Group.Create", @@ -357504,84 +359935,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/appRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendarPermission", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Calendar", + "Command": "New-MgBetaGroupCalendarPermission", + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphConversation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "New-MgBetaGroupConversation", "Uri": "/groups/{group-id}/conversations", - "OutputType": "IMicrosoftGraphConversation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -357599,22 +360032,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "New-MgBetaGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -357632,919 +360065,908 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupDriveItemLink", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupDriveItemUploadSession", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupDriveRootUploadSession", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/endpoints", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupEndpoint", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/endpoints", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -358553,31 +360975,42 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "New-MgBetaGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -358603,22 +361036,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaGroupOnenoteNotebookSection", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -358644,22 +361077,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -358685,22 +361118,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaGroupOnenotePage", "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -358726,54 +361159,54 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaGroupOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "New-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "New-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "New-MgBetaGroupOnenoteSectionGroupSection", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -358799,22 +361232,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaGroupOnenoteSectionPage", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -358840,22 +361273,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaGroupOnenoteSectionPage", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "New-MgBetaGroupOwnerByRef", "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -358873,167 +361306,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectorySetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359044,16 +361466,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359064,16 +361486,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359084,16 +361506,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359104,16 +361526,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteGetByPathOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359124,16 +361546,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteGetByPathPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359144,720 +361566,720 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupSiteListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSitePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRecycleBinItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359868,16 +362290,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -359888,112 +362310,112 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -360004,16 +362426,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -360024,32 +362446,32 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -360060,16 +362482,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -360080,703 +362502,714 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeCards", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeCards", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "New-MgBetaGroupThread", + "Uri": "/groups/{group-id}/threads", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -360794,487 +363227,476 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "New-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/apiConnectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0" + "Uri": "/identity/authenticationEventsFlows", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventListeners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0" + "Uri": "/identity/authenticationEventListeners", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", @@ -361283,15 +363705,24 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNamedLocation", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations", "Permissions": [ { "Name": "Policy.Read.All", @@ -361309,20 +363740,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "New-MgBetaIdentityConditionalAccessPolicy", "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -361348,827 +363779,852 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/customAuthenticationExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0" + "Uri": "/identity/customAuthenticationExtensions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Generate", "GenerateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionsRequestChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.Remove.AzureADGroup", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.Remove.AzureADGroup", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/operations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -362177,179 +364633,188 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/identityProviders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/identityProviders", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-1.0" + "Uri": "/identity/userFlows", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0" + "Uri": "/identity/userFlowAttributes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/dataLossPreventionPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/informationProtection/policy/labels", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + "Uri": "/informationProtection/threatAssessmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInvitation", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "New-MgBetaInvitation", + "Uri": "/invitations", "Permissions": [ { "Name": "User.Invite.All", @@ -362375,20 +364840,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaInvitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "New-MgBetaOauth2PermissionGrant", "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "beta", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -362406,83 +364871,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagentgroup-post?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -362493,189 +364949,200 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-post?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaOrganization", - "ApiReferenceLink": null + "Uri": "/organization", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "New-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -362693,86 +365160,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/workspaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWorkspace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/workspaces", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/buckets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "New-MgBetaPlannerBucket", + "Uri": "/planner/buckets", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -362798,20 +365263,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "New-MgBetaPlannerPlan", "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -362837,20 +365302,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerRoster", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "New-MgBetaPlannerRoster", "Uri": "/planner/rosters", - "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -362868,20 +365333,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaPlannerRoster", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "New-MgBetaPlannerRosterMember", "Uri": "/planner/rosters/{plannerRoster-id}/members", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -362899,22 +365366,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaPlannerRosterMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "New-MgBetaPlannerTask", "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -362940,62 +365405,96 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0" + "Uri": "/policies/activityBasedTimeoutPolicies", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0" + "Uri": "/policies/appManagementPolicies", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -363013,422 +365512,490 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0" + "Uri": "/policies/claimsMappingPolicies", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0" + "Uri": "/policies/homeRealmDiscoveryPolicies", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/mobileAppManagementPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-1.0" + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/mobileDeviceManagementPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-1.0" + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0" + "Uri": "/policies/tokenIssuancePolicies", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0" + "Uri": "/policies/tokenLifetimePolicies", + "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 + } + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/connectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintConnector", - "ApiReferenceLink": null + "Uri": "/print/connectors", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/create", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "New-MgBetaPrintPrinter", + "Uri": "/print/printers/create", "Permissions": [ { "Name": "Printer.Create", @@ -363454,20 +366021,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "Method": "POST", - "Command": "New-MgBetaPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "New-MgBetaPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs", "Permissions": [ { "Name": "PrintJob.Create", @@ -363509,38 +366078,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaPrintPrinterJob", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", "Permissions": [ { "Name": "PrintJob.Create", @@ -363566,148 +366135,148 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterShare", - "ApiReferenceLink": null + "Uri": "/print/printerShares", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "New-MgBetaPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -363725,98 +366294,98 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintService", - "ApiReferenceLink": null + "Uri": "/print/services", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}/endpoints", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0" + "Uri": "/print/shares", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "New-MgBetaPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -363850,38 +366419,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaPrintShareJob", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "New-MgBetaPrintShareJobDocument", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "New-MgBetaPrintShareJobDocumentUploadSession", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Permissions": [ { "Name": "PrintJob.Create", @@ -363907,371 +366476,360 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaPrintShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "New-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "New-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0" + "Uri": "/privacy/subjectRightsRequests", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "New-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/privilegedAccess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/governanceroleassignmentrequest-post?view=graph-rest-1.0" + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedApproval", - "ApiReferenceLink": null + "Uri": "/privilegedApproval", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedOperationEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null + "Uri": "/privilegedOperationEvents", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedRole", - "ApiReferenceLink": null + "Uri": "/privilegedRoles", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Make", "MakeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programs", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-1.0" + "Uri": "/programs", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -364284,175 +366842,184 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-1.0" + "Uri": "/programControls", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControlTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaProgramControlType", - "ApiReferenceLink": null + "Uri": "/programControlTypes", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "New-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "New-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaRiskyUser", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaRiskyUserHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -364470,36 +367037,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -364541,66 +367108,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/roleAssignments", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -364618,36 +367185,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -364689,138 +367256,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -364837,21 +367404,37 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Remove.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Remove.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -364869,64 +367452,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -364944,302 +367527,302 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -365257,280 +367840,280 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/customAppScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-1.0" + "Uri": "/roleManagement/exchange/customAppScopes", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + "Uri": "/roleManagement/exchange/roleAssignments", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.SchemaExtensions", - "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", + "Command": "New-MgBetaSchemaExtension", + "Uri": "/schemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -365548,20 +368131,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchAcronym", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "New-MgBetaSearchAcronym", "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -365579,20 +368162,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "New-MgBetaSearchBookmark", "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -365610,20 +368193,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "New-MgBetaSearchQna", "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -365641,252 +368224,252 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/securityActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-1.0" + "Uri": "/security/securityActions", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAlert", - "ApiReferenceLink": null + "Uri": "/security/alerts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAlertV2", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainingCampaigns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTrainingCampaign", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/trainingCampaigns", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "New-MgBetaSecurityAuditLogQuery", + "Uri": "/security/auditLog/queries", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -365944,36 +368527,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -365991,20 +368574,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366022,22 +368607,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366055,22 +368640,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366088,22 +368673,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366121,22 +368706,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366154,22 +368739,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366187,22 +368772,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366220,22 +368805,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366253,38 +368838,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366302,38 +368887,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366351,22 +368936,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366384,38 +368969,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -366433,604 +369018,602 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cloudAppSecurityProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/cloudAppSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration/analyzedEmails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null + "Uri": "/security/collaboration/analyzedEmails", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/domainSecurityProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/domainSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/fileSecurityProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/fileSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/hostSecurityProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/hostSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities/healthIssues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null + "Uri": "/security/identities/healthIssues", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityIncident", - "ApiReferenceLink": null + "Uri": "/security/incidents", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/sensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/ipSecurityProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/ipSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/authorities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0" + "Uri": "/security/labels/authorities", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0" + "Uri": "/security/labels/categories", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/citations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelCitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0" + "Uri": "/security/labels/citations", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/departments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0" + "Uri": "/security/labels/departments", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0" + "Uri": "/security/labels/filePlanReferences", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0" + "Uri": "/security/labels/retentionLabels", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/providerTenantSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null + "Uri": "/security/providerTenantSettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/rules/detectionRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityDetectionRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null + "Uri": "/security/rules/detectionRules", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScores", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecuritySecureScore", - "ApiReferenceLink": null + "Uri": "/security/secureScores", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null + "Uri": "/security/secureScoreControlProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", + "Uri": "/security/threatSubmission/emailThreats", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -367048,34 +369631,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/fileThreats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", + "Uri": "/security/threatSubmission/fileThreats", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -367093,20 +369676,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", "Uri": "/security/threatSubmission/urlThreats", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -367124,150 +369707,150 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-1.0" + "Uri": "/security/tiIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0" + "Uri": "/security/triggers/retentionEvents", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0" + "Uri": "/security/triggerTypes/retentionEventTypes", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/userSecurityProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/userSecurityProfiles", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "New-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "New-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "New-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "New-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipal", + "Uri": "/servicePrincipals", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367293,20 +369876,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -367332,22 +369917,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalAppRoleAssignment", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -367373,22 +369958,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -367406,6 +369991,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -367422,54 +370015,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -367487,6 +370080,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -367503,38 +370104,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphLicenseDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalLicenseDetail", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", - "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalOwnerByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367568,22 +370169,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -367609,52 +370210,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367672,22 +370273,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -367705,151 +370306,140 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -367860,16 +370450,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -367880,93 +370470,104 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "New-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/columns", "Permissions": [ { "Name": "Sites.Manage.All", @@ -367984,22 +370585,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "New-MgBetaSiteContentType", "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -368017,22 +370618,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "New-MgBetaSiteContentTypeColumn", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -368050,39 +370651,28 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368093,16 +370683,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368113,16 +370703,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368133,16 +370723,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368153,16 +370743,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteGetByPathOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368173,16 +370763,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteGetByPathPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368193,15 +370783,26 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "New-MgBetaSiteList", + "Uri": "/sites/{site-id}/lists", "Permissions": [ { "Name": "Sites.Manage.All", @@ -368219,38 +370820,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "New-MgBetaSiteListActivity", "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteListActivity", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "New-MgBetaSiteListColumn", "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -368268,38 +370869,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "New-MgBetaSiteListContentType", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteListContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "New-MgBetaSiteListContentTypeColumn", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -368317,70 +370918,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "New-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -368414,22 +371015,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "New-MgBetaSiteListItemLink", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.ReadWrite", @@ -368455,70 +371056,70 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSiteListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteListOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "New-MgBetaSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -368544,22 +371145,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaSiteOnenoteNotebookSection", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -368585,22 +371186,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -368626,22 +371227,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaSiteOnenotePage", "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -368667,54 +371268,54 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSiteOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "New-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "New-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "New-MgBetaSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -368740,22 +371341,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaSiteOnenoteSectionPage", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -368781,183 +371382,172 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaSiteOnenoteSectionPage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSitePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/pages", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368968,16 +371558,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -368988,112 +371578,112 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -369104,16 +371694,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -369124,32 +371714,32 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -369160,16 +371750,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -369180,203 +371770,212 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "New-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/subscribedSkus", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaSubscribedSku", - "ApiReferenceLink": null + "Uri": "/subscribedSkus", + "Permissions": [] }, { - "Module": "Beta.ChangeNotifications", - "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Command": "New-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0" + "Uri": "/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "New-MgBetaTeam", + "Uri": "/teams", "Permissions": [ { "Name": "Team.Create", @@ -369410,20 +372009,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamChannel", "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Permissions": [ { "Name": "Channel.Create.Group", @@ -369465,52 +372066,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "New-MgBetaTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -369536,38 +372137,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamChannelMessageHostedContent", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamChannelMessageReply", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -369593,54 +372194,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "New-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -369714,22 +372315,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamChannelTab", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamInstalledApp", "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -369763,6 +372364,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForTeam.All", "Description": "Manage Teams apps for all teams", @@ -369787,6 +372396,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Group.ReadWrite.All", "Description": "Read and write all groups", @@ -369803,212 +372420,212 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/dayNotes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDayNote", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleDayNote", + "Uri": "/teams/{team-id}/schedule/dayNotes", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleOfferShiftRequest", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370026,22 +372643,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleOpenShift", "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370067,22 +372684,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370100,22 +372717,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleSchedulingGroup", "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370133,22 +372750,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleShift", "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370166,38 +372783,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370215,38 +372832,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleTimeCard", "Uri": "/teams/{team-id}/schedule/timeCards", - "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleTimeOff", "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370264,22 +372881,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleTimeOffReason", "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -370297,38 +372914,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamScheduleTimeOffRequest", "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "New-MgBetaTeamTag", "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -370346,966 +372963,964 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDevice", - "ApiReferenceLink": null + "Uri": "/teamwork/devices", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0" + "Uri": "/teamwork/workforceIntegrations", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenants", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/appPerformances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/appPerformances", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/auditEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/auditEvents", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementActions", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementIntents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementIntents", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/myRoles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/myRoles", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantTags", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenantTags", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0" + "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-1.0" + "Uri": "/trustFramework/keySets", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaTrustFrameworkKeySetKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-1.0" + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null + "Uri": "/trustFramework/policies", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "New-MgBetaUser", + "Uri": "/users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -371355,84 +373970,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/analytics/activityStatistics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "New-MgBetaUserActivityStatistics", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/analytics/activityStatistics", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "New-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/appRoleAssignments", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "New-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -371450,54 +374067,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/methods", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "New-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -371515,103 +374132,92 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendars", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserCalendarGroupCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -371622,1101 +374228,1112 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserCloudPcSnapshot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contacts", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContactFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "New-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserDefaultCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/events", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/commands", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserDeviceCommand", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/commands", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserDeviceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "New-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDriveItemLink", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDriveItemUploadSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserDriveRootUploadSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "New-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "New-MgBetaUserEventAttachmentUploadSession", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -372734,914 +375351,914 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserEventAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", - "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", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "New-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy/labels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/policy/labels", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserInsightShared", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/trending", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserInsightTrending", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/trending", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/used", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserInsightUsed", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/used", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailsearchfolder-post?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", - "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", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", - "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", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", - "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", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", - "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", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderMessageForward", - "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", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderMessageReply", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMailFolderMessageReplyAll", - "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", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "New-MgBetaUserMessageAttachmentUploadSession", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -373659,180 +376276,180 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMention", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "New-MgBetaUserMessageMention", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/notifications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserNotification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/notifications", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "New-MgBetaUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -373858,22 +376475,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaUserOnenoteNotebookSection", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -373899,22 +376516,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -373940,22 +376557,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaUserOnenotePage", "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -373981,54 +376598,54 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserOnenotePage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "New-MgBetaUserOnenoteSection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "New-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "New-MgBetaUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -374054,22 +376671,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "New-MgBetaUserOnenoteSectionPage", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.Create", @@ -374095,22 +376712,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserOnenoteSectionPage", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "New-MgBetaUserOnlineMeeting", "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -374128,39 +376745,28 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -374171,47 +376777,58 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-post-customquestions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -374237,246 +376854,246 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "New-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-post-tasks?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-post-taskfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-post-taskgroups?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskgroup-post-taskfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/account", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserAccountInformation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "New-MgBetaUserProfileAccount", + "Uri": "/users/{user-id}/profile/account", "Permissions": [ { "Name": "User.ReadWrite", @@ -374494,22 +377111,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphItemAddress", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-accounts?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileAddress", "Uri": "/users/{user-id}/profile/addresses", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374527,22 +377144,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileAddress", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-addresses?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileAnniversary", "Uri": "/users/{user-id}/profile/anniversaries", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374560,22 +377177,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonAward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileAnniversary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-anniversaries?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileAward", "Uri": "/users/{user-id}/profile/awards", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374593,22 +377210,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonCertification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileAward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-awards?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileCertification", "Uri": "/users/{user-id}/profile/certifications", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374626,22 +377243,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationalActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileCertification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-certifications?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileEducationalActivity", "Uri": "/users/{user-id}/profile/educationalActivities", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374659,22 +377276,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphItemEmail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-educationalactivities?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileEmail", "Uri": "/users/{user-id}/profile/emails", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374692,22 +377309,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonInterest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-emails?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileInterest", "Uri": "/users/{user-id}/profile/interests", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374725,22 +377342,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileInterest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-interests?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileLanguage", "Uri": "/users/{user-id}/profile/languages", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374758,22 +377375,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonName", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-languages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileName", "Uri": "/users/{user-id}/profile/names", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -374815,22 +377432,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-names?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileNote", "Uri": "/users/{user-id}/profile/notes", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374848,22 +377465,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-notes?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfilePatent", "Uri": "/users/{user-id}/profile/patents", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374881,22 +377498,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfilePatent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-patents?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfilePhone", "Uri": "/users/{user-id}/profile/phones", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374914,22 +377531,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfilePhone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-phones?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfilePosition", "Uri": "/users/{user-id}/profile/positions", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374947,22 +377564,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfilePosition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-positions?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileProject", "Uri": "/users/{user-id}/profile/projects", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -374980,22 +377597,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileProject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-projects?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfilePublication", "Uri": "/users/{user-id}/profile/publications", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -375013,22 +377630,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSkillProficiency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfilePublication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-publications?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileSkill", "Uri": "/users/{user-id}/profile/skills", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -375046,22 +377663,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWebAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileSkill", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-skills?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileWebAccount", "Uri": "/users/{user-id}/profile/webAccounts", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -375079,22 +377696,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPersonWebsite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserProfileWebAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-webaccounts?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "New-MgBetaUserProfileWebsite", "Uri": "/users/{user-id}/profile/websites", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -375112,118 +377729,118 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserProfileWebsite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-post-websites?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "New-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota/services", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage/quota/services", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserSettingWindows", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "New-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "New-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "New-MgBetaUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -375273,6 +377890,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelectedForUser.All", "Description": "Consent name unavailable", @@ -375304,23 +377929,31 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "New-MgBetaUserTodoList", "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -375338,38 +377971,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "New-MgBetaUserTodoListExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTodoListExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "New-MgBetaUserTodoListTask", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -375387,22 +378020,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachmentBase", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTodoListTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "New-MgBetaUserTodoListTaskAttachment", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -375420,22 +378053,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -375453,22 +378086,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "New-MgBetaUserTodoListTaskChecklistItem", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -375486,38 +378119,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "New-MgBetaUserTodoListTaskExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphLinkedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "New-MgBetaUserTodoListTaskLinkedResource", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -375535,516 +378168,516 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBetaUserTodoListTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventTownhall", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/editions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/editions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/resourceConnections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/resourceConnections", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBookingBusiness", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0" + "Uri": "/solutions/bookingBusinesses", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "New-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -376078,38 +378711,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "New-MgBookingBusinessCalendarView", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBookingBusinessCalendarView", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "New-MgBookingBusinessCustomer", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -376135,22 +378768,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "New-MgBookingBusinessCustomQuestion", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -376176,22 +378809,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphBookingService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "New-MgBookingBusinessService", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -376209,22 +378842,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "New-MgBookingBusinessStaffMember", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -376242,36 +378875,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingCurrencies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgBookingCurrency", - "ApiReferenceLink": null + "Uri": "/solutions/bookingCurrencies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgChat", + "Uri": "/chats", "Permissions": [ { "Name": "Chat.Create", @@ -376289,20 +378920,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgChatInstalledApp", "Uri": "/chats/{chat-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -376344,6 +378977,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForChat.All", "Description": "Manage Teams apps for all chats", @@ -376368,6 +379009,14 @@ "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", @@ -376376,22 +379025,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgChatMember", "Uri": "/chats/{chat-id}/members", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -376433,22 +379082,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgChatMessage", "Uri": "/chats/{chat-id}/messages", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChatMessage.Send", @@ -376482,86 +379131,86 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages", "Permissions": [ { "Name": "ChatMessage.Send", @@ -376587,22 +379236,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgChatTab", "Uri": "/chats/{chat-id}/tabs", - "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsTab.Create", @@ -376668,22 +379317,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphCall", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "New-MgCommunicationCall", "Uri": "/communications/calls", - "OutputType": "IMicrosoftGraphCall", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -376725,20 +379372,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "New-MgCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -376756,248 +379405,248 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationCallParticipant", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/participants", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgCommunicationPresence", - "ApiReferenceLink": null + "Uri": "/communications/presences", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgContact", - "ApiReferenceLink": null + "Uri": "/contacts", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgContract", - "ApiReferenceLink": null + "Uri": "/contracts", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/dataPolicyOperations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0" + "Uri": "/devices", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377015,38 +379664,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377064,20 +379711,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377095,36 +379744,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377142,52 +379791,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-create?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppPolicies", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementManagedAppRegistration", + "Uri": "/deviceAppManagement/managedAppRegistrations", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377205,52 +379852,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-create?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppOperation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377268,144 +379917,144 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-create?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppStatuses", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377423,22 +380072,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -377456,942 +380105,942 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppCategories", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-create?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -378409,38 +381058,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementVppToken", + "Uri": "/deviceAppManagement/vppTokens", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -378458,20 +381105,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -378489,36 +381136,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-create?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -378536,22 +381185,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -378569,52 +381218,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/auditEvents", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -378632,20 +381279,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDetectedApp", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementDetectedApp", "Uri": "/deviceManagement/detectedApps", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -378663,20 +381310,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementDetectedApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -378694,238 +381341,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-create?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Permissions": [] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -378943,20 +381590,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -378974,22 +381623,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementExchangeConnector", "Uri": "/deviceManagement/exchangeConnectors", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -379007,48 +381654,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-create?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/iosUpdateStatuses", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -379066,110 +381713,112 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -379187,22 +381836,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity" ], - "Method": "POST", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -379236,20 +381883,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Variants": [ "Create", - "CreateViaIdentity" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -379267,50 +381914,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-create?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/notificationMessageTemplates", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -379328,20 +381975,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementRemoteAssistancePartner", "Uri": "/deviceManagement/remoteAssistancePartners", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -379359,20 +382006,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphResourceOperation", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementResourceOperation", "Uri": "/deviceManagement/resourceOperations", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379390,20 +382037,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementResourceOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementRoleAssignment", "Uri": "/deviceManagement/roleAssignments", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379421,20 +382068,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementRoleDefinition", "Uri": "/deviceManagement/roleDefinitions", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379452,20 +382099,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphRoleAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379483,96 +382132,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/troubleshootingEvents", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379590,20 +382237,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379621,20 +382268,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379652,20 +382299,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379683,20 +382330,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379714,20 +382361,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379745,20 +382392,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379776,20 +382423,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379807,34 +382454,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379852,50 +382499,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379913,20 +382560,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379944,20 +382591,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379975,20 +382622,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380006,20 +382653,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380037,20 +382684,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380068,20 +382715,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380099,20 +382746,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380130,20 +382777,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380161,20 +382808,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380192,22 +382841,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380221,168 +382868,168 @@ "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 - } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Permissions": [] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -380400,20 +383047,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -380431,84 +383080,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "New-MgDirectoryAdministrativeUnitMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -380550,22 +383199,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnitMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -380607,322 +383256,322 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/attributeSets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0" + "Uri": "/directory/attributeSets", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null + "Uri": "/directory/federationConfigurations", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "New-MgDirectoryObject", - "ApiReferenceLink": null + "Uri": "/directoryObjects", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null + "Uri": "/directory/onPremisesSynchronization", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0" + "Uri": "/directoryRoles", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryRoleMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDirectoryRoleTemplate", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0" + "Uri": "/domains", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDrive", - "ApiReferenceLink": null + "Uri": "/drives", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "New-MgDriveItemChild", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Permissions": [ { "Name": "Files.ReadWrite", @@ -380948,22 +383597,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Files", + "Command": "New-MgDriveItemLink", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.ReadWrite", @@ -380989,118 +383638,118 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemListItemLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "New-MgDriveItemUploadSession", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Permissions": [ { "Name": "Files.ReadWrite", @@ -381126,388 +383775,388 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgDriveItemUploadSession", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListItemLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootListItemLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootUploadSession", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createUploadSession", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0" + "Uri": "/education/classes", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "New-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381525,22 +384174,26 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create", + "Create1", "CreateExpanded", + "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentityExpanded" + "CreateViaIdentity1", + "CreateViaIdentityExpanded", + "CreateViaIdentityExpanded1" ], - "Method": "POST", - "Command": "New-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "New-MgEducationClassAssignmentCategory", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381558,26 +384211,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", - "Create1", "CreateExpanded", - "CreateExpanded1", "CreateViaIdentity", - "CreateViaIdentity1", - "CreateViaIdentityExpanded", - "CreateViaIdentityExpanded1" + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "New-MgEducationClassAssignmentCategoryByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381595,22 +384244,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "New-MgEducationClassAssignmentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381628,54 +384277,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -381693,22 +384342,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "New-MgEducationClassAssignmentSubmissionResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381726,38 +384375,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "New-MgEducationClassMemberByRef", "Uri": "/education/classes/{educationClass-id}/members/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -381775,196 +384424,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/rubrics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "New-MgEducationMeRubric", + "Uri": "/education/me/rubrics", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -381982,437 +384629,428 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/schools", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0" + "Uri": "/education/schools", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0" + "Uri": "/education/users", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/rubrics", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "New-MgEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Permissions": [] }, - { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAssignment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignments", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382427,16 +385065,16 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382447,32 +385085,32 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382487,16 +385125,16 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382507,232 +385145,232 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382747,16 +385385,16 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382767,32 +385405,32 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382807,16 +385445,16 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -382827,269 +385465,278 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "New-MgExternalConnection", + "Uri": "/external/connections", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -383107,20 +385754,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "New-MgExternalConnectionGroup", "Uri": "/external/connections/{externalConnection-id}/groups", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -383138,22 +385787,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgExternalConnectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "New-MgExternalConnectionGroupMember", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -383171,70 +385820,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgExternalConnectionGroupMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "New-MgExternalConnectionItem", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "New-MgExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "New-MgExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "New-MgGroup", + "Uri": "/groups", "Permissions": [ { "Name": "Group.Create", @@ -383260,84 +385907,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/groups/{group-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgGroupAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/appRoleAssignments", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "New-MgGroupConversation", + "Uri": "/groups/{group-id}/conversations", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -383355,22 +386004,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "New-MgGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -383388,775 +386037,764 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupDriveItemListItemLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupDriveItemUploadSession", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupDriveListItemLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupDriveRootListItemLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupDriveRootUploadSession", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgGroupDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgGroupEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgGroupEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgGroupEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgGroupEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384165,31 +386803,42 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/members/$ref", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "New-MgGroupOnenoteNotebook", + "Uri": "/groups/{group-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -384215,22 +386864,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgGroupOnenoteNotebookSection", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -384256,22 +386905,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgGroupOnenoteNotebookSectionGroup", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -384297,22 +386946,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgGroupOnenotePage", "Uri": "/groups/{group-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -384338,54 +386987,54 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgGroupOnenoteSection", "Uri": "/groups/{group-id}/onenote/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenoteSection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgGroupOnenoteSectionGroup", "Uri": "/groups/{group-id}/onenote/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgGroupOnenoteSectionGroupSection", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -384411,22 +387060,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgGroupOnenoteSectionPage", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -384452,22 +387101,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgGroupOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "New-MgGroupOwnerByRef", "Uri": "/groups/{group-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -384485,55 +387134,44 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/settings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384542,126 +387180,126 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/settings", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null + "Uri": "/groupSettingTemplates", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384672,16 +387310,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384692,16 +387330,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384712,16 +387350,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384732,16 +387370,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteGetByPathOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384752,16 +387390,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteGetByPathPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384772,16 +387410,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -384792,560 +387430,560 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupSiteListItemLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385356,16 +387994,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385376,16 +388014,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385404,16 +388042,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385432,16 +388070,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385452,16 +388090,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385472,16 +388110,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385492,16 +388130,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385512,16 +388150,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385532,16 +388170,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385552,16 +388190,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385580,16 +388218,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385608,16 +388246,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385628,16 +388266,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385656,16 +388294,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385684,16 +388322,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385704,16 +388342,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385724,16 +388362,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385744,16 +388382,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385764,16 +388402,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385784,16 +388422,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385804,16 +388442,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385824,16 +388462,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385844,16 +388482,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385864,16 +388502,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -385884,495 +388522,506 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/installedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "New-MgGroupThread", + "Uri": "/groups/{group-id}/threads", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -386390,240 +389039,238 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "New-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/apiConnectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Variants": [ + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -386641,20 +389288,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNamedLocation", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "New-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations", "Permissions": [ { "Name": "Policy.Read.All", @@ -386672,20 +389319,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "New-MgIdentityConditionalAccessPolicy", "Uri": "/identity/conditionalAccess/policies", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -386711,473 +389358,498 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Generate", "GenerateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete assignment schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedAssignmentSchedule.Remove.AzureADGroup", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Permissions": [ + { + "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", + "Description": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "FullDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PrivilegedEligibilitySchedule.Remove.AzureADGroup", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -387186,137 +389858,146 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/identityProviders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/identityProviders", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/userFlowAttributes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0" + "Uri": "/identity/userFlowAttributes", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0" + "Uri": "/informationProtection/threatAssessmentRequests", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphInvitation", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "New-MgInvitation", + "Uri": "/invitations", "Permissions": [ { "Name": "User.Invite.All", @@ -387342,20 +390023,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgInvitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "New-MgOauth2PermissionGrant", "Uri": "/oauth2PermissionGrants", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -387373,34 +390054,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgOrganization", - "ApiReferenceLink": null + "Uri": "/organization", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "New-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -387418,70 +390101,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/roomList/rooms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner/buckets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "New-MgPlannerBucket", + "Uri": "/planner/buckets", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -387507,20 +390188,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "New-MgPlannerPlan", "Uri": "/planner/plans", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -387546,20 +390227,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "New-MgPlannerTask", "Uri": "/planner/tasks", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -387585,62 +390266,96 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0" + "Uri": "/policies/activityBasedTimeoutPolicies", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0" + "Uri": "/policies/appManagementPolicies", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -387658,286 +390373,354 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0" + "Uri": "/policies/claimsMappingPolicies", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0" + "Uri": "/policies/homeRealmDiscoveryPolicies", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0" + "Uri": "/policies/tokenIssuancePolicies", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0" + "Uri": "/policies/tokenLifetimePolicies", + "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 + } + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/connectors", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintConnector", - "ApiReferenceLink": null + "Uri": "/print/connectors", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/create", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "New-MgPrintPrinter", + "Uri": "/print/printers/create", "Permissions": [ { "Name": "Printer.Create", @@ -387963,20 +390746,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "Method": "POST", - "Command": "New-MgPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "New-MgPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs", "Permissions": [ { "Name": "PrintJob.Create", @@ -388018,38 +390803,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgPrintPrinterJob", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "New-MgPrintPrinterJobDocument", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgPrintPrinterJobDocument", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "New-MgPrintPrinterJobDocumentUploadSession", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrintJob.Create", @@ -388075,38 +390860,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgPrintPrinterJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "New-MgPrintPrinterJobTask", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", - "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgPrintPrinterJobTask", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "New-MgPrintPrinterTaskTrigger", "Uri": "/print/printers/{printer-id}/taskTriggers", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -388124,98 +390909,98 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintService", - "ApiReferenceLink": null + "Uri": "/print/services", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintServiceEndpoint", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}/endpoints", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0" + "Uri": "/print/shares", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "New-MgPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -388249,38 +391034,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPrintDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgPrintShareJob", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "New-MgPrintShareJobDocument", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", - "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgPrintShareJobDocument", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "New-MgPrintShareJobDocumentUploadSession", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrintJob.Create", @@ -388306,286 +391091,284 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgPrintShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "New-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "New-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0" + "Uri": "/privacy/subjectRightsRequests", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "New-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/manifests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "New-MgReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "New-MgReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskDetections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgRiskyServicePrincipal", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgRiskyUser", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgRiskyUserHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignments", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -388602,21 +391385,37 @@ "IsAdmin": true, "PermissionType": "DelegatedWork", "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.Remove.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleAssignmentSchedule.Remove.Directory", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "New-MgRoleManagementDirectoryRoleDefinition", "Uri": "/roleManagement/directory/roleDefinitions", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -388634,64 +391433,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -388709,50 +391508,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -388770,134 +391569,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Permissions": [] }, { - "Module": "SchemaExtensions", - "Uri": "/schemaExtensions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "SchemaExtensions", + "Command": "New-MgSchemaExtension", + "Uri": "/schemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -388915,20 +391714,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchAcronym", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "New-MgSearchAcronym", "Uri": "/search/acronyms", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -388946,20 +391745,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "New-MgSearchBookmark", "Uri": "/search/bookmarks", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -388977,20 +391776,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", - "Command": "New-MgSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "New-MgSearchQna", "Uri": "/search/qnas", - "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -389008,224 +391807,224 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/alerts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAlert", - "ApiReferenceLink": null + "Uri": "/security/alerts", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/alerts_v2", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAlertV2", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSimulation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/simulations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/loginPages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/payloads", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389243,20 +392042,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389274,22 +392075,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389307,22 +392108,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389340,22 +392141,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389373,22 +392174,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389406,38 +392207,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389455,22 +392256,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389488,22 +392289,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389521,38 +392322,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -389570,566 +392371,564 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/incidents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityIncident", - "ApiReferenceLink": null + "Uri": "/security/incidents", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/authorities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0" + "Uri": "/security/labels/authorities", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0" + "Uri": "/security/labels/categories", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/citations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelCitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0" + "Uri": "/security/labels/citations", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/departments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelDepartment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0" + "Uri": "/security/labels/departments", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/filePlanReferences", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0" + "Uri": "/security/labels/filePlanReferences", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0" + "Uri": "/security/labels/retentionLabels", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/secureScores", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecuritySecureScore", - "ApiReferenceLink": null + "Uri": "/security/secureScores", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/secureScoreControlProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null + "Uri": "/security/secureScoreControlProfiles", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0" + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articleIndicators", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostComponents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostCookies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostSslCertificates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostTrackers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/subdomains", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggers/retentionEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0" + "Uri": "/security/triggers/retentionEvents", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggerTypes/retentionEventTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "New-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0" + "Uri": "/security/triggerTypes/retentionEventTypes", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "New-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "New-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "New-MgServiceAnnouncementIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "New-MgServiceAnnouncementMessage", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "New-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "New-MgServicePrincipal", + "Uri": "/servicePrincipals", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -390155,20 +392954,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgServicePrincipalAppRoleAssignedTo", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -390194,22 +392995,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgServicePrincipalAppRoleAssignment", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -390235,22 +393036,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -390268,6 +393069,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -390284,54 +393093,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -390349,6 +393158,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -390365,22 +393182,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "New-MgServicePrincipalOwnerByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -390414,52 +393231,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgServicePrincipalOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "New-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -390477,22 +393294,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Variants": [ + "Provision", + "ProvisionExpanded", + "ProvisionViaIdentity", + "ProvisionViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -390510,151 +393327,140 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Provision", - "ProvisionExpanded", - "ProvisionViaIdentity", - "ProvisionViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390665,16 +393471,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390685,93 +393491,104 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "New-MgSiteColumn", + "Uri": "/sites/{site-id}/columns", "Permissions": [ { "Name": "Sites.Manage.All", @@ -390789,22 +393606,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "New-MgSiteContentType", "Uri": "/sites/{site-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -390822,22 +393639,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "New-MgSiteContentTypeColumn", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -390855,39 +393672,28 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390898,16 +393704,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteGetByPathColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390918,16 +393724,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteGetByPathContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390938,16 +393744,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteGetByPathList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390958,16 +393764,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteGetByPathOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390978,16 +393784,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteGetByPathPage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -390998,16 +393804,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteGetByPathPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391018,15 +393824,26 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphList", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "New-MgSiteList", + "Uri": "/sites/{site-id}/lists", "Permissions": [ { "Name": "Sites.Manage.All", @@ -391044,22 +393861,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "New-MgSiteListColumn", "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -391077,38 +393894,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "New-MgSiteListContentType", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteListContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "New-MgSiteListContentTypeColumn", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -391126,54 +393943,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "New-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -391207,22 +394024,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "New-MgSiteListItemLink", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Files.ReadWrite", @@ -391248,70 +394065,70 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgSiteListItemLink", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteListOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "New-MgSiteOnenoteNotebook", + "Uri": "/sites/{site-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -391337,22 +394154,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgSiteOnenoteNotebookSection", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -391378,22 +394195,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgSiteOnenoteNotebookSectionGroup", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -391419,22 +394236,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgSiteOnenotePage", "Uri": "/sites/{site-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -391460,54 +394277,54 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "New-MgSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "New-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "New-MgSiteOnenoteSectionGroupSection", + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -391533,22 +394350,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgSiteOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgSiteOnenoteSectionPage", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -391574,167 +394391,156 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgSiteOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/operations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSitePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStores", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStores", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391745,16 +394551,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391765,16 +394571,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391793,16 +394599,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391821,16 +394627,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391841,16 +394647,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391861,16 +394667,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391881,16 +394687,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391901,16 +394707,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391921,16 +394727,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391941,16 +394747,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391969,16 +394775,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -391997,16 +394803,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392017,16 +394823,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392045,16 +394851,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392073,16 +394879,16 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392093,16 +394899,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392113,16 +394919,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392133,16 +394939,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392153,16 +394959,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392173,16 +394979,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392193,16 +394999,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392213,16 +395019,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392233,16 +395039,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392253,16 +395059,16 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -392273,43 +395079,52 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "New-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/subscribedSkus", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgSubscribedSku", - "ApiReferenceLink": null + "Uri": "/subscribedSkus", + "Permissions": [] }, { - "Module": "ChangeNotifications", - "Uri": "/subscriptions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Command": "New-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0" + "Uri": "/subscriptions", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgTeam", + "Uri": "/teams", "Permissions": [ { "Name": "Team.Create", @@ -392343,20 +395158,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Create", - "CreateExpanded" + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamChannel", "Uri": "/teams/{team-id}/channels", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Channel.Create.Group", @@ -392398,52 +395215,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgTeamChannelMessage", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -392469,38 +395286,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamChannelMessageHostedContent", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamChannelMessageReply", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -392526,54 +395343,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -392647,22 +395464,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamInstalledApp", "Uri": "/teams/{team-id}/installedApps", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -392696,6 +395513,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForTeam.All", "Description": "Manage Teams apps for all teams", @@ -392720,6 +395545,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Group.ReadWrite.All", "Description": "Read and write all groups", @@ -392736,196 +395569,196 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgTeamScheduleOfferShiftRequest", + "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -392943,22 +395776,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleOpenShift", "Uri": "/teams/{team-id}/schedule/openShifts", - "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -392984,22 +395817,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -393017,22 +395850,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleSchedulingGroup", "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -393050,22 +395883,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleShift", "Uri": "/teams/{team-id}/schedule/shifts", - "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -393083,22 +395916,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -393116,22 +395949,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleTimeOff", "Uri": "/teams/{team-id}/schedule/timesOff", - "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -393149,22 +395982,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleTimeOffReason", "Uri": "/teams/{team-id}/schedule/timeOffReasons", - "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -393182,38 +396015,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamScheduleTimeOffRequest", "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "New-MgTeamTag", "Uri": "/teams/{team-id}/tags", - "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -393231,314 +396064,312 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedChats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/workforceIntegrations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0" + "Uri": "/teamwork/workforceIntegrations", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Create", + "CreateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "New-MgUser", + "Uri": "/users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -393588,68 +396419,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded" - ], - "Method": "POST", - "Command": "New-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0" + ] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "New-MgUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "New-MgUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/users/{user-id}/appRoleAssignments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "New-MgUserAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/appRoleAssignments", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "New-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -393667,54 +396500,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgUserAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/methods", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgUserAuthenticationOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "New-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -393732,103 +396565,92 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0" + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendars", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendars", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserCalendarGroupCalendar", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "Create1", @@ -393839,927 +396661,938 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contacts", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContactFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContactFolderContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "New-MgUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserDefaultCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/events", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveBundle", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "New-MgUserDriveItemListItemLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "New-MgUserDriveItemUploadSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "New-MgUserDriveListItemLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootChild", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-additem?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "New-MgUserDriveRootListItemLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "New-MgUserDriveRootUploadSession", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "New-MgUserDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-post-singlevalueextendedproperties?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "New-MgUserEventAttachmentUploadSession", + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -394777,546 +397610,546 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgUserEventAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserEventExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "New-MgUserEventInstanceExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "New-MgUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-create?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMessageAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "New-MgUserMessageAttachmentUploadSession", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -395334,86 +398167,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgUserMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "New-MgUserMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/notebooks", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "New-MgUserOnenoteNotebook", + "Uri": "/users/{user-id}/onenote/notebooks", "Permissions": [ { "Name": "Notes.Create", @@ -395439,22 +398272,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgUserOnenoteNotebookSection", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", - "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -395480,22 +398313,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserOnenoteNotebookSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgUserOnenoteNotebookSectionGroup", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -395521,22 +398354,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgUserOnenotePage", "Uri": "/users/{user-id}/onenote/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -395562,54 +398395,54 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgUserOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "New-MgUserOnenoteSection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "New-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sectionGroups", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "New-MgUserOnenoteSectionGroupSection", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Permissions": [ { "Name": "Notes.Create", @@ -395635,22 +398468,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserOnenoteSectionGroupSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "New-MgUserOnenoteSectionPage", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.Create", @@ -395676,22 +398509,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserOnenoteSectionPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "New-MgUserOnlineMeeting", "Uri": "/users/{user-id}/onlineMeetings", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -395709,166 +398542,166 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "New-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/outlook/masterCategories", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "New-MgUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "New-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "New-MgUserSettingWindows", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "New-MgUserSettingWindowsInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "New-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/installedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "New-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -395918,6 +398751,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelectedForUser.All", "Description": "Consent name unavailable", @@ -395949,23 +398790,31 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "New-MgUserTodoList", "Uri": "/users/{user-id}/todo/lists", - "OutputType": "IMicrosoftGraphTodoTaskList", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395983,38 +398832,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "New-MgUserTodoListExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphTodoTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTodoListExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "New-MgUserTodoListTask", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -396032,22 +398881,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphAttachmentBase", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTodoListTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "New-MgUserTodoListTaskAttachment", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "OutputType": "IMicrosoftGraphAttachmentBase", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -396065,22 +398914,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTodoListTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", - "OutputType": "IMicrosoftGraphUploadSession", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -396098,22 +398947,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTodoListTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "New-MgUserTodoListTaskChecklistItem", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -396131,38 +398980,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTodoListTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "New-MgUserTodoListTaskExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphLinkedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", - "Command": "New-MgUserTodoListTaskExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "New-MgUserTodoListTaskLinkedResource", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -396180,206 +399029,204 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "New-MgUserTodoListTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventWebinar", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/Ping", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Ping", "PingViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Ping-MgBetaApplicationSynchronization", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/Ping", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Ping", "PingViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Ping-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "Publish1", "PublishViaIdentity", "PublishViaIdentity1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Publish-MgBetaBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0" + "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -396397,20 +399244,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Release", "ReleaseViaIdentity" ], - "Method": "POST", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -396428,34 +399275,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Method": "POST", - "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Publish-MgBetaDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Publish-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -396473,104 +399320,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "Method": "POST", - "Command": "Publish-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Publish-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Publish-MgBetaEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Publish-MgBetaEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Publish-MgBetaGroupDriveListContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Publish-MgBetaGroupSiteContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Publish-MgBetaGroupSiteListContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -396588,20 +399435,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Release", "ReleaseViaIdentity" ], - "Method": "POST", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -396619,118 +399466,118 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Method": "POST", - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Publish-MgBetaShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Publish-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Publish-MgBetaSiteListContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Publish-MgBetaUserDriveListContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Publish-MgBetaVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Publish-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0" + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Publish-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -396748,104 +399595,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "Method": "POST", - "Command": "Publish-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Publish-MgEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -396863,20 +399710,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Release", "ReleaseViaIdentity" ], - "Method": "POST", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -396889,303 +399736,303 @@ { "Name": "eDiscovery.ReadWrite.All", "Description": "Read and write all eDiscovery objects", - "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "Method": "POST", - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0" + "FullDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Publish", "PublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Register-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgAdminEdge", - "ApiReferenceLink": null + "Uri": "/admin/edge", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null + "Uri": "/admin/edge/internetExplorerMode", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgAdminSharepoint", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgAdminSharepointSetting", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint/settings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgAgreement", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgAgreementFile", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Remove-MgAllUserDeviceFromManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0" + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Remove-MgAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -397211,20 +400058,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgAppCatalogTeamAppDefinition", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -397250,34 +400097,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgApplication", "Uri": "/applications/{application-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -397295,34 +400142,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgApplicationAppManagementPolicyByRef", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.Read.All", @@ -397339,49 +400186,57 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgApplicationAppManagementPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + "Uri": "/applications(appId='{appId}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + "Uri": "/applications(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -397407,20 +400262,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgApplicationFederatedIdentityCredential", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -397438,20 +400293,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0" + "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgApplicationKey", + "Uri": "/applications/{application-id}/removeKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -397477,36 +400348,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/owners/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -397532,20 +400401,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgApplicationPassword", + "Uri": "/applications/{application-id}/removePassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -397571,106 +400442,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationSynchronization", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationSynchronizationJobSchema", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -397688,48 +400557,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -397747,6 +400616,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -397763,20 +400640,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -397794,6 +400671,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -397810,20 +400695,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -397841,6 +400726,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -397857,20 +400750,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Remove-MgBetaAccessReview", "Uri": "/accessReviews/{accessReview-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -397888,104 +400781,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAccessReviewInstance", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Remove-MgBetaAccessReviewReviewer", + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -398003,348 +400896,348 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaAccessReviewReviewer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaAdminEdge", - "ApiReferenceLink": null + "Uri": "/admin/edge", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null + "Uri": "/admin/edge/internetExplorerMode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0" + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0" + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdminPeople", - "ApiReferenceLink": null + "Uri": "/admin/people", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": null + "Uri": "/admin/people/itemInsights", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/pronouns", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": null + "Uri": "/admin/people/pronouns", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/admin/reportSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaAdminReportSetting", - "ApiReferenceLink": null + "Uri": "/admin/reportSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaAdminSharepoint", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaAdminSharepointSetting", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAgreement", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAgreementFile", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Remove-MgBetaAllUserDeviceFromManagement", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaAppCatalogTeamApp", + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -398370,20 +401263,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -398409,104 +401302,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplication", + "Uri": "/applications/{application-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -398524,34 +401417,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationAppManagementPolicyByRef", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.Read.All", @@ -398568,63 +401461,71 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationAppManagementPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + "Uri": "/applications(appId='{appId}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0" + "Uri": "/applications(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationExtensionProperty", + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -398650,20 +401551,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -398681,34 +401582,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationKey", + "Uri": "/applications/{application-id}/removeKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -398734,36 +401637,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgBetaApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/owners/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -398789,20 +401690,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationPassword", + "Uri": "/applications/{application-id}/removePassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -398828,106 +401731,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgBetaApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationSynchronization", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -398945,48 +401846,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -399004,6 +401905,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -399020,20 +401929,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -399051,6 +401960,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -399067,20 +401984,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -399098,6 +402015,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -399114,20 +402039,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Method": "DELETE", - "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBookingBusiness", "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -399145,22 +402072,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusiness", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBookingBusinessAppointment", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -399194,38 +402121,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBookingBusinessCalendarView", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBookingBusinessCustomer", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -399259,22 +402186,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBookingBusinessCustomQuestion", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -399300,22 +402227,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBookingBusinessService", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -399333,22 +402260,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBookingBusinessStaffMember", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -399366,52 +402293,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBookingCurrency", - "ApiReferenceLink": null + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -399429,62 +402354,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenario", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlanner", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfiguration", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -399496,140 +402421,140 @@ }, { "Name": "BusinessScenarioConfig.ReadWrite.All", - "Description": "Read and write business scenario configurations", - "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-delete-localizations?view=graph-rest-1.0" + "Description": "Read and write business scenario configurations", + "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskConfiguration", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskDetail", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/removeAllAccessForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaChatAccessForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/removeAllAccessForUser", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -399655,6 +402580,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForChat.All", "Description": "Manage Teams apps for all chats", @@ -399663,6 +402596,14 @@ "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", @@ -399671,34 +402612,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaChatLastMessagePreview", "Uri": "/chats/{chat-id}/lastMessagePreview", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaChatLastMessagePreview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaChatMember", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -399724,62 +402665,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaChatOperation", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -399797,20 +402738,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaChatTab", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -399860,20 +402801,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaCommunicationCall", "Uri": "/communications/calls/{call-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -399891,20 +402832,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -399922,48 +402863,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -399981,219 +402922,219 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-delete?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaCommunicationPresence", - "ApiReferenceLink": null + "Uri": "/communications/presences/{presence-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -400211,35 +403152,26 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "Remove1", @@ -400248,15 +403180,24 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -400274,34 +403215,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -400319,20 +403260,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -400350,77 +403291,68 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "Remove1", @@ -400429,43 +403361,52 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -400483,34 +403424,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -400528,34 +403469,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -400573,62 +403514,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaContract", - "ApiReferenceLink": null + "Uri": "/contracts/{contract-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Remove-MgBetaDevice", + "Uri": "/devices/{device-id}", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -400646,34 +403587,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -400691,20 +403632,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -400722,34 +403663,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -400767,20 +403708,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -400798,132 +403739,132 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -400941,20 +403882,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -400972,90 +403913,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -401073,146 +404028,146 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -401230,20 +404185,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -401261,20 +404216,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -401292,1377 +404247,1377 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, - { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -402680,20 +405635,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -402711,34 +405666,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -402756,20 +405711,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementTask", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -402787,20 +405742,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementVppToken", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -402818,76 +405773,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -402905,20 +405860,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -402936,20 +405891,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -402967,20 +405922,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -402998,20 +405953,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -403029,20 +405984,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -403060,20 +406015,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -403091,20 +406046,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -403122,20 +406077,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -403153,310 +406108,324 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" + "Uri": "/devices(deviceId='{deviceId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceCommand", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/commands/{command-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/applePushNotificationCertificate", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementComanagedDevice", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -403474,76 +406443,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -403561,134 +406530,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -403706,20 +406675,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -403737,215 +406706,215 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/conditionalAccessSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -403963,76 +406932,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -404050,20 +407019,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -404081,381 +407050,381 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -404473,20 +407442,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -404504,20 +407473,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -404535,20 +407504,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -404566,20 +407535,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -404597,34 +407566,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -404642,20 +407611,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -404673,20 +407642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -404704,20 +407673,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -404735,20 +407704,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -404766,90 +407735,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -404867,640 +407836,640 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -405518,104 +408487,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -405633,232 +408602,232 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Method": "POST", - "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -405876,20 +408845,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -405907,103 +408876,103 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMonitoring", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -406021,20 +408990,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406052,20 +409021,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -406083,61 +409052,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Reports", - "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaDeviceManagementReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -406155,34 +409124,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementReusableSetting", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementRoleAssignment", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -406200,20 +409169,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementRoleDefinition", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -406231,20 +409200,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -406262,20 +409231,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406293,48 +409262,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementScript", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406352,20 +409321,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406383,20 +409352,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406414,20 +409383,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406445,20 +409414,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406476,258 +409445,258 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406745,34 +409714,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406790,20 +409759,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406821,20 +409790,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406852,20 +409821,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406883,20 +409852,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406914,20 +409883,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406945,20 +409914,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -406976,20 +409945,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407007,20 +409976,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407038,20 +410007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407069,47 +410038,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407127,20 +410096,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407158,33 +410127,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407202,20 +410171,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407233,20 +410202,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407264,20 +410233,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407295,20 +410264,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407326,61 +410295,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407398,20 +410367,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407429,20 +410398,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", + "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407460,21 +410430,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", - "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407492,20 +410461,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407523,20 +410492,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407554,20 +410523,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407585,34 +410554,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407630,20 +410599,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407661,20 +410630,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407692,20 +410661,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407723,20 +410692,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407754,33 +410723,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407798,20 +410767,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407829,20 +410798,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407860,33 +410829,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407904,20 +410873,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407935,20 +410904,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -407966,408 +410935,408 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -408385,20 +411354,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -408416,355 +411385,355 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": null + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-1.0" + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": null + "Uri": "/directory/deletedItems/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-1.0" + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0" + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0" + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Remove-MgBetaDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -408782,48 +411751,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/impactedResources/{impactedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -408841,76 +411810,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Method": "POST", - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Remove-MgBetaDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0" + "Uri": "/directoryObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -408928,146 +411897,146 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "Method": "POST", - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-1.0" + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null + "Uri": "/directory/recommendations/{recommendation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRole", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRoleMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Remove-MgBetaDirectorySetting", + "Uri": "/settings/{directorySetting-id}", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -409085,174 +412054,174 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectorySubscription", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions/{companySubscription-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Remove-MgBetaDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -409278,146 +412247,146 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemPermanent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Remove-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -409443,482 +412412,482 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveList", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootPermanent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/permanentDelete", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -409936,20 +412905,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentCategory", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -409967,34 +412936,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentCategoryByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410012,34 +412981,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentDefault", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentDefault", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410057,20 +413026,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410088,20 +413057,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentRubric", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410119,20 +413088,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410150,48 +413119,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassAssignmentSetting", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410209,48 +413178,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410268,20 +413237,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410299,327 +413268,327 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMe", - "ApiReferenceLink": null + "Uri": "/education/me", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Remove-MgBetaEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -410637,692 +413606,692 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-1.0" + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Remove-MgBetaEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Remove-MgBetaExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -411340,20 +414309,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Remove-MgBetaExternalConnectionGroup", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -411371,20 +414340,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Remove-MgBetaExternalConnectionGroupMember", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -411402,20 +414371,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Remove-MgBetaExternalConnectionItem", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -411433,1634 +414402,1662 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaExternalConnectionItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalConnectionQuota", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/quota", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-1.0" + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-delete?view=graph-rest-1.0" + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Search", + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], + "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, "Method": "DELETE", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-1.0" + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Remove-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-1.0" + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Remove-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + "Uri": "/groups(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Remove-MgBetaGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -413078,34 +416075,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Calendar", + "Command": "Remove-MgBetaGroupCalendarPermission", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupConversation", "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -413123,20 +416120,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -413154,734 +416151,734 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupConversationThread", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupDriveItemPermanent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupDriveRootPermanent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupEndpoint", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Remove-MgBetaGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -413899,234 +416896,234 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/removeFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/removeFavorite", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupFromLifecyclePolicy", - "ApiReferenceLink": null + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -414152,34 +417149,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Remove-MgBetaGroupOnenoteNotebook", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Notes", + "Command": "Remove-MgBetaGroupOnenotePage", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -414197,62 +417194,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/owners/$ref", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -414270,20 +417267,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -414309,36 +417308,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/photo", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupPhoto", + "Uri": "/groups/{group-id}/photo", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -414356,62 +417353,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Remove-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupSetting", + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -414429,1822 +417426,1822 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/remove", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSitePermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamSchedule", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Remove-MgBetaGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -416262,553 +419259,553 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Remove-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0" + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0" + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -416826,20 +419823,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -416857,1130 +419854,1130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/continuousAccessEvaluationPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": null + "Uri": "/identity/continuousAccessEvaluationPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0" + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/policy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0" + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-1.0" + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0" + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaInvitation", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -417998,290 +420995,290 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagentgroup-delete?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-delete?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganization", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Remove-MgBetaOrganizationBranding", + "Uri": "/organization/{organization-id}/branding", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -418299,20 +421296,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationBranding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Remove-MgBetaOrganizationBrandingLocalization", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -418330,188 +421327,188 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/partnerInformation", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganizationPartnerInformation", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/partnerInformation", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganizationSetting", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganizationSettingContactInsight", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/settings/contactInsights", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings/itemInsights", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganizationSettingItemInsight", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/settings/itemInsights", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings/peopleInsights", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaOrganizationSettingPersonInsight", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaPlace", - "ApiReferenceLink": null + "Uri": "/places/{place-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places(placeId='{placeId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaPlaceByPlaceId", - "ApiReferenceLink": null + "Uri": "/places(placeId='{placeId}')", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Remove-MgBetaPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -418537,20 +421534,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Remove-MgBetaPlannerPlan", "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -418576,20 +421573,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Remove-MgBetaPlannerRoster", "Uri": "/planner/rosters/{plannerRoster-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -418607,20 +421604,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerRoster", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Remove-MgBetaPlannerRosterMember", "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -418638,20 +421635,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerRosterMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Remove-MgBetaPlannerTask", "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -418677,156 +421674,190 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/accessReviewPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAccessReviewPolicy", - "ApiReferenceLink": null + "Uri": "/policies/accessReviewPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null + "Uri": "/policies/adminConsentRequestPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authenticationFlowsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -418844,703 +421875,771 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", - "ApiReferenceLink": null + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/default", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/templates", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/defaultAppManagementPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/directoryRoleAccessReviewPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/externalIdentitiesPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": null + "Uri": "/policies/externalIdentitiesPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/federatedTokenValidationPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/federatedTokenValidationPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-1.0" + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-1.0" + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-1.0" + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-1.0" + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0" + "Uri": "/print/connectors/{printConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations/{printOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0" + "Uri": "/print/printers/{printer-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterJob", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterShare", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Remove-MgBetaPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -419558,711 +422657,702 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintService", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintShareJob", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Remove-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedApproval", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRole", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programs/{program-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-1.0" + "Uri": "/programs/{program-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls/{programControl-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -420271,329 +423361,338 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-1.0" + "Uri": "/programControls/{programControl-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls/{programControl-id}/program", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaProgramControlProgram", - "ApiReferenceLink": null + "Uri": "/programControls/{programControl-id}/program", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControlTypes/{programControlType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaProgramControlType", - "ApiReferenceLink": null + "Uri": "/programControlTypes/{programControlType-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBilling", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations/{operation-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation/billed", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/billed", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/unbilled", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/sla/azureADAuthentication", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null + "Uri": "/reports/sla/azureADAuthentication", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Remove-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaRiskyUser", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaRiskyUserHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -420611,34 +423710,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -420680,89 +423779,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementDeviceManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -420780,34 +423879,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -420849,187 +423948,187 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectory", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -421047,411 +424146,411 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -421469,355 +424568,355 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchange", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.SchemaExtensions", + "Command": "Remove-MgBetaSchemaExtension", "Uri": "/schemaExtensions/{schemaExtension-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -421835,20 +424934,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Remove-MgBetaSearchAcronym", "Uri": "/search/acronyms/{acronym-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -421866,20 +424965,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Remove-MgBetaSearchBookmark", "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -421897,20 +424996,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Remove-MgBetaSearchQna", "Uri": "/search/qnas/{qna-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -421928,285 +425027,285 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/securityActions/{securityAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAction", - "ApiReferenceLink": null + "Uri": "/security/securityActions/{securityAction-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAlertV2", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2/{alert-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAuditLog", - "ApiReferenceLink": null + "Uri": "/security/auditLog", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCase", - "ApiReferenceLink": null + "Uri": "/security/cases", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422224,34 +425323,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422269,66 +425372,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422346,62 +425445,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422419,80 +425522,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422510,48 +425609,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422569,976 +425668,976 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCollaboration", - "ApiReferenceLink": null + "Uri": "/security/collaboration", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityIdentity", - "ApiReferenceLink": null + "Uri": "/security/identities", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityIncident", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null + "Uri": "/security/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/labelPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabel", - "ApiReferenceLink": null + "Uri": "/security/labels", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null + "Uri": "/security/labels/citations/{citationTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0" + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/rules", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityRule", - "ApiReferenceLink": null + "Uri": "/security/rules", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null + "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecuritySecureScore", - "ApiReferenceLink": null + "Uri": "/security/secureScores/{secureScore-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-1.0" + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphResultInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-1.0" + "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/deleteTiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphResultInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete1", "DeleteExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-1.0" + "Uri": "/security/tiIndicators/deleteTiIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityTrigger", - "ApiReferenceLink": null + "Uri": "/security/triggers", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0" + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityTriggerType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0" + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Remove-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Remove-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -423564,76 +426663,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "Method": "DELETE", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalByAppId", "Uri": "/servicePrincipals(appId='{appId}')", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -423651,6 +426750,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -423667,62 +426774,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -423740,6 +426847,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -423756,48 +426871,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -423823,20 +426938,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Delete", - "DeleteViaIdentity" + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -423862,78 +426979,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -423951,34 +427066,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -424004,340 +427119,340 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareList", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListItemField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListItemVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaSharePermission", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/permission", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Remove-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -424355,20 +427470,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Remove-MgBetaSiteContentType", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -424386,20 +427501,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Remove-MgBetaSiteContentTypeColumn", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -424417,96 +427532,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteList", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Remove-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -424524,20 +427639,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Remove-MgBetaSiteListContentType", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -424555,20 +427670,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Remove-MgBetaSiteListContentTypeColumn", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -424586,62 +427701,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -424675,118 +427790,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListItemField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Remove-MgBetaSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -424804,634 +427919,634 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSitePermission", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaSubscribedSku", - "ApiReferenceLink": null + "Uri": "/subscribedSkus/{subscribedSku-id}", + "Permissions": [] }, { - "Module": "Beta.ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Command": "Remove-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Permissions": [ { "Name": "Channel.Delete.Group", @@ -425465,76 +428580,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -425608,20 +428723,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamChannelTab", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamInstalledApp", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -425647,6 +428762,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForTeam.All", "Description": "Manage Teams apps for all teams", @@ -425655,6 +428778,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Group.ReadWrite.All", "Description": "Read and write all groups", @@ -425671,188 +428802,188 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamSchedule", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -425870,34 +429001,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -425915,20 +429046,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamScheduleShift", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -425954,62 +429085,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -426027,20 +429158,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamScheduleTimeOffReason", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -426058,20 +429189,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -426089,20 +429220,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamTag", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -426120,20 +429251,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Remove-MgBetaTeamTagMember", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -426151,957 +429282,957 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDevice", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": null + "Uri": "/teamwork/teamsAppSettings", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0" + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0" + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-1.0" + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-1.0" + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Remove-MgBetaUser", + "Uri": "/users/{user-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -427143,76 +430274,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-delete-activity?view=graph-rest-1.0" + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Remove-MgBetaUserActivityStatistics", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Remove-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -427230,20 +430361,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationFido2Method", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -427261,20 +430392,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationFido2Method", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -427292,34 +430423,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationOperation", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -427337,20 +430468,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -427368,34 +430499,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -427413,20 +430544,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -427444,20 +430575,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -427475,1890 +430606,1890 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Remove-MgBetaUserChatAccessForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatMessageReply", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContactFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Remove-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceCommand", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0" + "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Remove-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Remove-MgBetaUserDriveItemPermanent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveList", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Remove-MgBetaUserDriveRootPermanent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Remove-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Remove-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/followedSites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Remove-MgBetaUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + "Uri": "/users/{user-id}/followedSites/remove", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassificationoverride-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserInsightShared", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserInsightTrending", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserInsightUsed", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserLicenseDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Remove-MgBetaUserManagerByRef", + "Uri": "/users/{user-id}/manager/$ref", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -429376,146 +432507,146 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserManagerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMessageAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Remove-MgBetaUserMessageMention", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserNotification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/notifications/{notification-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Notes", + "Command": "Remove-MgBetaUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -429533,48 +432664,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaUserOnenoteSection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Remove-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -429592,80 +432723,80 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaUserOnlineMeetingRegistration", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -429683,34 +432814,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -429736,174 +432867,176 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Remove-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookcategory-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Permissions": [] }, - { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Delete", + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", + "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -429929,22 +433062,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" + "DeleteViaIdentity" ], - "Method": "POST", - "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserPhoto", "Uri": "/users/{user-id}/photo", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -429970,34 +433101,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserPhoto", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Remove-MgBetaUserPresence", "Uri": "/users/{user-id}/presence", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserPresence", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfile", "Uri": "/users/{user-id}/profile", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430015,20 +433146,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileAccount", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430046,20 +433177,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/useraccountinformation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileAddress", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430077,20 +433208,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAddress", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileAnniversary", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430108,20 +433239,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAnniversary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personanniversary-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileAward", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430139,20 +433270,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileAward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileCertification", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430170,20 +433301,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileCertification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileEducationalActivity", "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430201,20 +433332,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationalactivity-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileEmail", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430232,20 +433363,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileInterest", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430263,20 +433394,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileInterest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personinterest-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileLanguage", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430294,20 +433425,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/languageproficiency-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileName", "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430325,20 +433456,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personname-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileNote", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -430380,20 +433511,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfilePatent", "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430411,20 +433542,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePatent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfilePhone", "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430442,20 +433573,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePhone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfilePosition", "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430473,20 +433604,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePosition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workposition-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileProject", "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430504,20 +433635,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileProject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectparticipation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfilePublication", "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430535,20 +433666,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfilePublication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileSkill", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430566,20 +433697,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileSkill", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/skillproficiency-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileWebAccount", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430597,20 +433728,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileWebAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webaccount-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Remove-MgBetaUserProfileWebsite", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -430628,272 +433759,272 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserProfileWebsite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personwebsite-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Remove-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaUserSecurity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaUserSecurityInformationProtection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingItemInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/itemInsights", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingShiftPreference", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/shiftPreferences", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingStorage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingStorageQuota", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage/quota", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingWindows", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Remove-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserTeamwork", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Remove-MgBetaUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -430943,6 +434074,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelectedForUser.All", "Description": "Consent name unavailable", @@ -430974,21 +434113,29 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoList", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.Read", @@ -431014,34 +434161,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoListExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoListTask", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431059,20 +434206,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoListTaskAttachment", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431090,34 +434237,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431135,34 +434282,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/checklistitem-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoListTaskExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -431180,491 +434327,482 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/linkedresource-delete?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity", @@ -431673,231 +434811,240 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0" + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Remove-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -431931,34 +435078,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Remove-MgBookingBusinessCalendarView", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessCalendarView", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Remove-MgBookingBusinessCustomer", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -431992,20 +435139,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Remove-MgBookingBusinessCustomQuestion", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -432031,20 +435178,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Remove-MgBookingBusinessService", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -432062,20 +435209,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Remove-MgBookingBusinessStaffMember", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -432093,48 +435240,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgBookingCurrency", - "ApiReferenceLink": null + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Remove-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -432160,6 +435307,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForChat.All", "Description": "Manage Teams apps for all chats", @@ -432168,6 +435323,14 @@ "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", @@ -432176,34 +435339,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgChatLastMessagePreview", "Uri": "/chats/{chat-id}/lastMessagePreview", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgChatLastMessagePreview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgChatMember", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -432229,48 +435392,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Remove-MgChatPinnedMessage", + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -432288,20 +435451,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgChatTab", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -432351,20 +435514,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Remove-MgCommunicationCall", "Uri": "/communications/calls/{call-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -432382,20 +435545,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -432413,48 +435576,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Remove-MgCommunicationCallParticipant", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -432472,160 +435635,160 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgCommunicationPresence", - "ApiReferenceLink": null + "Uri": "/communications/presences/{presence-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgContract", - "ApiReferenceLink": null + "Uri": "/contracts/{contract-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Remove-MgDevice", + "Uri": "/devices/{device-id}", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -432643,34 +435806,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432688,20 +435851,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432719,34 +435882,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432764,20 +435927,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432795,48 +435958,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432854,20 +436017,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432885,90 +436048,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432986,132 +436149,132 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-delete?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433129,20 +436292,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433160,20 +436323,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433191,860 +436354,860 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-delete?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -434062,20 +437225,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -434093,34 +437256,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementVppToken", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434138,20 +437301,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -434169,20 +437332,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -434200,20 +437363,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -434231,20 +437394,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -434262,75 +437425,75 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0" + "Uri": "/devices(deviceId='{deviceId}')", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/applePushNotificationCertificate", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434348,33 +437511,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-delete?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Command": "Remove-MgDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/conditionalAccessSettings", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -434392,20 +437555,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDetectedApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -434423,298 +437586,298 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-delete?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434732,20 +437895,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434763,20 +437926,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementExchangeConnector", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -434794,48 +437957,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-delete?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -434853,134 +438016,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -434998,20 +438161,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -435029,48 +438192,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-delete?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -435088,20 +438251,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -435119,33 +438282,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0" + ] }, { - "Module": "Reports", - "Uri": "/deviceManagement/reports", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgDeviceManagementReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/reports", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -435163,20 +438326,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementResourceOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementRoleAssignment", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -435194,20 +438357,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementRoleDefinition", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -435225,20 +438388,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -435256,90 +438419,90 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435357,20 +438520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435388,20 +438551,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435419,20 +438582,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435450,20 +438613,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435481,20 +438644,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435512,20 +438675,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435543,20 +438706,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435574,47 +438737,47 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435632,48 +438795,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435691,20 +438854,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435722,20 +438885,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435753,20 +438916,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435784,20 +438947,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435815,20 +438978,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435846,20 +439009,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435877,33 +439040,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435921,33 +439084,33 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435965,20 +439128,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435996,20 +439159,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436027,160 +439190,160 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436198,20 +439361,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436229,216 +439392,216 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDeviceRegisteredOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDeviceRegisteredUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0" + "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryAttributeSet", - "ApiReferenceLink": null + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Remove-MgDirectoryFederationConfiguration", + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -436456,202 +439619,202 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDirectoryFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0" + ] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Remove-MgDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0" + "Uri": "/directoryObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryRole", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryRoleMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0" + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDirectoryRoleTemplate", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Remove-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -436677,146 +439840,146 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemPermanent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Remove-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -436842,482 +440005,482 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveList", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootPermanent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/permanentDelete", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Remove-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437335,20 +440498,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentCategory", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437366,34 +440529,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentCategoryByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437411,34 +440574,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentDefault", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentDefault", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437456,20 +440619,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentRubric", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437487,20 +440650,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentRubricByRef", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437518,76 +440681,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassAssignmentSetting", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437605,271 +440768,271 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassMemberEducationUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassTeacherByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationClassTeacherEducationUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMe", - "ApiReferenceLink": null + "Uri": "/education/me", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Remove-MgEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -437887,469 +441050,460 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationSchoolClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationSchoolClassEducationClassByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationSchoolUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationSchoolUserEducationUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Remove-MgEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAssignment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -438358,78 +441512,78 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -438438,358 +441592,358 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Permissions": [] }, - { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -438798,78 +441952,78 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -438878,483 +442032,492 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Remove-MgExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -439372,20 +442535,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Remove-MgExternalConnectionGroup", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -439403,20 +442566,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Remove-MgExternalConnectionGroupMember", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -439434,20 +442597,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionGroupMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Remove-MgExternalConnectionItem", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -439465,118 +442628,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgExternalConnectionItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Remove-MgExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Remove-MgExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupAcceptedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgGroupAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0" + "Uri": "/groups(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Remove-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -439594,34 +442757,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgGroupCalendarEvent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Calendar", + "Command": "Remove-MgGroupCalendarPermission", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Remove-MgGroupConversation", "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -439639,20 +442802,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgGroupConversation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Remove-MgGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -439670,692 +442833,692 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgGroupConversationThread", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupDriveItemPermanent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupDriveRootPermanent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgGroupDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Remove-MgGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -440373,150 +443536,150 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgGroupEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgGroupEventExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgGroupEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgGroupEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/removeFavorite", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/removeFavorite", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupFromLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupMemberByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/members/$ref", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Remove-MgGroupMemberDirectoryObjectByRef", + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -440542,34 +443705,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgGroupMemberDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Remove-MgGroupOnenoteNotebook", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgGroupOnenoteNotebook", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Notes", + "Command": "Remove-MgGroupOnenotePage", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -440587,62 +443750,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgGroupOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgGroupOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/owners/$ref", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -440660,34 +443823,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Remove-MgGroupPermissionGrant", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgGroupPermissionGrant", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Remove-MgGroupPhoto", "Uri": "/groups/{group-id}/photo", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -440705,62 +443868,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgGroupPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Remove-MgGroupPlannerPlanDetail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupRejectedSenderByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Remove-MgGroupSetting", + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -440778,779 +443943,768 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "Delete1", - "DeleteViaIdentity", - "DeleteViaIdentity1" - ], - "Method": "DELETE", - "Command": "Remove-MgGroupSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/remove", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListItemField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -441561,16 +444715,16 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -441581,128 +444735,128 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -441713,16 +444867,16 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -441733,48 +444887,48 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -441785,16 +444939,16 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -441805,637 +444959,646 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannelMessage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamSchedule", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgGroupTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Remove-MgGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -442453,258 +445616,258 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupThreadPostAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupThreadPostExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Remove-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -442722,20 +445885,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgIdentityConditionalAccessPolicy", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -442753,607 +445916,607 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0" + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0" + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgInvitation", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Remove-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -443371,34 +446534,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Remove-MgOrganization", "Uri": "/organization/{organization-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgOrganization", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Remove-MgOrganizationBranding", "Uri": "/organization/{organization-id}/branding", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -443416,20 +446579,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgOrganizationBranding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Remove-MgOrganizationBrandingLocalization", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -443447,76 +446610,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0" + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgPlace", - "ApiReferenceLink": null + "Uri": "/places/{place-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Remove-MgPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -443542,20 +446705,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Remove-MgPlannerPlan", "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -443581,20 +446744,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Remove-MgPlannerTask", "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -443620,143 +446783,177 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0" + ] }, { - "Module": "Planner", - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null + "Uri": "/policies/adminConsentRequestPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authenticationFlowsPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -443774,407 +446971,475 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyAuthorizationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/default", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/defaultAppManagementPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0" + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "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 + } + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0" + "Uri": "/print/connectors/{printConnector-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations/{printOperation-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0" + "Uri": "/print/printers/{printer-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintPrinterJob", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintPrinterJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Remove-MgPrintPrinterTaskTrigger", + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -444192,493 +447457,493 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintService", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintServiceEndpoint", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintShareAllowedGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintShareAllowedUserByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintShareJob", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Remove-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Remove-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Remove-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBilling", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations/{operation-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation/billed", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBillingUsage", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/billed", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Remove-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/unbilled", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgRiskyServicePrincipal", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgRiskyUser", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgRiskyUserHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectory", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -444696,117 +447961,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -444824,146 +448089,146 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "SchemaExtensions", - "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "SchemaExtensions", + "Command": "Remove-MgSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -444981,20 +448246,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Remove-MgSearchAcronym", "Uri": "/search/acronyms/{acronym-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -445012,20 +448277,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Remove-MgSearchBookmark", "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -445043,20 +448308,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Remove-MgSearchQna", "Uri": "/search/qnas/{qna-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -445074,216 +448339,216 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAlertV2", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2/{alert-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCase", - "ApiReferenceLink": null + "Uri": "/security/cases", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445301,34 +448566,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445346,80 +448615,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445437,66 +448706,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445514,48 +448779,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445573,632 +448838,632 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityIncident", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabel", - "ApiReferenceLink": null + "Uri": "/security/labels", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0" + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0" + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelCitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0" + "Uri": "/security/labels/citations/{citationTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelDepartment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0" + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0" + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0" + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecuritySecureScore", - "ApiReferenceLink": null + "Uri": "/security/secureScores/{secureScore-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligence", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggers", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityTrigger", - "ApiReferenceLink": null + "Uri": "/security/triggers", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0" + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityTriggerType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0" + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Remove-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Remove-MgServiceAnnouncementIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Remove-MgServiceAnnouncementMessage", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Remove-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -446224,76 +449489,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0" + "Uri": "/servicePrincipals(appId='{appId}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -446311,6 +449576,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -446327,62 +449600,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "Permissions": [ { "Name": "Policy.Read.All", @@ -446400,6 +449673,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Application.ReadWrite.OwnedBy", "Description": "Manage apps that this app creates or owns", @@ -446416,20 +449697,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgServicePrincipalKey", + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -446455,36 +449738,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgServicePrincipalKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalOwnerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -446510,20 +449791,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgServicePrincipalPassword", + "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -446549,78 +449832,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Remove-MgServicePrincipalPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Remove-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalSynchronization", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Remove-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -446638,34 +449919,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -446691,340 +449972,340 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareList", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListItemField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListItemVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgSharePermission", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/permission", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Remove-MgSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447042,20 +450323,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgSiteColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Remove-MgSiteContentType", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447073,20 +450354,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Remove-MgSiteContentTypeColumn", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447104,96 +450385,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteList", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Remove-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447211,20 +450492,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgSiteListColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Remove-MgSiteListContentType", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447242,20 +450523,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgSiteListContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Remove-MgSiteListContentTypeColumn", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447273,48 +450554,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Remove-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -447348,118 +450629,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListItemField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Remove-MgSiteOnenotePage", + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -447477,237 +450758,228 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgSiteOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -447718,16 +450990,16 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -447738,128 +451010,128 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -447870,16 +451142,16 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -447890,48 +451162,48 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -447942,16 +451214,16 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", @@ -447962,217 +451234,226 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Remove-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgSubscribedSku", - "ApiReferenceLink": null + "Uri": "/subscribedSkus/{subscribedSku-id}", + "Permissions": [] }, { - "Module": "ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Command": "Remove-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Remove-MgTeamChannel", + "Uri": "/teams/{team-id}/channels/{channel-id}", "Permissions": [ { "Name": "Channel.Delete.Group", @@ -448206,76 +451487,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Remove-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -448349,20 +451630,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamInstalledApp", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -448388,6 +451669,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForTeam.All", "Description": "Manage Teams apps for all teams", @@ -448396,6 +451685,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Group.ReadWrite.All", "Description": "Read and write all groups", @@ -448412,174 +451709,174 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamSchedule", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Remove-MgTeamScheduleOpenShift", + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -448597,34 +451894,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamScheduleSchedulingGroup", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -448642,20 +451939,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamScheduleShift", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -448681,34 +451978,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamScheduleTimeOff", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -448726,20 +452023,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamScheduleTimeOffReason", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -448757,20 +452054,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamScheduleTimeOffRequest", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -448788,20 +452085,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamTag", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -448819,20 +452116,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Remove-MgTeamTagMember", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -448850,285 +452147,285 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgTeamTagMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkTeamAppSetting", - "ApiReferenceLink": null + "Uri": "/teamwork/teamsAppSettings", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0" + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0", + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Remove-MgUser", + "Uri": "/users/{user-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -449170,62 +452467,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0" + ] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Remove-MgUserActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-delete-activity?view=graph-rest-1.0" + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Remove-MgUserActivityHistoryItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Remove-MgUserAppRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0" + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -449243,20 +452540,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationFido2Method", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -449274,20 +452571,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationFido2Method", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -449305,34 +452602,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationOperation", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationPhoneMethod", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -449350,20 +452647,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -449381,20 +452678,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -449412,20 +452709,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -449443,1328 +452740,1328 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatMessageReply", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatPinnedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContactFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContactFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Remove-MgUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, - { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Remove-MgUserDriveItemPermanent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveList", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootListItemField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Remove-MgUserDriveRootPermanent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Remove-MgUserDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgUserEventAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgUserEventExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgUserEventInstanceAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Remove-MgUserEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Remove-MgUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/followedSites/remove", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Remove-MgUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0" + "Uri": "/users/{user-id}/followedSites/remove", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassificationoverride-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Remove-MgUserLicenseDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Remove-MgUserManagerByRef", + "Uri": "/users/{user-id}/manager/$ref", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -450782,76 +454079,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgUserManagerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMessageAttachment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Remove-MgUserMessageExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgUserOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Notes", + "Command": "Remove-MgUserOnenotePage", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -450869,48 +454166,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgUserOnenotePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgUserOnenoteSection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Remove-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Remove-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -450928,90 +454225,90 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Remove-MgUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookcategory-delete?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/photo", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Remove-MgUserPhoto", + "Uri": "/users/{user-id}/photo", "Permissions": [ { "Name": "User.ReadWrite", @@ -451037,132 +454334,132 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgUserPhoto", - "ApiReferenceLink": null + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Remove-MgUserPresence", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/presence", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Remove-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Remove-MgUserSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Remove-MgUserSettingShiftPreference", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/shiftPreferences", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Remove-MgUserSettingWindows", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Remove-MgUserSettingWindowsInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserTeamwork", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Remove-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Remove-MgUserTeamworkInstalledApp", + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -451212,6 +454509,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteSelectedForUser.All", "Description": "Consent name unavailable", @@ -451243,21 +454548,29 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForUser.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTeamworkInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoList", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.Read", @@ -451283,34 +454596,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoListExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoListExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoListTask", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -451328,20 +454641,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoListTaskAttachment", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -451359,34 +454672,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoListTaskAttachmentSession", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoListTaskChecklistItem", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -451404,34 +454717,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/checklistitem-delete?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoListTaskExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Remove-MgUserTodoListTaskLinkedResource", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -451449,330 +454762,330 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "Method": "DELETE", - "Command": "Remove-MgUserTodoListTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/linkedresource-delete?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventWebinar", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "DELETE", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Delete", "DeleteViaIdentity" ], - "Method": "DELETE", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Rename-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Rename-MgBetaUserCloudPcUserAccountType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Rename-MgCommunicationCallScreenSharingRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0" + "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Request", "RequestExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Request", "RequestExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Request", + "RequestViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -451790,20 +455103,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Request", "RequestViaIdentity" ], - "Method": "POST", - "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -451821,61 +455134,61 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Request", - "RequestViaIdentity" - ], - "Method": "POST", - "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Request", "RequestViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/myRequests", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Request" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Request-MgBetaPrivilegedApprovalMy", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/myRequests", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Request", "RequestViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Request", + "RequestViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -451893,34 +455206,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Request", - "RequestViaIdentity" - ], - "Method": "POST", - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Request", "RequestViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Reset-MgBetaAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/resetDecisions", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -451938,76 +455251,76 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Reset", - "ResetViaIdentity" - ], - "Method": "POST", - "Command": "Reset-MgBetaAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Reset-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-1.0" + "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Reset-MgBetaEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -452025,440 +455338,442 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Reset", - "ResetViaIdentity" - ], - "Method": "POST", - "Command": "Reset-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/resetUnseenCount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Reset-MgBetaGroupUnseenCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/resetUnseenCount", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/resetDefaults", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Reset-MgBetaPrintPrinterDefault", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/resetDefaults", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Reset-MgBetaUserAuthenticationMethodPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0" + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Reset-MgBetaUserManagedDevicePasscode", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/resetUnseenCount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Reset-MgGroupUnseenCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/resetUnseenCount", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reset" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reset", "ResetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Resize-MgBetaUserCloudPc", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Resize-MgBetaUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Restart-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -452476,92 +455791,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restart", "RestartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Restart-MgBetaTeamworkDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-1.0" + "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restart-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restart-MgBetaUserManagedDeviceNow", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restart", + "RestartExpanded", + "RestartViaIdentity", + "RestartViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Restart-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -452579,170 +455894,168 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restart", - "RestartExpanded", - "RestartViaIdentity", - "RestartViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Restart-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reboot", "RebootViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Recover", "RecoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Recover", "RecoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Restore-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Restore-MgBetaDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Permissions": [ { "Name": "Files.ReadWrite", @@ -452768,306 +456081,306 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", - "Command": "Restore-MgBetaDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/restore", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveItemVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupDriveRootVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Restore-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Restore-MgBetaPrintPrinterFactoryDefault", + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -453085,52 +456398,52 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", - "Command": "Restore-MgBetaPrintPrinterFactoryDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaShareListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Restore-MgBetaShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -453164,20 +456477,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", - "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Restore-MgBetaSiteListItemVersion", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -453203,298 +456516,298 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", - "Command": "Restore-MgBetaSiteListItemVersion", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveItem", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveItemVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserDriveRootVersion", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Recover", "RecoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Restore-MgBetaUserManagedDevicePasscode", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Recover", "RecoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Restore-MgDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Restore-MgDriveItemVersion", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Permissions": [ { "Name": "Files.ReadWrite", @@ -453520,320 +456833,320 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", - "Command": "Restore-MgDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Restore-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/restore", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Restore-MgGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0" + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Restore-MgPrintPrinterFactoryDefault", + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -453851,52 +457164,52 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", - "Command": "Restore-MgPrintPrinterFactoryDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Restore-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -453930,20 +457243,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", - "Command": "Restore-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Restore-MgSiteListItemVersion", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -453969,178 +457282,178 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "Method": "POST", - "Command": "Restore-MgSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Restore", "RestoreViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Recover", "RecoverViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Resume", + "ResumeViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Resume-MgBetaEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -454158,228 +457471,230 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Resume", - "ResumeViaIdentity" - ], - "Method": "POST", - "Command": "Resume-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "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", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "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", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "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", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "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", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Resume-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -454397,78 +457712,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Command": "Revoke-MgBetaDeviceManagementElevationRequest", + "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Revoke-MgBetaDriveItemPermissionGrant", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "Permissions": [ { "Name": "Files.ReadWrite", @@ -454494,164 +457825,162 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Revoke-MgBetaDriveItemPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Revoke-MgBetaDriveRootPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Revoke-MgBetaGroupSitePermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Revoke-MgBetaSharePermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Revoke-MgBetaSitePermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/revokeSignInSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Revoke", + "RevokeViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Revoke-MgBetaUserSignInSession", + "Uri": "/users/{user-id}/revokeSignInSessions", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -454677,20 +458006,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Method": "POST", - "Command": "Revoke-MgBetaUserSignInSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Revoke-MgUserSignInSession", "Uri": "/users/{user-id}/revokeSignInSessions", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -454716,20 +458045,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Revoke", - "RevokeViaIdentity" - ], - "Method": "POST", - "Command": "Revoke-MgUserSignInSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Variants": [ + "Search", + "SearchExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", + "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -454747,286 +458076,286 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Search", - "SearchExpanded" - ], - "Method": "POST", - "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Search-MgBetaDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Search-MgBetaDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Search-MgBetaDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Search-MgBetaGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Search-MgBetaGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Search-MgBetaGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Search-MgBetaUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Search-MgBetaUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Search-MgBetaUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Search-MgDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Search-MgDriveItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Search-MgDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Search-MgGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Search-MgGroupDriveItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Search-MgGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Search-MgUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Search-MgUserDriveItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "Method": "GET", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Search", "SearchViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Search-MgUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Send-MgBetaAccessReviewInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Send", + "SendViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Send-MgBetaAccessReviewReminder", + "Uri": "/accessReviews/{accessReview-id}/sendReminder", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -455044,20 +458373,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Send", - "SendViaIdentity" + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" ], - "Method": "POST", - "Command": "Send-MgBetaAccessReviewReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Send-MgBetaChatActivityNotification", "Uri": "/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -455075,102 +458406,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Send-MgBetaChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Send-MgBetaCommunicationCallDtmfTone", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -455188,36 +458519,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", - "ApiReferenceLink": null + "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -455235,92 +458566,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Send-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Send-MgBetaFinancialCompanySalesQuote", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Send-MgBetaTeamActivityNotification", + "Uri": "/teams/{team-id}/sendActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -455338,22 +458669,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendExpanded" ], - "Method": "POST", - "Command": "Send-MgBetaTeamActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", "Uri": "/teamwork/sendActivityNotificationToRecipients", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -455371,142 +458700,144 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded" - ], - "Method": "POST", - "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Send-MgBetaUserChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/sendMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Send-MgBetaUserMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + "Uri": "/users/{user-id}/sendMail", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Send-MgBetaUserMailFolderChildFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Send-MgBetaUserMailFolderMessage", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Send-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}/send", + "Permissions": [] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -455532,22 +458863,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -455573,36 +458904,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Send-MgBetaUserTeamworkActivityNotification", + "Uri": "/users/{user-id}/teamwork/sendActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -455620,22 +458951,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", - "Command": "Send-MgBetaUserTeamworkActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Send-MgChatActivityNotification", "Uri": "/chats/{chat-id}/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -455653,98 +458984,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Send-MgChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Send-MgCommunicationCallDtmfTone", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Send-MgTeamActivityNotification", + "Uri": "/teams/{team-id}/sendActivityNotification", "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -455762,22 +459093,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" + "SendExpanded" ], - "Method": "POST", - "Command": "Send-MgTeamActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Send-MgTeamworkActivityNotificationToRecipient", "Uri": "/teamwork/sendActivityNotificationToRecipients", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -455795,94 +459124,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded" - ], - "Method": "POST", - "Command": "Send-MgTeamworkActivityNotificationToRecipient", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0" + ] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/sendMail", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Send-MgUserMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0" + "Uri": "/users/{user-id}/sendMail", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/messages/{message-id}/send", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Send", "SendViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -455908,22 +459239,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -455949,22 +459280,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Method": "POST", - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Send-MgUserTeamworkActivityNotification", "Uri": "/users/{user-id}/teamwork/sendActivityNotification", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -455982,22 +459313,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Send-MgUserTeamworkActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Set-MgApplicationLogo", + "Uri": "/applications/{application-id}/logo", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -456015,126 +459344,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "PUT", - "Command": "Set-MgApplicationLogo", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Set-MgApplicationSynchronization", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/secrets", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Set-MgApplicationSynchronizationSecret", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/secrets", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/setVerifiedPublisher", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Set-MgApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/connectorGroup/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Set-MgBetaApplicationLogo", + "Uri": "/applications/{application-id}/logo", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -456152,384 +459481,386 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "PUT", - "Command": "Set-MgBetaApplicationLogo", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaApplicationSynchronization", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/secrets", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaApplicationSynchronizationSecret", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/secrets", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/setVerifiedPublisher", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/setVerifiedPublisher", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaChatMessageReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/setPresence", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Set-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Set-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -456547,192 +459878,192 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", - "ApiReferenceLink": null + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignJustInTimeConfiguration", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementConfigurationPolicyJust", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignJustInTimeConfiguration", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -456750,38 +460081,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -456799,22 +460130,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -456832,22 +460163,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -456865,22 +460196,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -456898,22 +460229,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementDeviceShellScript", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -456931,148 +460262,164 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", + "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementManagedDeviceName", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-1.0" + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Set-MgBetaDeviceManagementRoleScopeTag", + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -457090,266 +460437,264 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementScript", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveBundleContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveBundleContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveFollowingContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveFollowingContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveItemChildContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveItemChildContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Set-MgBetaDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Permissions": [ { "Name": "Files.ReadWrite", @@ -457375,20 +460720,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaDriveItemContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Set-MgBetaDriveItemContentStream", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.ReadWrite", @@ -457414,48 +460759,50 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "PUT", - "Command": "Set-MgBetaDriveItemContentStream", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.Files", + "Command": "Set-MgBetaDriveItemSensitivityLabel", "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -457473,206 +460820,206 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaDriveItemSensitivityLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveItemVersionContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootChildContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootChildContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveRootVersionContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaDriveSpecialContentStream", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -457690,50 +461037,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", - "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", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -457751,166 +461096,168 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "POST", - "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", - "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", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Set-MgBetaExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -457928,636 +461275,636 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgBetaExternalConnectionItem", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyInformationPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveBundleContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveBundleContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveFollowingContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveFollowingContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveItemChildContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveItemChildContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveItemVersionContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveRootChildContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveRootChildContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveRootContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveRootContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveRootVersionContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaGroupDriveSpecialContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Set-MgBetaGroupLicense", + "Uri": "/groups/{group-id}/assignLicense", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -458575,64 +461922,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaGroupLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaGroupOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaGroupOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Set-MgBetaGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -458650,190 +461997,190 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" - ], - "Method": "PUT", - "Command": "Set-MgBetaGroupPhotoContent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Set-MgBetaGroupTeam", + "Uri": "/groups/{group-id}/team", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -458851,384 +462198,382 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgBetaGroupTeam", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamPhotoContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/photo/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaGroupTeamSchedule", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaOrganizationBrandingBannerLogo", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaOrganizationBrandingCustomCss", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/customCSS", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaOrganizationBrandingFavicon", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/favicon", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/headerLogo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -459246,20 +462591,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -459277,20 +462622,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -459308,20 +462653,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -459339,20 +462684,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -459370,20 +462715,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -459401,20 +462746,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -459432,48 +462777,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "PUT", - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaOrganizationBrandingSquareLogo", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/squareLogo", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -459491,192 +462836,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "POST", - "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Set-MgBetaPrintPrinterJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Set-MgBetaPrintShareJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2/{alert-id}/comments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAlertComment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Set-MgBetaSecurityAlert", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2/{alert-id}/comments", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAlertComment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Set-MgBetaSecurityIncidentAlertComment", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -459694,454 +463041,454 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareDriveItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareItemContentStream", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareRootContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaShareRootContentStream", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Set-MgBetaSiteListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaSiteOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaSiteOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamChannelFileFolderContentStream", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamPhotoContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSchedule", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Set-MgBetaTeamSchedule", + "Uri": "/teams/{team-id}/schedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -460159,154 +463506,168 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgBetaTeamSchedule", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Variants": [ + "Set", + "SetExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "Command": "Set-MgBetaTenantRelationshipMultiTenantOrganization", + "Uri": "/tenantRelationships/multiTenantOrganization", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Set-MgBetaTrustFrameworkPolicyContent", - "ApiReferenceLink": null + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Set-MgBetaUserChatMessageReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -460324,466 +463685,466 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaUserChatMessageReaction", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Set-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Set-MgBetaUserChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Set-MgBetaUserContactFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Set-MgBetaUserContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveBundleContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveBundleContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveFollowingContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveFollowingContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveItemChildContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveItemChildContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Set-MgBetaUserDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveItemVersionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveRootChildContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveRootChildContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveRootContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveRootContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Set-MgBetaUserDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveRootVersionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Set-MgBetaUserDriveSpecialContentStream", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Set-MgBetaUserLicense", + "Uri": "/users/{user-id}/assignLicense", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -460801,82 +464162,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaUserLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Set-MgBetaUserMailFolderMessageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Set-MgBetaUserManagedDeviceName", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Set-MgBetaUserManagerByRef", + "Uri": "/users/{user-id}/manager/$ref", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -460894,176 +464255,176 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgBetaUserManagerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Set-MgBetaUserMessageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaUserOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaUserOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Set-MgBetaUserOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Set-MgBetaUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", "Permissions": [ { "Name": "User.ReadWrite", @@ -461089,22 +464450,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Set", - "Set1", + "SetExpanded", "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentityExpanded" ], - "Method": "PUT", - "Command": "Set-MgBetaUserPhotoContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Set-MgBetaUserPresence", "Uri": "/users/{user-id}/presence/setPresence", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -461122,22 +464483,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Set-MgBetaUserPresenceStatusMessage", "Uri": "/users/{user-id}/presence/setStatusMessage", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -461155,22 +464516,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgBetaUserPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Set-MgBetaUserPresenceUserPreferredPresence", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -461188,310 +464549,310 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgBetaUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgChatMessageReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}/setPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/setPresence", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgCommunicationPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "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", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Set-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "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", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -461509,22 +464870,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -461542,112 +464903,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveBundleContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveFollowingContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveItemChildContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Set-MgDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Permissions": [ { "Name": "Files.ReadWrite", @@ -461673,34 +465032,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "PUT", - "Command": "Set-MgDriveItemContent", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Set-MgDriveItemSensitivityLabel", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -461718,136 +465079,136 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgDriveItemSensitivityLabel", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveItemVersionContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveRootChildContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveRootContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveRootVersionContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Set-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461865,50 +465226,48 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgEducationClassAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -461926,166 +465285,168 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "POST", - "Command": "Set-MgEducationClassAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Set-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Set-MgEducationMeAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Set-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Set-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Set-MgExternalConnectionItem", + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -462103,222 +465464,222 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgExternalConnectionItem", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveBundleContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveFollowingContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveItemChildContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Set-MgGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveItemVersionContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveRootChildContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveRootContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Set-MgGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveRootVersionContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgGroupDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Set-MgGroupLicense", + "Uri": "/groups/{group-id}/assignLicense", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -462336,64 +465697,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgGroupLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0" + ] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgGroupOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgGroupOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgGroupOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Set-MgGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -462411,134 +465772,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "Set1", - "SetViaIdentity", - "SetViaIdentity1" - ], - "Method": "PUT", - "Command": "Set-MgGroupPhotoContent", - "ApiReferenceLink": null + ] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgGroupSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Set-MgGroupTeam", + "Uri": "/groups/{group-id}/team", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -462556,298 +465917,296 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgGroupTeam", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamPhotoContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/photo/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgGroupTeamSchedule", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/backgroundImage", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Set-MgOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/bannerLogo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Set-MgOrganizationBrandingBannerLogo", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/customCSS", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Set-MgOrganizationBrandingCustomCss", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/customCSS", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/favicon", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Set-MgOrganizationBrandingFavicon", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/favicon", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/headerLogo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Set-MgOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/headerLogo", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -462865,20 +466224,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -462896,20 +466255,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -462927,20 +466286,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationBrandingLocalizationFavicon", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -462958,20 +466317,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -462989,20 +466348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -463020,20 +466379,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PUT", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -463051,48 +466410,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "PUT", - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogo", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Set-MgOrganizationBrandingSquareLogo", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/squareLogo", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Set-MgOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -463110,150 +466469,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetViaIdentity" - ], - "Method": "POST", - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Set-MgPrintPrinterJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Set-MgPrintShareJobDocumentContent", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/alerts_v2/{alert-id}/comments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAlertComment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Set-MgSecurityAlert", - "ApiReferenceLink": null + "Uri": "/security/alerts_v2/{alert-id}/comments", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityAlertComment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Set-MgSecurityIncidentAlertComment", - "ApiReferenceLink": null + "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Set-MgServicePrincipalSynchronization", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Set-MgServicePrincipalSynchronizationSecret", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -463271,312 +466632,312 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgServicePrincipalSynchronizationSecret", - "ApiReferenceLink": null + ] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgShareDriveItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgShareItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgShareListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgShareRootContent", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Set-MgSiteListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgSiteOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgSiteOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamPhotoContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/photo/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphSchedule", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Set-MgTeamSchedule", + "Uri": "/teams/{team-id}/schedule", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -463594,110 +466955,110 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgTeamSchedule", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Set-MgUserChatMessageReaction", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "Permissions": [ { "Name": "ChatMessage.Send", @@ -463715,294 +467076,294 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgUserChatMessageReaction", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Set-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Set-MgUserChatMessageReplyReaction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Set-MgUserContactFolderContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Set-MgUserContactPhotoContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveBundleContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveFollowingContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveItemChildContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Set-MgUserDriveItemSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveItemVersionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveRootChildContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveRootContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Set-MgUserDriveRootSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveRootVersionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Set-MgUserDriveSpecialContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/assignLicense", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users.Actions", + "Command": "Set-MgUserLicense", + "Uri": "/users/{user-id}/assignLicense", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -464020,50 +467381,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgUserLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Set-MgUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Set-MgUserMailFolderMessageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/manager/$ref", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Set-MgUserManagerByRef", + "Uri": "/users/{user-id}/manager/$ref", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -464081,134 +467442,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "PUT", - "Command": "Set-MgUserManagerByRef", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0" + ] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Set-MgUserMessageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgUserOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgUserOnenoteResourceContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Set-MgUserOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/photo/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, + "Variants": [ + "Set", + "Set1", + "SetViaIdentity", + "SetViaIdentity1" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Set-MgUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", "Permissions": [ { "Name": "User.ReadWrite", @@ -464234,22 +467595,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Set", - "Set1", + "SetExpanded", "SetViaIdentity", - "SetViaIdentity1" + "SetViaIdentityExpanded" ], - "Method": "PUT", - "Command": "Set-MgUserPhotoContent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Set-MgUserPresence", "Uri": "/users/{user-id}/presence/setPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -464267,22 +467628,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Set-MgUserPresenceStatusMessage", "Uri": "/users/{user-id}/presence/setStatusMessage", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -464300,22 +467661,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Method": "POST", - "Command": "Set-MgUserPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users.Actions", + "Command": "Set-MgUserPresenceUserPreferredPresence", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -464333,148 +467694,148 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Set-MgUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Set-MgUserTodoListTaskAttachmentContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "ApiReferenceLink": null, + "Method": "PUT", "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Set", "SetViaIdentity" ], - "Method": "PUT", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bypass", "BypassViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bypass", "BypassViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Bypass", "BypassViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Skip-MgBetaUserManagedDeviceActivationLock", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Bypass", "BypassViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Bypass", "BypassViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Start-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -464492,84 +467853,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Run", "RunViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "Variants": [ + "Start", + "StartViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Start-MgBetaEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -464587,76 +467946,76 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Method": "POST", - "Command": "Start-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Start-MgBetaPrintPrinterJob", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Start-MgBetaPrintPrinterJobPrintJob", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Start-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", + "Variants": [ + "Start", + "StartViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Start-MgBetaPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", "Permissions": [ { "Name": "PrintJob.Create", @@ -464698,34 +468057,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Method": "POST", - "Command": "Start-MgBetaPrintShareJob", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Start-MgBetaPrintShareJobPrintJob", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", + "Method": "GET", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Variants": [ + "Run", + "RunViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -464743,34 +468102,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Run", - "RunViaIdentity" - ], - "Method": "GET", - "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/runHuntingQuery", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Run", "RunExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Start-MgBetaSecurityHuntingQuery", - "ApiReferenceLink": null + "Uri": "/security/runHuntingQuery", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Start", + "StartViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Start-MgBetaServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -464788,82 +468147,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Method": "POST", - "Command": "Start-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Start-MgBetaTeamScheduleTimeCardBreak", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Run", "RunViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Start-MgBetaTeamworkDeviceDiagnostic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-1.0" + "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Start-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Permissions": [] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Start-MgCommunicationCallParticipantHoldMusic", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -464881,50 +468242,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Start-MgCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Run", "RunViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Start", "StartViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "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", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphPrintJobStatus", + "Variants": [ + "Start", + "StartViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Start-MgPrintShareJob", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", "Permissions": [ { "Name": "PrintJob.Create", @@ -464966,34 +468325,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Method": "POST", - "Command": "Start-MgPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/runHuntingQuery", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Run", "RunExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Start-MgSecurityHuntingQuery", - "ApiReferenceLink": null + "Uri": "/security/runHuntingQuery", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Start", + "StartViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Start-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -465011,20 +468370,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Start", - "StartViaIdentity" - ], - "Method": "POST", - "Command": "Start-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Stop", + "StopViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Stop-MgBetaAccessReview", + "Uri": "/accessReviews/{accessReview-id}/stop", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -465042,34 +468401,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Stop", - "StopViaIdentity" - ], - "Method": "POST", - "Command": "Stop-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaAccessReviewInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-1.0" + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Stop-MgBetaBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -465095,38 +468456,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", - "Command": "Stop-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Stop-MgBetaBookingBusinessCalendarView", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", - "Command": "Stop-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Stop-MgBetaCommunicationCallMediaProcessing", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -465144,22 +468505,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Stop-MgBetaCommunicationCallMediaProcessing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Variants": [ + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -465177,22 +468538,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", + "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -465210,22 +468571,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" + "CancelExpanded" ], - "Method": "POST", - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -465243,278 +468602,278 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Cancel", - "CancelExpanded" - ], - "Method": "POST", - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "End", "EndViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Stop-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Stop-MgBetaGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Stop-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "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", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Stop-MgBetaPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -465548,132 +468907,132 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Method": "POST", - "Command": "Stop-MgBetaPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Stop-MgBetaPrintPrinterJobPrintJob", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Stop-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0" + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Stop-MgBetaPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Stop-MgBetaPrintShareJobPrintJob", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -465691,20 +469050,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.Governance", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -465722,224 +469081,226 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Method": "POST", - "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Stop-MgBetaSecurityAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-1.0" + "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Stop-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "End", "EndViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Stop-MgBetaUserCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Stop-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}/cancel", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Stop-MgBetaUserEventInstance", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Stop-MgBetaUserPendingAccessReviewInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0" + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Stop-MgBetaVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Stop-MgBookingBusinessAppointment", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -465965,38 +469326,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", - "Command": "Stop-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Stop-MgBookingBusinessCalendarView", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", - "Command": "Stop-MgBookingBusinessCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Stop-MgCommunicationCallMediaProcessing", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -466014,22 +469375,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Stop-MgCommunicationCallMediaProcessing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Variants": [ + "Stop", + "StopExpanded", + "StopViaIdentity", + "StopViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -466047,152 +469408,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Stop", - "StopExpanded", - "StopViaIdentity", - "StopViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Stop-MgCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "End", "EndViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Stop-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Stop", "StopViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "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", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Stop-MgPrintPrinterJob", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -466226,34 +469585,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", - "Command": "Stop-MgPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Stop-MgPrintShareJob", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", - "Command": "Stop-MgPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -466271,20 +469630,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.Governance", + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -466302,80 +469661,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "Method": "POST", - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Submit-MgBetaEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -466401,62 +469760,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Submit", - "SubmitViaIdentity" - ], - "Method": "POST", - "Command": "Submit-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Submit", "SubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Submit-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Submit", "SubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Submit-MgBetaEducationUserAssignmentSubmission", - "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", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/submitTiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Submit", "SubmitExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Submit-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-1.0" + "Uri": "/security/tiIndicators/submitTiIndicators", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Submit-MgEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -466482,108 +469841,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Submit", - "SubmitViaIdentity" - ], - "Method": "POST", - "Command": "Submit-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Submit", "SubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Submit", "SubmitViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Education", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Pause", "PauseViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Pause", "PauseViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Suspend-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Pause", + "PauseViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Suspend-MgBetaEducationSynchronizationProfile", + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -466601,20 +469960,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Pause", "PauseViaIdentity" ], - "Method": "POST", - "Command": "Suspend-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Applications", + "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -466632,36 +469991,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Pause", - "PauseViaIdentity" - ], - "Method": "POST", - "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Pause", + "PauseViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -466679,20 +470038,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Pause", - "PauseViaIdentity" - ], - "Method": "POST", - "Command": "Suspend-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Sync" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -466710,19 +470068,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Sync" - ], - "Method": "POST", - "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "Sync", + "SyncViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -466740,20 +470099,19 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Sync", - "SyncViaIdentity" - ], - "Method": "POST", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Sync" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", + "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -466771,73 +470129,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Sync" - ], - "Method": "POST", - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidForWorkSettings/syncApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync", "SyncViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Sync-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync", "SyncViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Sync", + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", + "Command": "Sync-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -466855,77 +470216,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Sync-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync", "SyncViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Sync-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotSettings/sync", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotSettings/sync", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync", "SyncViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Sync", "SyncViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Sync-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Sync" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -466943,19 +470301,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Sync" - ], - "Method": "POST", - "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "Sync", + "SyncViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Sync-MgDeviceAppManagementVppTokenLicense", + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -466973,20 +470332,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, "Variants": [ "Sync", - "SyncViaIdentity" + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" ], - "Method": "POST", - "Command": "Sync-MgDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Actions", + "Command": "Sync-MgDeviceManagementExchangeConnector", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -467004,236 +470365,234 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Sync-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Sync", "SyncViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Sync", "SyncViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Test-MgApplicationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/applications/validateProperties", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Applications", "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", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaAdministrativeUnitProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/administrativeUnits/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Test-MgBetaApplicationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/applications/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Test-MgBetaApplicationSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaContactProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/contacts/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaContractProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/contracts/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/validateXml", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/validateXml", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/assignmentFilters/validateFilter", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Test-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null + "Uri": "/deviceManagement/assignmentFilters/validateFilter", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaDeviceProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/devices/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaDirectoryDeletedItemProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/validateProperties", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", + "Command": "Test-MgBetaDirectoryObjectProperty", + "Uri": "/directoryObjects/validateProperties", "Permissions": [ { "Name": "Group.Read.All", @@ -467267,108 +470626,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaDirectoryObjectProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaDirectoryRoleProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/directoryRoles/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaDirectoryRoleTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaDirectorySettingTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/directorySettingTemplates/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Test-MgBetaDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Test-MgBetaDriveListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Test-MgBetaDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/validatePermission", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Validate", + "ValidateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Test-MgBetaExternalIndustryDataConnector", + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -467386,96 +470745,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateViaIdentity" - ], - "Method": "POST", - "Command": "Test-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupDriveListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/evaluateDynamicMembership", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupDynamicMembership", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/evaluateDynamicMembership", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/evaluateDynamicMembership", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupDynamicMembershipRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + "Uri": "/groups/evaluateDynamicMembership", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Test-MgBetaGroupProperty", + "Uri": "/groups/{group-id}/validateProperties", "Permissions": [ { "Name": "Group.Read.All", @@ -467493,160 +470854,160 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaGroupProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteContentTypePublished", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Test-MgBetaGroupSiteListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Test-MgBetaIdentityConditionalAccess", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/evaluate", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "Variants": [ + "Validate", + "Validate1", + "ValidateExpanded", + "ValidateViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -467664,64 +471025,62 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "Validate1", - "ValidateExpanded", - "ValidateViaIdentity" - ], - "Method": "POST", - "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + "Uri": "/informationProtection/policy/labels/evaluateApplication", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" + "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", + "Uri": "/informationProtection/policy/labels/evaluateRemoval", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -467739,34 +471098,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Test-MgBetaOrganizationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/organization/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Variants": [ + "Evaluate", + "EvaluateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", + "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -467784,62 +471143,64 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Evaluate", - "EvaluateExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-1.0" + "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-1.0" + "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Test-MgBetaServicePrincipalProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/servicePrincipals/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -467857,238 +471218,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Test-MgBetaShareListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteContentTypePublished", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Test-MgBetaSiteListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserCloudPcBulkResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-1.0" + "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "Method": "GET", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "beta", + "Module": "Beta.Users.Functions", "Command": "Test-MgBetaUserDriveListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -468106,102 +471467,100 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphInformationProtectionAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-1.0" + "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-1.0" + "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", + "Permissions": [] }, { - "Module": "Beta.Users.Functions", - "Uri": "/users/{user-id}/isManagedAppUserBlocked", + "ApiReferenceLink": null, + "Method": "GET", "OutputType": null, + "Variants": [ + "Is", + "IsViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Functions", + "Command": "Test-MgBetaUserManagedAppUserBlocked", + "Uri": "/users/{user-id}/isManagedAppUserBlocked", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -468235,20 +471594,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Is", - "IsViaIdentity" - ], - "Method": "GET", - "Command": "Test-MgBetaUserManagedAppUserBlocked", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/validatePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphPasswordValidationInformation", + "Variants": [ + "Validate", + "ValidateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Test-MgBetaUserPassword", + "Uri": "/users/validatePassword", "Permissions": [ { "Name": "User.ReadWrite", @@ -468266,34 +471625,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Test-MgBetaUserProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/users/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -468311,22 +471672,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -468344,22 +471705,22 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users.Actions", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "ApiVersion": "beta", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -468377,78 +471738,76 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Test-MgContactProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/contacts/validateProperties", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Test-MgContractProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/contracts/validateProperties", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Test-MgDeviceProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/devices/validateProperties", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deletedItems/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Test-MgDirectoryDeletedItemProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/directory/deletedItems/validateProperties", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DirectoryObjects", + "Command": "Test-MgDirectoryObjectProperty", + "Uri": "/directoryObjects/validateProperties", "Permissions": [ { "Name": "Group.Read.All", @@ -468482,140 +471841,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateExpanded" - ], - "Method": "POST", - "Command": "Test-MgDirectoryObjectProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Test-MgDirectoryRoleProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/directoryRoles/validateProperties", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Test-MgDirectoryRoleTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/directoryRoleTemplates/validateProperties", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Test-MgDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Test-MgDriveListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Test-MgDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/validatePermission", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Test-MgGroupDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Test-MgGroupDriveListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Test-MgGroupDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Test-MgGroupProperty", + "Uri": "/groups/{group-id}/validateProperties", "Permissions": [ { "Name": "Group.Read.All", @@ -468633,92 +471994,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Test-MgGroupProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Test-MgGroupSettingTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/groupSettingTemplates/validateProperties", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Test-MgGroupSiteContentTypePublished", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Test-MgGroupSiteListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Test-MgOrganizationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/organization/validateProperties", + "Permissions": [] }, { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", + "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded" + ], + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Test-MgServicePrincipalProperty", "Uri": "/servicePrincipals/validateProperties", + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", - "ValidateExpanded" + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Test-MgServicePrincipalProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Applications", + "Command": "Test-MgServicePrincipalSynchronizationJobCredential", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -468736,124 +472097,122 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Test-MgServicePrincipalSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Test-MgShareListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Test-MgSiteContentTypePublished", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Test-MgSiteListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Test-MgUserDriveItemPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Permissions": [] }, { - "Module": "Users.Functions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "Method": "GET", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Is", "IsViaIdentity" ], - "Method": "GET", + "ApiVersion": "v1.0", + "Module": "Users.Functions", "Command": "Test-MgUserDriveListContentTypePublished", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Test-MgUserDriveRootPermission", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/validateProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Validate", "ValidateExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Test-MgUserProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0" + "Uri": "/users/validateProperties", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/unblockManagedApps", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, + "Variants": [ + "Unblock", + "UnblockViaIdentity" + ], "ApiVersion": "beta", + "Module": "Beta.Users.Actions", + "Command": "Unblock-MgBetaUserManagedApp", + "Uri": "/users/{user-id}/unblockManagedApps", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -468871,860 +472230,862 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Unblock", - "UnblockViaIdentity" - ], - "Method": "POST", - "Command": "Unblock-MgBetaUserManagedApp", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaChatMessageReplySoftDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaTeamworkDeletedChatDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0" + "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Undo-MgBetaUserChatMessageSoftDelete", - "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Undo-MgTeamworkDeletedChatDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0" + "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Teams", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Undo", "UndoViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "Unpublish1", "UnpublishViaIdentity", "UnpublishViaIdentity1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Unpublish-MgBetaBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0" + "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Unpublish-MgBetaDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Unpublish-MgBetaGroupDriveListContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Unpublish-MgBetaGroupSiteContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Unpublish-MgBetaGroupSiteListContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Unpublish-MgBetaShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Unpublish-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Unpublish-MgBetaSiteListContentType", - "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", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Unpublish-MgBetaUserDriveListContentType", - "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", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Unpublish-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0" + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "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", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Files", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "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", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgAdminEdge", - "ApiReferenceLink": null + "Uri": "/admin/edge", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null + "Uri": "/admin/edge/internetExplorerMode", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/admin/people/pronouns", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgAdminPeoplePronoun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0" + "Uri": "/admin/people/pronouns", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgAdminSharepoint", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgAdminSharepointSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0" + "Uri": "/admin/sharepoint/settings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgAgreement", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgAgreementFile", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgAppCatalogTeamApp", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0" + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Update-MgApplication", + "Uri": "/applications/{application-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -469742,70 +473103,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0" + "Uri": "/applications(appId='{appId}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0" + "Uri": "/applications(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationExtensionProperty", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Update-MgApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -469823,86 +473184,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0" + "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Update-MgApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationSynchronizationJob", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Update-MgApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -469920,54 +473297,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReview", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Update-MgBetaAccessReview", + "Uri": "/accessReviews/{accessReview-id}", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -469985,582 +473362,582 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAccessReviewInstance", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewDecision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdge", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaAdminEdge", - "ApiReferenceLink": null + "Uri": "/admin/edge", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInternetExplorerMode", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null + "Uri": "/admin/edge/internetExplorerMode", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBrowserSiteList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBrowserSharedCookie", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBrowserSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0" + "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0" + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPeopleAdminSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaAdminPeople", - "ApiReferenceLink": null + "Uri": "/admin/people", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/itemInsights", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0" + "Uri": "/admin/people/itemInsights", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfileCardProperty", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0" + "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/admin/people/pronouns", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPronounsSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0" + "Uri": "/admin/people/pronouns", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/admin/reportSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdminReportSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaAdminReportSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0" + "Uri": "/admin/reportSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/admin/sharepoint", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharepoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaAdminSharepoint", - "ApiReferenceLink": null + "Uri": "/admin/sharepoint", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/admin/sharepoint/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharepointSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaAdminSharepointSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0" + "Uri": "/admin/sharepoint/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAgreement", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAgreementFile", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0" + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppIcon", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Update-MgBetaApplication", + "Uri": "/applications/{application-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470574,74 +473951,74 @@ "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 - } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0" + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0" + "Uri": "/applications(appId='{appId}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0" + "Uri": "/applications(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExtensionProperty", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Update-MgBetaApplicationFederatedIdentityCredential", + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470659,102 +474036,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0" + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Update-MgBetaApplicationSynchronizationTemplate", + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470772,54 +474149,58 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Update-MgBetaBookingBusiness", + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -470837,7 +474218,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Update", "Update1", @@ -470848,15 +474234,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusiness", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Update-MgBetaBookingBusinessAppointment", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -470890,7 +474271,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Update", "Update1", @@ -470901,16 +474287,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Update-MgBetaBookingBusinessCalendarView", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCustomer", "Variants": [ "Update", "Update1", @@ -470921,15 +474307,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Update-MgBetaBookingBusinessCustomer", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "OutputType": "IMicrosoftGraphBookingCustomer", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -470963,7 +474344,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Update", "Update1", @@ -470974,15 +474360,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Update-MgBetaBookingBusinessCustomQuestion", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "beta", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -471008,7 +474389,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingService", "Variants": [ "Update", "Update1", @@ -471019,15 +474405,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Update-MgBetaBookingBusinessService", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -471045,7 +474426,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingStaffMember", "Variants": [ "Update", "Update1", @@ -471056,15 +474442,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Update-MgBetaBookingBusinessStaffMember", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "ApiVersion": "beta", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -471082,27 +474463,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -471113,31 +474479,42 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBookingCurrency", - "ApiReferenceLink": null + "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null + "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Update-MgBetaBusinessScenario", + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -471155,54 +474532,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenario", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBusinessScenario", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBusinessScenarioByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBusinessScenarioPlanner", - "ApiReferenceLink": null + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -471220,22 +474597,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Bookings", + "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "ApiVersion": "beta", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -471253,70 +474630,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Bookings", + "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration", + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -471334,54 +474711,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBusinessScenarioPlannerTaskDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaChat", + "Uri": "/chats/{chat-id}", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -471407,22 +474784,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -471464,6 +474841,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForChat.All", "Description": "Manage Teams apps for all chats", @@ -471488,6 +474873,14 @@ "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", @@ -471496,54 +474889,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgBetaChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaChatMember", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -471577,102 +474970,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaChatMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaChatMessageReply", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaChatOperation", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -471714,22 +475107,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.CloudCommunications", + "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -471747,70 +475140,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Update-MgBetaCommunicationCallRecordingStatus", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -471828,87 +475221,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgBetaCommunicationCallRecordingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecordsOrganizer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecordsParticipant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -471919,16 +475301,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -471939,155 +475321,166 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-update?view=graph-rest-1.0" + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaCommunicationPresence", - "ApiReferenceLink": null + "Uri": "/communications/presences/{presence-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaCompliance", - "ApiReferenceLink": null + "Uri": "/compliance", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCase", + "Uri": "/compliance/ediscovery/cases/{case-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -472105,22 +475498,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -472138,84 +475531,84 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -472233,132 +475626,132 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateViaIdentity" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -472376,38 +475769,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -472425,38 +475818,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Compliance", + "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -472474,70 +475867,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaContract", - "ApiReferenceLink": null + "Uri": "/contracts/{contract-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaDevice", + "Uri": "/devices/{device-id}", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -472563,22 +475956,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagement", "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472596,36 +475987,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472643,22 +476036,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472676,22 +476069,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472709,22 +476102,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472742,22 +476135,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472775,22 +476168,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472808,134 +476201,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472953,22 +476346,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472986,22 +476379,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -473019,86 +476412,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -473116,166 +476525,166 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedEBookCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -473293,22 +476702,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -473326,22 +476735,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -473359,1604 +476768,1604 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPolicySet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPolicySetAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPolicySetItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -474974,22 +478383,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -475007,22 +478416,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -475040,22 +478449,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475073,22 +478482,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementTask", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475106,22 +478515,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementTaskStatus", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475139,22 +478548,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Update-MgBetaDeviceAppManagementTaskStatus", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementVppToken", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -475172,86 +478581,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475269,22 +478678,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -475302,22 +478711,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -475335,22 +478744,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -475368,22 +478777,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -475401,22 +478810,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475434,22 +478843,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475467,22 +478876,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475500,22 +478909,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -475533,70 +478942,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0" + "Uri": "/devices(deviceId='{deviceId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDeviceCommand", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/commands/{command-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagement", + "Uri": "/deviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -475638,142 +479061,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidForWorkSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidForWorkSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidForWorkSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/applePushNotificationCertificate", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", + "Uri": "/deviceManagement/applePushNotificationCertificate", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -475791,340 +479214,342 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCartToClassAssociation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -476142,22 +479567,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -476175,118 +479600,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/conditionalAccessSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", + "Uri": "/deviceManagement/conditionalAccessSettings", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -476304,132 +479727,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataSharingConsent", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDataSharingConsent", + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -476447,102 +479872,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEnrollmentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDetectedApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDetectedApp", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -476560,22 +479985,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -476593,445 +480018,445 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Refresh" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -477049,22 +480474,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -477082,22 +480507,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -477115,22 +480540,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -477148,22 +480573,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -477181,22 +480606,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "POST", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Actions", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -477214,22 +480639,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -477247,22 +480672,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceShellScript", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -477280,22 +480705,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -477313,22 +480738,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -477346,22 +480771,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -477379,22 +480804,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -477412,102 +480837,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementExchangeConnector", + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -477525,22 +480950,24 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -477558,25 +480985,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -477585,735 +480999,746 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -478331,358 +481756,358 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -478700,22 +482125,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -478733,116 +482158,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMonitoring", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNdesConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementPartner", + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -478860,22 +482285,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRemoteActionAudit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -478893,22 +482318,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -478926,22 +482351,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Reports", + "Command": "Update-MgBetaDeviceManagementReport", "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -478975,52 +482398,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementReport", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -479038,38 +482463,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementReusableSetting", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementRoleAssignment", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -479087,22 +482512,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementRoleDefinition", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -479120,22 +482545,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -479153,22 +482578,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementRoleScopeTag", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479186,54 +482611,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementScript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementScript", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementScriptAssignment", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479251,22 +482676,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479284,22 +482709,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479317,22 +482742,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementScriptUserRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479350,22 +482775,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479383,294 +482808,294 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479688,38 +483113,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479737,22 +483162,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479770,22 +483195,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479803,22 +483228,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479836,22 +483261,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479869,22 +483294,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479902,22 +483327,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479935,22 +483360,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -479968,22 +483393,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480001,22 +483426,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480034,22 +483459,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480067,36 +483490,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480114,22 +483539,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480147,22 +483572,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480180,20 +483603,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480211,22 +483636,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480244,22 +483669,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480277,22 +483702,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480310,22 +483735,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480343,22 +483768,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480376,20 +483799,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480407,38 +483832,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480456,22 +483881,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480489,22 +483914,24 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480522,24 +483949,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480557,22 +483982,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480590,22 +484015,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480623,22 +484048,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480656,38 +484081,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480705,22 +484130,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480738,22 +484163,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480771,22 +484196,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480804,22 +484229,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480837,22 +484262,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480870,20 +484293,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480901,22 +484326,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480934,22 +484359,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480967,22 +484392,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481000,20 +484423,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481031,22 +484456,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481064,22 +484489,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481097,164 +484522,162 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserPfxCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcBulkAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Permissions": [] }, - { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + { + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -481272,336 +484695,338 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcReports", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcExportJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Administration", "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Actions", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsAutopilotSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsAutopilotSettings", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -481619,22 +485044,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.DeviceManagement", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "beta", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -481652,498 +485077,498 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement", - "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement", "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectory", - "ApiReferenceLink": null + "Uri": "/directory", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0" + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCertificateAuthorityPath", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-1.0" + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null + "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-1.0" + "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null + "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/impactedResources/{impactedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null + "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Permissions": [] }, { - "Module": "Beta.DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DirectoryObjects", "Command": "Update-MgBetaDirectoryObject", - "ApiReferenceLink": null + "Uri": "/directoryObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0" + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null + "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPendingExternalUserProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-1.0" + "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRecommendation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null + "Uri": "/directory/recommendations/{recommendation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphImpactedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null + "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryRole", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/settings/{directorySetting-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaDirectorySetting", + "Uri": "/settings/{directorySetting-id}", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -482161,214 +485586,214 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedEmailDomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null + "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions/{companySubscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectorySubscription", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions/{companySubscription-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCompanySubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "ApiReferenceLink": null + "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Update-MgBetaDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -482394,214 +485819,214 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Files", + "Command": "Update-MgBetaDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -482627,678 +486052,678 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveList", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -483316,38 +486741,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentCategory", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentDefault", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -483365,54 +486790,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentRubric", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -483430,22 +486855,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentSetting", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -483463,38 +486888,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationGradingCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationGradingScheme", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", - "OutputType": "IMicrosoftGraphEducationGradingScheme", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -483512,38 +486937,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentSubmission", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", - "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Education", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -483561,292 +486986,292 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMe", - "ApiReferenceLink": null + "Uri": "/education/me", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Education", + "Command": "Update-MgBetaEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -483864,355 +487289,344 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Education", - "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationMeUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/me/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationRoot", - "ApiReferenceLink": null + "Uri": "/education", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationSynchronizationProfileStatus", - "ApiReferenceLink": null + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Education", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Education", "Command": "Update-MgBetaEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -484221,96 +487635,96 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -484319,96 +487733,96 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -484417,123 +487831,134 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsExternal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternal", - "ApiReferenceLink": null + "Uri": "/external", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthorizationSystem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataCollectionInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null + "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Update-MgBetaExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -484551,22 +487976,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Update-MgBetaExternalConnectionGroup", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "beta", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -484584,86 +488009,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/quota", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalConnectionQuota", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/quota", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Update-MgBetaExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -484681,421 +488106,442 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaExternalConnectionSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIndustryDataConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-1.0" + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-update?view=graph-rest-1.0" + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null + "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", - "Permissions": [], + "Module": "Beta.Search", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "ApiVersion": "beta", + "Module": "Beta.Search", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "Permissions": [] + }, + { + "ApiReferenceLink": null, "Method": "PATCH", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null + "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null + "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-1.0" + "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-1.0" + "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFinancials", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancial", - "ApiReferenceLink": null + "Uri": "/financials", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCountryRegion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomerPayment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485106,16 +488552,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485126,112 +488572,112 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEmployee", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCompanyInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485242,48 +488688,48 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphJournal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphJournalLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485294,96 +488740,96 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPurchaseInvoice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485394,16 +488840,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485414,16 +488860,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485434,16 +488880,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485454,496 +488900,496 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesCreditMemo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesInvoice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485954,16 +489400,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485974,16 +489420,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -485994,16 +489440,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486014,176 +489460,176 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesOrder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesOrderLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486194,16 +489640,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486214,16 +489660,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486234,16 +489680,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486254,160 +489700,160 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesQuote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSalesQuoteLine", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486418,16 +489864,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486438,16 +489884,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486458,16 +489904,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -486478,191 +489924,202 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShipmentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTaxArea", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTaxGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnitOfMeasure", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVendor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCurrency", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentMethod", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPaymentTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Permissions": [] }, { - "Module": "Beta.Financials", - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPicture", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Financials", "Command": "Update-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Update-MgBetaGroup", + "Uri": "/groups/{group-id}", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -486680,54 +490137,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0" + "Uri": "/groups(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Update-MgBetaGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -486745,38 +490202,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Calendar", + "Command": "Update-MgBetaGroupCalendarPermission", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Groups", + "Command": "Update-MgBetaGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "beta", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -486794,982 +490251,982 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaGroupConversationThread", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupConversationThreadPost", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupEndpoint", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Calendar", + "Command": "Update-MgBetaGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -487787,119 +491244,108 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaGroupEventExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -487910,143 +491356,154 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaGroupOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Update-MgBetaGroupPlanner", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Update-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Update-MgBetaGroupSetting", + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -488064,167 +491521,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaGroupSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -488235,16 +491681,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -488255,16 +491701,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -488275,16 +491721,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRecycleBin", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -488295,16 +491741,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -488315,1072 +491761,1072 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRecycleBin", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRecycleBinItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -489391,16 +492837,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -489411,128 +492857,128 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -489543,16 +492989,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -489563,48 +493009,48 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -489615,16 +493061,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -489635,735 +493081,746 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPhoto", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/photo", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Groups", + "Command": "Update-MgBetaGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -490381,452 +493838,452 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupThreadPost", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Groups", "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0" + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null + "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0" + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0" + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNamedLocation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -490844,22 +494301,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaIdentityConditionalAccessPolicy", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -490885,22 +494342,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", "Uri": "/identity/continuousAccessEvaluationPolicy", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.Read.All", @@ -490926,1107 +494381,1098 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/accessReviews/policy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFinding", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsManagement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionsRequestChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Refresh", "Refresh1", @@ -492037,96 +495483,96 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null + "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -492137,265 +495583,276 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0" + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlows/{identityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityUserFlow", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityUserFlow", - "ApiReferenceLink": null + "Uri": "/identity/userFlows/{identityUserFlow-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0" + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInformationProtection", - "ApiReferenceLink": null + "Uri": "/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInvitation", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -492413,150 +495870,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagentgroup-update?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesAgent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConnectorGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-update?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPublishedResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-update?view=graph-rest-1.0" + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOrganization", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaOrganization", + "Uri": "/organization/{organization-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492582,22 +496039,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaOrganizationBranding", "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -492615,22 +496072,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationBranding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaOrganizationBrandingLocalization", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "beta", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -492648,70 +496105,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/partnerInformation", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnerInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaOrganizationPartnerInformation", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/partnerInformation", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOrganizationSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaOrganizationSetting", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/settings/contactInsights", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInsightsSettings", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaOrganizationSettingContactInsight", + "Uri": "/organization/{organization-id}/settings/contactInsights", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -492729,22 +496186,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingContactInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaOrganizationSettingItemInsight", "Uri": "/organization/{organization-id}/settings/itemInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -492762,38 +496219,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingItemInsight", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.DirectoryManagement", + "Command": "Update-MgBetaOrganizationSettingPersonInsight", "Uri": "/organization/{organization-id}/settings/peopleInsights", - "OutputType": "IMicrosoftGraphInsightsSettings", - "ApiVersion": "beta", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -492811,100 +496268,100 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaOrganizationSettingPersonInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaPlace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0" + "Uri": "/places/{place-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWorkspace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/places(placeId='{placeId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaPlaceByPlaceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0" + "Uri": "/places(placeId='{placeId}')", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Update-MgBetaPlanner", - "ApiReferenceLink": null + "Uri": "/planner", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -492930,22 +496387,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerPlan", "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -492971,22 +496428,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerPlanDetail", "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -493012,54 +496469,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerRoster", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Update-MgBetaPlannerRoster", - "ApiReferenceLink": null + "Uri": "/planner/rosters/{plannerRoster-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerRosterMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Planner", "Command": "Update-MgBetaPlannerRosterMember", - "ApiReferenceLink": null + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/planner/tasks/{plannerTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -493085,22 +496542,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -493126,22 +496583,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -493167,22 +496624,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerTaskDetail", "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -493208,22 +496665,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Planner", + "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -493249,126 +496706,160 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/accessReviewPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAccessReviewPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/accessReviewPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/adminConsentRequestPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0" + "Uri": "/policies/authenticationFlowsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0" + "Uri": "/policies/authenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -493386,22 +496877,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "Method": "POST", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "beta", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -493416,291 +496907,326 @@ "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 - } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0" + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null + "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-1.0" + "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/default", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPolicyTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null + "Uri": "/policies/crossTenantAccessPolicy/templates", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/defaultAppManagementPolicy", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/deviceRegistrationPolicy", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "ApiVersion": "beta", - "Permissions": [], - "Variants": [ - "Update", - "UpdateExpanded" - ], + "ApiReferenceLink": null, "Method": "PATCH", - "Command": "Update-MgBetaPolicyDeviceRegistrationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-update?view=graph-rest-1.0" - }, - { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/directoryRoleAccessReviewPolicy", "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null + "Uri": "/policies/directoryRoleAccessReviewPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/externalIdentitiesPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-1.0" + "Uri": "/policies/externalIdentitiesPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/federatedTokenValidationPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/federatedTokenValidationPolicy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0" + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -493718,148 +497244,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-1.0" + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-1.0" + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -493877,148 +497405,182 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0" + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0" + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "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 + } + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrint", - "ApiReferenceLink": null + "Uri": "/print", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0" + "Uri": "/print/connectors/{printConnector-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations/{printOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", + "Command": "Update-MgBetaPrintPrinter", + "Uri": "/print/printers/{printer-id}", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -494036,22 +497598,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Devices.CloudPrint", + "Command": "Update-MgBetaPrintPrinterJob", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -494077,951 +497639,940 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaPrintPrinterJob", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterShare", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintService", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintShareJob", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CloudPrint", "Command": "Update-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0" + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Compliance", "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccess", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceResource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceSubject", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/governancerolesetting-update?view=graph-rest-1.0" + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedApproval", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRole", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programs/{program-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-1.0" + "Uri": "/programs/{program-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls/{programControl-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProgramControl", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -495036,16 +498587,16 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaProgramControl", - "ApiReferenceLink": null + "Uri": "/programControls/{programControl-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControls/{programControl-id}/program", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProgram", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -495056,285 +498607,294 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaProgramControlProgram", - "ApiReferenceLink": null + "Uri": "/programControls/{programControl-id}/program", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/programControlTypes/{programControlType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProgramControlType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaProgramControlType", - "ApiReferenceLink": null + "Uri": "/programControlTypes/{programControlType-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBilling", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBilling", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations/{operation-id}", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation/billed", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/billed", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/unbilled", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/sla/azureADAuthentication", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAzureAdAuthentication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null + "Uri": "/reports/sla/azureADAuthentication", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/daily", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/daily", + "Permissions": [] }, { - "Module": "Beta.Reports", - "Uri": "/reports/userInsights/monthly", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Reports", "Command": "Update-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null + "Uri": "/reports/userInsights/monthly", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaRiskyUser", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaRiskyUserHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRoleManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Update-MgBetaRoleManagement", + "Uri": "/roleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -495352,114 +498912,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-1.0" + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -495501,38 +499063,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Update-MgBetaRoleManagementDeviceManagement", + "Uri": "/roleManagement/deviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -495550,100 +499110,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-1.0" + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -495685,212 +499247,212 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectory", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-1.0" + "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -495908,866 +499470,866 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Governance", "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacApplication", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchange", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-1.0" + "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.DeviceManagement.Enrollment", - "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.DeviceManagement.Enrollment", "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Beta.SchemaExtensions", - "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.SchemaExtensions", + "Command": "Update-MgBetaSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -496785,22 +500347,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchAcronym", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Update-MgBetaSearchAcronym", "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -496818,22 +500380,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchBookmark", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Search", + "Command": "Update-MgBetaSearchBookmark", "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "beta", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -496851,366 +500413,366 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Search", - "Uri": "/search", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSearchEntity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaSearchEntity", - "ApiReferenceLink": null + "Uri": "/search", + "Permissions": [] }, { - "Module": "Beta.Search", - "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Search", "Command": "Update-MgBetaSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0" + "Uri": "/search/qnas/{qna-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/securityActions/{securityAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAction", - "ApiReferenceLink": null + "Uri": "/security/securityActions/{securityAction-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAlert", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0" + "Uri": "/security/alerts/{alert-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts/updateAlerts", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAlertMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-1.0" + "Uri": "/security/alerts/updateAlerts", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAlertV2", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0" + "Uri": "/security/alerts_v2/{alert-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrainingCampaign", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-1.0" + "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAuditLog", - "ApiReferenceLink": null + "Uri": "/security/auditLog", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null + "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null + "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCase", - "ApiReferenceLink": null + "Uri": "/security/cases", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -497228,38 +500790,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", + "Method": "POST", + "OutputType": null, "Variants": [ "Update", + "Update1", "UpdateExpanded", "UpdateViaIdentity", + "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "OutputType": null, - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -497277,72 +500841,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -497360,70 +500922,72 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -497441,72 +501005,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -497524,22 +501086,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "beta", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -497557,54 +501119,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Security", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -497622,1120 +501184,1120 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Security", - "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCollaboration", - "ApiReferenceLink": null + "Uri": "/security/collaboration", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null + "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFileSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHostSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIdentityContainer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityIdentity", - "ApiReferenceLink": null + "Uri": "/security/identities", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-1.0" + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0" + "Uri": "/security/incidents/{incident-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null + "Uri": "/security/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/labelPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIPSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabel", - "ApiReferenceLink": null + "Uri": "/security/labels", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null + "Uri": "/security/labels/citations/{citationTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0" + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProviderTenantSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/rules", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityRulesRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityRule", - "ApiReferenceLink": null + "Uri": "/security/rules", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDetectionRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null + "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecuritySecureScore", - "ApiReferenceLink": null + "Uri": "/security/secureScores/{secureScore-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-1.0" + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/{tiIndicator-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-1.0" + "Uri": "/security/tiIndicators/{tiIndicator-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/tiIndicators/updateTiIndicators", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", + "Method": "POST", "OutputType": "IMicrosoftGraphTiIndicator", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityTiIndicatorMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-1.0" + "Uri": "/security/tiIndicators/updateTiIndicators", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityTrigger", - "ApiReferenceLink": null + "Uri": "/security/triggers", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityTriggerType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserSecurityProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null + "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Update-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Update-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Update-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.ServiceAnnouncement", "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Update-MgBetaServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -498761,118 +502323,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0" + "Uri": "/servicePrincipals(appId='{appId}')", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Applications", + "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -498898,311 +502460,300 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareList", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499213,16 +502764,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499233,16 +502784,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499253,16 +502804,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499273,16 +502824,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499293,16 +502844,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499313,16 +502864,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, - { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + { + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499333,16 +502884,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499353,159 +502904,170 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListItemVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaSharePermission", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/permission", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSite", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Update-MgBetaSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -499523,22 +503085,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSiteColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Update-MgBetaSiteContentType", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -499556,22 +503118,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Update-MgBetaSiteContentTypeColumn", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -499589,39 +503151,28 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499632,16 +503183,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499652,16 +503203,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -499672,31 +503223,42 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteGetByPathTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteList", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Sites", + "Command": "Update-MgBetaSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -499714,22 +503276,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSiteListColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Update-MgBetaSiteListContentType", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -499747,22 +503309,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaSiteListContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Sites", + "Command": "Update-MgBetaSiteListContentTypeColumn", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", "Permissions": [ { "Name": "Sites.Manage.All", @@ -499780,663 +503342,652 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItem", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityOld", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStore", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -500447,16 +503998,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -500467,128 +504018,128 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -500599,16 +504150,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -500619,48 +504170,48 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -500671,16 +504222,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -500691,207 +504242,218 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "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}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Sites", "Command": "Update-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaSubscribedSku", - "ApiReferenceLink": null + "Uri": "/subscribedSkus/{subscribedSku-id}", + "Permissions": [] }, { - "Module": "Beta.ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ChangeNotifications", "Command": "Update-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaTeam", + "Uri": "/teams/{team-id}", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -500925,22 +504487,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Update-MgBetaTeamChannel", "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -500974,22 +504536,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Teams", + "Command": "Update-MgBetaTeamChannelMember", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -501023,86 +504585,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -501168,22 +504730,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaTeamChannelTab", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "Method": "POST", "OutputType": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -501225,6 +504787,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForTeam.All", "Description": "Manage Teams apps for all teams", @@ -501249,6 +504819,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Group.ReadWrite.All", "Description": "Read and write all groups", @@ -501265,22 +504843,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgBetaTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -501314,294 +504892,294 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamOwnerMailboxSetting", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPhoto", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/photo", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDayNote", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", + "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -501619,102 +505197,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeCard", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTag", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Teams", + "Command": "Update-MgBetaTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -501732,1164 +505310,1150 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamTagMember", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamwork", - "ApiReferenceLink": null + "Uri": "/teamwork", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDevice", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkDeviceSoftware", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-1.0" + "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0" + "Uri": "/teamwork/teamsAppSettings", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0" + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.Partner", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-1.0" + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.ManagedTenants", - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.ManagedTenants", "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization", - "OutputType": "IMicrosoftGraphMultiTenantOrganization", - "ApiVersion": "beta", - "Permissions": [], - "Variants": [ - "Update", - "UpdateExpanded" - ], + "ApiReferenceLink": null, "Method": "PATCH", - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0" - }, - { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0" + "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrustFramework", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaTrustFramework", - "ApiReferenceLink": null + "Uri": "/trustFramework", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-1.0" + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Update-MgBetaUser", + "Uri": "/users/{user-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -502963,86 +506527,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Update-MgBetaUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Update-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0" + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphActivityStatistics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Update-MgBetaUserActivityStatistics", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Permissions": [] }, { - "Module": "Beta.Applications", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Applications", "Command": "Update-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -503060,54 +506624,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", + "Command": "Update-MgBetaUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -503125,55 +506689,44 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/authentication/signInPreferences", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSignInPreferences", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserAuthenticationSignInPreference", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/signInPreferences", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -503184,2303 +506737,2314 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Update-MgBetaUserChatInstalledApp", - "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", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatMember", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatMessageReply", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "Beta.PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.PersonalContacts", "Command": "Update-MgBetaUserContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Update-MgBetaUserDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Update-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCommand", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Update-MgBetaUserDeviceCommand", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Update-MgBetaUserDeviceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.CrossDeviceExperiences", - "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUsageRight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CrossDeviceExperiences", "Command": "Update-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveList", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Beta.Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Files", "Command": "Update-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserEventExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Calendar", "Command": "Update-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserInferenceClassification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassificationoverride-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/policy", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Identity.SignIns", - "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.SignIns", "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemInsights", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserInsight", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserInsightShared", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrending", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserInsightTrending", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUsedInsight", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserInsightUsed", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserLicenseDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Beta.Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Mail", "Command": "Update-MgBetaUserMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Devices.CorporateManagement", - "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Devices.CorporateManagement", "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/notifications/{notification-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotification", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserNotification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/notifications/{notification-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaUserOnenotePage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Update-MgBetaUserOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaUserOnenoteSection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Beta.Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Notes", "Command": "Update-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", + "Command": "Update-MgBetaUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -505498,23 +509062,12 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -505525,16 +509078,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -505545,239 +509098,250 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingRegistrantBase", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "Permissions": [] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookcategory-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookTask", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Permissions": [] }, { - "Module": "Beta.Users.Actions", - "Uri": "/users/{user-id}/changePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.Users.Actions", "Command": "Update-MgBetaUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + "Uri": "/users/{user-id}/changePassword", + "Permissions": [] }, { - "Module": "Beta.Planner", - "Uri": "/users/{user-id}/planner", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerUser", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Planner", + "Command": "Update-MgBetaUserPlanner", + "Uri": "/users/{user-id}/planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -505795,54 +509359,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserPlanner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.CloudCommunications", - "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.CloudCommunications", "Command": "Update-MgBetaUserPresence", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/presence", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfile", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.People", "Command": "Update-MgBetaUserProfile", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/profile", + "Permissions": [] }, { - "Module": "Beta.People", - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserAccountInformation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileAccount", + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "Permissions": [ { "Name": "User.ReadWrite", @@ -505860,22 +509424,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemAddress", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/useraccountinformation-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileAddress", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "OutputType": "IMicrosoftGraphItemAddress", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -505893,22 +509457,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAddress", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileAnniversary", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -505926,22 +509490,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonAward", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAnniversary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personanniversary-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileAward", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", - "OutputType": "IMicrosoftGraphPersonAward", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -505959,22 +509523,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonCertification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileAward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileCertification", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", - "OutputType": "IMicrosoftGraphPersonCertification", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -505992,22 +509556,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationalActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileCertification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileEducationalActivity", "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", - "OutputType": "IMicrosoftGraphEducationalActivity", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506025,22 +509589,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationalactivity-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileEmail", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", - "OutputType": "IMicrosoftGraphItemEmail", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506058,22 +509622,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonInterest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileInterest", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", - "OutputType": "IMicrosoftGraphPersonInterest", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506091,22 +509655,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileInterest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personinterest-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileLanguage", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506124,22 +509688,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/languageproficiency-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileName", "Uri": "/users/{user-id}/profile/names/{personName-id}", - "OutputType": "IMicrosoftGraphPersonName", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506157,22 +509721,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personname-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileNote", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.Read", @@ -506214,22 +509778,22 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileNote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfilePatent", "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", - "OutputType": "IMicrosoftGraphItemPatent", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506247,22 +509811,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePatent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfilePhone", "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", - "OutputType": "IMicrosoftGraphItemPhone", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506280,22 +509844,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePhone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfilePosition", "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", - "OutputType": "IMicrosoftGraphWorkPosition", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506313,22 +509877,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePosition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workposition-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileProject", "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "OutputType": "IMicrosoftGraphProjectParticipation", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506346,22 +509910,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileProject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectparticipation-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfilePublication", "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", - "OutputType": "IMicrosoftGraphItemPublication", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506379,22 +509943,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSkillProficiency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfilePublication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileSkill", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", - "OutputType": "IMicrosoftGraphSkillProficiency", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506412,22 +509976,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWebAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileSkill", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/skillproficiency-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileWebAccount", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "OutputType": "IMicrosoftGraphWebAccount", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506445,22 +510009,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPersonWebsite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileWebAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webaccount-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.People", + "Command": "Update-MgBetaUserProfileWebsite", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "OutputType": "IMicrosoftGraphPersonWebsite", - "ApiVersion": "beta", "Permissions": [ { "Name": "User.ReadWrite", @@ -506478,118 +510042,118 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserProfileWebsite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personwebsite-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Identity.DirectoryManagement", "Command": "Update-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurity1", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaUserSecurity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaUserSecurityInformationProtection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Permissions": [] }, { - "Module": "Beta.Security", - "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Security", "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserSettings", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Update-MgBetaUserSetting", + "Uri": "/users/{user-id}/settings", "Permissions": [ { "Name": "User.ReadWrite", @@ -506607,70 +510171,70 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserSetting", - "ApiReferenceLink": null + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContactMergeSuggestions", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingContactMergeSuggestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactmergesuggestions-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/itemInsights", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserInsightsSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingItemInsight", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/itemInsights", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/regionalandlanguagesettings-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/shiftPreferences", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShiftPreferences", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Update-MgBetaUserSettingShiftPreference", + "Uri": "/users/{user-id}/settings/shiftPreferences", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -506688,134 +510252,134 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserSettingShiftPreference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserStorage", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingStorage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedStorageQuota", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingStorageQuota", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage/quota", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingWindows", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Users", "Command": "Update-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserTeamwork", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork", + "Permissions": [] }, { - "Module": "Beta.Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Teams", "Command": "Update-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Permissions": [] }, { - "Module": "Beta.Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "beta", + "Module": "Beta.Users", + "Command": "Update-MgBetaUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -506833,38 +510397,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Update-MgBetaUserTodoListExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTodoTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Update-MgBetaUserTodoListTask", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -506882,38 +510446,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Update-MgBetaUserTodoListTaskChecklistItem", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -506931,38 +510495,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/checklistitem-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Update-MgBetaUserTodoListTaskExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "beta", "Module": "Beta.Users", + "Command": "Update-MgBetaUserTodoListTaskLinkedResource", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "beta", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -506980,726 +510544,726 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgBetaUserTodoListTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/linkedresource-update?view=graph-rest-1.0" + ] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventTownhall", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventPresenter", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Beta.Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.Bookings", "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "Method": "POST", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-1.0" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Permissions": [] }, { - "Module": "Beta.WindowsUpdates", - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "beta", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "beta", + "Module": "Beta.WindowsUpdates", "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Bookings", + "Command": "Update-MgBookingBusiness", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -507717,22 +511281,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Update-MgBookingBusinessAppointment", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -507766,38 +511330,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Update-MgBookingBusinessCalendarView", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "OutputType": "IMicrosoftGraphBookingAppointment", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingBusinessCalendarView", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Update-MgBookingBusinessCustomer", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -507831,22 +511395,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingBusinessCustomer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Update-MgBookingBusinessCustomQuestion", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -507872,22 +511436,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Update-MgBookingBusinessService", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "OutputType": "IMicrosoftGraphBookingService", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -507905,22 +511469,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingBusinessService", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Update-MgBookingBusinessStaffMember", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "OutputType": null, - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -507938,38 +511502,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphBookingCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingBusinessStaffMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Bookings", + "Command": "Update-MgBookingCurrency", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "OutputType": "IMicrosoftGraphBookingCurrency", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgBookingCurrency", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Update-MgChat", "Uri": "/chats/{chat-id}", - "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -507995,22 +511559,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -508052,6 +511616,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForChat.All", "Description": "Manage Teams apps for all chats", @@ -508076,6 +511648,14 @@ "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", @@ -508084,54 +511664,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgChatMember", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgChatMessage", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -508165,86 +511745,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgChatMessage", - "ApiReferenceLink": null + ] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgChatMessageReply", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgChatTab", + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -508286,22 +511866,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "CloudCommunications", + "Command": "Update-MgCommunicationCallAudioRoutingGroup", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -508319,70 +511899,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCommsOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationCallOperation", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphParticipant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationCallParticipant", - "ApiReferenceLink": null + "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", + "Method": "POST", "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Update-MgCommunicationCallRecordingStatus", + "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -508400,196 +511980,196 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgCommunicationCallRecordingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecordsSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationCallRecordSession", - "ApiReferenceLink": null + "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnlineMeeting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/communications/presences/{presence-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgCommunicationPresence", - "ApiReferenceLink": null + "Uri": "/communications/presences/{presence-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/compliance", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCompliance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Update-MgCompliance", - "ApiReferenceLink": null + "Uri": "/compliance", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOrgContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgContact", - "ApiReferenceLink": null + "Uri": "/contacts/{orgContact-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/contracts/{contract-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContract", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgContract", - "ApiReferenceLink": null + "Uri": "/contracts/{contract-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDataPolicyOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgDataPolicyOperation", - "ApiReferenceLink": null + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", + "Command": "Update-MgDevice", + "Uri": "/devices/{device-id}", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -508615,22 +512195,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-update?view=graph-rest-1.0", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAppManagement", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagement", "Uri": "/deviceAppManagement", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508648,36 +512226,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508695,22 +512275,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508728,22 +512308,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508761,22 +512341,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508794,22 +512374,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508827,22 +512407,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508860,38 +512440,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508909,22 +512489,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508942,22 +512522,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -508975,86 +512555,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-update?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppRegistration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppOperation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -509072,150 +512652,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-update?view=graph-rest-1.0" + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedAppStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedEBook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEBookInstallSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceInstallState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -509233,22 +512813,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -509266,22 +512846,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -509299,982 +512879,982 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileApp", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-win32lobapp-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppContentFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-update?view=graph-rest-1.0" + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510292,22 +513872,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510325,22 +513905,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510358,22 +513938,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementVppToken", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "OutputType": "IMicrosoftGraphVppToken", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510391,22 +513971,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementVppToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510424,22 +514004,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510457,22 +514037,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510490,22 +514070,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CorporateManagement", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510523,54 +514103,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices(deviceId='{deviceId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0" + "Uri": "/devices(deviceId='{deviceId}')", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/devices/{device-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDeviceExtension", - "ApiReferenceLink": null + "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagement", + "Uri": "/deviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -510612,20 +514190,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagement-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", "Uri": "/deviceManagement/applePushNotificationCertificate", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510643,36 +514221,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuditEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementAuditEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510690,22 +514270,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Command": "Update-MgDeviceManagementConditionalAccessSetting", "Uri": "/deviceManagement/conditionalAccessSettings", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510723,20 +514301,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDetectedApp", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementDetectedApp", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "OutputType": "IMicrosoftGraphDetectedApp", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -510754,22 +514334,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDetectedApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementDeviceCategory", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -510787,338 +514367,338 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-update?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Permissions": [] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -511136,22 +514716,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Enrollment", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -511169,22 +514749,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementExchangeConnector", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -511202,54 +514782,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-update?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null + "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDevice", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -511267,150 +514847,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-update?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-devicecategory-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -511428,22 +515008,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -511461,54 +515041,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-update?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Permissions": [] }, { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementPartner", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -511526,22 +515106,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -511559,22 +515139,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceManagementReports", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Reports", + "Command": "Update-MgDeviceManagementReport", "Uri": "/deviceManagement/reports", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -511608,20 +515186,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphResourceOperation", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementResourceOperation", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "OutputType": "IMicrosoftGraphResourceOperation", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -511639,22 +515219,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementResourceOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementRoleAssignment", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -511672,22 +515252,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementRoleDefinition", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", - "OutputType": "IMicrosoftGraphRoleDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -511705,22 +515285,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement.Administration", + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", - "OutputType": "IMicrosoftGraphRoleAssignment", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -511738,102 +515318,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0" + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermsAndConditions", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -511851,22 +515431,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -511884,22 +515464,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -511917,22 +515497,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -511950,22 +515530,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -511983,22 +515563,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512016,22 +515596,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512049,22 +515629,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512082,22 +515662,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512115,36 +515693,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512162,22 +515742,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512195,38 +515775,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512244,22 +515824,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512277,22 +515857,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512310,22 +515890,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512343,22 +515923,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512376,22 +515956,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512409,22 +515989,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512442,22 +516022,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512475,20 +516053,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512506,22 +516086,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512539,20 +516117,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "Update", - "UpdateExpanded" + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512570,22 +516150,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512603,22 +516183,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512636,198 +516216,198 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null + ] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Administration", - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Administration", "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Actions", - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "DeviceManagement.Actions", "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", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DeviceManagement", "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0" + "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Permissions": [] }, { - "Module": "DeviceManagement", - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementWindowsMalwareInformation", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -512845,22 +516425,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "DeviceManagement", + "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -512878,356 +516458,356 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectory", - "ApiReferenceLink": null + "Uri": "/directory", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0" + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/attributeSets/{attributeSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttributeSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryAttributeSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0" + "Uri": "/directory/attributeSets/{attributeSet-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAllowedValue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0" + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null + "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Permissions": [] }, { - "Module": "DirectoryObjects", - "Uri": "/directoryObjects/{directoryObject-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryObject", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "DirectoryObjects", "Command": "Update-MgDirectoryObject", - "ApiReferenceLink": null + "Uri": "/directoryObjects/{directoryObject-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0" + "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryRole", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null + "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDirectoryRoleTemplate", - "ApiReferenceLink": null + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInternalDomainFederation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDomainFederationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0" + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDomainDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null + "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDrive", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Update-MgDriveItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -513253,214 +516833,214 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Files", + "Command": "Update-MgDriveItemPermission", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Permissions": [ { "Name": "Files.ReadWrite", @@ -513486,678 +517066,678 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + ] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveList", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListColumn", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListContentType", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, - { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + { + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListOperation", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRoot", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationClass", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationClass", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Update-MgEducationClassAssignment", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -514175,38 +517755,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Update-MgEducationClassAssignmentCategory", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "OutputType": "IMicrosoftGraphEducationCategory", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentCategory", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Update-MgEducationClassAssignmentDefault", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -514224,38 +517804,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Update-MgEducationClassAssignmentResource", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentResource", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Update-MgEducationClassAssignmentRubric", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -514273,22 +517853,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Education", + "Command": "Update-MgEducationClassAssignmentSetting", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -514306,54 +517886,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationGradingCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -514371,212 +517951,212 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationModule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationModuleResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationClassModuleResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0" + "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMe", - "ApiReferenceLink": null + "Uri": "/education/me", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeAssignment", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeAssignmentResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0" + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/me/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Education", + "Command": "Update-MgEducationMeRubric", + "Uri": "/education/me/rubrics/{educationRubric-id}", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -514594,323 +518174,312 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgEducationMeRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0" + ] }, { - "Module": "Education", - "Uri": "/education/me/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationMeUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/me/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationRoot", - "ApiReferenceLink": null + "Uri": "/education", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSchool", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationSchool", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0" + "Uri": "/education/schools/{educationSchool-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdministrativeUnit", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null + "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserAssignment", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserAssignmentResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserAssignmentRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationOutcome", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "Permissions": [] }, { - "Module": "Education", - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEducationRubric", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Education", "Command": "Update-MgEducationUserRubric", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0" + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -514919,48 +518488,48 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -514969,64 +518538,64 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515041,16 +518610,16 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515061,16 +518630,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515081,16 +518650,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515101,32 +518670,32 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515141,16 +518710,16 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515161,16 +518730,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515181,16 +518750,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515201,288 +518770,288 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConnectedOrganization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515497,16 +519066,16 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515517,16 +519086,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515537,16 +519106,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515557,32 +519126,32 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515597,16 +519166,16 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515617,16 +519186,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515637,16 +519206,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -515657,523 +519226,534 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, - { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + { + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessPackageResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null + "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/entitlementManagement/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgEntitlementManagementSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/entitlementManagement/settings", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Update-MgExternal", - "ApiReferenceLink": null + "Uri": "/external", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Update-MgExternalConnection", + "Uri": "/external/connections/{externalConnection-id}", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -516191,22 +519771,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgExternalConnection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Update-MgExternalConnectionGroup", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -516224,70 +519804,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgExternalConnectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Update-MgExternalConnectionGroupMember", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Update-MgExternalConnectionItemActivity", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Update-MgExternalConnectionOperation", - "ApiReferenceLink": null + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/external/connections/{externalConnection-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Search", + "Command": "Update-MgExternalConnectionSchema", + "Uri": "/external/connections/{externalConnection-id}/schema", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -516305,22 +519885,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgExternalConnectionSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Update-MgGroup", "Uri": "/groups/{group-id}", - "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -516338,54 +519918,54 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update?view=graph-rest-1.0" + ] }, { - "Module": "Applications", - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgGroupAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update?view=graph-rest-1.0" + "Uri": "/groups(uniqueName='{uniqueName}')", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Update-MgGroupCalendarEvent", + "Uri": "/groups/{group-id}/calendar/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -516403,38 +519983,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Calendar", + "Command": "Update-MgGroupCalendarPermission", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgGroupCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Groups", + "Command": "Update-MgGroupConversationThread", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", - "OutputType": "IMicrosoftGraphConversationThread", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -516452,950 +520032,950 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgGroupConversationThread", - "ApiReferenceLink": null + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDrive", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRoot", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgGroupDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Calendar", + "Command": "Update-MgGroupEvent", + "Uri": "/groups/{group-id}/events/{event-id}", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -517413,71 +520993,60 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgGroupEvent", - "ApiReferenceLink": null + ] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgGroupEventExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgGroupEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupExtension", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -517488,143 +521057,158 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0" + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgGroupOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgGroupOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgGroupOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Update-MgGroupPlanner", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/planner", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Update-MgGroupPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupSetting", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Update-MgGroupSetting", + "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -517642,187 +521226,172 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Method": "PATCH", - "Command": "Update-MgGroupSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGroupSettingTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null + "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSite", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -517833,16 +521402,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -517853,16 +521422,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -517873,768 +521442,768 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteList", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListContentType", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItem", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenote", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteResource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePage", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518645,16 +522214,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518665,16 +522234,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518685,16 +522254,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518713,16 +522282,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518741,16 +522310,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518761,16 +522330,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518781,16 +522350,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518801,16 +522370,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518821,16 +522390,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518841,16 +522410,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518861,16 +522430,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518881,16 +522450,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518909,16 +522478,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518937,16 +522506,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518957,16 +522526,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -518977,16 +522546,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519005,16 +522574,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519033,16 +522602,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519053,16 +522622,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519073,16 +522642,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519093,16 +522662,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519113,16 +522682,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519133,16 +522702,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519153,16 +522722,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519173,16 +522742,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519193,16 +522762,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519213,16 +522782,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -519233,511 +522802,522 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamOperation", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPhoto", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/photo", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTag", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgGroupTeamTagMember", - "ApiReferenceLink": null + "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationThread", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Groups", + "Command": "Update-MgGroupThread", + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -519755,198 +523335,198 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0" + ] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupThreadPostExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Groups", - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Groups", "Command": "Update-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityApiConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0" + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityB2XUserFlow", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityApiConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0" + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0" + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNamedLocation", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Permissions": [ { "Name": "Policy.Read.All", @@ -519964,22 +523544,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0" - }, - { + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Update-MgIdentityConditionalAccessPolicy", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.Read.All", @@ -520005,705 +523585,694 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphGovernanceInsight", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppConsentRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserConsentRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApproval", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphApprovalStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreement", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementAcceptance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -520714,189 +524283,200 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAgreementFileVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityProviderBase", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityProvider", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0" + "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgIdentityUserFlowAttribute", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0" + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInformationProtection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgInformationProtection", - "ApiReferenceLink": null + "Uri": "/informationProtection", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null + "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInvitation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgInvitation", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Update-MgOauth2PermissionGrant", + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -520914,22 +524494,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0", + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Update-MgOrganization", "Uri": "/organization/{organization-id}", - "OutputType": "IMicrosoftGraphOrganization", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520955,22 +524535,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Update-MgOrganizationBranding", "Uri": "/organization/{organization-id}/branding", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -520988,22 +524568,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgOrganizationBranding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.DirectoryManagement", + "Command": "Update-MgOrganizationBrandingLocalization", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -521021,84 +524601,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgOrganizationBrandingLocalization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgOrganizationExtension", - "ApiReferenceLink": null + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlace", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgPlace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0" + "Uri": "/places/{place-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRoom", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlanner", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Planner", "Command": "Update-MgPlanner", - "ApiReferenceLink": null + "Uri": "/planner", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Update-MgPlannerBucket", + "Uri": "/planner/buckets/{plannerBucket-id}", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521124,22 +524704,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPlannerBucket", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Update-MgPlannerPlan", "Uri": "/planner/plans/{plannerPlan-id}", - "OutputType": "IMicrosoftGraphPlannerPlan", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521165,22 +524745,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Update-MgPlannerPlanDetail", "Uri": "/planner/plans/{plannerPlan-id}/details", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521206,22 +524786,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPlannerPlanDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Update-MgPlannerTask", "Uri": "/planner/tasks/{plannerTask-id}", - "OutputType": "IMicrosoftGraphPlannerTask", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521247,22 +524827,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPlannerTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521288,22 +524868,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521329,22 +524909,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Update-MgPlannerTaskDetail", "Uri": "/planner/tasks/{plannerTask-id}/details", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521370,22 +524950,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPlannerTaskDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Planner", + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -521411,112 +524991,146 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/adminConsentRequestPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/adminConsentRequestPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationFlowsPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0" + "Uri": "/policies/authenticationFlowsPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0" + "Uri": "/policies/authenticationMethodsPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null + "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -521534,22 +525148,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", + "Method": "POST", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Identity.SignIns", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -521567,158 +525181,207 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0" + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/authorizationPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyAuthorizationPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/authorizationPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/default", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/default", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0" + "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/defaultAppManagementPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/defaultAppManagementPolicy", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0" + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Permissions": [ { "Name": "Policy.Read.All", @@ -521736,116 +525399,118 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0" + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Update-MgPolicyRoleManagementPolicyRule", + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -521863,100 +525528,134 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0" + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "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 + } + ] }, { - "Module": "Identity.SignIns", - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0" + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "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 + } + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrint", - "ApiReferenceLink": null + "Uri": "/print", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/connectors/{printConnector-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintConnector", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0" + "Uri": "/print/connectors/{printConnector-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/operations/{printOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintOperation", - "ApiReferenceLink": null + "Uri": "/print/operations/{printOperation-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", + "Command": "Update-MgPrintPrinter", + "Uri": "/print/printers/{printer-id}", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -521974,22 +525673,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphPrintJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Devices.CloudPrint", + "Command": "Update-MgPrintPrinterJob", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", - "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -522015,490 +525714,488 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgPrintPrinterJob", - "ApiReferenceLink": null + ] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintPrinterJobDocument", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintPrinterJobTask", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": null + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintService", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintService", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintServiceEndpoint", - "ApiReferenceLink": null + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrinterShare", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintShare", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0" + "Uri": "/print/shares/{printerShare-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintShareJob", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintDocument", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintShareJobDocument", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintShareJobTask", - "ApiReferenceLink": null + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintTaskDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Permissions": [] }, { - "Module": "Devices.CloudPrint", - "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPrintTask", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CloudPrint", "Command": "Update-MgPrintTaskDefinitionTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0" + "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Update-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0" + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Compliance", - "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Compliance", "Command": "Update-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBilling", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBilling", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingManifest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBillingManifest", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/operations/{operation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBillingOperation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/operations/{operation-id}", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/reconciliation", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/reconciliation/billed", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/reconciliation/billed", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBillingUsage", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/billed", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/billed", + "Permissions": [] }, { - "Module": "Reports", - "Uri": "/reports/partners/billing/usage/unbilled", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Reports", "Command": "Update-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null + "Uri": "/reports/partners/billing/usage/unbilled", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgRiskyServicePrincipal", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUser", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgRiskyUser", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgRiskyUserHistory", - "ApiReferenceLink": null + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Permissions": [] }, { - "Module": "DeviceManagement.Enrollment", - "Uri": "/roleManagement", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRoleManagement", + "Variants": [ + "Update", + "UpdateExpanded" + ], "ApiVersion": "v1.0", + "Module": "DeviceManagement.Enrollment", + "Command": "Update-MgRoleManagement", + "Uri": "/roleManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522516,146 +526213,148 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgRoleManagement", - "ApiReferenceLink": null + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectory", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.Governance", + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -522673,292 +526372,292 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRbacApplication", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagement", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppScope", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0" + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Permissions": [] }, { - "Module": "Identity.Governance", - "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Governance", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null + "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Permissions": [] }, { - "Module": "SchemaExtensions", - "Uri": "/schemaExtensions/{schemaExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "SchemaExtensions", + "Command": "Update-MgSchemaExtension", + "Uri": "/schemaExtensions/{schemaExtension-id}", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -522976,22 +526675,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchAcronym", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Update-MgSearchAcronym", "Uri": "/search/acronyms/{acronym-id}", - "OutputType": "IMicrosoftGraphSearchAcronym", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -523009,22 +526708,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSearchBookmark", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgSearchAcronym", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Search", + "Command": "Update-MgSearchBookmark", "Uri": "/search/bookmarks/{bookmark-id}", - "OutputType": "IMicrosoftGraphSearchBookmark", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -523042,274 +526741,274 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgSearchBookmark", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0" + ] }, { - "Module": "Search", - "Uri": "/search", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSearchEntity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Update-MgSearchEntity", - "ApiReferenceLink": null + "Uri": "/search", + "Permissions": [] }, { - "Module": "Search", - "Uri": "/search/qnas/{qna-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSearchQna", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Search", "Command": "Update-MgSearchQna", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0" + "Uri": "/search/qnas/{qna-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/alerts/{alert-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAlert", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAlert", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0" + "Uri": "/security/alerts/{alert-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/alerts_v2/{alert-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAlert", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAlertV2", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0" + "Uri": "/security/alerts_v2/{alert-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSimulationAutomation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndUserNotification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndUserNotificationDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLandingPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLandingPageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLoginPage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/payloads/{payload-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPayload", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTraining", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTrainingLanguageDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null + "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCase", - "ApiReferenceLink": null + "Uri": "/security/cases", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Update-MgSecurityCaseEdiscoveryCase", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -523327,38 +527026,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Update", + "UpdateViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -523376,84 +527073,84 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateViaIdentity" - ], - "Method": "POST", - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySiteSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityUserSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Update", + "UpdateViaIdentity" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -523471,52 +527168,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateViaIdentity" - ], - "Method": "POST", - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -523534,22 +527233,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Security", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -523567,54 +527266,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDataSource", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0" + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Security", + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -523632,750 +527331,750 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0" + ] }, { - "Module": "Security", - "Uri": "/security/incidents/{incident-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIncident", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0" + "Uri": "/security/incidents/{incident-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabel", - "ApiReferenceLink": null + "Uri": "/security/labels", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelAuthority", - "ApiReferenceLink": null + "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelCategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null + "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/citations/{citationTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityCitationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelCitation", - "ApiReferenceLink": null + "Uri": "/security/labels/citations/{citationTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/departments/{departmentTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelDepartment", - "ApiReferenceLink": null + "Uri": "/security/labels/departments/{departmentTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null + "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0" + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/secureScores/{secureScore-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecureScore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecuritySecureScore", - "ApiReferenceLink": null + "Uri": "/security/secureScores/{secureScore-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0" + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAuthoredNote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligence", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articles/{article-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticle", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articles/{article-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHost", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostCookie", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostPair", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostPort", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostReputation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityHostTracker", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySslCertificate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecuritySubdomain", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityVulnerability", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityWhoisRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null + "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggers", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityTrigger", - "ApiReferenceLink": null + "Uri": "/security/triggers", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggerTypes", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityTriggerType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes", + "Permissions": [] }, { - "Module": "Security", - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Security", "Command": "Update-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealth", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Update-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceHealthIssue", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Update-MgServiceAnnouncementIssue", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Update-MgServiceAnnouncementMessage", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Permissions": [] }, { - "Module": "Devices.ServiceAnnouncement", - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.ServiceAnnouncement", "Command": "Update-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Applications", + "Command": "Update-MgServicePrincipal", + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -524401,391 +528100,380 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgServicePrincipal", - "ApiReferenceLink": null + ] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals(appId='{appId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipal", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalByAppId", - "ApiReferenceLink": null + "Uri": "/servicePrincipals(appId='{appId}')", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEndpoint", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalEndpoint", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTargetDeviceGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationJob", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0" + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSynchronizationSchema", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDirectoryDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareList", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListColumn", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListContentType", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524796,16 +528484,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524816,16 +528504,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524836,16 +528524,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524856,16 +528544,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524876,16 +528564,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524896,16 +528584,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524916,16 +528604,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItemVersion", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -524936,159 +528624,170 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListItemVersionField", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListOperation", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareListSubscription", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}/permission", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgSharePermission", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}/permission", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/shares/{sharedDriveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null + "Uri": "/shares/{sharedDriveItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSite", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSite", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Update-MgSiteColumn", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -525106,22 +528805,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgSiteColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Update-MgSiteContentType", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -525139,22 +528838,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Update-MgSiteContentTypeColumn", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -525172,39 +528871,28 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgSiteContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -525215,16 +528903,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteGetByPathAnalytic", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenote", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -525235,16 +528923,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgSiteGetByPathOnenote", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -525255,31 +528943,42 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteGetByPathTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteList", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Sites", + "Command": "Update-MgSiteListColumn", + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Permissions": [ { "Name": "Sites.Manage.All", @@ -525297,22 +528996,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgSiteListColumn", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Update-MgSiteListContentType", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -525330,22 +529029,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgSiteListContentType", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Sites", + "Command": "Update-MgSiteListContentTypeColumn", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Sites.Manage.All", @@ -525363,599 +529062,588 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgSiteListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + ] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItem", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItemVersion", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListItemVersionField", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteListSubscription", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgSiteOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgSiteOnenotePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgSiteOnenoteSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteOnenoteSectionPageContent", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteOperation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphBaseSitePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePage", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCanvasLayout", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVerticalSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStore", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -525966,16 +529654,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStore", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -525986,16 +529674,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526006,16 +529694,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526034,16 +529722,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526062,16 +529750,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526082,16 +529770,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526102,16 +529790,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526122,16 +529810,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526142,16 +529830,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526162,16 +529850,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526182,16 +529870,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526202,16 +529890,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526230,16 +529918,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526258,16 +529946,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526278,16 +529966,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526298,16 +529986,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526326,16 +530014,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526354,16 +530042,16 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526374,16 +530062,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526394,16 +530082,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526414,16 +530102,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526434,16 +530122,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "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}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526454,16 +530142,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526474,16 +530162,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526494,16 +530182,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetTerm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0" + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreTerm", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526514,16 +530202,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526534,16 +530222,16 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Sites", - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTermStoreRelation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -526554,47 +530242,58 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Sites", "Command": "Update-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscribedSku", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgSubscribedSku", - "ApiReferenceLink": null + "Uri": "/subscribedSkus/{subscribedSku-id}", + "Permissions": [] }, { - "Module": "ChangeNotifications", - "Uri": "/subscriptions/{subscription-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "ChangeNotifications", "Command": "Update-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0" + "Uri": "/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgTeam", + "Uri": "/teams/{team-id}", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -526628,22 +530327,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Update-MgTeamChannel", "Uri": "/teams/{team-id}/channels/{channel-id}", - "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -526677,22 +530376,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Teams", + "Command": "Update-MgTeamChannelMember", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -526726,86 +530425,86 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgTeamChannelTab", + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -526871,22 +530570,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgTeamInstalledApp", + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -526928,6 +530627,14 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "TeamsAppInstallation.ReadWriteForTeam.All", "Description": "Manage Teams apps for all teams", @@ -526952,6 +530659,14 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "Group.ReadWrite.All", "Description": "Read and write all groups", @@ -526968,22 +530683,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "Method": "POST", - "Command": "Update-MgTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgTeamMember", + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -527017,326 +530732,326 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamOperation", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPermissionGrant", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPhoto", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/photo", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPrimaryChannel", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamPrimaryChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOfferShiftRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSchedulingGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphShift", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOff", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffReason", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0" + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTimeOffRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTag", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Teams", + "Command": "Update-MgTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -527354,338 +531069,338 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgTeamTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0" + ] }, { - "Module": "Teams", - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamworkTagMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamTagMember", - "ApiReferenceLink": null + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamwork", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamwork", - "ApiReferenceLink": null + "Uri": "/teamwork", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedChat", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeletedTeam", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChannel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0" + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/teamsAppSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsAppSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkTeamAppSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0" + "Uri": "/teamwork/teamsAppSettings", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWorkforceIntegration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0" + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0" + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "Permissions": [] }, { - "Module": "Identity.Partner", - "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.Partner", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null + "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0", + "Method": "PATCH", "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Update-MgUser", + "Uri": "/users/{user-id}", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -527759,70 +531474,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0" + ] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserActivity", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Update-MgUserActivity", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Permissions": [] }, { - "Module": "CrossDeviceExperiences", - "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphActivityHistoryItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CrossDeviceExperiences", "Command": "Update-MgUserActivityHistoryItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-put-historyitem?view=graph-rest-1.0" + "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Permissions": [] }, { - "Module": "Applications", - "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAppRoleAssignment", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Applications", "Command": "Update-MgUserAppRoleAssignment", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Update-MgUserAuthenticationEmailMethod", + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -527840,54 +531555,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0" + ] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgUserAuthenticationMethod", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.SignIns", "Command": "Update-MgUserAuthenticationOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Permissions": [] }, { - "Module": "Identity.SignIns", - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Identity.SignIns", + "Command": "Update-MgUserAuthenticationPhoneMethod", + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -527905,39 +531620,28 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0" + ] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCalendarGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgUserCalendarGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCalendarPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "Update1", @@ -527948,1775 +531652,1786 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgUserCalendarPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatLastMessagePreview", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphConversationMember", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatMember", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatMessageHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatMessageReply", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatPermissionGrant", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatPinnedMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTeamsTab", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserChatTab", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0" + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContactFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContact", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolderContact", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolderContactExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactFolderContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "PersonalContacts", - "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphProfilePhoto", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "PersonalContacts", "Command": "Update-MgUserContactPhoto", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDrive", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDrive", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphList", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveList", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListColumn", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphContentType", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListContentType", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnDefinition", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphColumnLink", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListOperation", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveListSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRoot", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemAnalytics", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootAnalytic", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemActivityStat", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItem", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItem", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDocumentSetVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItemField", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphListItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPermission", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphItemRetentionLabel", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0" + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSubscription", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootSubscription", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphThumbnailSet", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootThumbnail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Permissions": [] }, { - "Module": "Files", - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDriveItemVersion", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Files", "Command": "Update-MgUserDriveRootVersion", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/events/{event-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgUserEventExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Calendar", - "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Calendar", "Command": "Update-MgUserEventInstanceExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Update-MgUserExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInferenceClassification", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserInferenceClassification", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/inferenceClassification", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserInferenceClassificationOverride", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassificationoverride-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphLicenseDetails", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Update-MgUserLicenseDetail", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/mailboxSettings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailboxSettings", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Update-MgUserMailboxSetting", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailboxSettings", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMailFolder", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolderChildFolder", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolderMessage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessageRule", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMailFolderMessageRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphManagedDevice", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserManagedDevice", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserManagedDeviceCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-devicecategory-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "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", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsProtectionState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Permissions": [] }, { - "Module": "Devices.CorporateManagement", - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Devices.CorporateManagement", "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMessage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/messages/{message-id}", + "Permissions": [] }, { - "Module": "Mail", - "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Mail", "Command": "Update-MgUserMessageExtension", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphNotebook", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgUserOnenoteNotebook", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenotePage", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgUserOnenotePage", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "ApiReferenceLink": null, + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Update-MgUserOnenotePageContent", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnenoteSection", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgUserOnenoteSection", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Permissions": [] }, { - "Module": "Notes", - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphSectionGroup", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Notes", "Command": "Update-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "CloudCommunications", + "Command": "Update-MgUserOnlineMeeting", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -529734,118 +533449,118 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0" + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallRecording", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Permissions": [] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphCallTranscript", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphOutlookCategory", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Update-MgUserOutlookMasterCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookcategory-update?view=graph-rest-1.0" + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Permissions": [] }, { - "Module": "Users.Actions", - "Uri": "/users/{user-id}/changePassword", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", + "Method": "POST", "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Method": "POST", + "ApiVersion": "v1.0", + "Module": "Users.Actions", "Command": "Update-MgUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0" + "Uri": "/users/{user-id}/changePassword", + "Permissions": [] }, { - "Module": "Planner", - "Uri": "/users/{user-id}/planner", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPlannerUser", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Planner", + "Command": "Update-MgUserPlanner", + "Uri": "/users/{user-id}/planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -529863,54 +533578,54 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgUserPlanner", - "ApiReferenceLink": null + ] }, { - "Module": "CloudCommunications", - "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphPresence", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "CloudCommunications", "Command": "Update-MgUserPresence", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/presence", + "Permissions": [] }, { - "Module": "Identity.DirectoryManagement", - "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphScopedRoleMembership", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Identity.DirectoryManagement", "Command": "Update-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserSettings", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Update-MgUserSetting", + "Uri": "/users/{user-id}/settings", "Permissions": [ { "Name": "User.ReadWrite", @@ -529928,22 +533643,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphShiftPreferences", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/usersettings-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Update-MgUserSettingShiftPreference", "Uri": "/users/{user-id}/settings/shiftPreferences", - "OutputType": "IMicrosoftGraphShiftPreferences", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -529961,86 +533676,86 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgUserSettingShiftPreference", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0" + ] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsSetting", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Update-MgUserSettingWindows", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphWindowsSettingInstance", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Users", "Command": "Update-MgUserSettingWindowsInstance", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphUserTeamwork", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserTeamwork", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork", + "Permissions": [] }, { - "Module": "Teams", - "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Teams", "Command": "Update-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null + "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Permissions": [] }, { - "Module": "Users", - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "ApiVersion": "v1.0", + "Module": "Users", + "Command": "Update-MgUserTodoList", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -530058,38 +533773,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgUserTodoList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Update-MgUserTodoListExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphTodoTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgUserTodoListExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Update-MgUserTodoListTask", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "OutputType": "IMicrosoftGraphTodoTask", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -530107,38 +533822,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgUserTodoListTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Update-MgUserTodoListTaskAttachmentSession", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "OutputType": "IMicrosoftGraphAttachmentSession", - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Update-MgUserTodoListTaskChecklistItem", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "OutputType": "IMicrosoftGraphChecklistItem", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -530156,38 +533871,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], + ] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskChecklistItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/checklistitem-update?view=graph-rest-1.0" - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Update-MgUserTodoListTaskExtension", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", - "OutputType": null, - "ApiVersion": "v1.0", - "Permissions": [], + "Permissions": [] + }, + { + "ApiReferenceLink": null, + "Method": "PATCH", + "OutputType": "IMicrosoftGraphLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskExtension", - "ApiReferenceLink": null - }, - { + "ApiVersion": "v1.0", "Module": "Users", + "Command": "Update-MgUserTodoListTaskLinkedResource", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "OutputType": "IMicrosoftGraphLinkedResource", - "ApiVersion": "v1.0", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -530205,159 +533920,150 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Method": "PATCH", - "Command": "Update-MgUserTodoListTaskLinkedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/linkedresource-update?view=graph-rest-1.0" + ] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEvent", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEvent", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventWebinar", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventWebinar", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventRegistration", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphVirtualEventSession", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventWebinarSession", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "Permissions": [] }, { - "Module": "Bookings", - "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "ApiReferenceLink": null, + "Method": "PATCH", "OutputType": "IMicrosoftGraphAttendanceRecord", - "ApiVersion": "v1.0", - "Permissions": [], "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Method": "PATCH", + "ApiVersion": "v1.0", + "Module": "Bookings", "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Permissions": [] } ] From 1b7c9b42bed379f9b920dd0742fcb92142881fff Mon Sep 17 00:00:00 2001 From: Timothy Wamalwa Date: Sat, 27 Apr 2024 06:22:52 +0300 Subject: [PATCH 3/3] Updated pester tests --- .../Authentication/test/Find-MgGraphCommand.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 b/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 index e8849b81a4..3fc3624019 100644 --- a/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 +++ b/src/Authentication/Authentication/test/Find-MgGraphCommand.Tests.ps1 @@ -209,7 +209,7 @@ Describe "Find-MgGraphCommand Command" { It 'Should find the API reference link' { { $MgCommand = Find-MgGraphCommand -Command "Get-MgUser" - $MgCommand[0].ApiReferenceLink | Should -Be "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0" + $MgCommand[0].ApiReferenceLink | Should -Not -BeNullOrEmpty } | Should -Not -Throw { $MgCommand = Find-MgGraphCommand -Command "Get-MgUser"